/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

html {
text-rendering: optimizelegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}


.fl-node-5d2e18cf0b0b0 .fl-rich-text,.fl-node-5d2e18cf0b0b0 .fl-rich-text * { font-weight: inherit;}
body .fl-post-carousel-grid h2.fl-post-carousel-title  {font-size:1em !important; line-height:1em !important; text-align:center;}

/* Header Adjustments */
@media (min-width: 1100px){div.fl-page-header-container.container {width: 1100px !important; padding-left: 0px !important; padding-right: 0px !important;}}
@media (min-width: 993px){div.fl-page-header-container.container {padding-left: 20px !important; padding-right: 0px !important;}}
@media (max-width: 1098px){div.fl-page-header-container.container {width: auto !important; padding-left: 20px !important; padding-right: 0px !important;}}
@media (max-width: 768px){div.fl-page-header-container.container {width: auto !important; padding-left: 20px !important; padding-right: 0px !important;}}

header .fl-page-header-container {
    padding-bottom: 5px;
	padding-top: 20px;
}
header .fl-page-nav-wrap{
    border-top: none !important;
}
header .current-menu-parent a{
	/*border-bottom: 1px #3e6c86 solid !important;*/
	color: #5E4C43 !important;
}
header .current-menu-parent a{
	padding-bottom: 0px !important;
}
header .current_page_item a{
	/*border-bottom: 1px #3e6c86 solid !important;*/
	color: #5e4c43 !important;
}
header .current_page_item a{
	padding-bottom: 0px !important;
}

header .fl-social-icons {display:none !important;}
header .fl-page-header-text {display:none !important;}

header a .tablet-hide {
	color: inherit !important;
}

/* General Styling */

@media (max-width: 767px){h1 {line-height: 1em !important;}}

h2.fl-post-feed-title a {
    font-size: 20px;
    text-decoration: underline;
    color: #006bc9;
}
h2.fl-post-feed-title a:hover {
    color: #428bca;
}
.shop-products h2, .shop-products h2 a {
	font-size: 17px !important;
	line-height: 1em !important;
	text-align: center !important;
}

/* Navigation Adjustments Hamburger Menu */

@media (max-width: 767px){
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
top: 10px;
}
	
.fl-page-nav-search form {
    display: block !important;
    padding-top: 5px !important;
    position: relative !important;
    width: 100% !important;
    margin-right: 15px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border-top: none !important;
}
}

/* Navigation Adjustments .fl-full-width */

.navbar-nav li > a {
	padding: 15px 8px 8px 8px !important;
}
.navbar-nav .menu-item-object-custom {
	padding-right: 12px !important;
	padding-left: 0px !important
}
.fl-page-nav {
    justify-content: center !important;
    display: flex !important;
    height: 100%;
    width: 100%;
    margin: 0;
}
.fl-page-nav-search, .fl-page-nav-search a.fa-search {
   position: initial !important;
}
.fl-page-nav-search a.fa-search {
	padding: 18px 8px 0px 8px;
	font-size: 17px;
}
.fl-page-nav-search {
    display: flex !important;
    height: auto;
    width: auto;
}
@media screen and (min-width: 768px){
	#menu-item-63 {display:none;}
}
@media screen and (max-width: 767px){
	#menu-item-63 {display:block;}
	.tablet-hide {display:none;}
	.fl-page-header .navbar-nav li > a {font-size: .9em;}
}
@media screen and (max-width: 940px){
	.tablet-hide {display:none;}
}

@media screen and (min-width: 1071px){
	.tablet-hide {display:inline;}
}
#breadcrumbs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px !important;
}
/* Bottom Nav Next and Previous... */

@media (max-width: 767px){
div.fl-button-left i.fa-angle-left  {
	float:left;
	display:block;
	width:15px;
}
div.fl-button-left span.fl-button-text {
	float:left;
	display:block;
	width: 85%;
}
div.fl-button-right i.fa-angle-right {
	float:right;
	display:block;
	width:15px;
}
div.fl-button-right span.fl-button-text {
	float:left;
	display:block;
	width: 85%;
}
}

ul.heateor_sss_sharing_ul {opacity: .5;}
div.heateor_sss_sharing_container ul:hover {opacity: 1 !important;}

.fl-page{background: #fff;}

.fl-content {margin: 15px 0;}

body .fl-post-feed-header {margin-bottom:0px !important;}
body .fl-post-feed-meta {display:none !important;}
body .fl-post-feed-post {padding-bottom:10px !important; margin-bottom: 15px !important;}

.fl-post h1:first-child {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/**** Homepage icons*****/
#wall img{
    transform: rotate(270deg);
}
#floor img{
    transform: rotate(180deg);
}
.home-icon img{
    background-color: #406b84; /* Willow - You can change the color of the icon circles here :) */
    object-fit: contain;
    transition: .7s ease;
}

