﻿/*
Theme Name: Custom Theme
Theme URI: http://www.searchquest.co.uk/
Description: Custom theme built by SearchQuest.
Author: SearchQuest
Version: 1.3
*/

@import url("style_default.css");

/* =BASE/STRUCTURE
------------------------------------------------------------- */
html {
	overflow: auto;
}
body {
	background: url(images/bg.png) repeat;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#branding {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0 0;
}
#main {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: white;
	padding: 0px 40px;
}
#container {
	width: 100%;
}
.widget-container {
	margin-bottom: 0;
}



/* =HEADER
------------------------------------------------------------- */

#header {
	border-top: 12px solid #86D7AF;
	position: relative;
	margin-bottom: 20px;
	float: left;
}
body.home #header {
}
#masthead {
	position: relative;
	top: 20px;
}
#logo {
	float: left;
	margin-bottom: 10px;
	background: url(images/header/logo.png) no-repeat;
	display: block;
	height: 52px;
	width: 253px;
}
.header-contact {
	float: right;
	font-size: 18px;
	line-height: 20px;
	background: url(images/header/phone.png) no-repeat 40px 30px;
	width: 280px;
	text-align: right;
}
.header-contact b {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
}



/* =NAVIGATION
------------------------------------------------------------- */
#access {
	float: left;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 960px;
	font-size: 14px;
	color: white;
	top: 105px;
	-webkit-text-size-adjust: 100% !important;
}
#access li {
	float: left;
	position: relative;
	height: 66px;
}
#access a {
	display: block;
	line-height: 66px;
	text-decoration: none;
	color: #4b4e4a;
	height: 100%;
	padding: 0 14px;
	font-weight: 300;
}
#access a.sub-nav {
	background: url(images/arrow_down.png) no-repeat right center;
}
#access li:first-child a {
	padding: 0 20px 0 0px;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li {
	height: 30px;
}
#access ul ul a {
	line-height: 30px;
	padding: 0px 15px;
	width: 160px;
	height: auto;
}
#access ul ul li:first-child a {
	padding: 0 15px;
}
#access ul ul a:hover {
	color: white;
	background: #86d7af;
}
#access ul li:hover > ul {
	display: block;
}
#access .sub-menu {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 9px 6px rgba(0, 0, 0, 0.5);
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 52px;
	z-index: 99999;
}
#access li:hover,
#access #current_page_item,
#access .current_page_item,
#access .current-menu-ancestor {
}
#access a:hover,
#access #current_page_item a,
#access .current-menu-item a,
#access .current-menu-ancestor > a {
	color: #86D7AF;
}
#access .nav-home {
}
#access .menu-item-first {
}
#access .menu-item-last {
}



/* =HOMEPAGE BOX (Slider etc.)
------------------------------------------------------------- */
.homebox-container {
	width: 100%;
}
#slider-container {
	border-bottom: 12px solid #86D7AF;
	height: 350px;
	position: relative;
	width: 960px;
	margin-bottom: 40px;
}
#slider {
	float: left;
	width: 605px;
	height: 344px;
	margin-right: 3px;
}
#content ul.slides {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}



/* =CTA
------------------------------------------------------------- */
#ctas {
	float: left;
	width: 352px;
}
.cta {
	float: left;
	width: 175px;
	height: 172px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}
.cta1, .cta3 {margin-right: 2px;}
.cta1, .cta2 {margin-bottom: 2px;}
.cta1 {background: url(images/ctas/cta1.png);}
.cta2 {background: url(images/ctas/cta2.png);}
.cta3 {background: url(images/ctas/cta3.png);}
.cta4 {background: url(images/ctas/cta4.png);}



/* =PAGES
------------------------------------------------------------- */
#main {
	clear: both;
	padding: 0;
	min-height: 400px;
	padding-top: 10px;
}
body.home #main {padding-top: 0;}
h1 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
}
h1.entry-title {
	color: #000;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 30px;
}
h2 {
	font-family: 'Open Sans';
	font-weight: 300;
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}
h3 {
	color: #656D63;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}
#content {
	float: right;
	margin-bottom: 20px;
	color: #6B6B6B;
	width: 660px;
	font-size: 13px;
	font-family: 'Open Sans';
}
#content a {
	color: #51b684;
	text-decoration: none;
}
#content a:hover {
}
#content input,#content textarea {
	color: #333;
	font-size: 12px;
}
#content ul, #content ol {
	margin-left: 40px;
	margin-bottom: 20px;
}
#content li {
	list-style: disc;
}
body.home #content {
	float: left;
	width: 660px;
}
body.home #sidebar {
	float: right;
}
#page_content {
	float: right;
	margin-top: 26px;
	width: 630px;
}
#content iframe {
	float: right;
	width: 50%;
	margin: 0 0 20px 20px;
	border: 1px solid lightgrey;
}

