/*styles for customization */
body.home #page_content_wrapper .inner .sidebar_content,
body.home .page_content_wrapper .inner .sidebar_content {
	float: right;
}
body.home #page_content_wrapper .inner .sidebar_wrapper,
body.home .page_content_wrapper .inner .sidebar_wrapper {
	float: left;
}

body.left_align *{
    font-family: Roboto Condensed;
}
body.left_align .fa{
    font: normal normal normal 14px/1 FontAwesome;
}

/*header*/
body.left_align.admin-bar .header_style_wrapper{
    padding-top: 0;
}

body.left_align #logo_wrapper{
    display: flex;
    float: none;
    padding: 10px 0 10px 0;
}
body.left_align #logo_wrapper .logo_container .logo_align{
    display: flex;
    float: none;
}

body.left_align #wrapper{
    padding-top: 0!important;
    /*width: auto;*/
}
body.left_align #menu_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
body.left_align #menu_wrapper div .nav li > a{
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    width: 100%;
    box-sizing: border-box;
}
body.left_align .header_style_wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    width: auto;
    float: none;
}

body.left_align .header_style_wrapper.fixed + div{
    margin-top: 50px!important;
}
body.left_align #logo_right_button{
    order:2;
    padding: 0;
    display: flex;
	margin-left: auto;
}
body.left_align #logo_right_button #search_icon{
    color:#fff;
}
body.left_align #logo_right_button #search_icon i {
    font-size: 16px;
}
body.left_align #nav_wrapper{
    background: transparent;
    order:1;
    padding-left: 150px;
}
body.left_align .top_bar{
    flex: 0 1 100%;
    background: #2062BB !important;
    order:1;
    border-bottom: 0;
    position: relative;
    z-index: 4;
    height: 70px;
//transition: height .5s ease-in-out;
}
body.left_align .above_top_bar{
    flex: 0 1 100%;
    order: 2;
    height: 50px;
    top: 70px;
    transform: translateY(-70px);
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    display: flex;
}

body.left_align .above_top_bar.header_fixed{
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0px);
//border-bottom: 1px solid #A0A3A4;
    border-bottom: 1px solid #e1e1e1;
    transition: transform .5s ease-in-out;
}
body.left_align .above_top_bar.header_fixed + .top_bar{
    height: 0;
    transition: height .5s ease-in-out;
}

body.left_align.admin-bar .above_top_bar.header_fixed{
    top: 32px;
}
body.left_align .above_top_bar.header_fixed .page_content_wrapper{
    display: flex;
}
body.left_align .above_top_bar #logo_wrapper{
    display: none;
}
body.left_align .above_top_bar.header_fixed #logo_wrapper{
    display: block;
    padding: 5px 0;
    flex: 1 0 41px;
}
body.left_align .above_top_bar.header_fixed #logo_wrapper .logo_container{
    margin-right: 0;
}
body.left_align .above_top_bar.header_fixed #top_menu>li:not(:last-child){
    margin-right: 25px;
}
body.left_align .above_top_bar.header_fixed .menu-main-menu-container{
    flex: 0 1 calc(100% - 41px - 20px);
}
body.left_align .above_top_bar.header_fixed #logo_wrapper img{
    height: 40px;
    width: auto;
}

body.left_align .above_top_bar #top_menu{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 0;
    float: none;
}
body.left_align .above_top_bar #top_menu>li{
    margin: 16px 0 15px 0;
}
body.left_align .above_top_bar #top_menu>li:not(:last-child){
    margin-right: 30px;
}
body.left_align .above_top_bar #top_menu>li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0A0A0A;
}
body.left_align .above_top_bar #top_menu>li a:hover{
    color:#F7C300;
}
body.left_align .above_top_bar #top_menu>li.current-menu-item a{
    color:#2062BB;
}

