/*
Theme Name:     AccessPress Root Child
Description:    
Author:         Matt Forsyth
Template:       accesspress-root

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* ---------------------------------------------- 
	General
   ---------------------------------------------- */
body {
	background:#fff;
}
body, button, input, select, textarea {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:16px;
	font-weight:400;
	letter-spacing:.02em;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom:10px;
}
h1, .h1, h2, .h2{
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Times, serif;
	font-weight:400;
	margin-top:20px;
}
h3, .h3, h4, .h4 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-top:20px;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a {
	text-decoration:none;
}
.content-area h2, .content-area .h2, 
.content-area h3, .content-area .h3, 
.content-area h4, .content-area .h4 {
	display:block;
}
p {
	margin:0px 0 10px;
}
#primary.content-area {
    width: 72.66%;
}
#secondary.secondary-right {
	width: 25%;
}
#primary.content-area p {
	margin-top:0px;
	margin-bottom:30px;
	/*display:inline-block;*/
}
#primary.content-area .testimonial-page-quote p {
	margin-bottom:0px;
}

b, strong {
	font-weight:700;
}

a, .cat-links a, .tags-links a {
	color: #5d7136;
	text-decoration:underline;
	font-weight:normal;
}

a:hover, .cat-links a:hover, .tags-links a:hover {
	color: #02020d;
	text-decoration:none;
}
.page #primary.content-area p a:hover,  
.page #primary.content-area .post-tags-wrapper a:hover,
.single-post #primary.content-area p a:hover,
.single-post #primary.content-area li a:hover, 
.single-post #primary.content-area .post-tags-wrapper a:hover,
.entry-content-excerpt a:hover,
#secondary .widget p a:hover,
.blog-block-wrapper .blog-desc a:hover,
.blog-block-wrapper .blog-comments a:hover {
	color: #fff;
	text-decoration:none;
	background-color:#5d7136;
}
.single-post #primary.content-area #related-posts-wrapper li a:hover {
	color: #02020d;
	text-decoration:none;
	background-color:#fff;
}
#bottom-footer .social-icon a:hover {
	color:#99a77c;
}

hr {
	background:#c2cbb3;
	margin-top: 10px;
}


/* ---------------------------------------------- 
	Header
   ---------------------------------------------- */

   

#masthead {
	border:none;
	/*background-image: url(/wp-content/uploads/2014/12/mm-main-background-small.jpg);
	background-position: middle top;
	background-repeat: no-repeat;
	background-size: cover;*/
	box-shadow: none;
}

#site-branding {
	/*background-color: #fff;
	padding: 14px 15px 10px;*/
}

#site-branding a {

	text-decoration:none;

}

#site-branding .site-text {

	display:inline-block;

}

#site-branding h2.site-title {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
	font-size: 50px;
	line-height: 32px;
	margin-top:12px;
	margin-bottom:0px;
}
#site-branding h3.site-description {
	text-align:right;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#02020d;
	font-weight: 600;
	font-size: 13px;
	margin-top:0;
}



/* Site Navigation -------- */
.site-main .posts-navigation {
	width:100%;
}
.right-header {

	  /*margin-top: 25px;*/

}

#site-navigation li a {

	font-size:15px;

	font-weight:600;

	color:#02020d;

}

#site-navigation > ul > li > a:hover, #site-navigation > ul > li.current-menu-item > a, #site-navigation > ul > li.current-menu-ancestor > a {

	color:#5d7136;

}

.search-icon a {

	color:#555;

}

.search-icon a:hover {

	color:#5d7136;

}

/* Nav Dropdowns */

.main-navigation ul ul {

	background: #5d7136;

}

.main-navigation ul ul:before {

	border-bottom: 10px solid #5d7136;

}

#site-navigation ul li ul.sub-menu > li:hover > a,

#site-navigation ul li ul.sub-menu > li.current-menu-item > a,

#site-navigation ul li ul.sub-menu > li.current-menu-ancestor > a {

	color: #5d7136;

}



