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

.waves::before {
    background: white !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
}

.pp-post-featured-img img {
    height: 300px !important;
    object-fit: contain;
}

img.wp-post-image {
    border: 0px solid #000 !important;
}

button.single_add_to_cart_button.button {
    background: #009fe3!important;
    border: 1px solid #009fe3!important;
    border-radius: 30px!important;
    width: 280px;
    color: #fff!important;
    transition: .4s;
}
.woocommerce-variation.single_variation {
    padding-bottom: 40px;
}

button.single_add_to_cart_button.button:hover {
    background: #000c94 !important;
    color: #ffffff !important;
    transition: 0.4s;
	border: 1px solid #000c94!important;
}

.woocommerce-message {
    display: ;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    background: #fff!important;
    color: #009fe3!important;
    height: 49px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #009fe3;
    width: 50px;
    border-radius: 30px;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    margin: 0 15px 15px 0;
}

.uabb-woo-products-thumbnail-wrap img {
    height: 300px !important;
    object-fit: contain;
    border: none !important;
}

#menu-item-54 {margin-left:0px !important} 
#menu-item-50 {margin-right:0px !important}

/* #h_01 {width: 250px !important;flex: none !important;}
#h_02 {flex: 1;width: auto !important;} */

.waves .fl-row-content-wrap::after {background-image: url('/wp-content/uploads/2022/04/bg-wave.png');content: '';position: absolute;bottom: -1px;left: 0;right: 0;width: 100%;height: 85px;background-repeat-y: no-repeat;background-position: center; z-index: 9;}
.waves-blue .fl-row-content-wrap::after {background-image: url('/wp-content/uploads/2022/04/bg-wave-blue.png');content: '';position: absolute;bottom: -1px;left: 0;right: 0;width: 100%;height: 85px;background-repeat-y: no-repeat;background-position: center; z-index: 9;}
.waves {position: relative; z-index: 9;}
.waves .fl-row-content { z-index:1;}

.water-drop img {
	-webkit-mask-image: url(/wp-content/uploads/2022/04/water-drop-clip.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain; 
	
	mask-image: url(/wp-content/uploads/2022/04/water-drop-clip.png);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.uabb-button { width:215px;}

.max-990 {
    max-width: 990px;
    margin: 0 auto !important;
    position: relative;
    margin-left: auto !important;
    display: block;
    float: none;
}

.uabb-info-list-content {    width: calc(100% - 143px) !important;}

.uabb-info-list-icon .uabb-photo-img {
    width: 123px !important;
}

#fl-main-content .fl-row:first-of-type .fl-row-content-wrap {
    padding-top: 252px;
}

@media only screen and (max-width: 767px) {
#fl-main-content .fl-row:first-of-type .fl-row-content-wrap {
    padding-top: 180px;
	}

.fl-module-content {
    padding-right: 2.5%;
    padding-left: 2.5%;
}
	
	.uabb-info-list-content.uabb-info-list-left {
    width: 100% !important;
}
.fl-module-content {
    padding-right: 2.5%;
    padding-left: 2.5%;
}	
	
}
.waves .fl-row-content-wrap, .waves-blue .fl-row-content-wrap {padding-bottom:105px}

.fl-col-content p:last-of-type {
    margin: 0 0 0;
}

.max-400 .fl-col-content {max-width:400px;}

#quote::before {
  content: '';
  display: block;
  height:      150px;
  margin-top: -150px;
  visibility: hidden;
}

cap {
    display: block;
}
.post-template .fl-heading {
    margin-top: 40px !important;
    margin-bottom: -20px !important;
}

.archive .woocommerce-pagination {display:none;}

.wavefix {
	z-index:10;
	position:relative;
}
