/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1436490855
Updated: 2015-07-10 01:14:15
*/






@media only screen and ( max-width:499px ) {
    /* Set the slider height */
    .my-slider, .my-slider .et_pb_container { 
        height: 600px !important; 
    }
    .my-slider, .my-slider .et_pb_slide { 
        max-height: 600px; 
    }
    .my-slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

  /* Set the slider height */
@media only screen and (min-width:500px ) {
  .my-slider, .my-slider .et_pb_container { 
        height: 1200px !important; 
    }
    .my-slider, .my-slider .et_pb_slide { 
        max-height: 1200px; 
    }
    .my-slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

.single .et_pb_section:nth-of-type(1),
.single .et_pb_section:nth-of-type(1) .et_pb_row:nth-of-type(1),
.single .entry-content { padding-top:0; }

.woocommerce-checkout-payment {background: none;
border-radius: 20px;}


article {
	border: none !important;
}

.et_pb_contact .et_pb_contact_submit{
	 color: #ffffff;
}

.et_pb_column_2_3{
	 width: 500px ;
}

#top-header{
	background-color: #000000 !important; 
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width: auto;
}

/* STICKY FOOTER */

footer#my-footer {
position: fixed !important;
bottom: 0 !important;
max-width: 1200px !important;
width: 100%!important;
}