/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


.buyBtn a {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 30px;
}
.buyBtn a:hover {
    opacity: 0.8;
}
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.container,
.et_pb_row{
    width: 90%;
    max-width: 1200px;
}

/* #top-menu li {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
 */
/* .top_blurb {
    display: flex;
	justify-content: end;
} */

.top_icon .et_pb_icon .et_pb_icon_wrap{
	display: flex;
	justify-content: end;
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
    opacity: 1;
    visibility: visible;
}

/*header shop button*/
#et-top-navigation .et-cart-info {
    float: left;
    font-size: 24px;
}


@media (max-width: 980px) {
    #et-top-navigation .et-cart-info {
        margin-top: 8px;
    }
}

#main-header {
    box-shadow: none;
}

/*-------- Fonts ----------*/

.et_pb_text_inner h1, .et_pb_text_inner h2, .et_pb_text_inner h3, .et_pb_text_inner h4, .et_pb_text_inner h5:first-letter, .et_pb_text_inner h6:first-letter {
    text-transform: lowercase !important;
}
.et_pb_text_inner h1:first-letter, .et_pb_text_inner h2:first-letter, .et_pb_text_inner h3:first-letter, .et_pb_text_inner h4:first-letter, .et_pb_text_inner h5:first-letter, .et_pb_text_inner h6:first-letter{
    text-transform: capitalize !important;
}

/*h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {*/
/*    text-transform: capitalize !important;*/
/*}*/


h1,h2,h3,h4,h5,h6{
	font-weight: 700 !important;
	/*text-transform: lowercase !important;*/
}

h1{
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -4px;
}

h2{
    font-size: 46px;
    line-height: 56px;
    /*letter-spacing: -3px;*/
}

h3{
	font-size: 32px;
    line-height: 42px;
    /*letter-spacing: -2px;*/
}

h4{
	font-size: 28px;
    line-height: 38px;
    /*letter-spacing: -2px;*/
}

h5{
	font-size: 24px;
    line-height: 34px;
    /*letter-spacing: -2px;*/
}

h6{
	font-size: 20px;
    line-height: 30px;
    /*letter-spacing: -2px;*/
}

body{
	font-size: 16px;
    line-height: 27px;
	font-weight: 400;
}

@media screen and (max-width: 980px) {
    .et_pb_slide_image, .et_pb_slide_video{
        display:block !important;
    }
	h1 {
    	font-size: 40px;
    	line-height: 50px;
	}
	
	h2 {
    	font-size: 30px;
    	line-height: 42px;
	}
	
	h3{
		font-size: 22px !important;
    	line-height: 34px !important;
	}
	
	h4{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
	
	h5{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
	
	h6{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
}

@media screen and (max-width: 767px) {
    
    .et_pb_slide_image, .et_pb_slide_video{
        display:block !important;
    }
    
	h1 {
    	font-size: 30px;
    	line-height: 40px;
	}
	
	h2 {
    	font-size: 26px;
    	line-height: 38px;
	}
	
	h3{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
	
	h4{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
	
	h5{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
	
	h6{
		font-size: 20px !important;
    	line-height: 32px !important;
	}
}



.hero-heading p {
    margin: 25px 0 0;
}
.home-box .et_pb_blurb_content{
    background:#fff;
}
.home-box .et_pb_blurb_container {
    padding: 0 25px 25px;
}
.home-box .et_pb_blurb_content{
    min-height:580px;
}
.footer-menu ul li {
    margin-bottom: 5px;
}
.footer-menu li a {
    color: #000;
}
.footer-menu li a:hover {
    color: #ffd240 !important;
}

.products li {
    text-align: center;
}
.products li h2.woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 30px !important;
}

.products li span.woocommerce-Price-amount.amount bdi {
    font-weight: 600;
    font-size: 25px;
    color: #FFD240!important;
    text-align: center;
}

.woocommerce button.button {
    height: 50px;
    line-height: 50px;
}
.woocommerce .quantity input.qty {
    height: 50px;
}
.mobile_menu_bar:before {
    font-size: 45px;
}

.imh-6310-template-01-hover-content {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 10px !important;
}
/*.page-id-209 h2{*/
/*    letter-spacing: 0 !important;*/
/*}*/