/**
 * Theme Name: Creative Ortho Custom Theme
 * Theme URI: http://mednet-tech.com
 * Author: MedNet Technologies
 * Author URI: http://mednet-tech.com
 * Description: Custom HTML5 Pruduction Wordpress Theme Using thmpltfrmwrk
 * Template: thmpltfrmwrk
 * Version: 1
 */



/* = Formatting
--------------------------------------------------------------------------------------------------------------------
Global Styling For All Elements throughout the site
** Advice Media ** */

html {background:#ffffff;}

body {font-family:Arial, Tahoma, Helvetica, sans-serif; color:#000; font-size:18px; line-height:30px}

h1, h2, h3, h4, h5, h6 { margin:60px 0 30px; padding:0; color:#444; font-weight:normal; text-transform:capitalize}

	H1{font-size:46px;line-height:55px; color:#222}
	H2{font-size:38px;line-height:45px; color:#ee5831}
	H3{font-size:30px;line-height:36px}
	H4{font-size:26px;line-height:32px}
	H5{font-size:24px;line-height:28px; color:#e9104b}
	H6{font-size:22px;line-height:26px}

	.topheader {margin:0 0 45px;}
	.topheader2 {margin:0 0 45px;}
	.home h2.topheader {font-size:42px; line-height:44px; color:#001a32;}
	h2 small {color:#ee5831;}


	@media screen and (max-width: 768px) {

		H1,H2,H3,H4,H5,H6{margin:40px 0 10px;}
		H1{font-size:26px;line-height:34px}
		H2{font-size:24px;line-height:30px}
		H3{font-size:22px;line-height:28px}
		H4{font-size:20px;line-height:26px}
		H5{font-size:18px;line-height:24px}
		H6{font-size:16px;line-height:22px}
		.topheader {margin:0px 0 30px 0;}
		.home h2.topheader {font-size:26px; line-height:26px;}

	}

ul, ol{ padding:0 0 0 16px; margin:0 0 40px; list-style:outside;}
	ul.indent, ol.indent { padding-left:30px}

	/* Fontawesome Icon Support */
	ul.faul, ol.faul { list-style:none;}
	.faul li {font-family:FontAwesome;position:relative}
	.faul li:before { left:-18px;font-size:11px;position: absolute; color:#DE0846}


ul.pdf-list {
    list-style:none;
    padding: 0;
    line-height: 32px;
}

ul.pdf-list li {background: url(images/structure/pdf.png) no-repeat top left;margin: 0 0 20px;padding: 0 0 0 40px;}


a {color:#1e75b0; text-decoration:none}
	a:hover {color:#F17008; text-decoration:none}

	/* take off the dotted outline on this elements */
	a:hover, a:active, a:focus, object, embed {
	  outline: 0; text-decoration:none;
	}


hr {text-align: center;border:0;clear:both;margin:40px auto;border-top:1px solid #777;color:#DE0846}
	hr.clear { border: 0 none;height: 1px;margin: 0; clear:both}
	hr.spacer {border: 0 none;height: 40px;margin: 0}
	hr.spacer.short {height: 20px}
	hr.centered {max-width:400px}
	hr.left {max-width:150px; margin-left:0}


	/* all headers followed by an HR get their margins redone */
	hr + .htag {margin-top: 40px; }

	hr[class*="fa-"]::before {
    display: inline-block;font-family:FontAwesome;position:relative;padding:0 10px;top:-14px;background:#FFF;font-size:18px}

/* fancy lines before/after an element */
.linetop::before{content:' ';display:block;margin:0 0 20px;max-width:100%;border-top:3px solid #1e75b0}
.linebottom::after{content:' ';display:block;max-width:100%;border-top:3px solid #1e75b0; margin:13px 0 0 0;}


p, .rowlikep {margin:0 0 40px}

address {line-height: 30px;}


.lead {font-size: 22px;}
strong.lead {font-weight: 700;}


/* Block Quote styling */
blockquote {border-left:10px solid #ee5831;padding:0 32px; margin:0 0 40px}

	blockquote cite {display:block; margin:20px 0 0; color:#db1249; font-style:normal}

	blockquote.large {font-size:60px; line-height:60px}
	blockquote.large cite {font-size:18px; line-height:18px}

	/* enable styled quote */
	blockquote.quoted {border:0;position:relative; padding:0 0 0 70px}
	blockquote.quoted::before {display:block;content:open-quote;position:absolute;font-size:160px;left:0;top:30px;color:#ee5831;}

/* -- Formatting classes -- */
.row.flushcolumns > * { padding:0}
.img-thumbnail { background-color: #f7f7f7; border: 2px solid #333; border-radius:1px}


/* Buttons  */
.btn.btnc, .btn.btnc::before {background:#f68500; color:#FFF; padding:15px 20px; text-decoration:none; border:0; border-radius:0; cursor:pointer; font-size:19px;}
	.btn.btnc:hover {background:#f17008; color:#FFF; text-decoration:none}


/* Misc accents */
.left-border { border-left: 1px solid #d2d2d2;}
.emphasisbox { padding:40px;background:#efefef}
.emphasisbox .htag {color:#db1249}


/* accordion styling */
.tpf-ac-trigger {cursor:pointer; position:relative; padding-left:25px; margin:0 0 20px}
.tpf-ac-trigger::before {
    position: absolute;
    top:35%;left:0;
    content: "";display: block;
    width: 0.4em; height: 0.4em;
    transform: rotate(45deg);
    border-right: 0.2em solid #DE0846;
    border-top: 0.2em solid #DE0846;
	}

.tpf-ac-trigger.tpf-active::before {transform: rotate(135deg)}


/* Tabs Styling */
.nav-tabs.tabsc {border-bottom:2px solid #ee5831}
.nav-tabs.tabsc a { padding: 10px 20px;border-radius:0; background:#2d2b2a; color:#FFF }
.nav-tabs.tabsc .dropdown-menu {background:#2d2b2a}
.nav-tabs.tabsc .dropdown-menu .divider {background:#ee5831;}
.nav-tabs.tabsc >.active >a,
.nav-tabs.tabsc >li >a:focus,
.nav-tabs.tabsc >li >a:hover {background:#ee5831; color:#FFF}
.tab-content.tabsc {	background:#EFEFEF; padding:20px}

/* Table Styling */
.table.tablec tr th  {background:#ee5831; color:#FFF}
.table.tablec tr th:nth-of-type(even) {background:#eb2842}
.table.tablec tr:nth-of-type(odd) {background-color: #efefef}
.table.tablec tr:nth-of-type(odd) td:nth-of-type(even) {background-color: #e7e7e7}
.table.tablec tr:nth-of-type(even) {background-color: #f9f9f9}
.table.tablec tr:nth-of-type(even) td:nth-of-type(even) {background-color: #f0f0f0}





/* To Make Embedded Youtube Videos Responsive */

.video-container {position: relative; padding-bottom: 56.25%; padding-top: 35px; margin-bottom: 40px; height: 0; overflow: hidden;}

.video-container iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}





#main-inside-banner {position: fixed; top: 0;}





/* = Call to Action
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#cta-general {background: #001b31;color: #fff;padding: 60px 0;position: relative}

#cta-general p {margin: 0 0 10px;}

#cta-general .cta-title {text-transform: uppercase;font-size: 24px;}
#cta-general .cta-subtitle {text-transform: capitalize;font-size: 20px;}
#cta-general a.cta-link {color:#f4800a;}
#cta-general a.cta-link:hover {color:#1e75b0;}

#cta-general .glyphicon {font-size: 24px;margin-right: 5px;}




/* = Topbar
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#topbar {background:#eaf2f9; padding:10px;}
#topbar .addresses { font-size:18px; text-transform:uppercase; text-align:right;color:#000; margin:0}
#topbar .addresses li {padding-left:20px}
#topbar .addresses .tel { font-weight:bold; color:#4c85c5}
#topbar .addresses .bottom { font-size:14px}

#am-sticky-mainrow{ background:#fff; }
#topbar-address-link{ border-bottom:1px solid #c7c7c7; background:#f5f5f5;position: relative;z-index: 10;}
#topbar-address-link address{ margin:15px 0 0;}
#topbar-address-link address .divider{ padding:0 10px;}

@media screen and (max-width: 780px) {
	#topbar .addresses {text-align:center}
	#topbar .addresses { font-size:14px;}
	#topbar .addresses .bottom { display:none}
}


/* = Header
--------------------------------------------------------------------------------------------------------------------
Elements in the structure/header.php file
** Advice Media ** */

#header {background:#fff;}
.inside #header{border-bottom: 1px solid #c7c7c7;}

#header #logo{ margin:20px 0 25px; }
#header #logo img {max-width:100%;}
#header .topright {padding:28px 0 24px;
}
#header .topright a.tel{ color:#001b31; font-size:18px; line-height:21px;}
#header .topright a.tel strong{ color:#1e75b1; font-size:28px; font-weight:bold;}
#header .topright a.tel strong:hover{ color:#F17008; }

.am-sticky-toprow{ background:#2189BC; color:#fff;}
.am-sticky-toprow a{ color:#fff;}
.am-sticky-toprow a:hover{ color:#ff9b3f;}
.am-sticky-mainmenu > li > a, #mainmenu li li a{ font-size:18px; text-align:left;}
.am-sticky-mainmenu li li a, #mainmenu li li a, .am-sticky-accordion > li li a{ font-size:16px; line-height: 26px; background:#2189BC; color:#fff;}
.am-sticky-mainmenu li li a:hover, #mainmenu li li a:hover, .am-sticky-accordion > li li a:hover{ background:#F17008; color:#fff;}
.tpf-dropdown > li > ul{ width:170px; left:10px;}
.am-sticky-side-panel{ background:#fff;}
.am-sticky-side-panel .sticky-side-panel-lefteditable{ display:none;}
.sticky-side-panel-logo{ margin-bottom:20px; text-align:center;}
.am-sticky-iconsnav a:hover{ color:#F17008;}
.am-sticky-toprow .am-sticky-right-info address{ margin-bottom:0;}
.am-sticky-toprow .am-sticky-right-info{ font-size:16px; padding-top:3px;}

@media screen and (max-width: 991px) {
	#header .topright{ padding:0 0 5px 0; }
	.am-sticky-toprow a{ font-size:14px;}
}


/* = Main Navigation
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#navigation {background:#fff; border-bottom:0; overflow: visible}

	/* Dropdown Style */
	#mainmenu{margin:0; float:right;}

	#mainmenu>li>a{font-size:18px;line-height:21px;padding:0 0 36px;
				color:#001b31; font-weight:normal;
			/*	 background:url(images/structure/nav_divider.jpg) center right no-repeat; */}

	#mainmenu>li.first>a, #mainmenu>li:first-child>a{padding-left:0}
	#mainmenu>li.last>a, #mainmenu>li:last-child>a{background:0; padding-right:0}
	#mainmenu>li:hover>a{color:#F17008; text-decoration:none}

#mainmenu > li > ul {left: -15px;}
#mainmenu > .reversedd > ul {
    left: auto;
    right: -15px;
}

#mainmenu>li {
    margin: 0 15px;
}

#mainmenu>li.first, #mainmenu>li:first-child {margin-left:0}
#mainmenu>li.last, #mainmenu>li:last-child {margin-right:0}

	/* #mainmenu>li:hover {background:url(images/structure/nav_underscore.png) center top}*/
	/* #mainmenu>li.has-submenu {background:url(images/structure/nav_sub_menu_arrow.jpg) center 45px no-repeat;} */

		/* Sub-Menu*/
		#mainmenu ul{width:200px;margin-top:0}
		#mainmenu li li a{padding:10px 15px;margin:0;}


	/* Accordion Style */
	#mainmenu_accordion, #mainmenu_accordion ul {list-style:none outside;  margin: 0;  padding: 0;   overflow:hidden;}
	#mainmenu_accordion>li>a {
	 margin:0; cursor: pointer; height:60px; line-height:60px;
	 font-size:18px; color:#4b464a; display:block;  padding:0;
	 background:0;border:0;}

	#mainmenu_accordion>li>ul {padding: 0; margin:0 0 40px; /*border-top:1px solid #54583A;*/}

	#mainmenu_accordion ul li a{display:block; text-decoration:none; font-weight:normal; height:auto;
									line-height:26px; border-bottom:1px solid #4b464a;}
	#mainmenu_accordion ul li a:hover {text-decoration:none; }

		/* Mobile Submenu */
		#mainmenu_accordion>li>ul>li a {background:0; color:#4b464a; padding:10px 0 10px 20px;}
		#mainmenu_accordion>li>ul>li a:hover {color:#616161;}

		#mainmenu_accordion>li>ul>li li a { background:#fff; padding:10px 0 10px 40px;}
		#mainmenu_accordion>li>ul>li li li a {background:#fff; padding:10px 0 10px 50px;}
		#mainmenu_accordion>li>ul>li li li li a {background:#fff; padding:10px 0 10px 60px;}

		/* If a menu item has an dropdown */
		#mainmenu_accordion .menu-item-has-children>a:after{
		  content:"\e252";  font-family:"Glyphicons Halflings";
		  margin:0 10px 0 0; display:inline-block; float:right; font-size:10px;}

@media screen and (max-width: 1280px) {
	#mainmenu>li>a{ padding:6px 0 36px;}
	#mainmenu>li {margin: 0 8px;}
}

@media screen and (max-width: 1200px) {
	#mainmenu > li > a{ font-size:14px;}
	#mainmenu>li {margin: 0 8px;}
}
@media screen and (max-width: 991px) {
	#mainmenu_accordion > li > a{ color:#2388BC; }
	#mainmenu_accordion > li > ul{ text-align:left; }
	#mainmenu_accordion > li > ul > li a{ color:#2189C0; border-bottom:1px solid #e7e7e7; }
	#mainmenu_accordion > li > ul > li a:hover{ color:#4b464a; }
	#mainmenu_accordion, #mainmenu_accordion ul{ text-align:left;}
}



.am-sticky-mainmenu li li a {
    padding: 10px 15px;
}

.am-sticky-accordion ul li a {
	height:auto;
    padding: 10px 0;
}




/* = Banner/Graphic - Carousel
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#graphic {background:0;}
#graphic .container {padding:0;}
.carousel-inner {width:100%; margin:0 auto;}

.carousel-inner > .item > img.fullwidthimg {width:100%; height:auto}
.carousel-inner > .item > .constrained { height:420px; background-size:cover!important;}
.carousel-inner > .item {background:#fff}





/*Img was floating left causing issues with caption box*/
#graphic .wp-post-image {float:none; width:100%;}



/* -- CAPTION -- */
.carousel-caption {width:100%; top:25%; right:0; left:0; bottom:0; text-align:left; padding:0; /*max-width:1280px; display:block; margin:0 auto;*/}
.carousel-caption > * {color:#ffffff; text-shadow:none;}
.carousel-caption .title {color:#fff; font-size:65px; line-height:70px; margin:0 0 42px 25px;}
.carousel-caption p {font-size:19px; line-height:32px; margin:0 0 64px 25px;}
.carousel-caption p .more{ background:#1e75b0; margin-right:46px;}
.carousel-caption p .more:hover{ background:#1a699f;}

@media screen and (max-width:2400px){
.carousel-caption{ top:18%;}
}
@media screen and (max-width:2000px){
.carousel-caption{ top:13%;}
}

@media screen and (max-width:1800px){
.carousel-caption .title{ font-size:60px; line-height:60px; margin-bottom: 36px;}
.carousel-caption p{ margin:0 0 50px 25px;}
}
@media screen and (max-width:1700px){
.carousel-caption .title{ font-size:55px; line-height:60px;}
.carousel-caption p{ margin:0 0 44px 25px;}
}

@media screen and (max-width:1600px){
.carousel-caption .title{ font-size:40px; line-height:44px; margin:0 0 30px 25px;}
.carousel-caption p{ margin:0 0 44px 25px;}
.carousel-caption{ top:15%;}
}
@media screen and (max-width:1400px){
.carousel-caption{ top:10%;}

}

@media screen and (max-width:1280px){
.carousel-caption .title{ font-size:34px; line-height:44px;}
.carousel-caption p{ margin:0 0 40px 25px; font-size:16px; line-height:24px;}
}

@media screen and (max-width:1200px){
.carousel-caption .title{ font-size:29px; line-height:40px; margin:0 0 10px 25px;}
.carousel-caption p{ margin:0 0 20px 25px;}
}


@media screen and (max-width: 991px) {
	.carousel-caption {position:relative; text-align:center; padding:20px 20px 40px; background:none;}
	.carousel-inner > .item{ background:#2189bc;}
	.carousel-caption .title {font-size:30px; line-height:30px;  margin:0 0 25px;}
	.carousel-caption p {font-size:16px; line-height:24px; margin:0 0 45px;}

}
@media screen and (max-width: 768px) {
	.carousel-caption .title {font-size:28px; line-height:32px;}
	.carousel-caption p {font-size:14px; line-height:24px;}
}

@media screen and (max-width: 520px) {
.carousel-caption p .more{ display:block; width:165px; margin:0 auto 20px;}
}


/* -- INDICATORS -- */
.carousel-indicators{ bottom:15px;}
.carousel-indicators li {border:1px solid #fff; background:none; height:16px; width:16px; margin:0 2px;}
.carousel-indicators li.active {border:1px solid #fff; background:#fff; height:16px; width:16px; margin:0 2px;}
ol.carousel-indicators {margin-bottom:0;}


/* -- LEFT/RIGHT FADE -- */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x) */
.carousel-fade .carousel-inner .item {
	opacity: 0;  transition-property: opacity;  transition-duration: .75s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;  opacity: 0;  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
 	z-index: 100;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}


/* = Highlights
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#highlights { background: #4c85c5; padding:90px 0; color:#FFF }
#highlights h1, #highlights h2, #highlights h3,
#highlights h4, #highlights h5, #highlights h6 { color:#FFF }

.highlight { display:block;text-align:center;padding:20px;min-height:90px;background:#db1249;color:#FFF;font-size:25px;}
.highlight {
	background: #ee5831;
	background: -moz-linear-gradient(left, #ee5831 0%, #db1249 100%);
	background: -webkit-linear-gradient(left, #ee5831 0%,#db1249 100%);
	background: linear-gradient(to right, #ee5831 0%,#db1249 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5831', endColorstr='#db1249',GradientType=1 );
}
.highlight a {color:#FFF}


/* = Main Section
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#main {padding:80px 0;}
.home #main {background: #fff; padding:90px 0;}
/*.home #main{ display:none;}*/

/* Hide the breadcrumbs on the homepage */
.home #main #breadcrumbs {display:none;}
#main #breadcrumbs {color:#000;margin:0 0 10px;}
#main #breadcrumbs a {color:#F17008}
#main #breadcrumbs a:hover {color:#1e75b0}

#mainheader {position: relative;z-index: 10;3}


.page.inside #main, .blog #main, .archive #main, .single #main {
    position: relative;
}


.nosidebar #main .main_section {width:100%;}

.main_aside .first {margin-top:0}
.main_aside .first .htag {margin:0 0 60px}


#main h1.topheader {
    border-bottom: 2px solid #2489bf;
    padding: 0 0 40px;
}

.home #main h1.topheader {
    border-bottom: 0;
    padding: 0;
}

/* Adjust addthis tool box when after the H1 header */
/*h1.topheader + .addthis_toolbox {margin:-20px 0 60px}*/

.addthis_toolbox {
	margin:0;
    position: absolute;
    right: 25px;
    top: 0;
}

.home #main {padding:145px 0 105px;}

.home #main { padding:145px 0 105px;}
.home #main .topheader{ margin-bottom:48px;}
.home #main  p{ font-size:18px; line-height:26px; color:#001a32; margin-bottom:35px;}
.home #main  .btn.btnc{ padding:15px 35px;}

@media screen and (max-width:991px){
.home #main { padding:90px 0 75px;}
.home #main .center-block{ margin-bottom:20px;}
.home #main .center-block{width:100%;}
}
@media screen and (max-width:767px){
.home #main p{ font-size:16px; line-height:24px;}
.addthis_toolbox {position: relative;right:0}
}




.page.inside #main .container, .blog #main .container, .archive #main .container, .single #main .container {background: rgba(255,255,255,0.9);padding: 80px;}

@media screen and (max-width: 1599px) {
	.page.inside #main .container, .blog #main .container, .archive #main .container, .single #main .container {padding: 40px 60px;}
}

@media screen and (min-width: 1400px) {
	.page.inside #main .container, .blog #main .container, .archive #main .container, .single #main .container {width: 1400px;}
}
@media screen and (max-width: 768px) {
	.page.inside #main {padding:60px 0; margin-top:0;}
	.page.inside #main .container, .blog #main .container, .archive #main .container, .single #main .container {padding: 40px 25px;}
}


/* = Doctor
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#hpdoc {background:#FFF; padding:90px 0;}


/* = Quick Contact
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#quickcontact { padding:90px 0; color:#FFF}
#quickcontact h1, #quickcontact h2, #quickcontact h3,
#quickcontact h4, #quickcontact h5,  #quickcontact h6 { color :#FFF }


/* = Associations
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#logos {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #ccc;
	position: relative;
}
#logos ul{ padding:0; margin:0;}
#logos ul li{ display:inline-block; list-style:none; padding:0; margin:0 8px;}
#logos ul li:first-child{ margin-left:0; }
#logos ul li:last-child{ margin-right:0; }
#logos ul li img{ width:auto; max-width:100%; height:auto;}
@media (max-width: 1279px) {
	#logos ul li{ margin:0; width:19%}
}
@media (max-width: 1199px) {
	#logos{ padding:25px 0 20px 0;}
	#logos ul{ text-align:center;}
	#logos ul li{ margin-bottom:15px;}
	#logos ul li:first-child{ margin-left:13px; }
	#logos ul li:last-child{ margin-right:13px; }
}
@media (max-width: 991px) {
	#logos ul li{width:48%}
}
@media (max-width: 767px) {
	#logos ul li{ display:block; width: 100%; }
}


/* = Bottom Section|s
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#bottomlocations {background:#FFF; padding:90px 0; font-size:16px}
	#bottomlocations  strong {color:#4c85c5; font-size:24px; font-weight:normal}
	#bottomlocations .mapimg {height:185px; margin:0}
	#bottomlocations img {display:block}
	#bottomlocations .flushcolumns {line-height:10px; margin:0 0 30px}

#associations {padding:40px 0; background:#F3F3F3}


#bottom1 {background:#ffffff; padding:60px 0; font-size:14px; line-height:26px; color:#979392;}

#bottom1 a {color:#979392; font-weight:600;}
#bottom1 a:hover {color:#9c600e}

#bottom1 h3 {margin:0 0 20px; padding:0; font-size:20px; text-transform:uppercase; color:#9f9d9d}
#bottom1 ul {list-style:none outside; margin:0; padding:0;}







/* = Our Mission
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#home-our-mission{ padding:145px 0 105px;}
#home-our-mission .topheader{ margin-bottom:48px;}
#home-our-mission p{ font-size:18px; line-height:26px; color:#001a32; margin-bottom:35px;}
#home-our-mission .btn.btnc{ padding:15px 35px;}

@media screen and (max-width:991px){
#home-our-mission{ padding:90px 0 75px;}
#home-our-mission .center-block{ margin-bottom:20px;}
#home-our-mission .center-block{width:100%;}
}
@media screen and (max-width:767px){
#home-our-mission p{ font-size:16px; line-height:24px;}
}


/* = Our Services
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#home-our-services{ padding:105px 0 0 0;}
#home-our-services .services-item-image{ position:relative; width:100%; text-align:center;}
#home-our-services .services-item-image img{ position:absolute; bottom:-1px; left:0; display:block; margin:0 auto; max-width:100%;}
#home-our-services .block.last{ margin-bottom:160px;}
#home-our-services .block{ margin-bottom:40px;}
#home-our-services .icon{ width:26%; float:left; padding-top:5px;}
#home-our-services .icon img{ width:100%;}
#home-our-services .text{ width:70%; float:right;}
#home-our-services .text h3{ font-size:30px; color:#fff; line-height:32px; padding-bottom:14px; margin:0;}
#home-our-services .text p{ font-weight:400; font-size:18px; line-height:26px; color:#fff; font-weight:300;}
#home-our-services h2{ padding:0; margin:0 0 90px; color:#fff;}
#home-our-services h2.linebottom::after{ content:" "; display:block; width:595px; max-width:90%; border-top:3px solid #fff; margin:13px auto 0;}


@media screen and (max-width:1280px){
#home-our-services .text h3{ font-size:26px; line-height:28px;}
#home-our-services .text p{ font-size:16px; line-height:24px;}
}

@media screen and (max-width:991px){
#home-our-services .services-item-image img{ position:relative;}
#home-our-services .block.last{ margin-bottom:30px;}
#home-our-services .text p{ font-size:15px; padding-top:8px;}
}
@media screen and (max-width:767px){
	#home-our-services .icon{ width:110px; }
	#home-our-services .text{ width:80%; padding:15px 0 0 0; }
	#home-our-services .text p{ margin:0; }
}
@media screen and (max-width:700px){
	#home-our-services .text{ width:76%; }
}
@media screen and (max-width:600px){
	#home-our-services .text{ width:70%; }
}
@media screen and (max-width:500px){
	#home-our-services .icon{ float:none; margin:0 auto; }
	#home-our-services .text{ float:none; width:100%; text-align:center; }
}



/* = Home Doctor
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#home-doctor{ padding:135px 0 130px;}
#home-doctor p{ font-size:18px; line-height:26px; color:#001a32;}
#home-doctor .btn.btnc{ margin-top:20px; padding:15px 44px;}

@media screen and (max-width:991px){
#home-doctor{ padding:100px 0;}
#home-doctor img{ margin-bottom:30px;}
}

@media screen and (max-width:767px){
#home-doctor p{ font-size:16px; line-height:24px;}
}


/* = Home Testimonials
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#home-testimonial{ padding:124px 0 140px;color:#fff;}
#home-testimonial h2{padding:0; margin:0 0 60px; color:#fff;}
#home-testimonial h2.linebottom::after{ content:" "; display:block; width:595px; max-width:90%; border-top:3px solid #fff; margin:13px auto 0;}
#home-testimonial .testimonialContent{ border-bottom:1px solid #1e75b0;background:url(images/testimonial.png) no-repeat left 10px; font-size:18px; line-height:29px; color:#fff; margin:0 0 40px; padding:0 0 40px 40px;}
#home-testimonial .col-md-6.col-sm-6:nth-child(4) .testimonialContent, #home-testimonial .col-md-6.col-sm-6:nth-child(5) .testimonialContent{ border:none;}
#home-testimonial .btn.btnc{ padding:15px 50px;}


@media screen and (max-width:991px){
#home-testimonial p{ font-size:16px; line-height:25px; min-height:200px;}
}
@media screen and (max-width:768px){
#home-testimonial p{ min-height:inherit; margin:35px 0;}
#home-testimonial .col-md-6.col-sm-6:nth-child(4) .testimonialContent{border-bottom:1px solid #1e75b0;}
#home-testimonial{ padding:100px 0 80px;}
}



/* = Home Contact
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
#home-contact-us-location{ padding:102px 0 106px;position: relative;background: #fff;}
#home-contact-us-location h2{ color:#001a32; font-size:42px; line-height:44px; margin:0 0 40px;}
#home-contact-us-location p{ margin-bottom:0;}
#home-contact-us-location address{ margin-bottom:0;}
#home-contact-us-location address a{ color:#F1700A;}
#home-contact-us-location address a:hover{ color:#1e75b0;}
#home-contact-us-location p span{ color:#1e75b0; font-weight:bold;}
#home-contact-us-location p a span{ color:#1e75b0; font-weight:bold;}
#home-contact-us-location p a span:hover{ color:#F17008;}
#home-contact-us-location .btn.btnc{ padding:15px 42px; text-transform:uppercase;}

@media screen and (max-width:390px){
#home-contact-us-location p a{ display:block;}
#home-contact-us-location p span{ display:block;}
}
@media screen and (max-width:330px){
#home-contact-us-location address strong{ display:block;}
}


/* = Footer Section
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

#footer {background:#001b31; padding:20px 0 30px; color:#FFF; font-size:14px; line-height:29px; position: relative;}
#footer a {color:#FFF}
#footer a:hover{color:#F17008;}
#footer ul {margin-bottom:10px}

#quick-links{ background:#001b31; padding:75px 0 0 0;font-size:16px;position: relative}
#quick-links a:hover{ color:#f68500;}
#quick-links h3{ color:#1a609f; }
#quick-links ul {padding: 0;margin: 0;list-style: none;line-height: 30px}
#quick-links a{ font-size:16px; color:#fff; display:block;}
#quick-links p{ color:#fff;}
#quick-links .content{ border-bottom:1px solid #8f8f8f; padding-bottom:45px;}


@media screen and (max-width:1280px){
#quick-links ul{ margin:0 20px 0 0;}
}
@media screen and (max-width:1199px){
	#quick-links h3{ font-size:22px; line-height:24px; }
}
@media screen and (max-width:991px){
	#quick-links h3{ margin:0 0 20px 0; }
	#quick-links .col-sm-5:nth-child(1){ min-height:350px; }
	#quick-links .col-sm-7:nth-child(2){ min-height:350px; }
}

@media screen and (max-width:600px){
	#quick-links .col-sm-5{ width:100%; }
	#quick-links .col-sm-7{ width:100%; }
	#quick-links .col-sm-5:nth-child(1){ min-height:inherit; }
	#quick-links .col-sm-7:nth-child(2){ min-height:inherit; padding-bottom:40px; }
	#quick-links ul{ margin:0 40px 0 0; }
}




/* = Back to top
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

.backtotop.styled {	opacity:0.8;
background-color:#F17008; border:1px solid #F17008;
border-radius: 5px;bottom: 20px;color: #fff;
   font-size: 20px;font-weight: bold;height: 55px;line-height: 55px;position: fixed;
   right: 20px;text-align: center;width: 55px;
/* text-indent:-9999px;background: url('icon_top.png') no-repeat;*/
}

.backtotop.styled:hover {opacity:1;}







/* = Forms
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

/* Gravity Forms */

.gform_wrapper.gf_browser_chrome .gform_body{ width:100% !important;}
.gform_wrapper .gform_heading,
.gform_wrapper .top_label .gfield_label, .gform_wrapper label {display:none!important}

.gform_wrapper .ginput_container input.form-control,
.gform_wrapper .ginput_complex .ginput_full input.form-control,
.gform_wrapper .ginput_container textarea.form-control,
.gform_wrapper .ginput_container select.form-control {
	background:#fff;
	width:100%!important;padding: 6px 12px!important;text-indent: 0!important;
	border-radius:0 !important; border:1px solid #868686;
}


#gform_wrapper_1 li.gfield_html {font-size: 14px;line-height: 24px;}

.gfield.disclaimer {font-size:12px; font-style:italic}
.gform_wrapper .gform_footer { padding:0!important; text-align:right}
.gform_footer input[type=submit] {/*width:100%;*/}

/* Long contact form address */
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	width:49%!important; min-height:1px!important;
}

body .gform_wrapper ul li.gfield{ margin-top:10px !important;}
.gform_wrapper div.ginput_container,
.gform_wrapper .address_line_2,
.gform_wrapper .ginput_complex > span {margin-top:10px!important;}

.gform_wrapper .address_line_2 {display:block}

/* Double column layout for short contact */
.gform2col .gform_wrapper .gfield { width:49.5% }
.gform_wrapper ul.gform_fields{ padding:15px 0 0 0 !important;}
.gform_wrapper ul.gform_fields li.gfield{ padding-right:0 !important;}
.gform2col ul li {margin-bottom:0;}
.gform2col .gform_wrapper .ginput_container input.form-control {height:50px;}



.gform2col .gform_wrapper .ginput_container input.form-control::-webkit-input-placeholder, .gform2col .gform_wrapper .textarea_wrapper textarea::-webkit-input-placeholder{color:#001a32;}
.gform2col .gform_wrapper .ginput_container input.form-control:-moz-placeholder, .gform2col .gform_wrapper .textarea_wrapper textarea:-moz-placeholder{color:#001a32;}
.gform2col .gform_wrapper .ginput_container input.form-control::-moz-placeholder, .gform2col .gform_wrapper .textarea_wrapper textarea::-moz-placeholder{color:#001a32;}
.gform2col .gform_wrapper .ginput_container input.form-control:-ms-input-placeholder, .gform2col .gform_wrapper .textarea_wrapper textarea:-ms-input-placeholder{color:#001a32;}

.gform2col .gform_wrapper .textarea_wrapper { float:right; margin-top:-180px !important;}
.gform2col .gform_wrapper .textarea_wrapper textarea {height:170px}
.gform_wrapper textarea.medium{ height:170px;}
.gform_wrapper .gform_footer{ margin:12px 0 0 0 !important;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]{ margin:0 !important;}

@media screen and (max-width: 640px) {
	.gform2col .gform_wrapper .textarea_wrapper {margin-top:-228px;}
	.gform2col .gform_wrapper .textarea_wrapper textarea {max-height:218px}
	.ie .gform2col .gform_wrapper .textarea_wrapper {margin-top:-210px;}
	.ie .gform2col .gform_wrapper .textarea_wrapper textarea {max-height:200px}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]{ max-width:auto !important;}
	.gform_wrapper{ margin-bottom:50px !important;}

}
@media (max-width: 560px) {
	.gform2col .gform_wrapper .textarea_wrapper {margin-top:0 !important;}
	.gform2col .gform_wrapper .gfield { width:100%}
	.gform2col .gform_wrapper .textarea_wrapper { width:100%; margin-top:0;float:left }
	.ie .gform2col .gform_wrapper .textarea_wrapper { width:100%; margin-top:0;float:left }
	.gform_wrapper div.ginput_container, .gform_wrapper .address_line_2, .gform_wrapper .ginput_complex > span{ margin:6px 0 10px !important;}
}


/* = Blog Section
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

.blog #main article,
.category #main article,
.archive  #main article {
	background:#FFF; border-radius:3px; border:1px solid #ccc; padding:30px
}

.topheader.resultheader  {margin:0 0 10px; font-size:24px;}
.result_data { display:block; list-style: none outside; padding:10px 0 0 ; clear:both;}
.result_data li { display: inline; padding:0 10px 0 0; color:#888}
.wp-post-image {float:left; margin:0 25px 0 0}



.pagination {display:block; float:left; width:100%; padding:10px 0;  margin-top:10px;text-align:left; line-height:45px}
.pagination>*{ padding:8px; border:1px solid #ccc;  }
.pagination .current {background:#dfdfdf}
.pagination a[rel=prev] {float:left}
.pagination a[rel=next] {float:right}


.am-testimonial-holder {
    border-left: 0;
}


.post-type-archive-testimonials #main article {
    background: #FFF;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 40px;
    margin: 0 0 20px;
}

.testimonials h2 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

.testimonials p {
    margin: 0 0 20px;
}

.testimonials .addthis_toolbox {
    display: none;
}



/* = Maps Google Map API & InfoWindow Styles
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */
.mapcanvas {float:left; width:99%; height:500px; margin: 0 0 20px; border:0 double #ccc}
.iwindow {line-height:18px;width:250px}
.iwindow hr { border:0;margin:10px 0; background:0; border-top:1px solid #ddd; width:100%; clear:both }
.iwindow a {font-size:12px}
.iwindow.hasimg {width:350px}
.iwindow.hasimg hr {float:left;}
.hasimg.hasimg .infoimg {float:left;max-width:100px;margin:0 10px 0 0}

.mapimg {display:block; height:160px; width:auto;}

/* -- Directions form - active only on single locations -- */
.directions_form {float:left;display:block;border:1px solid #ddd; width:100%; margin: 0 0 40px;}
.directions_form>div {display:block;padding:10px; overflow:hidden}
.directions_form .saddr{float:left; width:60%; padding:10px}
.directions_form strong {display:block}
.directions_form .dbtn {float:right; width:30%; border:0; padding:10px;}

/* -- map_info styles/ Bubble -- */
.map_info {clear:none!important;overflow:hidden; line-height:18px; float:left; cursor:pointer}
.map_info {width:32%;margin:0 1% 10px 0}
.map_info .org, .map_info .line1, .map_info .line2, .map_info .csz, .map_info .tel, .map_info .fax, .map_info .extra {display:block;}
.map_info .full_address {display:block;padding-bottom:10px}

.btn.dbtn, .btn.dbtn::before {background:#f68500; color:#FFF; padding:15px 20px; text-decoration:none; border:0; border-radius:0; cursor:pointer; font-size:19px;}
	.btn.dbtn:hover {background:#f17008; color:#FFF; text-decoration:none}

@media screen and (max-width: 767px) {
	.directions_form .saddr{width:100%;}
	.directions_form .dbtn {width:100%;}
}



/* = Bootstrap overwrites
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

/* change the gutter widths to 25px. Essentially making them 50px in between columns  */
.row {
    margin-left: -25px;
    margin-right: -25px;
}
.col-xs-25, .col-md-25, .col-lg-25,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}

.container, .fwpadded  { padding-left:25px; padding-right:25px}


/* Change the width of the container for med screens*/
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}


/* = Framework overwrites
--------------------------------------------------------------------------------------------------------------------
** Advice Media ** */

[class*="qcol-"] {
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}







/* CUSTOMIZATIONS BY VISUAL HARMONY */
#testimonials_social_reviews {
	text-align: center;
	margin-bottom: 50px;
}

#testimonials_social_reviews a img {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 180px;
}
