/* 
 Theme Name:   esteem-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     esteem
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media screen and (max-width: 991px) {

    #primary,
    #secondary {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #featured-slider {
        width: 100%;
        top: 45px !important;
    }

    .page-title-bar {
        margin-top: 40px;
    }
}