/* Page Title */
.full-width .page_header_wrap {
	/*background: none repeat scroll 0 0 #aeb89b;*/
	background-color:#fff;
	background-image: url(/wp-content/uploads/2014/12/mm-main-background-small.jpg);
	background-position: middle top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 25px;
	padding: 40px 0 21px;
	text-align:center;
	position:relative;
}
.archive .page_header_wrap,
 .search .page_header_wrap,
 .category .page_header_wrap,
 .blog .page_header_wrap,
 .page-id-289 .page_header_wrap,
 .page-id-4012 .page_header_wrap,
 .page-id-4014 .page_header_wrap,
 .page-id-4016 .page_header_wrap,
 .page-id-4018 .page_header_wrap,
 .page-id-4020 .page_header_wrap,
 .page-id-6032 .page_header_wrap {
	text-align:left;
	padding: 25px 0 21px;
}
.page_header_wrap .entry-header {
	width:100%;
}

.page_header_wrap .entry-title {
	font-size:32px;
	line-height:32px;
	color:#281e12;
	font-weight:400;
}
.post-category-links {
	position: absolute;
	left: 0;
	top: -17px;
	width: 100%;
	color:rgba(255,255,255,0);
}
.post-category-links a {
	background-color: #5c4b2d;
	color: #fff;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 80%;
}
@media (max-width: 767px) {

	.post-category-links a {
		display:none;
	}
	.post-category-links a:first-child {
		display:inline;
	}

}



/* Hero Area */
#main-slider {
	margin-bottom:0;
}
.caption-content-wrapper {
	background: #fff;
	color: #02020d;
	font-size: 16px;
	width:440px;
	padding:15px;
}

.slider-caption .caption-title {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Times, serif;
	color: #02020d;
	font-size: 32px;
	text-shadow:none;
	margin-top:0;
	margin-bottom:0;
}

.slider-caption .caption-content{
	font-size:18px;
	font-weight:300;
}
.caption-read-more, 
input[type="button"].caption-read-more, 
input[type="submit"].caption-read-more {
	text-decoration:none;
	background-color:#5c4b2d;
	border-color: #5c4b2d;
	color:#fff;
	padding:5px 15px;
}
.caption-read-more:hover, 
input[type="button"].caption-read-more:hover, 
input[type="submit"].caption-read-more:hover,
.page #primary.content-area p a.caption-read-more:hover {
	background-color:#aea596;
	border-color:#aea596;
	color:#fff;
	cursor:pointer;
}
.bx-controls.bx-has-controls-direction.bx-has-pager {
	/*display:none;*/
}



/* ---------------------------------------------- 
	Body
   ---------------------------------------------- */

.site-content .h1 {
	font-size:32px;
	line-height:32px;
}

/*.site-content .h1 span, #top-footer .main-title.h1 span {
	display: inline-block;
	background-color: #fff;
	padding: 14px 15px 10px;
}*/

.site-content h2, .site-content .h2 {
	font-size:28px;
	line-height:1.2;
}

.site-content h3, .site-content .h3 {
	font-size:21px;
	line-height:1.2;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform:none;
}

.site-content h4, .site-content .h4 {
	font-size:16px;
	line-height:1.2;
	text-transform:uppercase;
	/*text-transform:none;*/
	font-weight:700;
}

.site-content ul {
	list-style: disc;
	margin: 0 0 2em 2em;
}
.site-content ol {
	margin: 0 0 2em 2em;
}

.site-content ul li, .site-content ol li {
	margin: 0 0 10px 0;
}


/* ---------------------------------------------- 
	Home Page Template
   ---------------------------------------------- */

/* Services */
#service-section {
	background-color:#edf0e8;
	background-image: url(/wp-content/uploads/2014/12/mm-main-background-small.jpg);
	background-position: middle top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	margin: 0 0 30px;
	padding: 30px 0 40px;
}
#service-section .blog-content {
	width:100%;
	margin-bottom: 10px;
}
#service-section .blog-content .blog-title {
	margin-top:5px;
}

#service-section .blog-content .blog-desc {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
	font-size:18px;
	font-weight:300;
}

#service-section .blog-content .service-block {
	width:97%;
	margin-bottom:20px;
}

#service-section .blog-content .service-block .service-icon {
	width:10%;
	float:left;
	text-align: center;
}

#service-section .blog-content .service-block .service-icon .fa {
	font-size:40px;
	padding-top:10px;
	color:#5c4b2d;
}
#service-section .blog-content .service-block .service-content {
	width:87%;
	margin-left:3%;
	margin-top: -5px;
	float:left;
}
.service-title a {
	color: #5d7136;
}
.service-title a:hover {
	color: #02020d;
}
a.more-info-arrow-link {
	text-align:center;
	width:100%;
	display:block;
	position:relative;
	float:left;
	margin-top: 30px;
	margin-bottom: -25px;
	padding-top: 10px;
	border-top: solid 1px #eee;
}
a.more-info-arrow-link .fa {
	margin-right: 7px;
	color: #5c4b2d;
	font-size: 1.5em;
	position: relative;
	top: 2px;
}

