.vc_row.vc_row-flex {
	flex-wrap: nowrap !important;
}

.mptt-shortcode-table{
    width: 100% !important;
}

.scheme_default .footer_copyright_inner {
    background-color: #000 !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-event .mptt-event-container{
    justify-content: center;
}

.scheme_default .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{
	font-size: 15px !important;
}

.sc_timetable_item_title a,
.scheme_default .sc_timetable_item .sc_timetable_item_title a,
.sc_timetable_item .sc_timetable_item_title a{
    pointer-events: none !important;
}

.sc_content_container .sc_layouts_logo img {
    max-height: 4em;
    width: auto;
    padding: 0.75em 0;
}

.mptt-navigation-tabs li:first-child a{
    color: transparent !important;
    font-size: 0;
}

.mptt-navigation-tabs li:first-child a:after{
    content: "Բոլոր հաղորդումները";
    color: white;
    font-size: 22px;
    padding: 0.45em 0.55em;
    background-color: #292929;
}

.mptt-navigation-tabs li:first-child.active a:after{
    background-color: #f14100;
}

.breadcrumbs_item.home,
.breadcrumbs_item.home+span{
    display:none !important;
}

.sc_timetable_item, .sc_timetable_item_title{
	font-family: "Montserrat",sans-serif !important;
}


@media screen and (max-width: 1279px){
    .mptt-navigation-tabs li:first-child a:after{
    font-size: 19px;
    padding: 0.3em 0.4em;
    }
}

@media screen and (max-width: 1023px){
    .mptt-navigation-tabs li:first-child a:after{
    font-size: 16px;
    padding: 0.1em 0.4em;
    }
}

@media screen and (max-width: 767px){
    .mptt-navigation-tabs li:first-child a:after{
    padding: 0.2em 0.5em;
    }
    
    .sc_content_container .sc_layouts_logo img {
    max-height: 3em;
}
}


@media screen and (min-width: 2000px){
    .banner-place{
        padding-top: 280px !important;
    }
}