/* Custom Classes */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.border {
	border: 1px solid lightgrey;
	padding: 2px;
}
.border-none {
	border: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

/* Fancy Code */
::selection {}
::-moz-selection {}

/* Search Page */
body.search .entry-meta,
body.search .entry-utility {
	display: none;
}
body.search .page,
body.search .post {
	margin-bottom: 40px;
}
body.search .page h1,
body.search .post h1 {
	margin-bottom: 5px;
	border-bottom: none;
}

/* Columns */
.column {
	float: left;
	margin-top: 30px;
}
#column1 {
	width: 634px;
}
#column2 {
	width: 332px;
	margin: 30px 34px 0;
}
#column3 {
	width: 258px;
	float: left;
}
body.home #column3 {
	float: right;
}
.column h1,
.column h2 {
	font-size: 28px;
	color: #4B4D4A;
	margin-bottom: 30px;
}
.column_text {
	font-size: 13px;
}
#content .column_text a {
	color: #51b684;
	text-decoration: underline;
}



/* =BLOG
------------------------------------------------------------- */
/* Blog */
body.blog h1 {margin-bottom: 5px;}
body.blog .entry-meta {font-size: 10px;margin-bottom: 5px;}
body.blog .entry-utility {font-size: 11px;font-family: Lucida Sans, Arial;}
div.type-post {
	margin-bottom: 40px;
}

/* Blog Comments */
#comments {padding-top: 2px;border-top: 2px dotted #D9DCE3;}
#respond {padding-top: 20px;border-top: 2px dotted #D9DCE3;}
#comments-title {margin-bottom: 20px;margin-top: 20px;}
.commentlist {margin-left: 60px !important;}
.commentlist li {background: none !important;padding-left: 40px;}
.commentlist .comment {}
.comment-author.vcard {margin-left: -65px;}
.comment-author .avatar {top: 30px;margin-right: 20px;}
.comment-form-comment label {}
.comment-form-comment textarea {display: block;}
.comment-form-comment input {display: block;}
.comment-body {margin-top: 10px;}

/* Hide Comments */
#comment {display: none;}
body.blog .entry-utility .comments-link,
body.blog .entry-utility .meta-sep {display: none;}
body.blog .entry-utility .edit-link {border-left: 1px solid grey;padding-left: 5px;}



/* =GALLERY
------------------------------------------------------------- */
#content .ngg-galleryoverview {}
.ngg-gallery-thumbnail {
	margin-bottom: 10px;
}
.ngg-gallery-thumbnail-box img:hover {
	border: 1px solid white;
	background-color: lightgrey !important;
}



/* =SIDEBAR
------------------------------------------------------------- */
#sidebar {
	width: 260px;
	float: left;
	color: #6B6B6B;
	font-size: 13px;
	font-family: 'Open Sans';
	margin-bottom: 40px;
}
#primary {
	float: right;
	width: 100%;
}
#secondary {
	float: right;
	width: 100%;
}
#sidebar .sidebar-form h2 {
	color: #000;
	font-size: 28px;
	margin-bottom: 30px;
}
#sidebar .widget-container {
	margin-bottom: 30px;
}
#sidebar-image {
width: 50%;
}


/* =CONTACT FORM
------------------------------------------------------------- */
div.wpcf7-response-output {
	border: none !important;
	margin: 35px 0 0 -5px !important;
	padding: 0 !important;
	width: 220px !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
span.wpcf7-not-valid-tip {
	position: absolute !important;
	top: -4px !important;
	left: 0 !important;
	z-index: 100 !important;
	background: white !important;
	border: 1px solid red !important;
	font-size: 11px !important;
	width: 280px !important;
	padding: 2px !important;
	height: 20px !important;
	line-height: 20px !important;
	width: 195px !important;
}
.wpcf7 .captcha .wpcf7-not-valid-tip {
	width: 145px !important;
}
.wpcf7 {
	padding: 0px 0px 0px 0px !important;
	color: #6B6B6B;
	font-weight: normal;
}
.wpcf7 .watermark {
	font-family: arial;
}
.wpcf7 p {
	margin-bottom: 4px;
	vertical-align: top;
}
.wpcf7 span input[type=text], .wpcf7 p span input[type=email] {
	padding: 4px;
	margin-bottom: 6px;
	background: #bbe2ed;
	border: 1px solid #9dcfdd;
	width: 200px;
}
.wpcf7 span input[type=text], .wpcf7 p span input[type=email], .wpcf7 span textarea {
	font-family: inherit;
	color: #5291A1;
	padding: 4px 2% !important;
	width: 96% !important;
}
.wpcf7 span textarea {
	background: #bbe2ed;
	border: 1px solid #9dcfdd;
	width: 248px;
	margin-bottom: 6px;
}
.wpcf7-submit {;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 300;
	font-family: 'Open Sans' !important;
	text-align: left;
	padding-left: 40px;
	font-size: 16px;
	height: 32px;
	margin: 10px 0 0;
	width: 231px;
	background-image: url(images/forms/submit-arw.png);
	background-repeat: no-repeat;
	background-color: #2894B8;
	background-position: 200px center;
	border-radius: 20px;
	behavior: url(/PIE.php);
	position: relative;
}
.wpcf7-submit:hover {
	background-color: #86D7AF;
}
#sidebar .wpcf7 span .wpcf7-captchar {
	float: left;
	width: 145px !important;
}
#sidebar .wpcf7 span .wpcf7-captchac {
	vertical-align: top;
}