/* CTA */
#cta-banner {
	background: none repeat scroll 0 0 #fff;
	padding:0;
}
.cta-banner-text {
	width: 100%;
	text-align: center;
}


/* Blog / Recent Articles */
#blog {
	margin-bottom:0;
}
.blog-block-wrapper {
	background-color:#edf0e8;
	background-image: url(/wp-content/uploads/2014/12/mm-main-background-small.jpg);
	background-position: middle top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	/*margin: 0 0 25px;*/
	padding: 30px 0 20px;
}
.home #blog .blog-block {
	width:31%;
}
.home .blog-block .blog-image {
	max-height:139px;
}
.blog-overlay a {
	background:#5d7136;
}
.blog-overlay a:hover {
	background:#aeb89b;
	color:#fff;
}
.blog-content-wrapper {
	padding-top:20px;
	padding-bottom: 7px;
}
#blog .blog-date-wrap {
	width:22%;
}
#blog .blog-date {
	background: none repeat scroll 0 0 #5c4b2d;
	border-radius: 0;
	color: #fff;
	box-shadow:none;
	width:56px;
	height:56px;
	padding-top:8px;
	cursor:default;
}
.blog-date:after {
	box-shadow:none;
}
.blog-date:hover {
	background: none repeat scroll 0 0 #02020d;
}
.blog-date:hover:after {
	box-shadow:none;
}
#blog .blog-title a, .blog-comments a {
	color: #5d7136;
}
#blog .blog-title a:hover, .blog-comments a:hover {
	color: #02020d;
}
.blog-comments > span {
	padding-left: 20px;
	position: relative;
	margin-right: 0;
}
.blog-comments .fa {
	color: #5d7136;
	position: absolute;
	left: 0;
	top: 8px;
}

/* Comments */
.comments-title:after {
	border:none;
}
.site-content ol.comment-list {
	list-style:none;
	margin-left:0;
	border-top: solid 1px #c2cbb3;
	padding-top: 5px;
}
.comments-area .comment.depth-1 {
	border-bottom: solid 1px #c2cbb3;
}
ol.comment-list li.comment .comment-body {
	box-shadow:none;
	padding-top:0;
	padding-bottom:0;
}
.comment-content {
	margin-top: 10px;
	padding-top: 6px;
	border-top: solid 1px #c2cbb3;
}
.comment-list .comment-author img {
	top:60px;
}
ol.comment-list li.comment ol.children {
	margin-left:40px;
	background: #edf0e8;
	/*padding: 5px 10px 10px 0;*/
}
ol.comment-list li.comment ol.children .comment {
	border-top: solid 1px #c2cbb3;
	padding: 5px 10px 10px 0;
}


/* Testimonials */
.testimonail-content-wrap {
	border-top: 1px solid #aea596;
	border-bottom: 1px solid #aea596;
	padding-bottom:20px;
}
#testimonial .testimonial-quote {
	font-size:24px;
	line-height:1.5em;
}
.testimonial-thumb.active:after {
	 background: url("/wp-content/themes/accesspress-root-child/images/testimonial-arrow.png") no-repeat scroll center center #ffffff;
}
.testimonial-link {
	text-align:center;
	font-size:80%;
}
.testimonials-more-links-wrapper {
	text-align:center;
	margin-top:15px;
}
.testimonials-more-links-wrapper a.testimonials-more-links .fa {
	margin-right: 7px;
	color: #5c4b2d;
	font-size: 1.5em;
	position: relative;
	top: 2px;
}
#testimonial {
	margin-top:30px;
}


/* ---------------------------------------------- 
	Pages / Posts
   ---------------------------------------------- */

.blog #masthead {
	margin-bottom:0;
}


/* Title */
.blog .page_header_wrap .entry-title {
	margin-bottom:0;
}

/* Meta Data */
.page_header_wrap .entry-date, .page_header_wrap .entry-date:before, .page_header_wrap .fa {
	color: #5d7136;
	font-style: italic;
}
.page_header_wrap .fa {
	width:19px;
}

