/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/** Desktop **/
@media (min-width: 981px){
.col-width .et_pb_gallery_item {
width: 16.66% !important; /*six columns*/
clear: none !important;
}
}
 
/** Tablet **/
@media (max-width: 980px){
.col-width .et_pb_gallery_item {
width: 25% !important; /*four columns*/
clear: none !important;
}
}
 
/** Small Tablet and Large Phone **/
@media (max-width: 767px){
.col-width .et_pb_gallery_item {
width: 33.33% !important; /*three columns*/
clear: none !important;
}
	
.et_pb_menu_0_tb_header.et_pb_menu {
    float: none !important;
}
	
}
 
/** Phone **/
@media (max-width: 479px){
.col-width .et_pb_gallery_item {
width: 50% !important; /*two columns*/
clear: none !important;
}
}


.wpforms-container form.wpforms-form input.wpforms-field-medium {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 16px !important;
    height: 55px !important;
    max-width: 100%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    background: #f5f5f5 !important;
    border: none;
}

div.wpforms-container-full button[type=submit] {
    background: #333 !important;
    border-radius: 0px;
    padding: 16px 40px;
    height: auto;
    font-size: 18px;
}
