/*
 Theme Name:     Smart 1 Media Child Theme
 Description:    Smart 1 Media Child Theme
 Author:         Smart 1 Marketing
 Author URI:     http://www.smart1marketing.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-footer.prtl-foot {
    background-color: #f1f1f1;
}
#main-footer.prtl-foot  #footer-bottom {
    background-color: #ffffff;
}

span.fsRequiredMarker {color:red; font-weight:700;}
.entry-title.main_title, .hentry .main_title {display:none;}

.fsBody.fsEmbed {padding-top:0}

#main-content .container {padding-top: 0;}

/* =Remove unused email icon -- */
#et-info-email:before {content: none;}

#footer-info, .footer-widget .et_pb_widget {
    float: none;
}
 

/* =Button CSS
------------------------------------------------------- */

.s1m_ltbl_button {
    color: #fff;
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    background: #3badd1;
    border: 2px solid #3badd1;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    }

.s1m_ltbl_button:hover {
    color: #3badd1;
    background: #fff;
}

.s1m_dkbl_button {
    color: #fff;
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    background: #017ba0;
    border: 2px solid #017ba0;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    }

.s1m_dkbl_button:hover {
    color: #017ba0;
    background: #fff;
}

.s1m_button {
    width: 100%;
    position: relative;
    padding: 1em 1em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em !important;
}

.s1m_button:hover {

}