.page_header_wrap .byline .author .fn {
	padding-left:20px;
	position:relative;
}
.page_header_wrap .byline .author .fn:before {
	content: "\f007";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "FontAwesome";
}
.page_header_wrap .entry-header .taxonomy-description p {
	font-weight: 300;
	margin-bottom:0;
}
.entry-meta {
	text-transform:none;
}

.page_header_wrap .entry-meta a {
	color: #5d7136;
	text-decoration:underline;
}
.page_header_wrap .entry-meta a:hover {
	color: #02020d;
	text-decoration:none;
}
span.page-views-span, span.page-views-span i.fa, .blog-feed-views {
	color: #555;
}
.blog-feed-views {
	position:relative;
	top:1px;
	font-size: 13px;
}
.blog-feed-views i.fa {
	margin-right:5px;
}
.cat-links, .tags-links {
	color: #5d7136;
}
.post-tags-wrapper {
	display:block;
	padding-left:23px;
	padding-top:20px;
	position:relative;
	font-size: 12px;
	border-top:solid 1px #e7e7e7;
}
.post-tags-wrapper .fa {
	color: #5d7136;
	position:absolute;
	left:1px;
	top: 24px;
	font-size: 14px;
}

/* Author Styling */



/* Breadcrumbs */

#accesspress-breadcrumb {
	color:#555;
	text-transform:none;
	float:left;
	width:100%;
	border-top:solid 1px #fff;
	margin-top:10px;
	padding-top:5px;
}

#accesspress-breadcrumb a {
	color: #5d7136;
	text-decoration:underline;
}

#accesspress-breadcrumb a:hover {
	color: #02020d;
	text-decoration:none;
}

/* Image Galleries */
.gallery-item {
	width:auto;
}
.gallery-item a {
	position:relative;
	display:inline-block;
	color:#63a647;
}
.gallery-item a:hover {
	color:#fff;
}
.gallery-item a:after {
	content: "\f0fe";
	font-family: 'FontAwesome';
	font-size: 19px;
	text-align: center;
	position: absolute;
	top: 80%;
	bottom: 0;
	left: 80%;
	right: 0;
	background-color: rgba(0,0,0,.6);
}

.site-main .gallery-columns-4 .gallery-item {
	margin-right:20px;
	margin-bottom:20px;
	max-width:20%;
}
.site-main .gallery-columns-4 .gallery-item .wp-caption-text {
	font-size:12px;
	line-height:1.2;
	padding:5px 0;
	color:#888;
}

#member-logos {
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
#member-logos img {
	margin:15px;
	/*float:left;*/
	width:auto;
	height:70px;
}
.home #member-logos img {
	margin:15px 25px;
	float:none;
}

/* Blog Feed */
.blog .entry-title.h2 {
	line-height:1.1;
}
.entry-title a {
	color: #5d7136;
}
.entry-title a:hover {
	color: #02020d;
}
.blog .entry-header, .archive .entry-header, .search .entry-header {
	margin-bottom: 0px;
}

.blog_layout2 .entry-thumbanil {
	width: 30%;
    max-height: 200px;
    float: left;
    margin: 0px 0px 5px;
}
.blog-feed-thumb {
	position:relative;
	display:block;
	width:100%;
	height:300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.archive .blog-feed-thumb, .search .blog-feed-thumb {
	/*height:300px;
	background-position: center center;*/
	height:200px;
	width: 30%;
    max-height: 200px;
    float: left;
    margin: 0px 0px 5px;
}
article.blog_layout2 .entry-content, .search-results .entry-content {
	float: left;
    width: 66%;
    margin-left: 20px;
}
.blog .entry-title.h2.blog-feed-title, .archive .entry-title.h2.blog-feed-title, .search .entry-title.h2.blog-feed-title {
	font-size:23px;
	bottom:0;
	padding:0px 0px 7px 0px;
	margin-bottom:0px;
}
.archive .entry-title.h2.blog-feed-title, .search .entry-title.h2.blog-feed-title {
	/*margin-bottom:20px;*/
}
.search article, .hentry {
	border-bottom: 1px solid #e7e7e7;
}
.blog .hentry, .archive .hentry, .search .hentry {
	padding-bottom:0;
	margin-bottom:20px;
	border-top: solid 5px #5d7136;
	border-bottom:none;
	width:100%;
	float:left;
}
.entry-content-excerpt {
	padding:0px 0px 3px;
	font-size:14px;
}
.blog_layout2 .entry-meta, .blog_layout3 .entry-meta, .search-results .entry-content .entry-meta {
	margin-bottom: 0;
	padding: 8px 10px 10px;
	border-top: solid 1px #edf0e8;
    margin-top: 5px;
}
.entry-date, .comments-link a {
	color: #5d7136;
	text-decoration: underline;
	font-style: italic;
	font-size:12px;
}
.entry-date:before, .comments-link a:before {
	color: #5d7136;
}
.entry-date:hover, .comments-link a:hover {
	color: #02020d;
	text-decoration: none;
}
.nav-previous a, .nav-next a {
	background: #5c4b2d;
	text-decoration:none;
}
.nav-previous a:hover, .nav-next a:hover {
	background: #aea596;
}


/* Page Hero */
.page-hero {
	width: 100%;
	min-height: 1px;
	height:500px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.resource-hero {
	border:solid 1px #edf0e8;
	padding:5px;
	margin-bottom:20px;
}


/* Testimonial Page Quote */
.testimonial-page-quote, .popout-quote {
	border-top: 1px solid #aea596;
	border-bottom: 1px solid #aea596;
	padding: 30px 10px;
	margin-bottom:20px;
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
}


/* Comments */

#respond {
	background: #edf0e8;
}
#respond input#submit {
	background: #5c4b2d;
	font-weight: 400;
}
#respond input#submit:hover {
	background: #aea596;
	color: #02020d;
}


