/*
Theme Name: Feltz & Associates
Theme URI: 
Description: 
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.post-edit {
    display: none;
}

.footer-widget {
    padding-bottom: 0;
    font-size: 13px;
}

.site-footer .container {
    padding-top: 25px;
}

#main {
    background: #fff;
}



.feltzpagetitle {
    padding: 30px 0 0 0;
    color: #bd9c6c;
    font-size: 1.8em;
}

.page-header {
    background-image: url(/wp-content/uploads/2016/03/slide-bulb.jpg?id=239) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: none;
}

body.single .page-header {
    display: block;
}

.site-breadcrumbs {
    display: none;
}


.mc_custom_border_hdr {
    font-weight: 600;
}

.mc_merge_var {
    float: left !important;
    margin: 20px 35px 0 0 !important;
    width: 21%;
}

.mc_var_label {
    margin-bottom: 0 !important;
    font-size: 15px;
}

.mc_required {
    color: #890000;
}

#mc-indicates-required {
    clear: both;
    font-size: 13px;
    color: #890000;
}

.mc_signup_submit {
    text-align: left !important;
}

#mc_signup_submit {
    width: 200px !important;
}

/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

    
}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    

}

@media only screen and (max-width: 980px) {
    .mc_merge_var {
        margin: 20px 16px 0 0 !important;
    }
}

@media only screen and (max-width: 680px) {
    .mc_merge_var {
        float: none;
        margin: 20px 16px 0 0 !important;
        width: 98%;
    }
}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    
    
}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
     
}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
 
}



