
/*** IMPORT GOOGLE FONTS ***/

@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic,700italic|Josefin+Sans:400,700);


/*** GENERAL STYLES ***/

body {background: #1c261e url(/wp-content/uploads/sites/82/2015/04/bkg.jpg) center top; background-attachment: fixed; background-size: cover; font-family: 'Quattrocento Sans', sans-serif; color: #484747;}
h1, h2, h3, h4, h5, h6, .widget-title {font-family: 'Josefin Sans', sans-serif; color: #193b1c; font-weight: bold; text-transform: uppercase;}
a, #toc a {color: #49883f;}
a:hover, #toc a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #193b1c;}

.round-corners, .archive_thumbs, .author_excerpt .avatar, .gallery .attachment-thumbnail {border-radius: 4px;}


/*** EXTRA TEXT COLORS ***/

.widget_oomph_post_widget .entry-meta, #primary .posted-on-byline {color: #484747;}
.accordion-container .show-more, .accordion-container .show-less {color: rgba(25,59,28,.5);}


/*** BUTTONS ***/

input[type="submit"], input[type="button"], button, .comments-area .reply a, a.button-link, .menu-toggle-icon, .contact-us-button a {padding-top: .7em; font-size: 18px; font-weight: bold; color: #fff; background: rgba(25,59,28,.6); text-transform: uppercase; border-radius: 4px;}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .comments-area .reply a:hover, a.button-link:hover, .contact-us-button a:hover {background: #193b1c;}


/*** LINES ***/

th, td, .accordion-container, .comments-area, #primary .with-divider, .wp-pagenavi {border-color: rgba(25,59,28,.2);}



/*==============================================*/


/*** STRUCTURE ***/

#wrapper {}
#wrapper-with-footer {}
#wrapper-without-footer {}
#wrapper-without-header {}
#wrapper-without-herowidgets {}
#wrapper-without-navs > .inner {max-width: 1200px; margin: 0 auto;}

#colophon {clear: both; position: relative; background: #050708 url(/wp-content/uploads/sites/82/2015/04/colophon.jpg); z-index: 10; color: rgba(165,189,162,.5);}
#colophon a {color: #fff;}
#site-footer-right .widget_nav_menu .menu > li > a {font-family: 'Josefin Sans', sans-serif; font-weight: bold; color: #a5bda2; text-transform: uppercase;}

#primary {padding: 20px;}

.page-id-2389 #logo {display: none;} /* FOR REPLACING THE LOGO ON FIFTH CIRCLE PAGE */

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#wrapper-without-navs {float: left; width: 84%; padding: 50px 50px 50px;}
	#wrapper-without-navs > .inner {border-radius: 4px; overflow: hidden;}
	#wrapper-without-herowidgets {background: linear-gradient(to right, rgba(211,226,209,.9) 75%, rgba(165,189,162,.9) 75%);}
	.home #wrapper-without-herowidgets {border-radius: 4px;}
	.page-template-page_left-sidebar-php #wrapper-without-herowidgets {background: rgba(211,226,209,.9);}

	#masthead {float: left; width: 16%; margin: 0; z-index: 5;}
	#masthead > .top {position: absolute; left: 0; top: 0; bottom: 0; width: 16%; background: rgba(28,38,30,.75); z-index: 1;}
	#masthead > .inner {position: relative; z-index: 2;}
	#logo, #header-widgets {float: none;}

	#primary {padding: 40px;}
	#primary, .single-jobs #primary, .post-type-archive-testimonials #primary, .post-type-archive-staff-member #primary, .single-staff-member #primary,
	.blog #primary, .archive #primary, .single #primary, #primary.author, #primary.right-sidebar, .page-template-page_right-sidebar-php #primary {margin-left: 0; width: 75%;}
	.page-template-page_left-sidebar-php #primary {width: 100%;}

	#secondary-right {width: 25%;}

	#secondary-left {display: none;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#wrapper-without-navs {width: 80%; padding: 50px 20px 20px;}
	#masthead {width: 20%;}
	#masthead > .top {width: 20%;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead {background: rgba(28,38,30,.25);}
	#masthead .widget {display: none;}
	#breadcrumbs, #primary {background: rgba(211,226,209,.95);}
	.secondary {background: rgba(165,189,162,.95); padding: 20px 0;}
}


/*** PRIMARY NAV ***/

#site-navigation {background: #193b1c;}
#site-navigation a {padding: 8px 15px; font-size: 16px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#site-navigation {display: none;}
	#site-navigation .sub-menu {}
	#site-navigation .sub-menu > li {}
	#site-navigation .menu > .current-menu-ancestor > a, #site-navigation .menu > .current-menu-item > a {}
	#site-navigation .menu > li:hover > a {}
	#site-navigation .sub-menu li a:hover {}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#site-navigation .menu > li, #site-navigation .sub-menu li {border-top: 1px solid rgba(255,255,255,.1) !important;}
}


/*** SECONDARY NAV ***/

#secondary-nav {position: absolute; right: 0; top: 0; height: 0; font-size: 12px; text-transform: uppercase;}
#secondary-nav ul {padding-right: 15px;}
#secondary-nav li {padding-right: 5px;}
#secondary-nav li a {padding: 8px 15px; color: #fff; background: rgba(5,7,8,.5); border-radius: 0 0 4px 4px;}
#secondary-nav li a:hover {background: #050708;}
#secondary-nav li.button a {background: rgba(73,136,63,.8);}
#secondary-nav li.button a:hover {background: #49883f;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#secondary-nav {right: 20px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#secondary-nav ul {padding-left: 0;}
	#secondary-nav li a {padding: 6px 8px; font-size: 11px;}
}



