/*
 Theme Name:     Suger Coat It Theme
 Theme URI:      https://ethne.com.au
 Description:    Divi Child Theme
 Author:         Derek Robertson
 Author URI:     https://ethne.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#footer-email-signup {
    background-color: white !important;
    padding: 40px 0;
}
#footer-email-signup .email-form{
    padding-top: 5px!important;
    padding-right: 5px!important;
    padding-bottom: 25px!important;
    padding-left: 5px!important;
    max-width: 1349px;
    margin:auto;
}
#footer-email-signup .form-left{
    width:50%;
    float:left;
    box-sizing: border-box;
}
#footer-email-signup .form-right{
    width:50%;
    float:left;
    box-sizing: border-box;
}
#footer-extension {
    background-color: white;
}
#footer-extension .container{
    border-top:10px solid #000;
}
#footer-extension .foot-logo{
    margin:auto;
    display:block;
}
#footer-extension {
    display: none !important;
}
#footer-bottom {
    background-color: #ffffff;
    padding: 20px 0 60px;
}
#footer-bottom .left{
    width:50%;
    text-align:left;
    float:left;
}
#footer-bottom .left .et-social-icons{
    float:left;
}
#footer-bottom .right{
    width:50%;
    text-align:right;
    float:left;
}
#footer-bottom .bottom-nav {
    padding: 0;
}
#footer-bottom .bottom-nav, #footer-bottom .bottom-nav a, #footer-bottom .bottom-nav li.current-menu-item a {
    color:#000;
}
.ff__control {
    
    width: 100%;
    color: #000000;
    border: 1px solid #000000;
    height: 46px;
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    background: transparent;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    line-height: 20px;
    border-radius: 23px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.ff__button {
    color: #ffffff;
    width: 100%;
    border: 1px solid #000000;
    display: inline-block;
    padding: 12px 20px;
    font-size: 13px;
    background: #000000;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    line-height: 20px;
    border-radius: 23px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

@media (max-width: 768px){
    #footer-bottom .right{width:100%;text-align:center;}
    #footer-bottom .left{width:100%;text-align:center;}
    #footer-bottom .left .et-social-icons{float:none;}
    
    h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
        font-size: 18px;
    }
    #footer-email-signup .form-left {
        width: 100%;
    }#footer-email-signup .form-right {
        width: 100%;
    }
}