/* Thank You Page List Cat Posts */

#post-1866 .lcp_catlist {
	list-style: none;
	margin:0;
}
#post-1866 .lcp_catlist li {
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	background:#edf0e8;
	padding: 20px;
	padding-left:35%;
	width:100%;
	float:left;
	margin-bottom:0;
	position:relative;
	font-size:14px;
	line-height:26px;
}
#post-1866 .lcp_catlist li h4 {
	margin:0;
}
#post-1866 .lcp_catlist li h4 a {
	font-weight:700;
}
#post-1866 .lcp_catlist li a .catlist-thumb {
	width:30%;
	position:absolute;
	top:20px;
	left:20px;
}

@media (max-width: 800px) {
	
	#post-1866 .lcp_catlist li {
		padding-left:20px;
	}
	#post-1866 .lcp_catlist li a .catlist-thumb {
		display:none;
	}

}


/* ---------------------------------------------- 
	Form Builder
   ---------------------------------------------- */

.input-row {
	position: relative;
}


/* Primary Area Form */
#step-1-form .input-row {
	display: block;
	margin-bottom: 10px;
	clear: left;
}

#primary #step-1-form .input-row label {
	width: 150px;
	color: #999;
	font-size: 14px;
}
#step-1-form .input-row input[type="text"], #step-1-form .input-row select, #step-1-form .input-row textarea {
	width: 300px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	/*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

#step-1-form .input-row input[type="text"], #step-1-form .input-row select, .mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=number], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
	height: 40px;
	line-height: 40px;
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=number], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
	font-size:14px;
	padding:0 15px;
}

#step-1-form .input-row textarea {
	height: 200px;
}
.mc4wp-form {
	margin-bottom:-8px !important;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	background: #5c4b2d;
	font-weight: 400;
	padding: 0 20px;
	height: 40px;
	border: none;
	color:#fff;
	cursor: pointer;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
	background: #aea596;
	color: #02020d;
}



/* Right Rail Area Form */

label.label-over {
	color: #aaa;
	position: absolute;
	top: 9px;
	left: 13px;
	font-size: 14px;
}
label.label-over#fb-state-label {
	display:none;
}
#secondary #step-1-form .input-row input[type="text"], #secondary #step-1-form .input-row select, #secondary #step-1-form .input-row textarea, .mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=number], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
	width: 100%;
	border-color:#fff;
}



/* Form Utilities */
label {
	display: inline-block;
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
.required-label {
	color: #f00;
}
#step-1-form .input-row input[type="text"].error, #step-1-form .input-row select.error, #step-1-form .input-row textarea.error {
	border-color: #f00 !important;
}
#primary #step-1-form .input-row label.error, #secondary #step-1-form .input-row label.error {
	width: auto;
	color: #f00;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}
