/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Author: Dan Yap
 Template: Divi
 Version: 1.0.0
*/
@media (max-width: 1199.98px) {
}
@media (max-width: 1190px) and (min-width: 980px) {
    #logo {
        max-width: 45%;
    }
}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
@media (max-width: 980px) {
    #logo {
        max-width: 80% !important;
    }
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
@media (max-width: 500px) {
    input#gform_submit_button_2 {
        width: 150px;
        padding: 10px !important;
    }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
@media (min-width: 981px) {
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
