/*
 Theme Name:     Guilty Pleasure DJ's
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         SuperTachtig
 Author URI:     http://www.supertachtig.nl/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

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

@media only screen and (max-width: 980px) {
    #main-header, #top-header {
        display: none!important;
    }
    #page-container {
        padding-top: 0!important;
        margin-top: 0!important;
    }
}

/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

.logo_showcase .slick-slide img {
    display: inline-block !important;
    padding: 10px;
    border: 1px solid #ffffff;
}

.logo_showcase .slick-arrow {
    display: none !important;
}

.logo_showcase .slick-dots {
    display: none !important;
}



#logo {
    margin-top: 15px !important;
}

/*??Fixing bottom blog white space issue??*/
.et_pb_post{
margin-bottom: -25px !important;
}

.single .post {
padding-bottom: 0px;
}

@media only screen and ( max-width: 980px) {
.single .post {
padding-bottom: 20px;
}
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: none;
 background: #6e42ff;
 border: none;
font-family: Open Sans !important;
font-size: 20px !important;
font-weight: 600 !important;
letter-spacing: 0px !important;
line-height: 1 !important; color: #ffffff;
 padding: 20px 12px !important;
 border-radius: 4px;
 letter-spacing: 2px;
 cursor: pointer;
width: 100% !important;
border-bottom-right-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #f9002b;
 font-size: 20px !important;
 color: #ffffff;
}