/*social menu*/
body.left_align .social_menu{
    order: 3;
    display: flex;
    align-items: center;
}
.header_style_wrapper .social_menu{
	margin-left: 60px;
}
.social {display: inline-block;}
.social:last-of-type a {margin-right: 0;}
.social a {
    background: #fff;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 20px 0px 0;
    text-align: center;
    color: #2062BB;
    border-radius: 50%;
    position: relative;
}
.social a:hover {color: #fff;}
.social svg {
    width: 12px;
    display: block;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.facebook a:hover {background: #F7C300;}
.instagram a:hover {background: #F7C300;}
.odnoklassniki a:hover {background:#F7C300;}
.skype a:hover {background: #F7C300;}
.telegram a:hover {background: #F7C300;}
.viber a:hover {background: #F7C300;}
.vk a:hover {background: #F7C300;}
.whatsapp a:hover {background: #F7C300;}
.youtube a:hover {background: #F7C300;}


.langs-menu {
	order: 4;
    margin-left: 50px;
	list-style: none;
}
.langs-menu a {
	color: white;
}
.langs-menu a:hover {
	color: #f7c300;
}

/*subscription form*/
body.left_align #footer_mailchimp_subscription{
    background: #2062BB;
    padding:30px 0;
}
body.left_align #footer_mailchimp_subscription .ppb_title{
    display: none;
}
body.left_align #footer_mailchimp_subscription .mc4wp-form-fields{
    display: flex;
    align-items: center;

}
body.left_align #footer_mailchimp_subscription .subscribe_tagline{
    flex: 0 1 35%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
}
body.left_align #footer_mailchimp_subscription .subscribe_form{
    flex: 0 1 65%;
    margin: 0 auto 0 100px;
    display: flex;
}
body.left_align .ppb_mailchimp_subscription .subscribe_form p {
    line-height: 40px;
}
body.left_align #footer_mailchimp_subscription .subscribe_form input[type=email]{
    margin-right: 70px;
    width: 200px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
    font-family: Roboto Condensed;
}
body.left_align #footer_mailchimp_subscription .subscribe_form input[type=email]::placeholder{
    color: #fff;
}
body.left_align #footer_mailchimp_subscription .subscribe_form input[type=submit]{
    background: transparent!important;
    color: #F7C300;
    border: none;
    font-family: Roboto Condensed;
}
/*body.left_align #footer{*/
/*    background: #F1F1F1;*/
/*}*/


/*footer*/
body.left_align #footer .social_menu{
    display: block;
    font-size: 0;
    max-width: 150px;
    float: left;
    margin-top: 20px;
}
body.left_align #footer .social {display: inline-block;}
body.left_align #footer .social a {
    background: #5F5F5F;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 20px 10px 0;
    text-align: center;
    color: #b7b7b7;
    border-radius: 50%;
    position: relative;
}
body.left_align #footer .social:last-of-type a {
	margin-right: 0;
}
body.left_align #footer .social a:hover {color: #fff;}
body.left_align #footer .social svg {
    width: 12px;
    display: block;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
body.left_align #footer .facebook a:hover {background: #F7C300;}
body.left_align #footer .instagram a:hover {background: #F7C300;}
body.left_align #footer .odnoklassniki a:hover {background:#F7C300;}
body.left_align #footer .skype a:hover {background: #F7C300;}
body.left_align #footer .telegram a:hover {background: #F7C300;}
body.left_align #footer .viber a:hover {background: #F7C300;}
body.left_align #footer .vk a:hover {background: #F7C300;}
body.left_align #footer .whatsapp a:hover {background: #F7C300;}
body.left_align #footer .youtube a:hover {background: #F7C300;}

body.left_align .footer_bar_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.left_align .developed_by{
    display: flex;
    align-items: center;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}
body.left_align .developed_by img{
    margin-left: 32px;
}
body.left_align .developed_by h5,body.left_align #copyright{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #0A0A0A;
}

body.left_align #footer ul.sidebar_widget .widget_text p{
    width: 90%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #5F5F5F;
}
body.left_align #footer ul.sidebar_widget .widget_nav_menu{
    flex: 0 1 50%;
    margin-right: 0;
}
body.left_align #footer ul.sidebar_widget .widget_nav_menu a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0A0A0A;
}
body.left_align #footer ul.sidebar_widget .widget_nav_menu a:hover{
    color: #F7C300;
}
body.left_align #footer ul.sidebar_widget li ul {
    display: flex;
    flex-direction: column;
}
body.left_align #footer ul.sidebar_widget li ul li {
    margin: 0 0 5px 0;
    display: inline-flex;
}
body.left_align #footer ul.sidebar_widget .widget_text:last-child{
    flex: 0 1 50%;
    margin-right: 0;
}

