/*
Template:       barta
Theme Name:     Barta Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/barta
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Barta is a clean and Modern WordPress Theme. It is best suited for Blog, Magazine, News website etc
Version:        1.0
Text Domain:    barta
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/

@media only screen and (min-width: 1025px){
.rt-header-menu{
display: none;
}
#meanmenu {
    display: none;
}
}
@media only screen and (max-width: 1025px){
.site-header{
display:none;
}
}

.rt-slide-nav{
position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 999999;
    border-bottom: 2px solid #26c6da;
	display: inline-block;
}
#meanmenu .mean-bar .logo-small {
    width: 140px;
    padding: 0px 15px;
	float: right;
}

.mean-bar .sidebarBtn {
    position: absolute;
    font-size: 20px;
    left: 15px;
    top: 15px;
    cursor: pointer;
}

@media (min-width: 992px)
.container {
    max-width: 960px;
}

@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}
.entry-content{
	text-align: center;
}