/*
 Theme Name:     Divi WildChild Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Wild-Child Theme
 Author:         Dean Llewellyn
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

span.mobile_menu_bar:before {
    color: #fff !important;
}

.et_pb_bg_layout_dark .et_pb_slide_description{
text-shadow:none !important;
}


/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 


}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    
    
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
   
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
  
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
   
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
   

}