/*==============================================*/


/*** WIDGETS AND LISTS ... AFFILIATIONS, INSURANCE ***/

.widget {margin: 30px 0;}
.secondary .widget {padding: 0 20px;}
#header-widgets .widget {color: #fff; margin: 30px 0; padding: 0 20px;}
.widget-title, .widget ul.list li, /*.widget ul.thumblist li,*/ .widget_categories li {border-bottom: 1px solid rgba(255,255,255,.2);}
.widget-title {font-size: 18px; line-height: 1; text-transform: uppercase; color: #193b1c; padding: 0 20px 5px; font-weight: bold; margin: 0 -20px 10px;}
.widget .widget-title + div > ul.list, .widget .widget-title + ul.list, .widget_categories .widget-title + ul, .widget-title + ul.thumblist {margin: -10px -20px 0;}
.widget ul.list li > a, .widget_categories ul a {padding: 8px 20px; color: #484747;}
.widget ul.list li > a:hover, .widget_categories ul a:hover {background: rgba(25,59,28,.5); color: #fff;}

.widget .widget-title + ul.thumblist {margin: 0 -10px;}
.thumblist-item {display: inline-block; width: 50%; vertical-align: top;}
.thumblist-link {padding: 10px;}
.thumblist-link .post-thumbnail {display: block; width: 100%; text-align: center; padding: 0;}
.thumblist-link .post-thumbnail img {display: inline; width: 80px;}
.thumblist-link .entry-title {display: none;}

.widget.big-text-widget {font-size: 24px; line-height: 1.2; color: #fff; text-align: center; font-weight: bold; font-style: italic; border: solid rgba(255,255,255,.2); border-width: 1px 0; padding: 20px !important; background: rgba(28,38,30,.75);}

#header-widgets .widget.blank-widget, .secondary .widget.blank-widget {padding: 0 20px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#header-widgets .widget-title {color: #a5bda2; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.1);}
	#header-widgets .widget.big-text-widget {border: solid rgba(255,255,255,.1); border-width: 1px 0;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.widget-title {font-size: 15px;}
	.widget.big-text-widget {font-size: 18px; padding: 20px 10px;}
}


/*** CALL TO ACTION ***/

.action {font-weight: bold; text-transform: uppercase;}
.action-text {font-size: 18px; color: #dacb4d;}
.action-phone {font-size: 40px; font-family: 'Josefin Sans', sans-serif; color: #fff;}
a.action-email {font-size: 14px; color: #a5bda2 !important; padding-top: 5px;}
a.action-email:before {}

#masthead .action {text-shadow: 0 0 10px rgba(0,0,0,.5);}
#masthead .action-text {}
#masthead .action-phone {}
#masthead a.action-email {}

#colophon .action-text {}
#colophon .action-phone {}
#colophon a.action-email {}

#primary .action {position: relative; background: #193b1c url(/wp-content/uploads/sites/82/2015/04/cta-primary.png) 85% center no-repeat; border-radius: 4px; padding: 20px;}
#primary .action-text {font-size: 16px;}
#primary .action-phone {font-size: 45px; margin-bottom: -5px;}
#primary .action-email {position: absolute; right: 0; bottom: 0;}
#primary .action-email:before {font-size: 30px;}
#primary .action-email span {display: none;}

.secondary .widget.widget-action {padding: 25px 20px; text-align: center; background: #193b1c url(/wp-content/uploads/sites/82/2015/04/cta-secondary.png) center center no-repeat;}
#secondary-left .widget.widget-action {text-align: center;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead #header-widgets .widget.widget-action {padding: 0 20px; text-align: center; margin-top: 0 !important;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead #header-widgets .widget.widget-action {display: block; margin-top: 0 !important;}
}


/*** GOOGLE SEARCH ***/

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead .google-search {position: absolute; left: 100%; padding-left: 20px; top: 10px; width: 250px; margin: 0 !important;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#masthead .google-search {width: 200px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead .widget.google-search {display: block; padding: 10px 15px; margin: 20px 0 0;}
}


/*** BREADCRUMBS ***/

#breadcrumbs {padding: 0 20px; font-size: 13px;}
#breadcrumbs > .inner {padding: 15px 0 10px; border-bottom: 1px solid rgba(25,59,28,.2); overflow: hidden;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#breadcrumbs {width: 75%;}
	.page-template-page_left-sidebar-php #breadcrumbs {width: 100%;}
}


/*** CUSTOM MENU (LEFT NAV) ***/

.secondary .widget.photo-above-left-nav {}
.photo-above-left-nav img {border-radius: 4px;}

#header-widgets .widget.widget_nav_menu, .secondary .widget.widget_nav_menu {padding: 0;}
#header-widgets .widget_nav_menu .menu, .secondary .widget_nav_menu .menu {border-bottom: 1px solid rgba(255,255,255,.2);}
#header-widgets .widget_nav_menu li, .secondary .widget_nav_menu li {position: relative; border-top: 1px solid rgba(255,255,255,.2);}
#header-widgets .widget_nav_menu a, .secondary .widget_nav_menu a {color: #484747; padding: 8px 10px; font-size: 15px;}

#header-widgets .widget_nav_menu li:hover .sub-menu {display: block;}
#header-widgets .widget_nav_menu .sub-menu {display: none; position: absolute; left: 100%; top: -1px; background: rgba(28,38,30,.94); border-radius: 0 4px 4px 0; overflow: hidden;}
#header-widgets .widget_nav_menu .sub-menu a {white-space: nowrap;}

#header-widgets .widget_nav_menu a:hover, .secondary .widget_nav_menu a:hover {background: rgba(25,59,28,.5); color: #fff;}
#header-widgets .widget_nav_menu .current-menu-item > a, .secondary .widget_nav_menu .current-menu-item > a {background: rgba(255,255,255,.2); color: #484747;}

#secondary-right .widget.widget_nav_menu:before {content: 'In This Section'; font-family: 'Josefin Sans', sans-serif; font-size: 18px; line-height: 1; text-transform: uppercase; color: #193b1c; padding: 0 10px 5px; font-weight: bold;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#header-widgets .widget.widget_nav_menu {background: rgba(28,38,30,.75);}
	#header-widgets .widget_nav_menu .menu {border-bottom: 1px solid rgba(255,255,255,.1);}
	#header-widgets .widget_nav_menu li {border-top: 1px solid rgba(255,255,255,.1);}
	#header-widgets .widget_nav_menu .menu > li > a {font-family: 'Josefin Sans', sans-serif; font-size: 17px; text-transform: uppercase; padding: 8px 20px; color: #d3e2d1;}
	#header-widgets .widget_nav_menu ul ul a, .secondary .widget_nav_menu ul ul a {padding-left: 35px; font-size: 14px;}
	#header-widgets .widget_nav_menu ul ul ul a, .secondary .widget_nav_menu ul ul ul a {padding-left: 50px;}
	#header-widgets .widget_nav_menu ul ul ul ul a, .secondary .widget_nav_menu ul ul ul ul a {padding-left: 65px;}
	#header-widgets .widget_nav_menu ul ul ul ul ul a, .secondary .widget_nav_menu ul ul ul ul ul a {padding-left: 80px;}

	#header-widgets .widget_nav_menu .menu > li:hover > a {background: rgba(73,136,63,.5);}
	#header-widgets .widget_nav_menu .menu > .current-menu-item > a {background: #050708;}
	#header-widgets .widget_nav_menu .sub-menu a {color: #fff; padding: 8px 30px 8px 20px !important; font-size: 15px;}
	#header-widgets .widget_nav_menu .sub-menu a:hover {background: rgba(73,136,63,.5);}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#header-widgets .widget_nav_menu a {font-size: 14px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#header-widgets .widget.widget_nav_menu {display: none;}
}


/*** FOLLOW US ***/

.secondary .widget.widget_acadia_social_media {}
.widget_acadia_social_media .widget-title {display: none;}


/*** TESTIMONIAL ***/

.widget-testimonials .entry-summary {font-style: italic; font-size: 21px; line-height: 1.2; color: #193b1c;}
.widget-testimonials .entry-summary:before {left: -3px; top: 12px; color: rgba(73,136,63,.4); font-style: normal; font-weight: bold;}
.widget-testimonials .testimonial-attribution {font-size: 14px;}

#primary .widget-testimonials {text-align: center;}
#primary .widget-testimonials .entry-summary {color: #49883f;}
#primary .widget-testimonials .entry-summary:before {display: none;}

.secondary .widget.widget-testimonials {padding: 0 20px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#header-widgets .widget-testimonials .entry-summary, #header-widgets .widget-testimonials .entry-meta {color: #a5bda2;}
}


/*** VIRTUAL TOUR ***/

.virtual-tour a {font-weight: bold; color: #fff; text-transform: uppercase;}

.widget.virtual-tour {padding: 0 20px; text-align: center; line-height: 1;}
.virtual-tour a {font-size: 18px; padding: 10px 10px 5px; background: rgba(165,189,162,.2); border-radius: 4px;}
.virtual-tour a:hover {background: rgba(165,189,162,.5);}
.virtual-tour .caption {padding: 10px 0 0;}

#secondary-right .widget.virtual-tour {padding: 0 10px;}
#secondary-right .virtual-tour a {text-align: center; line-height: 1; border-radius: 4px; overflow: hidden; padding: 10px 10px 5px; background: #49883f;}
#secondary-right .virtual-tour .caption {padding: 5px 0 0; font-size: 15px;}


/*** CONTACT US BUTTON ***/

.secondary .widget.contact-us-button {padding: 0 20px;}
.secondary .widget.contact-us-button a {}


/*** POST-IT ***/

.post-it {background: #a5bda2; border-radius: 4px;}


/*** IMPORTANT ***/

.important {background: #1c261e; color: #fff; border-radius: 4px;}
.important:before {line-height: .8;}


/*** BLOG STUFF ***/

.author_excerpt {background: #a5bda2;}

.comment-list .depth-1, .comment-list .depth-3 {background: #a5bda2;}
.comment-list .depth-2, .comment-list .depth-4 {background: #d3e2d1;}



/*==============================================*/


/*** HOME HERO WIDGETS ***/

#herowidgets .tagline {text-align: center;}
#herowidgets .tagline h1 {font-family: 'Quattrocento Sans', sans-serif; font-size: 54px; color: #fff; font-style: italic; text-shadow: 0 0 15px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,1); text-transform: none; text-align: left;}

#herowidgets .widget_nav_menu ul.menu {margin: 0 -10px 20px; overflow: hidden;}
#herowidgets .widget_nav_menu li {float: left; width: 20%; padding: 0 10px;}
#herowidgets .widget_nav_menu a {border-radius: 4px; background: rgba(5,7,8,.8); color: #fff; text-align: center; text-transform: uppercase; font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: bold; height: 90px; padding: 25px 10px;}
#herowidgets .widget_nav_menu a:hover {background: #050708;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#herowidgets .widget_nav_menu a {padding: 15px 5px; font-size: 11px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.home #herowidgets {padding: 20px; background: rgba(211,226,209,.95);}
	#herowidgets .tagline h1 {text-shadow: none; color: #193b1c;}
}

@media screen and (min-width: 560px) {/* MEDIUM PHONE AND UP */
	#herowidgets .widget_nav_menu li {display: table;}
	#herowidgets .widget_nav_menu a {display: table-cell; vertical-align: middle;}
	#herowidgets .widget_nav_menu li:first-child:nth-last-child(1) {width: 100%;}
	#herowidgets .widget_nav_menu li:first-child:nth-last-child(2), #herowidgets .widget_nav_menu li:first-child:nth-last-child(2) ~ li {width: 50%;}
	#herowidgets .widget_nav_menu li:first-child:nth-last-child(3), #herowidgets .widget_nav_menu li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
	#herowidgets .widget_nav_menu li:first-child:nth-last-child(4), #herowidgets .widget_nav_menu li:first-child:nth-last-child(4) ~ li {width: 25%;}
	#herowidgets .widget_nav_menu li:first-child:nth-last-child(5), #herowidgets .widget_nav_menu li:first-child:nth-last-child(5) ~ li {width: 20%;}
}

@media screen and (max-width: 639px) {/* MEDIUM PHONE AND DOWN */
	#herowidgets .widget {margin: 0;}
	#herowidgets .widget_nav_menu li {float: none; width: 100%;}
	#herowidgets .widget_nav_menu a {height: auto; padding: 10px; margin: 10px 0;}
}


/*** HOME HERO ***/

#primary .hero {border-radius: 4px; overflow: hidden !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);}
.hero .tp-caption {position: absolute; left: 0 !important; bottom: 0; right: 0; text-align: center; padding: 10px 30px; color: #fff !important; font-size: 30px; font-style: italic; background: rgba(25,59,28,.8); line-height: 1.2;}


/*** HOME TAGLINE ***/

.tagline {text-align: center; padding: 20px 0;}
.tagline h2 {font-size: 26px; text-transform: uppercase; font-weight: bold;}


/*** HOME WELCOME TEXT ***/

.cfct-build .row.row-welcome {background: #a5bda2; margin-left: -40px; margin-right: -40px; padding: 20px 30px;}
.welcome-text {}
.welcome-text h2 {}
.welcome-image {}
.welcome-image img {border-radius: 4px;}


/*** HOME FEATURES ***/

.home-feature {}
.home-feature img {border-radius: 4px;}
.home-feature h3 {margin: 15px 5px 5px; font-weight: bold;}
.home-feature p {margin: 5px;}
.home-feature p.link a {display: inline-block; color: #fff; text-transform: uppercase; font-size: 13px; font-weight: bold; text-decoration: none; padding: 5px 10px; background: rgba(25,59,28,.6); border-radius: 4px;}
.home-feature p.link a:hover {background: #193b1c;}



/*==============================================*/


/*** LANDING PAGE STRUCTURE ***/

.landing-page #herowidgets .widget {margin: 0;}
.landing-page #wrapper-without-herowidgets {background: rgba(211,226,209,.9);}
.lp-hero .textwidget, .lp-cta .action {max-width: 1200px;}


/*** LANDING PAGE HERO ***/

.lp-hero {background: rgba(165,189,162,.9); border-radius: 4px 4px 0 0;}
.lp-hero .full-width .box {width: 100%; padding: 10px 20px; font-size: 18px; line-height: 1.25; color: #484747; text-shadow: 0 0 40px #fff, 0 0 20px #fff;}
.lp-hero .full-width .box h1 {text-shadow: 0 0 60px #fff;}
.lp-hero .two-third .box {background: rgba(28,38,30,.9); color: #a5bda2; border-radius: 4px;}
.lp-hero a.button-link {background: rgba(73,136,63,.75);}
.lp-hero a.button-link:hover {background: #49883f;}
.lp-hero .one-third .box {background: rgba(25,59,28,.95); border-radius: 4px;}


/*** LANDING PAGE INSURANCE ***/

.insurance-accepted {background: #49883f;}
.insurance-accepted img {height: 50px;}


/*** LANDING PAGE CTA ***/

.lp-cta {background: #193b1c;}
.lp-cta .action .after-phone {font-size: 24px; font-family: 'Josefin Sans', sans-serif; color: #dacb4d;}


/*** LANDING PAGE WIDGETS ***/

@media screen and (min-width: 768px) {/* TABLET AND UP */
	.landing-page #primary .action-phone {font-size: 17px; margin-bottom: 5px;}
	.landing-page #primary .action-email {position: static;}
	.landing-page #primary .action-email span {display: inline;}
	.landing-page #primary .thumblist-item {width: 100%;}
}

.landing-page #primary .widget-affiliations {padding: 0 20px;}
