/*
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... */ 
div#header_menu_list ul.menu.pp-advanced-menu-horizontal li.home-icon a {
    font-size: 0;
    position: relative;
}
div#header_menu_list ul.menu.pp-advanced-menu-horizontal li.home-icon a:before{
	content:'';
	position: absolute;
	left:0;
	top:14px;
	width: 24px;
	height: 24px;
	background: url('images/Home.png') no-repeat;
    background-size: contain;
}
div#header_menu_list ul.menu.pp-advanced-menu-horizontal li.home-icon:hover a:before {
    filter: invert(100%) saturate(800%) hue-rotate(90deg)  contrast(50%);
}
div#header_menu_list ul.menu.pp-advanced-menu-horizontal li:last-child a {
    padding: 10px 30px;
    background: #7ABA01;
    display: inline-block;
    border-radius: 100px;
	color: #003747;
	transition: 0.4s;
}
div#header_menu_list ul.menu.pp-advanced-menu-horizontal li:last-child a:hover {
    background: #015770;
    color: #fff;
	transition: 0.4s;
}
div#mainheader .fl-row-content {
    border-bottom: 2px solid #7ABA01;
	padding-bottom: 20px;
}
div#hero-banner-heading h1 span {
    font-size: 52px;
    font-weight: 800;
    line-height: 61px;
    display: block;
}
div#why-choose-lifelys .fl-row-content-wrap .fl-row-content{
    position: relative;
}
div#home-hero-section .fl-row-content-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 47%, rgba(255,251,244,1) 76%);
    height: 100%;
    width: 100%;
}
div#why-choose-lifelys .fl-row-content-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,251,244,1) 0%, rgba(0,0,0,0) 20%);
    height: 100%;
    width: 100%;
}
.zigzagbox .fl-photo-content {
    width: 100%;
    height: 470px;
    position: relative;
}
.zigzagbox .fl-photo-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#detailscontact-quote .fl-rich-text p a {
    font-weight: 800;
}
div#fourboxes .pp-infobox-wrap .pp-infobox-image {
    width: 100px;
    height: 100px;
    margin: inherit;
}
div#fourboxes .pp-infobox-wrap .pp-infobox-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.innerpage_herosection .fl-row-content-wrap:before{
	 content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(255 251 244) 95%);
    height: 100%;
    width: 100%;
}