/* =FOOTER
------------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 1040px;
	background-image: url(images/bgs/footer.png);
	padding: 0px;
	min-height: 314px;
	clear: both;
	font-size: 12px;
	color: black;
	background-color: #575757;
}
.menu li {
	list-style: none;
}
.menu li a {
	color: #b5e5cd;
	text-decoration: none;
	display: block;
}
.menu li a:hover {
	text-decoration: underline;
}
.footer_column {
	float: left;
	min-height: 200px;
	margin-top: 30px;
}
.footer_column h3 {
	color: #b5e5cd;
	font-size: 22px;
	margin-bottom: 30px;
}
.footer_column_content {
	color: #b8b8b8;
}
.footer_column1 {
	width: 219px;
	border-right: 1px solid #434343;
}
.footer_column2 {
	padding-left: 28px;
	padding-right: 42px;
	width: 416px;
}
.footer_column3 {
	width: 243px;
	display: none;
}
#footer .xoxo {
	margin: 0;
}
#footer .widget-container {
	margin-bottom: 0;
}
#footer .menu li {
}
#colophon {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
}

/* Footer Columns */
#first {
	padding-top: 40px;
	color: #b8b8b8;
}
#first a {
	color: #b5e5cd;
	text-decoration: none;
}
#first .widget-container {
	float: left;
	padding-left: 20px;
	min-width: 180px;
	height: 200px;
}
#first .widget-title {
	display: block;
	color: #b5e5cd;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 300 !important;
}
.footer-sitemap {
    border-right: 1px solid #434343;
	padding-left: 0 !important;
}
.footer-sitemap a {
	color: #B8B8B8 !important;
}
.footer-sitemap a:hover,
.footer-sitemap .current-menu-item a {
	color: #b5e5cd !important;
}
.footer-details {
	border-left: 1px solid #767676;
}
.footer-tel {color: #b5e5cd;}
.footer-map {}
.footer-map .widget-title {
	display: none !important;
}
.footer-map iframe {
	width: 250px;
	height: 160px;
	margin-top: 50px;
}
.footer-social {
	margin-left: 20px;
}
a.social {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #86D7AF;
	background-repeat: none;
	background-position: center;
	float: left;
	margin-right: 3px;
}
a.social-fb {background-image: url(images/social/fb.png);}
a.social-tw {background-image: url(images/social/tw.png);}
a.social-gp {background-image: url(images/social/gp.png);}

/* Copyright */
#second {
	clear: both;
	color: #b8b8b8;
	text-align: right;
	width: 1020px;
	margin: auto;
	background: #5C5F5E;
	padding: 0px 10px 0;
	font-size: 10px;
}
#second a {
	color: #b5e5cd;
	text-decoration: none;
}
.copyright {
	clear: both;
}
.copyright a {
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline !important;
}



/* =JQUERY OVERIDES
------------------------------------------------------------- */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #86D7AF;
	border: 1px solid #86D7AF;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 0px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 0px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 0px;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 0px;}
.ui-widget-content {
	background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
	border: 1px solid #86D7AF;
	color: #222222;
}
.ui-accordion-header {
	font-weight: 300 !important;
	font-family: 'Open Sans';
}


/* =EDITS
------------------------------------------------------------- */
.text {
	width: 634px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.img_div {
	width: 302px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.content_div {
	width: 282px;
	float: left;
	margin-left: 18px;
	padding: 0px;
}

#content tr td {
padding: 0px 10px 10px 0 !important;
vertical-align: top;
}

.offer{
	background-color: #81d3a7;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.offer p{
	padding: 10px 0px;
}
