/*
Theme Name: Beechtree Family Dentistry
Theme URI: http://www.ionainteractive.com/
Description: Child theme for Foxy theme
Author: IONA interactive
Author URI: http://www.ionainteractive.com/
Template: Foxy
Version: 2.1.2
*/


/* == HEADER ADJUSTMENTS ==================================== */
#body-area {
	padding-top: 0px !important;
}
#main-header {
	background: #c6c2b7;
	padding: 20px 40px;
}
#contact-box {
	float: right;
	background: #fff;
	margin: -20px 0 0 0;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
#contact-box p {
	float: left;
	margin: 0;
	padding: 0;
}
#contact-box p.left {
	color: #006066;
	font-size: 12px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.5;
}
#contact-box p.right {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	margin-left: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
	border-left: 1px solid #006066;
}
#contact-box a.phone {
	color: #003365;
}
#contact-box a.map {
	color: inherit;
}
#logo {
	clear: both;
	margin-top: -20px;
}
#content {
	padding-top: 20px;
}
#breadcrumbs {
	padding: 16px 80px;
}
#breadcrumbs .raquo {
	position: relative;
	top: 3px;
}
#top-navigation {
	float: none;
	clear: right;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	padding-top: 54px;
}
#top-navigation li li {
	text-align: left;
}
#top-navigation > ul > li > a {
	height: 36px;
	color: #666666;
}
#top-navigation li.current-menu-item > a {
	color: #006066;
}
span.menu_slide,
span.main_text {
	padding: 14px 10px;
}
span.menu_slide {
	padding-top: 17px;
}
#section-area {
	background: #dedad1;
	border: none;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	top: 36px;
}
.shim {
	clear: both;
}
@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
	#top-navigation li#menu-item-43 { display: none; }
}
@media only screen and (max-width: 960px) {
	#contact-box {
		float: none;
		display: inline-block;
		margin: -20px auto 20px auto;
	}
	#logo {
		margin-top: 0;
	}
	#top-navigation {
		padding-top: 0;
		float: none;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#contact-box p {
		float: none;
		font-size: 0.75em;
	}
	#contact-box p.right {
		border-left: none;
		border-top: 1px solid #006066;
		padding: 5px 0 0 0;
		margin: 5px 0 0 0;
	}
	#breadcrumbs { display: none; }
}


/* == BODY ADJUSTMENTS ==================================== */
sup {
	font-size: 0.8em;
	bottom: 0.3em;
}


/* == SIDEBAR ADJUSTMENTS =================================== */
.widget {
	line-height: 1.4;
}
.widget p:last-child {
	padding-bottom: 0;
}
.widget.no-padding,
.widget.no-padding-or-border {
	padding: 0;
}
.widget.no-padding h4.widgettitle,
.widget.no-padding-or-border h4.widgettitle {
	margin-left: 0;
	margin-right: 0;
}
.widget.no-border,
.widget.no-padding-or-border {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


/* == FORM ADJUSTMENTS ====================================== */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	font-size: 16px;
	padding: 5px;
	width: 95%;
}
.wpcf7-submit {
	display: inline-block;
	font-size: 16px;
	border: none;
	background: #005866;
	color: white;
	padding: 10px 18px;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background: #004f5b;
}
.wpcf7-submit:active {
	background: #003f49;	
}

/* == FOOTER ADJUSTMENTS ==================================== */
#main-footer {
	background: #03515d;
	background: -moz-linear-gradient(top,  #03515d 0%, #006665 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03515d), color-stop(100%,#006665));
	background: -webkit-linear-gradient(top,  #03515d 0%,#006665 100%);
	background: -o-linear-gradient(top,  #03515d 0%,#006665 100%);
	background: -ms-linear-gradient(top,  #03515d 0%,#006665 100%);
	background: linear-gradient(to bottom,  #03515d 0%,#006665 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03515d', endColorstr='#006665',GradientType=0 );
}
.footer-widget {
	text-shadow: none;
}
#footer-bottom {
	background: #000033;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer-bottom li a {
	color: #ffffff;
}
#menu-footer-menu {
	font-size: 12px;
	font-weight: 300;
}
#menu-footer-menu > ul > li > a {
	height: 54px;
}
.bottom-nav span.menu_slide {
	padding-top: 26px;
}

@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
	#footer-bottom { padding: 0; }
	.bottom-nav span.main_text { padding: 23px 17px; }
	.bottom-nav span.menu_slide { padding: 26px 17px; }
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	#footer-bottom { padding: 0; font-size: 0.8em; }
	.bottom-nav span.main_text { padding: 23px 10px; }
	.bottom-nav span.menu_slide { padding: 26px 10px; }
}



/* == HOME PAGE ADJUSTMENTS ================================= */
#home-info {
	background: #dedad1;
}
#home-tab-area {
	background: #ffffff;
}
#testimonials {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#testimonials:before {
	background: none;
	content: none;
}
.testimonial {
	padding: 0;
}
.testimonial-author {
	display: none;
}
.service-image img {
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.service h3 {
	line-height: 1.4;
}
#callout {
	font-size: 16px;
	margin-top: 0 !important;
}
#callout > span {
	background: #2f2f2f !important;
}
@media only screen and (min-width: 1301px) {
	#callout {
		font-size: 20px;
	}
	#callout > strong {
		width: 1034px;
	}
	#callout > span {
		height: 30px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 961px) {
	#callout > strong {
		width: 760px;
	}
	#callout > span {
		height: 22px;
	}
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
	#callout > strong {
		width: 572px;
		top: 0px;
	}
	#callout > span {
		height: 18px;
	}
}
