/*
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... */ 




/*** HOMEPAGE STYLES ***/
/*** SCROLL ICON POSITION - HOME TOP SECTION ***/
.parent-row {
    position: relative;
}
.bottom-row {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



/*** WOOCOMMERCE PRODUCTS ***/
/*** IMAGE PADDING ***/
.cus-products .uabb-woocommerce .uabb-woo-products-thumbnail-wrap {
    padding: 20px!important;
}
/*** HOVER ADD TO CART STYLE ***/
.cus-products .uabb-woo-products-modern .uabb-product-actions .uabb-action-item {
    background: #6ac8ff;
    color: #fff;
}
/*** PADDING TO WHOLE BOX ***/
.cus-products  .uabb-woo-product-wrapper {
    padding: 20px;
}



/*** GLOBAL COLUMN HOVER SHADOW + TRANSITION ***/
.effect-col > .fl-col-content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.effect-col:hover > .fl-col-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
/*** WOOCOMMERCE HOVER SHADOW  ***/
.uabb-woo-product-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.uabb-woo-product-wrapper:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
} 


/*** WOOCOMMERCE ***/


/*** BLUE SPAN ELEMENT - INFO BOX ***/
.uabb-infobox-content .uabb-infobox-text .highlight {
    color: #6ac8ff;
    font-weight: 600;
}


/*** FOOTER ***/
/*** SUBSCRIBE FORM ***/
.cus-sub-form .fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 0;
}
.cus-sub-form .fl-button-text {
	visibility: hidden;
	font-size: 0;
    line-height: 0;
}



/*** MENU TOGGLE ***/
.custom-toggle .pp-advanced-menu .pp-menu-toggle:before {
	width: 7px!important;
    height: 7px!important;
    margin: -3px -5px 0 0!important;
}



/*** MEDIA QUERIES ***/
@media only screen and (max-width: 769px) {
	.bottom-row {
		left: 50%;
		transform: translateX(-50%);
	}
	.bottom-row .fl-module-content .fl-icon i::before {
		color: #fff;
	}
	
	.fl-node-5d6a6b5110520 .pp-advanced-menu.off-canvas .menu li a, .fl-node-5d6a6b5110520 .pp-advanced-menu.off-canvas .menu li .pp-has-submenu-container a{
		background: #111111!important;
	}
}

/* Positions the icon */ 
.fl-menu .fl-page-nav-search .fa-search
 {
 padding: 20px;
 }

/* Positions the drop-down form*/ 

 .fl-menu .fl-page-nav-search FORM
 {
 margin-top: 20px;
 }