/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: RW Beaver Builder Theme
Author: Radical Webs Inc
Author URI: https://www.radicalwebs.com
template: bb-theme
*/


/* General Layout
---------------------------------------*/

.rw-remove-col-padding {
    margin-left: -15px;
    margin-right: -15px;
}

.fl-row-content-wrap {
    padding: 30px 20px;
}

@media (min-width: 320px) {
    
    .admin-bar .fl-page {
        top: 46px;
    }
    
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media (min-width: 576px) {
    
    .container {
        max-width: 100%;
    }

}

@media (min-width: 601px) {
    
    .admin-bar .fl-page {
        top: 0;
    }
    
}

@media (min-width: 641px) {
    
    .admin-bar .fl-page {
        top: 0;
    }
    
}

@media (max-width: 768px) {
    
    .fl-col-small:not(.fl-col-small-full-width) {
	    max-width: 400px;
	}
	
	.fl-col {
	    clear: both;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    width: auto !important;
	}

}

@media (min-width: 768px) {
    
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (min-width: 992px) {
    
    .fl-full-width .container {
        padding-left: 40px;
        padding-right: 40px;
        width: auto;
    }

}

@media (min-width: 1100px) {

	.fl-full-width .container {
	    max-width: 100%;
	}

}


@media (min-width: 1140px) {
    
    .fl-full-width .container {
        padding-left: 40px;
        padding-right: 40px;
        width: 1100px;
    }
    
}

@media (min-width: 1141px) {
    
    .fl-full-width .container {
        padding-left: 40px;
        padding-right: 40px;
        width: 1140px;
    }
    
    .fl-row-fixed-width {
        max-width: 1140px;
        width: 100%;
    }
    
    .fl-row-full-width .fl-row-fixed-width {
        max-width: 1100px;
        width: 100%;
    }
    
}

/* TopBar, Header, Main Image CSS has been inlined to the Beaver Builder Theme Customizer
	A copy can be found and edited in the css file - critical-inline-css.css
*/




/* !RW Callouts -----------------------------------------------------------*/

.rw-callouts {
	border-bottom: 5px solid #E2C78F;
}

.rw-callouts .fl-callout-content {
	position: relative;
}

.rw-callouts .fl-callout-photo {
    margin: auto;
    margin-bottom: 0;
    border: 4px solid #fff;
}

.rw-callouts .fl-callout-content .fl-photo:after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,0);
}

.rw-callouts .fl-callout-content:hover .fl-photo:after {
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow:inset 0 0 40px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 40px 0 rgba(0,0,0,0.7);
}

.fl-callout-photo-above-title .fl-photo {
    margin-bottom: 0;
}

.rw-callouts .hover-zoom-in .fl-photo-content {
    width: 100%;
    overflow: hidden;
}

.rw-callouts .hover-zoom-in .fl-callout-content .fl-photo-img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
    width: 100%;
}

.rw-callouts .hover-zoom-in .fl-callout-content:hover .fl-photo-img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.rw-callouts h3.fl-callout-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: auto;
    text-shadow: 0 0 8px rgba(0,0,0,1);
}

.rw-callouts h3.fl-callout-title a {
    color: #fff;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
    
    .fl-photo-content {
        width: auto;
    }
    
}

@media (min-width: 320px) {
    
	.rw-callouts h3.fl-callout-title {
	    font-size: 24px;
	}

}

@media (min-width: 480px) {
    
	.rw-callouts h3.fl-callout-title {
	    font-size: 28px;
	}

}

@media (min-width: 769px) {
    
    /*
    .rw-callouts .fl-col-small {
        width: 50%;
    }
    */
    .rw-callouts h3.fl-callout-title {
    	font-size: 24px;
    }
    
    .rw-callouts h3.fl-callout-title a {
	    padding: 10px;
		line-height: 1.2;
	}
    
}

@media (min-width: 1080px) {
    
    .rw-callouts .fl-col-small {
        width: 33.33333%;
    } 
    
}

@media (min-width: 1100px) {
    
	.rw-callouts h3.fl-callout-title {
	    font-size: 28px;
	}

}

/* !RW Content Styles -----------------------------------------------------------*/

.home .fl-rich-text h1 {
	border-bottom: 2px solid #F4E2BF;
	padding-bottom: 10px;
}











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