.home-icon img:hover {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    background-color: #406b84;
  }
  50% {
    background-color: #4c5a63;
    padding:10px;
  }
  100% {
    background-color: #406b84;
  }
}

.responsive-tabs-wrapper, .fl-post-meta-bottom {display: none;}

.call-now {
	text-align: left;
	margin-right: 170px;
	display: inline-block;
	font-weight: 600;
}
@media screen and (max-width: 840px){
a.call-now {
    margin-left: 80px;
}}

/*.call-now:after {
	position: absolute;
	content:" \A (800) 397-8791";
	text-align: left;
	margin-right: 150px;
	display: inline-block;
}*/

.call-now-no {
	text-align: right;
	margin-right: 0;
	display: block;
}

.slick-prev, .slick-prev:active, .slick-prev:focus  {
	display: inline-block;
	position: absolute;
	z-index: 9999;
	left: 13.6%;
	background: rgba(0, 0, 0, 0.72);
}


.slick-next, .slick-next:active, .slick-next:focus {
	display: inline-block;
	position: absolute;
	right: 13.6%;
	top: 0px;
	background: rgba(0, 0, 0, 0.72);
}

.slick-prev, .slick-next {
	background: rgba(0, 0, 0, 0.52);
	border-radius:0px;
	border:0px;
	font-size: 0px;
	height: 100px;
}

.slick-prev, .slick-next,
.slick-prev:focus, .slick-next:focus,
.slick-prev:active, .slick-next:active {
	top: 47%;
	transform: translateY(-50%);
	position: absolute;
}


.slick-next:before { content: "›"; font-size:20px;}
.slick-prev:before { content: "‹"; font-size:20px; }

.slick-slider a {
    display: block;
    position: relative;
}

.slick-slider .slide-cap{
    position: absolute;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    padding: 1em;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
}

.fl-post-grid-author {
	color:#3e6c86!important;
}


/*Homepage Testimoninals */
.testimonials .fl-post-carousel-content{
    display: table-header-group;
}
.testimonials .fl-post-carousel-meta{
    display: table-footer-group;
    color: #406b84;
    text-align: right;
}

.testimonials .fl-post-carousel-meta span{
    font-weight: bold;
    color: #406b84 !important;
}
.testimonials span.fl-post-carousel-author{
    color: #fff !important;
}
.testimonials span.fl-post-carousel-author span{
    color: #406b84 !important;
}
.testimonials span.fl-post-carousel-author span::before{
    color: #406b84 !important;
    content: '- ';
}
.testimonials .fl-post-carousel-title{
	display: none;
}

.fl-module-content {
	margin: 0px;
}

.sliderWrapper {
	text-align: center;
}


.testimonials .fl-post-slider-feed-content{
    display: table-header-group;
}
.testimonials .fl-post-slider-feed-meta{
    display: table-footer-group;
    color: #406b84;
    text-align: right;
}

.testimonials .fl-post-slider-feed-meta span{
    font-weight: bold;
    color: #406b84 !important;
}
.testimonials span.fl-post-slider-feed-author{
    color: #fff !important;
}
.testimonials span.fl-post-slider-feed-author span{
    color: #406b84 !important;
}
.testimonials span.fl-post-slider-feed-author span::before{
    color: #406b84 !important;
    content: '- ';
}
.testimonials .fl-post-slider-title{
	/*display: none;*/
	font-size: 1em;
	font-weight: 600;
}
.testimonials .fl-post-slider-title a:hover {
	color:#406b84;
}

/* Testimonals Page */
.fl-post-grid-content{
    display: table-header-group;
}
.fl-post-grid-meta{
    display: table-footer-group;
    color: #406b84;
    text-align: right;
}
.testimonials .fl-post-grid-title{
	display: none;
}
.fl-post-grid-meta span{
    font-weight: bold;
    color: #406b84 !important;
}

.testimonials span.fl-post-grid-author span::before{
    color: #406b84 !important;
    content: '- ';
}
.testimonials .fl-post-grid-title{
	display: none;
}

/*Homepage Form*/
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3{
    border: none;
}
#form_contact2 .frm_submit{
    clear: both;
    margin-left: 20px;
    width: 49%;
    display: inline;
    
}
#form_contact2 .frm_submit button{
   margin: 0px;
   background-color: #006bc9;
   color: #fff;
	height:46px;
	width: 136px;
	font-size: 18px;
}
#frm_field_71_container, #frm_field_73_container {margin-top:0px;}
#frm_field_71_container h3, #frm_field_73_container h3 {display:none;}


