/*
 * Theme Name: dro one page converter
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {

}
.site-main {

}
.site-content{
    padding: 70px 0;
    background-color: #fafafa;
}
@media screen and (min-width:992px){
    .site-content{
        padding-top: 100px;
    }
}
.single-post .site-content{
    
}
.site-content .widget-area {

}
.site-footer {

}

.no-sidebar .content-area {
}
.no-sidebar .site-main {
}