.fl-page-footer-wrap {
    border-top: none;
    background-color: #1a110f;
    color: #fff;
    background-image: url(/wp-content/uploads/2019/10/faux-bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
}

.fl-page-footer-widgets {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.33+1,0.75+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.33) 1%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.33) 1%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px dashed rgba(0,0,0,1);
}

.fl-page-footer-widgets-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.rw-footer-address p {
    text-align: center;
}

.fl-widget.rw-footer-privacy-menu ul {
    text-align: center;
}

.fl-widget.rw-footer-privacy-menu ul li a {
    display: inline-block;
    padding: 15px 40px;
    background-color: #080046;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.fl-widget.rw-footer-privacy-menu ul li a:hover {
    background-color: rgba(255,255,255,0.2);
    text-decoration: none;
}

.rw-footer-content p {
    text-align: center;
    margin-bottom: 40px;
}

.footer-locations {
 	width: 100%;
 	display: flex;
 	flex-direction: row;	
}

.footer-locations .item {
 	width: 25%;	
}

.footer-locations .item:first-of-type {
 	width: 50%;	
}

.footer-locations .item h3 {
    font-size: 24px;
}

.footer-locations .item:first-of-type ul {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}

.footer-locations .item li {
 	font-size: 14px;
}

.footer-locations .item.no-heading {
	padding-top: 59px;	
}

@media (min-width: 320px) {
    
	.footer-locations {
	    flex-direction: column;
	}
		
	.footer-locations .item,
	.footer-locations .item:first-of-type {
	    width: 100%;
	    margin-bottom: 30px;
	}
	
	.footer-locations .item ul {
		width: 100%;	
	}
	
	.footer-locations .item:first-of-type ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	
	.footer-locations .item h3,
	.footer-locations .item li {
		text-align: center;	
	}

}