.submit-row small {
	display:block;
	line-height:1.4;
	margin-top:15px;
	width:300px;
	color:#777;
}
/*.caldera-grid form.caldera_forms_form small {
	size:75%;
}*/
form.caldera_forms_form small {
	display:block;
	line-height:1.4;
	color:#777;
	font-size:75%;
}
form.caldera_forms_form small a {
	text-decoration:underline;
}
form.caldera_forms_form small a:hover {
	color:#000;
	text-decoration:none;
}
#primary #step-1-form .submit-row small {
	margin-left:150px;
}
@media (max-width: 469px) {
	
	#primary #step-1-form .submit-row button.submit, #primary #step-1-form .submit-row small {
		margin-left:0px !important;
	}

}


/* ---------------------------------------------- 
	Footer
   ---------------------------------------------- */
#top-bottom-footer {
	
}
#top-footer {
	background: #edf0e8;
	padding: 25px 0 60px;
}

#top-footer .footer-title {
	margin-top:0;
	font-size:22px;
	line-height:22px;
	text-transform:none;
	font-weight:600;
}

#top-footer .top-footer-block ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	list-style: none;
}

#top-footer .top-footer-block ul li {
	border-top: 1px solid #c2cbb3;
	padding-top: 8px;
	margin-top:10px;
}

#top-footer .top-footer-block hr {
	margin-bottom:5px;
}

#top-footer a .fa {
	margin-right: 7px;
	color: #5c4b2d;
	font-size: 1.5em;
	position: relative;
	top: 2px;
}

#middle-footer {
	background: #5d7136;
	padding: 10px 0 13px;
}
#middle-footer .ak-container {
	border-top:none;
	padding:0;
}
.footer-menu li a {
	border-left: 1px solid #aeb89b;
	color: #aeb89b;
	font-size: 14px;
	line-height: 14px;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a, .footer-menu li.current-menu-ancestor a {
	color: #fff;
}
#bottom-footer {
	background: #02020d;
}
#bottom-footer .social-icon {
	float:none;
	text-align:center;
}



/* ---------------------------------------------- 
	Widgets
   ---------------------------------------------- */

.widget {
	box-shadow: none;
}
.widget p {
	font-size:14px;
}

.widget a, .widget a:before {
	color:#5d7136;
}
.widget a.caption-read-more {
	color:#fff;
}
.widget a:hover, .widget a:hover:before {
	color:#02020d;
}
.widget a.caption-read-more:hover {
	color:#fff;
}

/* Related Posts Widget */
#related-posts-title {
	margin-bottom:-5px;
	margin-top:30px;
}
#related-posts-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
#related-posts-list li {
	border-top: 1px solid #e7e7e7;
	padding-top: 7px;
	margin-top: 10px;
}
#related-posts-list li a {
	padding-left: 22px;
	position: relative;
}
#related-posts-list li a:before {
	content: "\f040";
	position: absolute;
	top: -3px;
	left: 0px;
	font-size: 14px;
	font-family: "FontAwesome";
}

#secondary {
	background:#edf0e8;
	padding:10px;
}
#secondary.secondary-right .widget {
	border-top:none;
}
#secondary .widget:last-child {
	margin-bottom:0;
}
#secondary .widget h3.widget-title {
	margin-top:0;
}
.widget_categories, .widget_recent_entries {

}
.widget_categories ul, .widget_recent_entries ul {
	list-style: none;
	margin:0;
	padding:0;
}
.widget_categories ul li, .widget_recent_entries ul li {
	border-top: solid 1px #c2cbb3;
	margin: 0;
	padding: 5px 0 7px;

}
.widget_categories ul li:last-child, .widget_recent_entries ul li:last-child {
	padding-bottom:0;
}
.widget_categories ul li a, .widget_recent_entries ul li a {
	color:#5d7136;
	display:inline-block;
	line-height: 1.7;
}
.widget_categories ul li a:hover {
	color:#02020d;
}
.widget_categories ul li a:before, .widget_recent_entries ul li a:before {
	top:0;
}
.widget_recent_entries a:before {
	content:"\f040";
}
.popular-posts ul {
	margin: 0;
}
.popular-posts ul li {
	display:block;
	overflow:hidden;
	border-top: solid 1px #c2cbb3;
	padding-top: 4px;
}
.popular-posts ul li a {
	float:left;
	display:block;
}
.popular-posts ul li a:first-child {
	width:20%;
	margin-top: 7px;
}
.popular-posts ul li a.wpp-post-title, .popular-posts ul li .post-stats {
	float:right;
	width:76%;
	line-height: 1.7;
	display:block;
}
.popular-posts ul li a.wpp-post-title {
	font-size:14px;
}

