
/*** IMPORT GOOGLE FONTS ***/

@import url(http://fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic|Radley:400,700,400italic,700italic);


/*** GENERAL STYLES ***/

body {font-family: Karla, sans-serif; color: #666; background: #e1ddc8 url(/wp-content/uploads/sites/91/2015/07/bkg.jpg) center top no-repeat;}
h1, h2, h3, h4, h5, h6, .widget-title {font-family: Radley, serif; color: #6a5a15; font-weight: normal;}
a, #toc a {color: #004a87;}
a:hover, #toc a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #4077a5;}

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


/*** EXTRA TEXT COLORS ***/

.widget_oomph_post_widget .entry-meta, .tribe-events-list-widget .duration, #primary .posted-on-byline {color: #999;}
.accordion-container .show-more, .accordion-container .show-less {font-family: Karla, sans-serif; color: #ccc5a1;}


/*** BUTTONS ***/

input[type="submit"], input[type="button"], button, .comments-area .reply a, a.button-link, .menu-toggle-icon, .contact-us-button a {font-size: 20px; color: #fff !important; font-weight: bold; text-transform: uppercase; padding: 10px 15px; background: #efa42b; border-radius: 4px; border-bottom: 5px solid #f2d07c !important; text-shadow: 0 0 5px #c78e24;}
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-color: #c78e24; border-color: #4077a5;}


/*** LINES ***/

th, td, .accordion-container, .comments-area, .post-type-archive-testimonials #primary .type-testimonials, #primary .with-divider, .paging-navigation, .post-navigation {border-color: #dbd8cd;}



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


/*** STRUCTURE ***/

#wrapper {position: relative; max-width: 1170px; margin: 0 auto;}
#wrapper-with-footer {margin: 240px 0 30px; box-shadow: 0 0 10px rgba(0,0,0,.2);}
#wrapper-without-footer {}
#wrapper-without-header {}
#wrapper-without-navs {background: rgba(240,238,227,.9);}

#masthead {position: absolute; left: 0; top: 0; right: 0;}
#logo {padding: 30px 15px 0;}

#colophon {background: linear-gradient(to bottom, #8a7a25 0, #6a5a15 100%); border-radius: 0 0 8px 8px; overflow: hidden; color: #c4bc92; padding: 50px 15px;}
#colophon a {color: #fff;}
#site-footer-right .widget_nav_menu .menu > li > a {font-family: Radley, serif; color: #002f67; font-size: 22px;}

@media screen and (min-width: 1170px) {/* FULL SIZE AND UP */
	#wrapper-with-footer {border-radius: 8px;}
}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#content {padding: 15px 15px 30px;}
	.home #content {padding: 30px 15px;}
	#primary {padding: 20px 40px;}
	.home #primary {padding-top: 0; margin-top: -10px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#wrapper-with-footer {margin-top: 260px;}
	#logo {padding-top: 60px;}
	#content {padding: 20px;}
}


/*** PRIMARY NAV ***/

.menu-toggle-icon {border: 0 !important;}
#site-navigation {background: linear-gradient(to bottom, rgba(173,163,115,.9) 0, rgba(196,188,146,.9) 100%); border-radius: 8px 8px 0 0;}
#site-navigation .menu {padding-top: 10px; font-size: 0; text-align: center;}
#site-navigation .menu > li {float: none; display: inline-block; text-align: left; padding: 0 3px; margin: 0 0 10px;}
#site-navigation .menu > li > a {padding: 10px; font-family: Radley, serif; font-size: 18px; border-radius: 4px; text-shadow: 0 0 10px rgba(42,42,42,.2);}
#site-navigation a {padding: 10px; color: #fff; font-size: 16px;}

#site-navigation .sub-menu {background: #6a5a15; border-radius: 0 4px 4px 4px; border-bottom: 5px solid #8a7a25; overflow: hidden;}

#site-navigation .menu > .current-menu-ancestor > a, #site-navigation .menu > .current-menu-item > a {background: rgba(106,90,21,.3);}
#site-navigation .menu > li:hover > a {background: #6a5a15;}
#site-navigation .sub-menu li a:hover {background: #002f67;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#site-navigation .menu > li.menu-item-has-children:hover > a {border-radius: 4px 4px 0 0;}
	#site-navigation .menu > li {border-left: 1px solid rgba(106,90,21,.3);}
	#site-navigation .menu > li:first-child {border: 0;}
	#site-navigation .sub-menu {left: 3px;}
	#site-navigation .sub-menu > li {border-top: 1px solid #887b44;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#site-navigation a {text-shadow: 0 0 10px rgba(42,42,42,.2);}
}


/*** SECONDARY NAV ***/

#secondary-nav {position: absolute; right: 0; top: 10px; width: 100%; height: 0; font-size: 13px;}
#secondary-nav ul {float: right; margin-right: 270px;}
#secondary-nav li {}
#secondary-nav li:first-child {}
#secondary-nav li a {display: block; padding: 7px 15px 8px; margin: 0 5px; border-radius: 4px; background: rgba(127,164,195,.2);}
#secondary-nav li a:hover {background: #7fa4c3; color: #fff;}
#secondary-nav li.button a {background: #efa42b; color: #fff;}
#secondary-nav li.button a:hover {background: #7fa4c3;}


@media screen and (min-width: 768px) {/* TABLET AND UP */
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#secondary-nav {display: block; top: 5px;}
	#secondary-nav ul {float: left; padding: 0 5px; margin: 0;}
}



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


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

.widget {margin: 15px 0;}
.secondary .widget {padding: 15px; border-radius: 4px; overflow: hidden;}
.widget-title, .widget ul.list li, .widget ul.thumblist li, .widget_categories li {border-bottom: 1px solid #e1ddc8;}
.widget-title {margin: 0 0 15px; padding: 0 0 5px; font-size: 20px; line-height: 1.1; color: #6a5a15;}
.widget .widget-title + .textwidget > ul.list, .widget .widget-title + ul.list, .widget .widget-title + ul.thumblist, .widget_categories .widget-title + ul {margin: -15px 0 0;}
.widget ul.list li > a, .widget_categories ul a {padding: 5px 2px;}
a.thumblist-link, span.thumblist-link {padding: 10px 0;}

.widget.big-text-widget {font-family: Radley, serif; font-size: 24px; line-height: 1.2; background: #a79b5c; color: #fff; text-align: center; padding: 20px;}


/*** CALL TO ACTION ***/

.action {}
.action-text {font-family: Radley, serif; font-style: italic; color: #f2d07c; font-size: 24px; text-transform: lowercase;}
.action-phone {color: #fff; font-size: 40px; font-weight: bold;}
a.action-email {font-size: 16px; color: #9fbbd2; text-transform: lowercase;}
.action-email:before {}

#masthead .action {text-align: center;}
#masthead .action * {display: inline-block;}
#masthead .action-text {display: none;}
#masthead .action-phone {color: #002f67; font-size: 24px;}
#masthead .action-email:before {color: #4077a5; font-size: 30px; position: relative; bottom: 4px;}
#masthead .action-email span {display: none;}

#colophon .action-text {}
#colophon .action-phone {}
#colophon a.action-email {color: #002f67;}
#colophon .action-email:before {}

#primary .action, .secondary .widget.widget-action {background: #4077a5 url(/wp-content/uploads/sites/91/2015/07/cta.png) left bottom no-repeat; border-radius: 4px; padding: 30px 15px; text-align: center;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead .action {position: absolute; left: 0; top: 143px; width: 266px; padding-left: 4px;}
}


/*** GOOGLE SEARCH ***/

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead .gsc-control-searchbox-only {position: absolute; right: 0; top: 10px; width: 250px;}
}
@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead .google-search {padding: 15px;}
}


/*** BREADCRUMBS ***/

#breadcrumbs {padding: 15px; font-size: 13px;}
#breadcrumbs a:hover {text-decoration: underline;}


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

.secondary .widget.photo-above-left-nav {border-radius: 0; padding: 0 0 10px; overflow: visible;}
.photo-above-left-nav img {width: 100%; border: 10px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); transform: rotate(-3deg);}

.secondary .widget.widget_nav_menu {font-size: 16px; background: #6a5a15; padding: 0; margin-left: -15px; border-radius: 0 4px 4px 0;}
.secondary .widget_nav_menu li {border-top: 1px solid #887b44;}
.secondary .widget_nav_menu .menu > li:first-child {border-top: 0;}
.secondary .widget_nav_menu a {color: #fff; padding: 10px;}

.secondary .widget_nav_menu a:hover {background: #002f67;}
.secondary .widget_nav_menu .current-menu-item > a {background: #8a7a25;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	.photo-above-left-nav img {position: relative; left: -12%; width: 115% !important; max-width: 115% !important;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.secondary .widget.photo-above-left-nav {max-width: 250px; margin: 0 auto;}
}


/*** FOLLOW US ***/

.widget.widget_acadia_social_media {margin-right: -15px; padding: 0;}
.widget_acadia_social_media .widget-title {font-family: Radley, serif; font-size: 30px; color: #8a7a25; text-transform: lowercase; font-style: italic; border-bottom: 5px solid #e1ddc8;}


/*** TESTIMONIAL ***/

.widget-testimonials .entry-summary {font-family: Radley, serif; font-size: 21px; line-height: 1.2;}
.widget-testimonials .entry-summary:before, .post-type-archive-testimonials .type-testimonials .entry-summary:before {left: -3px; top: 3px; font-family: Radley, serif; color: #efa42b; font-size: 90px;}
.widget-testimonials .testimonial-attribution, .post-type-archive-testimonials .type-testimonials .testimonial-attribution {font-size: 13px;}

#primary .widget-testimonials {position: relative; padding: 20px 0;}

.post-type-archive-testimonials #primary .type-testimonials .entry-summary:before {}

.secondary .widget.widget-testimonials {position: relative; padding: 25px 15px; background: rgba(255,255,255,.7); border-radius: 20px; overflow: visible; margin-bottom: 40px;}
.secondary .widget.widget-testimonials .entry-summary:after {content: ''; position: absolute; right: 40px; top: 100%; width: 40px; height: 23px; background: url(/wp-content/uploads/sites/91/2015/07/testimonial.png);}



/*** VIRTUAL TOUR ***/

.secondary .widget.virtual-tour {position: relative; padding: 0; background: #fff; text-align: center; border: 10px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); overflow: visible; border-radius: 0; max-width: 300px; margin: 0 auto;}
.virtual-tour .caption {position: absolute; left: 0; bottom: 0; right: 0; font-family: Radley, serif; padding: 10px; font-size: 21px; text-transform: lowercase; color: #fff; background: rgba(106,90,21,.8);}


/*** CONTACT US BUTTON ***/

.secondary .widget.contact-us-button {padding: 0; background: none; border-radius: 0;}
.contact-us-button a {}


/*** POST-IT ***/

.post-it {padding: 20px; background: #e1ddc8; border-radius: 4px; border-bottom: 5px solid #c4bc92;}


/*** IMPORTANT ***/

.important {color: #fff; background: #6a5a15; font-weight: bold; border-radius: 4px; border-bottom: 5px solid #8a7a25;}
.important:before {font-family: Radley, serif; line-height: .7; font-weight: normal;}


/*** BLOG STUFF ***/

.author_excerpt {background: #e1ddc8;}

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


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


/*** HOME HERO ***/

.hero {border: 10px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); margin-top: 10px !important;}
.hero .caption {position: absolute; left: 0; bottom: 0; right: 0; font-family: Radley, serif; font-style: italic; color: #fff; font-size: 33px; background: rgba(106,90,21,.9); padding: 15px 20px; text-align: center; line-height: 1;}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.hero .caption {font-size: 24px;}
}


/*** HOME TAGLINE ***/

.tagline {padding: 20px 20px 20px 180px; background: #efc885 url(/wp-content/uploads/sites/91/2015/07/tagline.png) left bottom no-repeat; border-radius: 4px;}
.tagline h1 {font-size: 27px; line-height: 1.2; color: #444;}

@media screen and (max-width: 767px) {/* PHONE ONLY */
}


/*** HOME WELCOME TEXT ***/

.cfct-build .row.row-welcome {background: #002f67; border-radius: 4px; margin-left: 0; margin-right: 0;}
.cfct-build .row.row-welcome .c6-12 {overflow: visible;}
.welcome-image {padding: 20px 0;}
.welcome-image .textwidget {margin: 0 -20px;}
.welcome-image img {position: relative; display: block; width: 100%; border: 10px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); transform: rotate(-3deg);}
.welcome-text {padding: 30px 10px; color: #cfdde8;}
.welcome-text h2 {color: #fff;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	.welcome-image img {left: -10px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.welcome-image {padding: 30px 40px 0;}
}


/*** HOME FEATURES ***/

.home-feature {background: #e2deca; border-radius: 4px; overflow: hidden; border-bottom: 5px solid #c8c19a;}
.home-feature img {width: 100%;}
.home-feature .text {padding: 15px;}
.home-feature h3 {margin: 5px 0;}
.home-feature p {margin: 0;}
.home-feature p.link a {text-transform: uppercase; font-size: 13px; text-decoration: none; font-weight: bold;}
.home-feature p.link a:hover {}


/*** HOME CONTENT ***/

.row-content {padding: 30px 0 0; border-top: 1px solid #dbd8cd;}