@media (min-width: 400px) {
	
	.footer-locations {
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	
	.footer-locations .item {
	    width: 50%;
	    margin-bottom: 30px;
	}
	
	.footer-locations .item:first-of-type {
	    width: 100%;
	    margin-bottom: 30px;
	}
	
	.footer-locations .item:first-of-type ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
	
}

@media (min-width: 680px) {
	
	.footer-locations {
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	
	.footer-locations .item {
	    width: 25%;
	    margin-bottom: 30px;
	}
	
	.footer-locations .item:first-of-type {
	    width: 50%;
	    margin-bottom: 30px;
	}
	
	.footer-locations .item:first-of-type ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
	
	.footer-locations .item h3,
	.footer-locations .item li {
		text-align: left;	
	}
	
}




/* Footer
---------------------------------------*/

.fl-page-footer {
    border-top: 1px dashed rgba(255,255,255,0.1);
    font-size: 12px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.fl-page-footer-container {
	padding: 35px 0 15px;
}


.fl-page-footer .col-lg-12.text-center {
    text-align: center !important;
}



/* h1-full-width-row
---------------------------------------*/

.h1-full-width-row .fl-row-content-wrap {
	background-color: #492221;
    background-image: url(/wp-content/uploads/2019/10/callouts-bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding: 38px 20px;
    
}

.h1-full-width-row h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

/* Breadcumbs
------------------------------------------------------------*/

.rw-breadcrumbs {
    border-bottom: 1px solid #eee;
}

.rw-breadcrumbs .fl-row-content-wrap {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.rw-breadcrumbs .fl-module-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 320px) {

	.rw-breadcrumbs .fl-row-content-wrap {
	    font-size: 12px;
	}
    
}

@media (min-width: 600px) {

	.rw-breadcrumbs .fl-row-content-wrap {
	    font-size: 14px;
	}
    
}



/* Blog Layout
---------------------------------------*/

.rw-left-column {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 769px) {

    .fl-sidebar {
        display: flex;
    }
    
}

/* Blog Archive Styles
----------------------------------------*/

.blog .fl-archive.container,
.search .fl-archive.container,
.archive .fl-archive.container {
	padding: 20px 35px;
}

.blog.fl-builder .container.fl-content-full .fl-content,
.search.fl-builder .container.fl-content-full .fl-content,
.archive.fl-builder .container.fl-content-full .fl-content {
    margin: 40px 0 20px;
}

.rw-masonry-grid-container {
    padding-bottom: 30px;
    flex-direction: row;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.blog .rw-blog-layout3 article,
.search .rw-blog-layout3 article,
.archive .rw-blog-layout3 article {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
}

.blog .rw-blog-layout3 .rw-post-image,
.search .rw-blog-layout3 .rw-post-image,
.archive .rw-blog-layout3 .rw-post-image {   
    width: 44%;
    min-height: 200px;
    overflow: hidden;
    position: relative;  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.blog .rw-blog-layout3 .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image-child {
	position: absolute;
	height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.blog .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog .rw-blog-layout3 .rw-post-image a,
.search .rw-blog-layout3 .rw-post-image a,
.archive .rw-blog-layout3 .rw-post-image a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}

.blog .rw-blog-layout3 .rw-post-image:hover .rw-post-image-child:before,
.blog .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.search .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before,
.archive .rw-blog-layout3 .rw-post-image:focus .rw-post-image-child:before {
    display: flex;
}

.blog .rw-blog-layout3 .rw-post-image:hover a,
.blog .rw-blog-layout3 .rw-post-image:focus a,
.search .rw-blog-layout3 .rw-post-image:hover a,
.search .rw-blog-layout3 .rw-post-image:focus a,
.archive .rw-blog-layout3 .rw-post-image:hover a,
.archive .rw-blog-layout3 .rw-post-image:focus a {
    display: flex;
}

.blog .rw-blog-layout3 .rw-post-image-child::before,
.search .rw-blog-layout3 .rw-post-image-child::before,
.archive .rw-blog-layout3 .rw-post-image-child::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.blog .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container,
.search .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.search .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container,
.archive .rw-blog-layout3 .rw-post-image:hover a .rw-overlay-item-container,
.archive .rw-blog-layout3 .rw-post-image:focus a .rw-overlay-item-container {
    margin: auto;
}

.blog .rw-blog-layout3 .rw-post-content-wrapper,
.search .rw-blog-layout3 .rw-post-content-wrapper,
.archive .rw-blog-layout3 .rw-post-content-wrapper {
    width: 66%;
    padding: 10px 20px;
}

.blog .rw-blog-layout3 h2.entry-title,
.search .rw-blog-layout3 h2.entry-title,
.archive .rw-blog-layout3 h2.entry-title {
    font-size: 19px;
    padding: 0;
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
}

.blog .rw-blog-layout3 .entry-meta,
.search .rw-blog-layout3 .entry-meta,
.archive .rw-blog-layout3 .entry-meta {
    padding: 0 0 7px;
    font-size: 10px;
}

.blog .rw-blog-layout3 .entry-meta p,
.search .rw-blog-layout3 .entry-meta p,
.archive .rw-blog-layout3 .entry-meta p {
    margin: 0;
    font-size: 10px;
}

.blog .rw-blog-layout3 h2.entry-title a,
.search .rw-blog-layout3 h2.entry-title a,
.archive .rw-blog-layout3 h2.entry-title a {
    color: #333;
}

.blog .rw-blog-layout3 h2.entry-title a:hover,
.search .rw-blog-layout3 h2.entry-title a:hover,
.archive .rw-blog-layout3 h2.entry-title a:hover {
    color: #AE0721;
}

.blog .rw-blog-layout3 .rw-blog-excerpt,
.search .rw-blog-layout3 .rw-blog-excerpt,
.archive .rw-blog-layout3 .rw-blog-excerpt{
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.blog .rw-blog-layout3 .rw-blog-excerpt p,
.search .rw-blog-layout3 .rw-blog-excerpt p,
.archive .rw-blog-layout3 .rw-blog-excerpt p {
    font-size: 12px;
    margin-bottom: 0;
}

.blog .rw-blog-layout3 .post-meta-categories,
.search .rw-blog-layout3 .post-meta-categories,
.archive .rw-blog-layout3 .post-meta-categories {
    font-size: 12px;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.blog .rw-blog-layout3 .rw-comments-cats-meta,
.search .rw-blog-layout3 .rw-comments-cats-meta,
.archive .rw-blog-layout3 .rw-comments-cats-meta {
    margin-right: 92px;
    margin-top: 20px;
    position: relative;
    overflow: visible;
}

.moretag {
    display: inline !important;
}

.wp-pagenavi {
    text-align: center;
}

@media (min-width: 320px) {

	.blog .fl-archive.container,
	.search .fl-archive.container,
	.archive .fl-archive.container {
		padding: 20px;
	}
	
	.blog .rw-blog-layout3 article,
	.search .rw-blog-layout3 article,
	.archive .rw-blog-layout3 article {
	    flex-direction: column;
	}
	
	.blog .rw-blog-layout3 .rw-post-image,
	.search .rw-blog-layout3 .rw-post-image,
	.archive .rw-blog-layout3 .rw-post-image {
	    width: 100%;
	}
	
	.blog .rw-blog-layout3 .rw-post-content-wrapper,
	.search .rw-blog-layout3 .rw-post-content-wrapper,
	.archive .rw-blog-layout3 .rw-post-content-wrapper {
	    width: 100%;
	}

}

@media (min-width: 480px) {

	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 14px;
	}

}

@media (min-width: 600px) {
	
	.blog .rw-blog-layout3 article,
	.search .rw-blog-layout3 article,
	.archive .rw-blog-layout3 article {
	    flex-direction: row;
	}
	
	.blog .rw-blog-layout3 .rw-post-image,
	.search .rw-blog-layout3 .rw-post-image,
	.archive .rw-blog-layout3 .rw-post-image {
	    width: 44%;
	}
	
	.blog .rw-blog-layout3 .rw-post-content-wrapper,
	.search .rw-blog-layout3 .rw-post-content-wrapper,
	.archive .rw-blog-layout3 .rw-post-content-wrapper {
	    width: 66%;
	}
	
	a.page.smaller, a.page.larger, span.extend {
		display: none;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
	    font-size: 14px;
	}

}

@media (min-width: 769px) {

	.blog .fl-archive.container,
	.search .fl-archive.container,
	.archive .fl-archive.container {
		padding: 20px 40px;
	}
	
	.blog .fl-archive.container .col-lg-8,
	.search .fl-archive.container .col-lg-8,
	.archive .fl-archive.container .col-lg-8,
	.single .container .col-lg-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	
}

@media (min-width: 900px) {
	
	.blog .rw-blog-layout3 h2.entry-title,
	.search .rw-blog-layout3 h2.entry-title,
	.archive .rw-blog-layout3 h2.entry-title {
	    font-size: 19px;
	}
	
	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 14px;
	}

}

@media (min-width: 1100px) {
	
	.blog .rw-blog-layout3 h2.entry-title,
	.search .rw-blog-layout3 h2.entry-title,
	.archive .rw-blog-layout3 h2.entry-title {
	    font-size: 22px;
	}
	
	.blog .rw-blog-layout3 .rw-blog-excerpt p,
	.search .rw-blog-layout3 .rw-blog-excerpt p,
	.archive .rw-blog-layout3 .rw-blog-excerpt p {
	    font-size: 16px;
	}

}

.fl-post-grid .fl-post-column {
	padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

body h2.fl-post-grid-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

body h2.fl-post-grid-title a {
	color: #333;
}

body h2.fl-post-grid-title a:hover {
	color: #AC0D26;
}

body .fl-post-grid-meta {
    font-size: 12px;
    padding-bottom: 10px;
}


/* Blog Single Styles
----------------------------------------*/

.single .rw-post-image {
    margin-bottom: 20px;
}

.single h1.entry-title {
    font-size: 29px;
}

.single .rw-post-meta {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single .rw-post-meta p {
    margin-bottom: 0;
}

.single .rw-author-date {
    width: 50%;
    font-size: 12px;
    color: #999;
}

.single .rw-author-date p {
    font-size: 12px;
}

.single .rw-comments-meta {
    width: 50%;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.single .rw-comments-meta .post-meta-categories {
    margin-right: 5px;
}

.single .rw-comments-meta .post-meta-comments i {
    /*color: #084B8D;*/
}

.single .fl-post-thumb {
    text-align: center;
}


.single .nc_socialPanel {
    margin-top: 0 !important;
}

.single .rw-blog-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.single .rw-blog-tags a {
    background: #eee;
    padding: 7px 12px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
}

.single .rw-blog-tags a:hover {
    background: #B0B34A;
    color: #fff;
    text-decoration: none;
}

.single .rw-post-navigation {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
}

.single .rw-previous,
.single .rw-next {
    width: 50%;
    float: left;
}

.single .rw-previous {
    font-size: 14px;
    color: #999;
}

.single .rw-next {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.single iframe {
	border: none;	
}

@media (min-width: 320px) {
	
	.single .fl-post-meta {
		font-size: 12px;
	}
	
}


@media (min-width: 992px) {
    
    .fl-content-left {
        border-right: none;
        padding-right: 15px;
    }
    
}


/* Blog Single Beaver Builder Styles
----------------------------------------*/

.single .fl-post-content .fl-row-content-wrap {
	padding: 0;	
}

.single .fl-post-content .fl-row-content-wrap .fl-module-content {
	margin-left: 0;
	margin-right: 0;	
}

.single .fl-post-content .fl-row-content-wrap .fl-col-group .fl-module-photo {
	margin-left: 0;
	margin-right: 30px;	
}


/* Sidebar
----------------------------------------*/

.fl-widget {
    width: 100%;
}

.blog.fl-builder .container.fl-content-full .fl-content,
.search.fl-builder .container.fl-content-full .fl-content,
.archive.fl-builder .container.fl-content-full .fl-content {
    margin: 40px 0 20px;
}

h4.fl-widget-title,
.blog-categories.fl-widget h4.fl-widget-title {
    background: #6D1219;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px !important;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-categories.fl-widget ul {
    border-top: 1px solid #eee;
}

.blog-categories.fl-widget ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.blog-categories.fl-widget ul li a {
    padding: 10px 0 10px 15px;
    color: #666;
}

.blog-categories.fl-widget ul li a:hover {
    color: #B71B25;
    text-decoration: none;
}

.blog-categories.fl-widget ul li span.count {
    background-color: #eee;
    color: #666;
    border-radius: 50px;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin: 6px 15px 6px 0;
    text-align: center;
}

.blog-categories.fl-widget ul li:hover span.count {
    background-color: #F4E1BC;
    color: #333;
}

.menu-services-container li {
    margin-bottom: 1px !important;
}

.menu-services-container li a {
    display: block;
    padding: 13px 15px;
    background: #5A4A44;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.menu-services-container li a:hover {
    background: #F8AE56;
    text-decoration: none;
}

@media (min-width: 320px) {

    .fl-sidebar {
        flex-direction: column;
    }
    
}

@media (min-width: 769px) {
    
    .fl-sidebar {
        margin: 40px 0 20px;
    }
    
    .blog .fl-sidebar,
    .search .fl-sidebar,
    .archive .fl-sidebar {
        margin: 40px 0 20px;
    }
    
    .fl-sidebar.col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
        
}

@media (min-width: 992px) {
    
    .fl-sidebar-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}

/* Blog Category Menu
-------------------------------------------------------*/

.blog-categories.fl-widget ul li {
    position: relative;
    overflow: hidden;
    display: flex;
}

.blog-categories.fl-widget ul li a {
    /*display: block;
    
    float: left;*/
    
    width: calc(100% - 40px);
    display: flex;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-categories.fl-widget ul li span.count {
    /*float: right;*/
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {

	.blog-categories.fl-widget ul li {
		font-size: 14px;
	}
    
}

@media (min-width: 900px) {

	.blog-categories.fl-widget ul li {
		font-size: 16px;
	}
    
}


/* Comments
----------------------------------------*/

.fl-comments h3 {
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 320px) {

    .fl-builder .container.fl-content-full .fl-comments {
        margin-left: 0;
        margin-right: 0;
    }
    
}

@media (min-width: 992px) {

    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        margin: 0;
    }

}

@media (min-width: 1100px) {

    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        width: 100%;
    }
    
}

/* RW Dark Bg
----------------------------------------*/

.rw-dark-bg h2 {
	color: #fff;
}

.rw-dark-bg .fl-photo-content {
    border: 3px solid #fff;
}



/* RW Grey Box
----------------------------------------*/

.rw-grey-box {
    background: #eee;
    padding: 30px;
    margin: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.rw-grey-box .fl-module-content {
    margin: 0;
}

@media (min-width: 320px) {

    .rw-grey-box {
	    padding: 15px;
	}
	
	.gform_wrapper span.gform_description {
	    width: 100%;
	    font-size: 14px;
	}
    
}

@media (min-width: 480px) {

    .rw-grey-box {
	    padding: 30px;
	}
    
}



/* Gravity Forms Overrides
----------------------------------------*/

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
    height: auto;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper form li,
.gform_wrapper li {
    margin-bottom: 5px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px !important;
    padding: 16px 15px !important;
    margin-top: 0 !important;
}

.gform_wrapper select,
.gform_wrapper textarea {
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
}

.gform_wrapper label {
    font-size: 14px;
}

.ginput_container_consent {
	padding-top: 15px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -4px !important;
    margin-right: 5px;
    background-color: #F4F4F4;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 641px) {
	
	.gform_wrapper .ginput_container span:not(.ginput_price) {
	    display: initial;
	}
	
}

@media only screen and (min-width: 641px) {
	
	.gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 8px;
	}
    
    .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	    margin-top: 15px;
	    margin-bottom: 15px !important;
	}

    .rw-shortform_wrapper.gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
    
    .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
    .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	    margin-bottom: 0 !important;
	}
    
    .gform_wrapper .left_label input.large,
    .gform_wrapper .left_label select.large,
    .gform_wrapper .left_label textarea.large,
    .gform_wrapper .left_label textarea.medium,
    .gform_wrapper .left_label textarea.small,
    .gform_wrapper .right_label input.large,
    .gform_wrapper .right_label select.large,
    .gform_wrapper .right_label textarea.large,
    .gform_wrapper .right_label textarea.medium,
    .gform_wrapper .right_label textarea.small {
	    width: calc(100% - 16px) !important;
	}
	
	.gform_wrapper ul.gfield_checkbox,
	.gform_wrapper ul.gfield_radio {
	    margin: 0 !important;
	    padding-top: 15px !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] {
	    width: auto;
	    margin: 0 !important;
	    background: #3C2925;
	    border: none;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: 700;
	    padding: 20px 65px;
	    font-size: 18px;
	    -webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: background 0.1s ease-in-out;
	    -moz-transition: background 0.1s ease-in-out;
	    -ms-transition: background 0.1s ease-in-out;
	    -o-transition: background 0.1s ease-in-out;
	    transition: background 0.1s ease-in-out;
	}
    
}

@media (max-width: 768px) {
	
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 14px;
    }
	
}

@media (min-width: 769px) {
    
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 15px 15px;
        font-size: 14px;
    }
    
    .gform_wrapper textarea {
        padding: 10px;
        font-size: 14px;
    }
    
    .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] {
        padding: 20px 45px;
    }
    
}


/* RW Shortform
----------------------------------------*/

.rw-shortform h2.widgettitle {
	font-size: 28px;
	text-transform: uppercase;
	background: #6E1117;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.rw-shortform .gform_wrapper {
    margin: 0 auto 40px;
}

.rw-shortform .gform_wrapper textarea.large {
    height: 160px;
}

.rw-shortform .gform_wrapper .gform_footer {
    padding: 0;
    text-align: center;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #4C3735;
}

@media (min-width: 320px) {
       
    .rw-shortform h2.widgettitle {
		font-size: 20px;
		padding: 16px 15px;
	}

}

@media only screen and (min-width: 641px) {
	   
    .rw-shortform .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
    
    .rw-shortform .gform_wrapper .gform_footer input.button,
    .rw-shortform .gform_wrapper .gform_footer input[type=submit],
    .rw-shortform .gform_wrapper .gform_page_footer input.button,
    .rw-shortform .gform_wrapper .gform_page_footer input[type=submit] {
	    width: auto;
	    -webkit-border-radius: 3px;
		border-radius: 3px;
	    background: #3C2925;
	    border: none;
		padding: 20px 65px;
	    font-size: 18px;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: 700;
	}
	
	.gform_wrapper .gform_footer input.button:hover,
	.gform_wrapper .gform_footer input[type=submit]:hover,
	.gform_wrapper .gform_page_footer input.button:hover,
	.gform_wrapper .gform_page_footer input[type=submit]:hover {
	    background: #4C3735;
	}
    
}

@media only screen and (min-width: 1140px) {
	
	.rw-shortform h2.widgettitle {
	    font-size: 28px;
	    padding: 8px 10px;
	}
	
}


/* GDPR Cookie Consent Styling
---------------------------------------*/

.cc-banner.cc-bottom {
    color: #f5f5f5 !important;
    background-color: #01062B !important;
}

.cc-banner.cc-bottom .cc-link,
.cc-banner.cc-bottom .cc-link:active,
.cc-banner.cc-bottom .cc-link:visited {
    color: #f5f5f5;
}

.cc-banner.cc-bottom .cc-link:hover {
    color: #f5f5f5;
}

.cc-banner.cc-bottom .cc-highlight .cc-btn:first-child {
    color: #ccc;
}

.cc-banner.cc-bottom .cc-highlight .cc-btn:first-child:hover {
    color: #fff;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 5em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    background-color: #ccc !important;
}