/*Header*/
.fl-page-header {
}
header .fl-page-nav-wrap {
    margin-bottom: 8px;
}
.fl-page-header-text {
	margin:0px;
}
.call-now {
	font-size: 16px;
	text-align: right;
	width: 150px;
	background-image: url(/wp-content/uploads/2019/12/cc-cards.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 140px 20px;
	padding-bottom: 25px;
}

.fl-page-header-content::after {
	content: '';
	background-image: url(/wp-content/uploads/2020/06/spc-trusted-since-1999-badge.png);
	width: 160px;
	height: 112px;
	position: absolute !important;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 160px 112px;
	margin-left: -25%;
	top:0px;
	right:0px;
}

@media (max-width: 840px){
.fl-page-header-content::after {
	content: '';
	background-image: url(/wp-content/uploads/2020/06/spc-trusted-since-1999-badge.png);
	width: 120px;
	height: 90px;
	position: absolute !important;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px 90px;
	margin-left: -25%;
	top:0px;
	right:0px;
}
}

.slick-list{padding:0 20% 0 0;}
.slick-slide {
	padding: 0 20px;
}

/*** Sidebar ****/
#meta-2{
	display:  none;
}
#meta-3{
	display:  none;
}


/** Footer **/
hr{
	margin: 10px 0px;
}


@media screen and (min-width: 764px){
	.third .fl-post-feed-image a img{
		max-width: 33%;
	}
	.two-thirds-content .fl-post-feed-image{
		width: 33%;
		display: inline-block;
		float: left;
	}
	.two-thirds-content  .fl-post-feed-image a img{
		max-width: 100% !important;
		vertical-align: inherit;
	}
	.two-thirds-content  .fl-post-feed-text{
		width: 66%;
		display: inline-block;
		padding-left: 20px;
	}
	

	.third .fl-post-grid-image a img{
		max-width: 33%;
	}
	.two-thirds-content .fl-post-grid-image{
		width: 33%;
		display: inline-block;
	}
	.two-thirds-content  .fl-post-grid-image a img{
		max-width: 100% !important;
		vertical-align: inherit;
	}
	.two-thirds-content  .fl-post-grid-text{
		width: 66%;
		display: inline-block;
		padding-left: 20px;
	}
}


@media screen and (max-width: 1700px){
	.slick-prev, .slick-prev:active, .slick-prev:focus  { left: 7.6%; }
	.slick-next, .slick-next:active, .slick-next:focus { right: 7.6%; }
}

@media screen and (max-width: 1700px){
	.slick-prev, .slick-prev:active, .slick-prev:focus  { left: 20px; }
	.slick-next, .slick-next:active, .slick-next:focus { right: 20px; }
}


@media screen and (max-width: 767px){
	.call-now {display: none;}
	.fl-page-header-content::after {
		background: none;
	}
}

.slick-slide img {
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
    transition: .7s ease;
}

.slick-active img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	
}
.slick-slide img{
	max-height: 450px;
	object-fit: cover;
	width: 1296px;
}

.fl-page-header .navbar-nav li > a {
    color: #428bca;
    text-transform: uppercase;
    font-size: 1em;

}
@media screen and (max-width: 795px){
.fl-page-nav .navbar-nav li > a {
    font-size: .9em !important;
}
.navbar-nav .menu-item-object-custom {
    padding-right: 10px !important;
}
}

/*.fl-page-header-content::after {
	content: '<a href="tel:18003978791">1 (800) 397-8791</a>';
	position: absolute;
	margin-top: -75px;
	margin-left: -15%;
}*/

.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
	.slick-dots	li {
			margin: 0 0.25rem;
		}
	
	.slick-dots	button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: #406b84;
			
			text-indent: -9999px;
		}
	
	.slick-dots	li.slick-active button {
			background-color: #54302d;
		}
	
.fl-pricing-table-features li {
	display: flex;
	align-items: center;
}

/*@media all and (min-width:768px)*/
.fl-submenu-indicator .fl-page-nav ul.navbar-nav > li.menu-item-has-children > a::after {
    position: absolute;
}
#form_contact2 textarea {min-height:110px !important;}

.frm_form_fields {
	padding: 1em;
}
/* Force footer to the bottom on pages with limited content */
.fl-page {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px; /* Should be equal to the height of your footer */
}
.fl-page-footer-wrap {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
ul#menu-policies {
    text-align: center;
    margin: 0 auto;
    list-style: none;
}
ul#menu-policies li {display:inline;padding-right:8px;}