/*widgets*/
body.left_align .widget_title{
    background-color: #f1f1f1;
    font-family: Roboto;
    color: #0a0a0a;
    padding: 10px 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin:50px 0 0px 0;
}
body.left_align #page_content_wrapper .sidebar .content .sidebar_widget .widget_block:first-child .widget_title{
    margin-top: 0;
}
body.left_align .page_content_wrapper .sidebar .content .sidebar_widget .widget_block, body.left_align #page_content_wrapper .sidebar .content .sidebar_widget .widget_block{
    margin-top: 0;
}
body.left_align .wp-block-latest-posts.wp-block-latest-posts__list{
    padding-top: 30px!important;
    margin-bottom: 50px!important;
}
body.left_align .widget.Grand_News_Custom_Ads, body.left_align #page_content_wrapper .widget.Grand_News_Custom_Ads {
    font-size: 0;
    margin: 50px 0;
}
body.left_align .widget_block .wp-block-group{
    display: flex;
}
body.left_align .widget_block .wp-block-categories-list.wp-block-categories{
    padding: 0;
    margin: 0 0 50px 0;
}
body.left_align #page_content_wrapper .widget_block .wp-block-group .wp-block-categories-list.wp-block-categories, body.left_align #page_content_wrapper .widget_block .wp-block-group .wp-block-archives-list.wp-block-archives{
    padding-top: 30px;
    margin: 0;
}
body.left_align .widget_block .wp-block-group .wp-block-categories-list.wp-block-categories, body.left_align .widget_block .wp-block-group .wp-block-archives-list.wp-block-archives{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin: 0;
}
body.left_align .widget_block .wp-block-group .wp-block-categories-list.wp-block-categories li:not(:last-child), body.left_align .widget_block .wp-block-group .wp-block-archives-list.wp-block-archives li:not(:last-child){
    margin-bottom: 10px!important;
}
body.left_align .widget_block .wp-block-group .wp-block-categories-list.wp-block-categories li, body.left_align .widget_block .wp-block-group .wp-block-archives-list.wp-block-archives li{
    margin-bottom: 0;
}
body.left_align .widget_block .wp-block-group .wp-block-categories-list.wp-block-categories li a, body.left_align .widget_block .wp-block-group .wp-block-archives-list.wp-block-archives li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0A0A0A;
}
body.left_align .page_content_wrapper .sidebar .content .sidebar_widget li ul li, body.left_align #page_content_wrapper .sidebar .content .sidebar_widget li ul li{
    display: inline-flex;
    flex-wrap: wrap;
}
body.left_align .page_content_wrapper .sidebar .content .sidebar_widget li ul li:not(:last-child), body.left_align #page_content_wrapper .sidebar .content .sidebar_widget li ul li:not(:last-child){
    margin-bottom: 20px;
}
body.left_align .wp-block-latest-posts.wp-block-latest-posts__list>li>a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0A0A0A;
    flex: 0 1 100%;
}
body.left_align .wp-block-latest-posts.wp-block-latest-posts__list>li>time{
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #A0A3A4;
    margin-top: 6px;
	white-space: nowrap;
}


/*content main news*/
body.left_align .page_content_wrapper .sidebar_content .post_filter li{
    margin-left: 0;
}
body.left_align .page_content_wrapper .sidebar_content .post_filter li a{
    border-bottom: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #0A0A0A;
    text-transform: none;
}

body.left_align .ppb_ads{

}

body.left_align #page_content_wrapper .sidebar_content .post.post_wrapper, body.left_align .page_content_wrapper .sidebar_content .post.post_wrapper{

}
body.left_align #page_content_wrapper .sidebar_content .post_wrapper .post_header_title h5, body.left_align .page_content_wrapper .sidebar_content .post_wrapper .post_header_title h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color:#0A0A0A;
}
body.left_align #page_content_wrapper .sidebar_content .post_wrapper .post_header_title p, body.left_align .page_content_wrapper .sidebar_content .post_wrapper .post_header_title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5F5F5F;
}

/* search form */
#searchform {
    position: relative;
}
#overlay_background_search .search_wrapper .search_content #searchform input[type=text] {
	background-color: #1f1f1f !important;
    color: #ffffff !important;
    font-size: 18px !important;
    margin-bottom: 28px;
    border: 2px solid #737373 !important;
    padding-right: 55px;
}
#overlay_background_search .search_wrapper .search_content #searchform .search_tagline {
    font-size: 0;
    padding-bottom: 0;
}
#overlay_background_search .search_wrapper .search_content #searchform button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    height: 48px;
    width: 48px;
    outline: 0;
    background-color: #3f3f3f;
    border: 2px solid #737373;
}
.search_wrapper #searchform i {
    color: white;
    font-size: 22px;
}
body #autocomplete {
    width: 100%;
}