/* Related Articles - Buying and Selling pages */
#featured_post_widget-10, #featured_post_widget-7, #featured_post_widget-8 {
	margin-bottom:0;
}

/* Testimonials - Right Rail */
#listcategorypostswidget-2 {
	padding:10px 20px;
	background-color:#fff;
	text-align:center;
	margin:0 10px 10px !important;
}
#listcategorypostswidget-2 ul {
	list-style:none;
	margin:0;
}
#listcategorypostswidget-2 ul li {
	margin:0;
	font-weight: 300;
	font-size:18px;
	font-style:italic;
	margin-top:10px;
	position:relative;
}
#listcategorypostswidget-2 ul li a {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Times, serif;
	font-weight: 600;
	font-size:21px;
	font-style:normal;
	display:block;
}
#listcategorypostswidget-2 ul li p {
	font-weight: 300;
	font-size:18px;
	font-style:italic;
	margin-top:10px;
	position:relative;
}
#listcategorypostswidget-2 ul li p:before, #listcategorypostswidget-2 ul li p:after {
	font-size:300%;
	line-height:20%;
	color:#d7d7d7;
	position:relative;
	top:18px;
}
#listcategorypostswidget-2 ul li p:before {
	content:'“';
	left:-11px;
}
#listcategorypostswidget-2 ul li p:after {
	content:'”';
	right:0px;
}


/* ---------------------------------------------- 
	Full Width Page Split Layout - Landing Page
   ---------------------------------------------- */

.split-layout-container {
    position:relative;
    width:100%;
    overflow:hidden;
}
.split-layout-container#feature-header {
    background-repeat:no-repeat;
    background-position:top left;
    background-size:contain;
    background-clip:content-box;
    /*margin-top:-26px;*/
    margin-bottom:20px;
}
.split-layout-container#feature-header h2 {
	margin-top:0;
}
.split-layout {
    float:left;
    width:50%;
}
.split-layout .widget {
    margin-bottom:0;
}
.split-layout-left {
    padding:0 2% 2% 0;
}
.split-layout-right {
    
}
#feature-header .split-layout-right {
    background-color:#fff;
    padding:0 2% 0 2%;
}
#feature-bottom .split-layout-right {
    padding:0 0 2% 2%;
}
#feature-bottom .split-layout-left {
    padding:0 0 2% 0;
}
#feature-bottom .split-layout .widget h2 {
    font-size: 21px;
    line-height: 1.2;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: none;
}
#feature-bottom .split-layout img {
    margin-bottom:10px;
}
#feature-bottom .lcp_catlist p {
    font-weight:300;
    font-size:24px;
    font-style:italic;
    text-align:center;
    background-color: #edf0e8;
    padding:20px 35px;
    position:relative;
    display:block;
}
#feature-bottom .lcp_catlist p:before, #feature-bottom .lcp_catlist p:after {
	font-size:500%;
	line-height:20%;
	color:#fff;
	position:absolute;
}
#feature-bottom .lcp_catlist p:before {
	content:'“';
	left:-8px;
	top:46px;
}
#feature-bottom .lcp_catlist p:after {
	content:'”';
	right:24px;
	bottom:-12px;
}

@media (max-width: 979px) { /* Begin Split Layout Media Query */


.split-layout-container#feature-header {
    background-size:contain;
}
.split-layout {
    float:none;
    width:100%;
}
.split-layout-left {
    padding:0 0 2% 0;
}
#feature-header .split-layout-left {
    padding:0 0 0 0;
}
#feature-header .split-layout-right {
    padding-top:20px !important;
}
#feature-header .split-layout-right, #feature-bottom .split-layout-right {
    background-color:none;
    padding:0 0 2% 0;
}


} /* End Split Layout Media Query */



/* ---------------------------------------------- 
	Utilities
   ---------------------------------------------- */

.margin-top-20 { margin-top:20px; }
.hidden { display:none; }
.text-right { text-align:right; }
.intro-text, h2.intro-text {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:28px;
	line-height: 1.5em;
	margin-top:0;
	color:#444;
}
.wp-caption {
	padding:5px;
	border:solid 1px #e7e7e7;
}
.wp-caption .wp-caption-text {
	font-size:85%;
	color:#888;
}