.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li{
    transition: all 0.3s;
}
.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li a{
    position: relative;
    overflow: hidden;
}
.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li:last-child a{
	border-bottom:0;
}
.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li:hover a, .sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li.current_page_item a{
    font-weight: 800;
    padding-left: 25px;
    transition: all 0.3s;
}
.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li a:before{
    content:'';
    position: absolute;
    left:-100%;
    top:50%;
	transform: translateY(-50%);
    background: url('images/angle-arrow.png') no-repeat;;
    width:15px;
    height: 24px; 
    transition: all 0.3s;
}
.sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li:hover a:before, .sidennavigation-menu nav ul.menu.pp-advanced-menu-vertical li.current_page_item a:before {
    left:0;
    transition: all 0.3s;
}
.fl-rich-text ul li::marker {
  color: #7ABA01;
}
div#accordian-faq .pp-accordion-item.pp-accordion-item-active div.pp-accordion-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	padding-bottom: 15px;
}
div#accordian-faq .pp-accordion-item.pp-accordion-item-active .pp-accordion-button-icon, div#accordian-faq .pp-accordion-item:hover .pp-accordion-button-icon{
    color: #7ABA01;
}
.innerpage_herosection .fl-row-content.fl-node-content .hero_breadcrumbs {
    position: absolute;
    top: 0;
    left:0;
}
.innerpage_herosection .fl-row-content.fl-node-content {
    position: relative;
}
.innerpage_herosection .fl-row-content.fl-node-content .hero_breadcrumbs  span.smartcrawl-breadcrumb-separator {
    color: #7aba01;
}
.innerpage_herosection .fl-row-content.fl-node-content .hero_breadcrumbs span.smartcrawl-breadcrumb  {
    border-bottom: 2px solid #015770;
}
.home_advantage_slider .fl-col-group.fl-col-group-nested, div#fourboxes .fl-col-group.fl-col-group-nested {
    display: block;
}
.sidennavigation-menu {
    position: relative;
    z-index: 9;
}
@media(max-width:1200px){
	.innerpage_herosection .fl-row-content.fl-node-content .hero_breadcrumbs {
		left: 15px;
		width: auto;
	}
}
@media(max-width:991px){
	div#header_logo .pp-photo-content-inner img {
		max-width: 160px;
	}
	div#header_menu_list .pp-advanced-menu .pp-menu-nav ul li a {
		font-size: 18px;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li:last-child a {
		padding: 5px 20px;
	}
	div#header_logo .fl-module-content.fl-node-content {
		margin: 0;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li a {
		padding: 10px 15px;
		font-size: 16px;
	}

}
@media(max-width:767px){
	div#hero-banner-heading h1 span{
		font-size: 32px;
		line-height: 30px;
	}
	div#home-hero-section .hero_boxes {
		max-width: 100%;
	}
	div#home-hero-section .hero_boxes .fl-col-content.fl-node-content {
		min-height: auto;
	}
	div#home-hero-section .hero_boxes .fl-col-content.fl-node-content .fl-button-group-buttons {
		display: block;
	}
	div#home-hero-section .hero_boxes .fl-button-wrap{
		display: block;
	}
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
	.home_advantage_slider .fl-col-group-nested .owl-stage, div#fourboxes .fl-col-group.fl-col-group-nested .owl-stage{
        padding-left: 0px !important;
    }
	.home_advantage_slider .fl-col-group-nested .owl-item.active .fl-col-content.fl-node-content{
		padding-left: 0;
	}
	.home_advantage_slider .fl-col-group-nested .owl-dots, div#fourboxes .fl-col-group.fl-col-group-nested .owl-dots{
		text-align: center;
	}
	.home_advantage_slider .fl-col-group-nested .owl-dots  button.owl-dot, div#fourboxes .fl-col-group.fl-col-group-nested .owl-dots button.owl-dot{
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		 background: #fff;
		margin-right: 20px;
		margin-top:30px;
	}
	div#fourboxes .fl-col-group.fl-col-group-nested .owl-dots button.owl-dot{
		 background: #01577040;
	}
	.home_advantage_slider .fl-col-group-nested .owl-dots  button.owl-dot.active, div#fourboxes .fl-col-group.fl-col-group-nested .owl-dots button.owl-dot.active{
		background: #7ABA01;
	}
	
	.zigzagbox .fl-photo-content {
		height: 500px;
	}
	.innerpage_herosection .fl-row-content.fl-node-content .hero_breadcrumbs {
		display: none;
	}
	div#fourboxes .fl-col-group.fl-col-group-nested .pp-infobox-title-wrapper h4.pp-infobox-title br {
		display: none;
	}
	.right_sidemenu {
		display: none;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li.home-icon a:before {
		left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
	}
	div#headerright .fl-col-group {
        display: none;
        position: absolute;
        left: 0;
        bottom: -136px;
        flex-direction: column-reverse;
        background: #fffbf4;
        z-index: 9;
        padding: 0 15px;
    }
	div#mainheader.show div#headerright .fl-col-group {
		display: block;
	}
	div#headerright .fl-col-group .fl-col {
		padding: 20px;
		border-bottom: 2px solid #7aba01;
		width: 100% !important;
	}
	div#headerright .fl-col-group .fl-col:last-child{
		border-bottom: 0;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal {
		padding: 0 15px;
        margin: 0;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li {
		padding: 20px 15px;
		border-bottom: 2px solid #7aba01;
	}
	div#mainheader .fl-row-content{
		border-bottom:0;
		padding-bottom:0;
	}
	div#headerright, div#headerleft {
		padding-bottom: 10px;
		border-bottom: 2px solid #7aba01;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li a {
		padding: 0;
	}
	div#headerright .pp-social-icons.pp-social-icons-horizontal {
		justify-content: center;
	}
	div#headertopNumber .fl-button-wrap.fl-button-width-auto.fl-button-right {
		text-align: center;
	}
	div#header_menu_list ul.menu.pp-advanced-menu-horizontal li:last-child a {
        padding: 10px 80px;
    }
	 div#header_menu_list ul.menu.pp-advanced-menu-horizontal li a {
        font-size: 18px;
    }
	div#innerherosection-content {
		background: #fffbf4;
	}
	div#innerherosection-right .fl-photo-content {
		position: relative;
	}
	div#innerherosection-right .fl-photo-content:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(255 251 244) 95%);
		height: 100%;
		width: 100%;
	}
	  div#why-choose-lifelys .fl-row-content-wrap {
        background-size: auto 70%;
        background-position: 70% bottom;
    }
	div#why-choose-lifelys .fl-row-content-wrap:before {
    background: linear-gradient(180deg, rgb(255 251 244) 30%, rgba(0, 0, 0, 0) 68%);

}
}
@media(max-width:593px){
	.zigzagbox .fl-photo-content {
		height: 270px;
	}
}