/*post page*/
body.left_align .gnc_content-tags{
    margin-top: 20px;
}
body.left_align .gnc_content-tags a{
    text-transform: uppercase;
    margin-right: 10px;
}


body.left_align  #post_info_bar{
    display: none;
}


/*category page*/
body.left_align #page_caption .page_title_wrapper .page_title_inner{
    display: flex;
    flex-wrap: wrap;
}
body.left_align #page_caption .page_title_wrapper .post_info_cat {
    float: none;
    flex: 0 1 100%;
    order: 2;
}
body.left_align #page_caption .page_title_wrapper h1{
    margin: 0 auto 0 0;
    order: 1;
}

/*advertisement*/
body.left_align .ads_label{
    display: none;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	display: none;
}
.sidebar_widget .wp-block-columns{
    margin-bottom: 0;
}



/*titles*/
#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle{
    background-color: #f1f1f1;
    margin: 50px 0 30px;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle:before,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle:before,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle:before,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle:before {
    display: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle span,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widgettitle span,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle span,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .widgettitle span{
    font-family: Roboto;
    background-color: #f1f1f1;
    color: #0a0a0a;
    padding: 10px 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: capitalize;
}


/*latest_news_widget first*/

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget{
    margin: 0px 0 0px;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul{
    padding: 0;
    margin: 0 0 20px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul:last-child,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul:last-child{
    margin: 0px;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul li,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles>ul li{
    display: block;
    float:none;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles .title_data,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles .title_data{
    margin:20px 0;
    font-size: 16px;
    line-height: 19px;
    color: #0a0a0a;
    font-weight: 600;
    text-align: center;
}
/*widget with button second*/

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a  {
    display: flex;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span:first-child,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span:first-child{
    flex: 0 1 50px;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span:last-child,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span:last-child{
    flex: 0 1 calc(100% - 50px);
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .widget_container_articles a span{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0a0a0a;
    flex: 0 1 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .loadmore_btn_desc,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_latest_news_widget .loadmore_btn_desc{
    width: 100%;
    height: 30px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0a0a0a;
    border-radius: 5px;
    cursor: pointer;

}

/*widget with archive third*/
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget{
    margin: 0 0 0px;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget li,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget li{
    margin-bottom: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget li a,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget li a,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_months,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_months {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0a0a0a;
    flex: 0 1 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years,
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_months,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_months {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #0a0a0a;
    padding: 0;
    cursor: pointer;
    margin-bottom: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .show_more_years{
    margin-bottom: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget>ul,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget>ul{
    margin: 0;
    padding: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years{
    display:none;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years.show,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years.show{
    display: flex;
    flex-wrap: wrap;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years.show>li,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_years.show>li{
    flex: 0 1 100%;
    /*text-align: left;*/
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months{
    flex: 0 1 33.33%;
    /*text-align: center;*/
    margin-bottom: 10px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months li,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months li{
    display: none;
    list-style: none;
}
#page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months.show li,
.page_content_wrapper .sidebar .content .sidebar_widget .widget_custom_archive_widget .all_months.show li {
    display: block;
    /*text-align: left;*/
}

/*media queries*/
@media screen and (max-width: 1023px){
    body.left_align.admin-bar .header_style_wrapper{
        padding-top:0;
    }
    body.left_align .above_top_bar{
        display: none!important;
    }
    body.left_align .top_bar {
        height: 60px;
    }
    body.left_align .above_top_bar.header_fixed + .top_bar {
        display: block;
    }
    body.left_align .header_style_wrapper.fixed .top_bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
    }
    /*body.left_align.admin-bar .header_style_wrapper.fixed .top_bar {*/
    /*    top: 46px;*/
    /*}*/
    body.left_align .header_style_wrapper.fixed + div{
        margin-top: 60px!important;
    }
    body.left_align #logo_wrapper #logo_normal{
        position: absolute;
        width: auto;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    body.left_align #nav_wrapper {
        padding-left: 0;
    }
    body.left_align #logo_wrapper #logo_normal .logo_wrapper img{
        max-height: 40px;
        width: auto;
    }
    body.left_align #menu_wrapper .social_menu{
        display: none;
    }

    body.left_align .mobile_menu_wrapper .social_menu{
        flex-wrap: wrap;
    }
    body.left_align .mobile_menu_wrapper .social_menu{
        order: 2;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    body.left_align .mobile_menu_wrapper .social {display: inline-block;}
    body.left_align .mobile_menu_wrapper .social a {
        background: #5F5F5F;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 30px 10px  0;
        text-align: center;
        color: #FFF;
        border-radius: 50%;
        position: relative;
    }
	body.left_align .mobile_menu_wrapper .social:last-of-type a {margin-right: 0;}
    body.left_align .mobile_menu_wrapper .social svg {
        width: 18px;
        display: block;
        height: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    body.left_align #close_mobile_menu_button{
        background: #fff;
    }
    body.left_align #close_mobile_menu_button .fa-close{
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }
    body.left_align .mobile_menu_wrapper #menu-main-menu{

    }
    body.left_align .mobile_menu_wrapper #sub_menu{
        padding:0;
    }
    body.left_align .mobile_menu_wrapper #menu-main-menu>li{
        list-style: none;
    }
    body.left_align .mobile_menu_wrapper #mobile_main_menu>li a, body.left_align .mobile_menu_wrapper #sub_menu>li a,body.left_align .mobile_menu_wrapper #menu-main-menu>li a{
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #0A0A0A;
        display: inline-block;
    }
    body.left_align .mobile_menu_wrapper #mobile_main_menu>li a:not(:last-child), body.left_align .mobile_menu_wrapper #sub_menu>li a:not(:last-child),body.left_align .mobile_menu_wrapper #menu-main-menu>li a{
        margin-bottom: 10px;
    }

    body.left_align #logo_right_button{
        display: block;
        float: none;
        justify-content: space-between;
    }
    body.left_align #logo_right_button #mobile_nav_icon{
        border-top: 9px double #fff;
        border-bottom: none;
        order: 1;
    }
    body.left_align #logo_right_button #search_icon{
        order: 2;
        margin-top: 0;
    }
    body.left_align #logo_right_button #search_icon i{
        font-size: 20px;
    }
    /*footer*/
    body.left_align #footer .widget_text img{
        max-height: 40px;
        width: auto;
    }


}
@media screen and (max-width: 960px){
    body.left_align #menu_wrapper{
        padding-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    #wrapper .page_content_wrapper .inner .sidebar_wrapper .sidebar {
        padding-bottom: 30px;
    }
	body.home .page_content_wrapper .inner > div {
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
	}

    /*subscription form*/
    body.left_align #footer_mailchimp_subscription {

    }

    body.left_align #footer_mailchimp_subscription .ppb_title {

    }

    body.left_align #footer_mailchimp_subscription .mc4wp-form-fields {
        flex-wrap: wrap;
    }

    body.left_align #footer_mailchimp_subscription .subscribe_tagline {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }

    body.left_align #footer_mailchimp_subscription .subscribe_form {
        flex-wrap: wrap;
        flex: 0 1 100%;
        margin: 0;
    }

    body.left_align #footer_mailchimp_subscription .subscribe_form p {
        flex: 0 1 100%;
    }

    body.left_align #footer_mailchimp_subscription .subscribe_form input[type=email] {
        margin: 0;
    }

    body.left_align #footer_mailchimp_subscription .subscribe_form input[type=email]::placeholder {

    }

    body.left_align #footer_mailchimp_subscription .subscribe_form input[type=submit] {
        padding: 0;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 700;
    }

    /*footer*/
    body.left_align #footer .social_menu {
        float: none;
    }

    body.left_align #copyright {
        width: auto;
        padding: 0 15px;
    }

    body.left_align .developed_by {
        padding: 0 15px;
    }

    body.left_align #page_caption {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    /*footer*/
    body.left_align #footer ul.sidebar_widget {
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    body.left_align #footer .social_menu{
        float: none;
        display: flex;
        flex: 0 1 50%;
        margin-top: 0;
        flex-wrap: wrap;
        order: inherit;
    }
    body.left_align #footer_mailchimp_subscription .subscribe_form input[type=email] {
        width: 100%;
    }
    body.left_align #page_caption{
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media screen and (max-width: 320px) {
    /*padding less on markuo below 320*/
    /*body.left_align #page_content_wrapper, .page_content_wrapper {*/
    /*    padding: 0 10px 20px 10px;*/
    /*}*/

    /*body.left_align .standard_wrapper {*/
    /*    padding: 0 10px;*/
    /*}*/
    /*body.left_align #footer ul.sidebar_widget {*/
    /*    padding: 0 10px;*/
    /*}*/
}