.mm-p-cta {
	margin:20px 0 30px;
	padding:20px 20px 30px;
	/*border:solid 1px #e7e7e7;*/
	text-align:center;
	background-color:#edf0e8;
}
p.feature-text {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
}
#primary.content-area .mm-p-cta p.feature-text {
	margin-bottom:0;
}
.mm-p-cta .caption-read-more {
	padding:2px 12px;
}


/* Social Share Buttons */
#primary .lr_horizontal_share.lrshare_interfacehorizontal {
	padding-top:13px;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	margin-top:30px;

}
.page-id-289 #primary .lr_horizontal_share.lrshare_interfacehorizontal {
	display:none;
}
.content-area .lrshare_interfacehorizontal:before {
	margin-left:3px;
	margin-top: -7px;
	content:"Did you like this? Share it!";
	color:#999;
	font-size: 1.2em;
	font-style: italic;
}

ul.ssb_list_wrapper {
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	padding-top:20px;
}
ul.ssb_list_wrapper li.ssb_linkedin {
	height:28px;
	width:110px !important;
}
.content-area ul.ssb_list_wrapper:before {
	margin-left:9px;
	margin-top: -13px;
	margin-bottom:3px;
	content:"Did you like this? Share it!";
	color:#999;
	font-size: 1.2em;
	font-style: italic;
	display:block;
}
#main .ssbp-wrap {
	display:inline-block;
}
.testimonial-page-quote #ssba-classic-2 {display:none;}

/* RR Call CTA */
#rr-call-cta {
	text-align: center;
	padding: 10px;
	background-color: #fff;
}
#rr-call-cta h3 {
	font-size: 32px;
	margin-top: 0;
}
#rr-call-cta h3 span {
	font-weight:300;
	display: block;
	font-size: 24px;
}

/* Search Box */
.search-box {
	background:rgba(93,113,54,0.7);
}

/* 404 Page */
.oops,
.error404 .not_found {
	color:#5c4b2d;
}
.error404 .error-num .num {
	background: none repeat scroll 0 0 #5c4b2d;
}

/* Flexible Posts Widget ------------------- */

.mm-fpw-posts {
	width:100%;
	display:block;
	overflow:hidden;
	float:none;
	padding:20px 0;
	border-top:solid 1px #ddd;
}
/*.mm-fpw-posts:first-child {
	padding-top:10px;
}
.mm-fpw-posts:last-child {
	border-bottom:none;
}*/
.mm-fpw-thumbnail {
	float:left;
	width:25%;
	padding-right:20px;
}
.mm-fpw-content {
	float:left;
	width:70%;
}
.mm-fpw-content h4 {
	margin:0 0 10px;
}
.mm-fpw-content h4 a {
	font-weight:bold;
}
#primary.content-area .mm-fpw-content p {
	margin:0;
	font-size:16px;
}

@media (max-width: 479px) {

	.mm-fpw-thumbnail {
		display:none;
	}
	.mm-fpw-content {
		float:left;
		width:100%;
	}

}
@media (max-width: 580px) {
	
	article.blog_layout2 .entry-content {
		width: 100%;
		margin-left: 0px;
	}
	.blog .entry-title.h2.blog-feed-title, .archive .entry-title.h2.blog-feed-title, .search .entry-title.h2.blog-feed-title {
		max-width: 100% !important;
	}

} /* End Flexible Posts Widget Responsive */


/* Child Page List Widget ------------------- */
.cp-list {}
.cp-list .ccchildpage {
	margin:0;
	padding:0;
}
.cp-list h3 {
	font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
}
.cp-list .ccpages_excerpt, .cp-list .ccpages_more {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
}


/* Caldera Forms ---------------------------- */
.caldera-grid .alert {padding:20px !important;}
.caldera-grid .alert-success {background-color:#edf0e8 !important;color:#444 !important;border:none;}

/* jQuery UI */
.fixed-ui-dialog {
	position:fixed;
}
.ui-dialog.ui-corner-all {
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ui-widget.ui-widget-content {
	background: #edf0e8;
}
.exit-intent-close {
	position:absolute;
	top:-7px;
	right:0px;
	display:block;
	margin:0;
	padding:10px;
}
.exit-intent-close:hover {
	opacity: 0.5;
}

/* Responsive Video Container --------------- */
.responsive-video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#video-button {
	display:block;
	position:relative;
}
#video-button #video-icon {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url("/wp-content/uploads/2020/05/play-icon-png-white-5.png");
	background-position: center;
    background-repeat: no-repeat;
	background-size:80px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#video-button #video-icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}