/*
Theme Name: VaroshTheme
Theme URI: http://varosh.com.ua
Author: Varosh
Author URI: http://varosh.com.ua
Description: VaroshTheme Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: varosh
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 - Default
2 - Header
3 - Content
4 - Footer
5 - Media Queries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
1 - Default
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: auto;
}

body {
    font-size: 12px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    opacity: 1;
}

body.popup-active {
    height: 100%;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 38px;
    margin-bottom: 38px;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

.hidden,
.none {
    display: none !important;
    ;
}

.container {
    padding-right: 19px;
    padding-left: 19px;
    max-width: 1208px;
	box-sizing: border-box;
}

.row {
    margin-left: -19px;
    margin-right: -19px;
    /*    max-width: 100%;
    width: 100%;
    margin: 0 auto;*/
}

[class*="col-"],
.col {
    padding-left: 19px;
    padding-right: 19px;
	box-sizing: border-box;
}

.col-padding-l-0 {
    padding-left: 0;
}

.col-padding-r-0 {
    padding-right: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.active {
    display: block;
}

.dn {
    display: none;
}

.mob {
    display: none;
}

/*.desk {
    display: block;
}*/

.tab {
    display: none;
}

.tabs {
    display: none;
}

.button {
    margin: 0 auto;
    display: inline-block;
    border: none;
    color: #ff1e00;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
    border: 2px solid #ff1e00;
    font-weight: bold;
    margin-bottom: 75px;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e61b00;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*--------------------------------------------------------------
Social icons
--------------------------------------------------------------*/
.social_links span {
    margin-right: 30px;
    position: relative;
}

.social_links span:last-child {
    margin-right: 0px;
}

.social_links span:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    left: -18px;
    right: -19px;
    top: -18px;
    bottom: -13px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    opacity: 0;
    z-index: 1;
    color: #ff1e00;
}

.social_links a:hover span:after {
    opacity: 1;
}

.social_links a:hover span i {
    color: #ff1e00;
}

.social_links i {
    z-index: 10;
    position: relative;
    font-size: 22px;
}

.social_links a {
    color: #ffffff;
    text-decoration: none;
}

.social_links .fa-instagram {
    font-size: 29px;
}

.social_links .fa-telegram-plane {
    font-size: 28px;
}

.social_links .facebook-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 12px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .instagram-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .instagram-icon span:after {
    left: -13px;
    right: -13px;
    top: -24px;
    bottom: -11px;
}

.social_links .telegram-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 3px;
    width: 24px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .telegram-icon span:after {
    left: -10px;
    right: -15px;
    top: -22px;
    bottom: -11px;
}

.social_links .youtube-icon {
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 24px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    position: relative;
}

.social_links .youtube-icon span:after {
    left: -13px;
    right: -13px;
    top: -21px;
    bottom: -12px;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ff1e00;
    opacity: 1;
    border-radius: 10em;
    display: inline-block;
    margin: 6px;
    -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, transform .5s ease;
    transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    outline: none;
    border: 2px solid #ff1e00;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border: 2px solid #ff1e00;
}

/*--------------------------------------------------------------
2 - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Main Menu
--------------------------------------------------------------*/
.top-nav {
    margin-top: 20px;
    margin-bottom: 20px;
	z-index: 999;
}

.top-nav_logo a {
    font-weight: 800;
    color: #ff1e00;
    font-size: 37px;
    text-decoration: none;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.top-nav_menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.top-nav_menu li {
    position: relative;
    margin-right: 5px;
}

.top-nav_menu li:last-child {
    margin-right: 75px;
}

.top-nav_menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
    border: 1.5px solid #fff;
}

.top-nav_menu li a:hover,
.top-nav_menu li.current-menu-item a {
    border: 1.5px solid #ff1e00;
    color: #ff1e00;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.top-nav_search {
    font-weight: 300;
    margin-right: 35px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
    color: #000000;
    z-index: 130;
}

.top-nav_search:hover {
    color: #ff1e00;
}

.top-nav_search.on {
    color: #ffffff;
}

.toggle-mnu {
    display: block;
    width: 24px;
    height: 28px;
    margin-top: 14px;
    z-index: 120;
    position: relative;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
}

.toggle-mnu span:after {
    top: 16px;
}

.toggle-mnu span:before {
    top: 8px;
    left: -8px;
}

.toggle-mnu:hover span,
.toggle-mnu:hover span:after,
.toggle-mnu:hover span:before {
    background-color: #ff1e00;
    left: 0;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
    left: 0;
    background-color: #ffffff;
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: #ffffff;
}

/*--------------------------------------------------------------
2.2 - Popup Menu
--------------------------------------------------------------*/
.menu-pop,
.search-pop {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #ff1e00;
    z-index: 111;
    text-align: center;
}

.menu-pop.active,
.search-pop.active {
    display: block;
    overflow: auto;
}

.menu-pop .top-menu {
    text-align: center;
    list-style: none;
    padding: 0;
    z-index: 30;
    margin-bottom: 40px;
}

.menu-pop .top-nav_search,
.search-pop .top-nav_search {
    margin-top: 40px;
    margin-left: 40px;
}

.menu-pop .top-nav_logo,
.search-pop .top-nav_logo {
    margin-top: 15px;
}

.menu-pop .top-nav_logo a,
.search-pop .top-nav_logo a {
    color: #ffffff;
    text-align: center;
}

.menu-pop .social_links,
.search-pop .social_links {
    color: #ffffff;
}

.menu-pop .social_links a {
    color: #fff;
    text-decoration: none;
    margin-right: 100px;
}

.menu-pop .social_links a:last-child {
    margin-right: 0;
}

.menu-pop .top-menu li {
    margin-top: 40px;
}

.menu-pop .top-menu li a {
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    border: 1.5px solid #ff1e00;
    padding: 5px 10px;
}

.menu-pop .top-menu li a:hover {
    border: 1.5px solid #ffffff;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.search-pop {
    /*background-color: rgba(255, 30, 0, 0.9);*/
    background-color: #ff1e00;
}

.search-pop input {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
    border: none;
    border-bottom: 1px #ffffff solid;
    background: none;
    padding-left: 45px;
    padding-bottom: 15px;
    width: 50%;
    margin-top: 25vh;
    outline: none;
    height: 30px;
    position: relative;
}

.search-pop input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop input::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat, serif;
}

.search-pop button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-pop i.fa-search {
    width: 26px;
    height: 26px;
    margin-left: -45px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-top: -15px;
    z-index: 1;
    float: right;
    color: #ffffff;
}

.search-pop i.fa-search+input {
    padding-left: 26px;
}

/*--------------------------------------------------------------
2.3 - Main Menu Projects
--------------------------------------------------------------*/
.special_mainpic .menu-pop,
.special_mainpic .search-pop {
    z-index: 10;
}

.special_mainpic .top-menu li a {
    font-size: 12px;
}

.special_mainpic .top-menu li a:hover {
    color: #ffffff;
}

.special_mainpic .toggle-mnu span,
.special_mainpic .toggle-mnu span:after,
.special_mainpic .toggle-mnu span:before {
    background-color: #fff;
}

.special_mainpic .toggle-mnu:hover span,
.special_mainpic .toggle-mnu:hover span:after,
.special_mainpic .toggle-mnu:hover span:before {
    background-color: #ff1e00;
    left: 0;
}

.special_mainpic .toggle-mnu.on span {
    background-color: transparent;
}

.special_mainpic .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
    left: 0;
    background-color: #ffffff;
}

.special_mainpic .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: #ffffff;
}

.special_mainpic .toggle-mnu {
    margin-left: auto;
    z-index: 30;
    margin-top: 20px;
}

.special_mainpic .top-nav_search {
    font-size: 20px;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 15px;
    z-index: 30;
    color: #fff;
}

.special_mainpic .top-nav_search:hover {
    color: #ff1e00;
}

.special_mainpic .top-nav_logo a {
    font-weight: 800;
    color: #ffffff;
    font-size: 37px;
    text-decoration: none;
}

.special_mainpic .top-nav_logo a:hover {
    color: #ff1e00;
}


/*--------------------------------------------------------------
3 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Home page
--------------------------------------------------------------*/

.home_main_grid .afisha-item {
    margin-bottom: 25px;
    text-decoration: none;
    color: #000000;
}

.home_main_grid a{
    cursor: pointer;
}

.home_main_grid .grid-item:hover,
.home_no-container.project:hover h2 {
    color: #fff;
}

.home_main_grid .afisha-item:hover{
    color: #ff1e00;
}

.home_main_grid div[class^="col-"]:not(.withrightblock) .grid-item:hover:before,
.home_no-container.project:hover:before {
    background: #ff1e00de;
}

.home_main_grid .post-data, .project .post-data{
    position: absolute;
    top: 10px;
    left: 30px;
    display: none;
}

.project .container.home_main_grid {
    position: relative;
}

.project .post-data{
    top: -220px;
    left: 15px;
}

.home_main_grid .grid-item:hover .post-data,
.home_no-container.project:hover .post-data{
    display: block;
}

.home_main_grid .post-data span, .project .post-data span {
    border: 0;
    padding: 0;
    margin-right: 10px;
    width: initial;
    font-size: 12px;
}

.home_main_grid .post-data span i{
    margin-right: 5px;
}

.home_main_grid .afisha-item img {
    margin-right: 15px;
}

.home_main_grid .afisha-item span {
    color: #ff1e00;
    font-weight: 600;
}

.home_main_grid .afisha-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.home_main_grid .afisha-item span {
    color: #ff1e00;
    font-weight: 600;
}

.home_no-container {
    height: 380px;
    background-size: cover;
    margin-bottom: 38px;
    position: relative;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    padding-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
}

.home_no-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.home_no-container>* {
    z-index: 1;
}

.home_no-container span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.home_no-container h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.home_no-container p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}


/*--------------------------------------------------------------
3.2 - Projects
--------------------------------------------------------------*/
.special_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 642px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.special_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.special_mainpic h1 {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.special_mainpic .special_main-pic_content {
    z-index: 1;
}

.special_mainpic .special_main-pic_content {
    margin-top: 150px;
    max-width: 960px;
}

.special_mainpic .special_main-pic_content p {
    font-size: 30px;
    margin: 0;
}

.special_mainpic span.tag-name {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
}

/*--------------------------------------------------------------
3.3 - Post Content
--------------------------------------------------------------*/
.content-wrap {
    margin-top: 38px;
    position: relative;
}

.content-wrap.container {
    max-width: 960px;
    padding: 0;
}

.content-wrap>*,
.content-wrap>.row {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
}

.content-wrap>h4:first-child {
    margin-top: 0;
}

.content-wrap.withrightblock>h4:first-child {
    max-width: 100%;
}

.content-wrap blockquote {
    text-align: left;
    border: 2px solid #ff1e00;
    padding: 20px 40px;
    color: #ff1e00;
    font-size: 18px;
    font-weight: bold;
    max-width: 960px;
}

.content-wrap iframe {
    max-width: 100%;
}

.content-wrap blockquote p {
    margin: 0;
}

.content-wrap img {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto;
}

.content-wrap .wp-caption {
    max-width: max-content;
}

.content-wrap .wp-caption img {
    margin-bottom: 10px;
}

.content-wrap .wp-caption-text {
    margin-bottom: 30px;
}

.content-wrap .wp-caption-text p {
    margin: 0;
    line-height: 1em;
    font-size: 14px;
}

.content-wrap .wp-caption-text span {
    font-size: 12px;
    font-style: italic;
    color: #969696;
}

.content-wrap .alignfull,
.content-wrap.withrightblock .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}

.content-wrap img.fullwidth {
    width: 100%;
}

.content-wrap .slider-owl {
    margin-bottom: 38px;
}

.content-wrap .slider-owl .owl-nav button {
    position: absolute;
    top: 35%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.content-wrap .slider-owl .owl-nav .owl-prev {
    left: 20px;
}

.content-wrap .slider-owl .owl-nav .owl-next {
    right: 20px;
}

.content-wrap .slider-owl .owl-nav span {
    color: #ff1e00;
    font-size: 60px;
    line-height: 42px;
}

.content-wrap p {
    font-size: 16px;
}

.content-wrap li {
    font-size: 16px;
}

.content-wrap p.excerpt {
    font-style: italic;
}

.content-wrap p.author {
    margin-top: 28px;
    margin-bottom: 0px;
}

.content-wrap .fb-comments {
    margin-bottom: 38px;
}

.content-wrap .button-icon {
    background-color: #d2d2d2;
    width: 120px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    margin-top: 58px;
    margin-right: 30px;
    margin-bottom: 58px;
    cursor: pointer;
    text-decoration: none;
}

.content-wrap .button-icon:hover {
    background-color: #3f4ca1;
}

.content-wrap .button-icon i {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
}

.content-wrap .button-icon.fb i:before {
    margin-right: 10px;
    font-weight: normal;
}

.content-wrap .button-icon i.fa-telegram-plane {
    margin: 0 auto;
    font-size: 28px;
}

.content-wrap .button-icon img {
    margin: 0 auto;
    width: 33px;
}

.content-wrap .hashtag {
    padding: 7px 15px;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    font-size: 16px;
    text-decoration: none;
    margin-right: 12px;
    margin-bottom: 55px;
    text-transform: lowercase;
}

.content-wrap .hashtag:hover {
    border: 1px solid #ff1e00;
    color: #ff1e00;
}

.content-wrap.withrightblock>*,
.content-wrap.withrightblock>.row {
    margin-left: 0;
}

.content-wrap.withrightblock .withrightblock-wrap {
    position: absolute;
    max-width: 264px;
    width: 264px;
    right: 0;
}

.content-wrap.withrightblock .withrightblock-wrap .withrightblock-item {
    margin-bottom: 38px;
}

/*--------------------------------------------------------------
3.4 - Category
--------------------------------------------------------------*/
.blog_main_grid .grid-item>* {
    z-index: 1;
}

.blog_main_grid .grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.blog_main_grid .grid-item h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blog_main_grid .grid-item h3 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-height: 140px;
    overflow: hidden;
	color: #fff;
}

.blog_main_grid .grid-item.topheight {
    height: 380px;
}

.grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    width: max-content;
}

/*--------------------------------------------------------------
3.5 - Afisha
--------------------------------------------------------------*/
.afisha_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 490px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.afisha_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.afisha_mainpic>* {
    z-index: 1;
}

.afisha_mainpic .event-data {
    max-width: 960px;
    width: 100%;
}

.afisha_mainpic span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.afisha_mainpic h2 {
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.afisha_mainpic i,
.afisha_mainpic img {
    vertical-align: middle;
    margin-right: 10px;
}

.afisha_mainpic .clock {
    width: 180px;
    margin-bottom: 40px;
}

.afisha_mainpic .no-padding {
    padding: 0;
}

.afisha_mainpic .fa-map-marker-alt,
.afisha_mainpic .fa-calendar-alt,
.afisha_mainpic .fa-clock {
    font-size: 18px;
}

.afisha_icons-items {
    font-weight: 600;
    margin-top: 35px;
}

.afisha_icons-items a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
}

.afisha_icons-items a.active,
.afisha_icons-items a:hover {
    color: #ff1e00;
}

.afisha_icons-items img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.afisha_icons-items .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.afisha_icons-items a span {
    text-transform: uppercase;
}

.afisha_grids {
    margin: 0;
}

.afisha_grids ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.afisha_grids ul li {
    margin-bottom: 15px;
    margin-left: 25px;
}

.afisha_grids ul a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    cursor: pointer;
}

.afisha_grids ul a .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff1e00;
    position: absolute;
    left: 0px;
    display: none;
}

.afisha_grids ul a:hover,
.afisha_grids ul a.active {
    color: #ff1e00;
}

.afisha_grids ul a:hover .circle,
.afisha_grids ul a.active .circle {
    display: block;
}

.afisha_grids .ulbb {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 11px;
    padding: 0;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.afisha_grids .mb {
    margin-bottom: 40px;
}

.sidebar .accordion-btn {
    display: none;
}

.sidebar .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.afisha_grids .sidebar .reset {
    display: none;
}

.afisha_grids .border-bottom .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 10px;
}

.afisha_grids .no-padding img {
    margin-right: 10px;
}

.afisha_grids_tiles {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(img/tiles.png);
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
}

.afisha_grids_tiles:hover,
.afisha_grids_tiles.active {
    background-image: url(img/tilesh.png);
}

.afisha_grids_list {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-image: url(img/list.png);
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-size: cover;
}

.afisha_grids_list:hover,
.afisha_grids_list.active {
    background-image: url(img/listh.png);
}

.afisha_grid {
    text-decoration: none;
    color: #000000;
}

.afisha_grid .grid-item {
    color: #ffffff;
    background-size: cover;
    height: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
    padding: 30px 45px;
    margin-bottom: 38px;
}

.afisha_grid .grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.afisha_grid .grid-item>* {
    z-index: 1;
}

.afisha_grid .grid-item span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-decoration: none;
}

.afisha_grid .grid-item h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
	color: #fff;
}

.afisha_grids .list-item {
    display: none;
}

/*.afisha_grids .list-item > .row {
  border-bottom: 1px solid #bfbfbf;
      max-width: 100%;
    margin: 0 auto;
}*/


#list .list-item {
    display: inherit;
    text-decoration: none;
}

#list .list-item .border-bottom {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 38px;
    padding-top: 38px;
    width: 100%;
}

#list .list-item a {
    text-decoration: none;
    color: #000;
}

#list .list-item .cat {
    text-transform: uppercase;
    font-size: 12px;
}

.afisha_grids .load-more {
    margin-top: 38px;
}

#list .list-item .col-lg-4 {
    padding-left: 0;
}

.title-item,
#list .title-item {
    display: none;
}

#titles .title-item {
    display: block;
}

.afisha_grids .list-item span {
    font-size: 18px;
    font-weight: bold;
    color: #ff1e00;
}

.afisha_grids .list-item span.date {
    text-transform: lowercase;
}

.afisha_grids .list-item p {
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}

.afisha_grids .list-item img {
    width: 100%;
    padding-right: 6px;
    height: auto;
    max-width: 100%;
}

/*.afisha_grids .list-item .col-md-4 {
  padding: 0;
}*/
.afisha_grids .list-item .pin span {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.afisha_grids .list-item .pin i {
    margin-right: 10px;
}

.afisha_grids .list-item h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 5px;
}

.reset a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.reset a:hover {
    color: #ff1e00;
}

.reset .afisha_grids_close {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    /* background-image: url(img/close.png);
    background-size: cover; */
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 16px;
    vertical-align: middle;
}

.reset a:hover .afisha_grids_close {
    /* background-image: url(img/closeh.png); */
    color: #ff1e00;
}

.uk-accordion-content {
    padding-top: 10px;
    margin-top: 0;
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

.uk-accordion-title::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: 10px;
    float: right;
    background-image: url(img/a-plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: auto;
}

.uk-open>.uk-accordion-title::after {
    background-image: url(img/a-minus.png);
}

/*--------------------------------------------------------------
3.6 - Afisha Single
--------------------------------------------------------------*/
.event_mainpic {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 486px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
}

.event_mainpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.event_mainpic>* {
    z-index: 1;
}

.event_mainpic>.container {
    max-width: 960px;
}

.event_mainpic span {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 3px 8px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-transform: uppercase;
}

.event_mainpic h1 {
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.event_mainpic i,
.event_mainpic img {
    vertical-align: middle;
    margin-right: 5px;
}

.event_mainpic .event-data,
.afisha_mainpic .event-data {
    margin-bottom: 40px;
    width: 100%;
}

/*.event-data > :first-child, .event-data > :first-child{
  text-align: right;
}*/
.event_mainpic .event-data span {
    border: 0;
    text-transform: lowercase;
    font-size: 12px;
    padding: 0 10px;
}

.event_mainpic .event-data span.fb-comments-count,
.event_mainpic .event-data span.fb-comments-count * {
    padding: 0;
}

/*.event-data > :last-child, .event-data > :last-child{
  text-align: left;
}*/
.event_mainpic .fa-map-marker-alt,
.event_mainpic .fa-calendar-alt,
.event_mainpic .fa-clock {
    font-size: 18px;
    margin-bottom: 3px;
}

.related_grid {
    background-color: #f2f2f2;
    padding-bottom: 22px;
    padding-top: 60px;
}

.related_grid h2 {
    margin-top: 0;
    margin-bottom: 38px;
}

.grid-item {
    width: 100%;
    color: #ffffff;
    background-size: cover;
    height: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    position: relative;
    padding: 30px;
    margin-bottom: 39px;
    text-decoration: none;
	box-sizing: border-box;
}

.grid-item:hover {
    color: #ff1e00;
}

.grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	z-index: 0;
}

.grid-item>* {
    z-index: 1;
}

.grid-item h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
	line-height: 34px;
}

.grid-item h3 {
	position: relative;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-height: 140px;
    overflow: hidden;
	color: #fff;
}

.h-380 {
    height: 380px;
}

.withrightblock .h-380 {
    height: 380px !important;
}


/*--------------------------------------------------------------
4 - Footer
--------------------------------------------------------------*/
footer {
    text-align: center;
    background-color: #ff1e00;
    padding-top: 45px;
    padding-bottom: 40px;
    color: #ffffff;
    text-align: center;
}

footer .social_links {
    margin-bottom: 64px;
}

footer .social_links a {
    margin-right: 40px;
}

footer .social_links a:last-child {
    margin-right: 0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

/* 
footer .footer_row> :first-child {
    text-align: left;
}

footer .footer_row> :last-child {
    text-align: right;
}
 */

footer #menu-footer {
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 19px;
}

footer .footer_logo {
    margin-bottom: 64px;
}

footer .footer_logo a {
    font-weight: 800;
    color: #ffffff;
    font-size: 37px;
    text-decoration: none;
}

footer .footer_logo span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

footer .footer_menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer_menu li {
    margin-right: 20px;
    position: relative;
    border: 1.5px solid #ff1e00;
    padding: 5px 10px;
}

footer .footer_menu li:last-child {
    margin-right: 0px;
}

footer .footer_menu li:hover {
    border: 1.5px solid #ffffff;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

footer .footer_menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 19px;
}

footer .copyright img {
    max-width: 100%;
}

footer .copyright div {
    text-align: left;
}

footer .copyright>div:first-child {
    padding-left: 0;
}

footer .copyright>div:nth-child(2) {
    position: relative;
}

footer .copyright>div:nth-child(2):before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: " ";
    border-right: 1px solid #ffffff61;
}

footer .copyright>div:last-child {
    padding-left: 100px;
}

/*--------------------------------------------------------------
5 - Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    footer .footer_menu li {
        margin-right: 0px;
    }

    footer .copyright>div:last-child {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .menu-pop .top-nav_logo {
        margin-top: 20px;
    }

    .mob .toggle-mnu {
        margin-top: 24px;
    }

    .mob .top-nav_search {
        margin-top: 17px;
    }

    .menu-pop .social_links a {
        margin-right: 50px;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 340px;
    }

    .special_mainpic,
    .event_mainpic {
        height: initial;
    }

    .event_mainpic {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .special_mainpic .special_main-pic_content p {
        padding-bottom: 20px;
    }

    .home_main_grid.last .last {
        display: none !important;
    }

    .content-wrap.container {
        max-width: 640px;
    }

    .afisha_grids .list-item {
        display: none !important;
    }

    .afisha_grids .title-item {
        display: block !important;
    }

    .afisha_grids .sidebar {
        margin-bottom: 38px;
    }

    .afisha_grids .sidebar>* {
        background-color: #f3f3f3;
        margin: 0;
        font-size: 14px;
    }

    .afisha_grids .sidebar ul,
    .afisha_grids .sidebar .reset {
        display: none;
    }

    .afisha_grids .sidebar.over ul,
    .afisha_grids .sidebar.over .reset {
        display: block;
    }

    .afisha_grids .sidebar .ulbb {
        padding-top: 28px;
        padding-bottom: 18px;
    }

    .afisha_grids .sidebar li {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .afisha_grids .sidebar .border-bottom {
        padding-top: 10px;
        background: #dbdbdb;
        padding-left: 30px;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
    }

    .afisha_grids .sidebar .reset {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .afisha_grids .sidebar .reset .afisha_grids_close {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .afisha_grids .ulbb.btn-view {
        display: none !important;
    }

    .afisha_grids .sidebar ul a .circle {
        left: 50px;
    }

    .afisha_grids .sidebar ul li {
        margin-left: 55px;
    }



    .afisha_icons-items .border-bottom,
    .afisha_grids .ulbb {
        border: 0;
    }

    .afisha_grids .sidebar .accordion-btn {
        display: inline-block;
        font-style: normal;
        position: absolute;
        right: 30px;
        font-size: 24px;
    }

    .afisha_grids .sidebar .accordion-btn:after {
        content: "+";
    }

    .afisha_grids .sidebar.over .accordion-btn:after {
        content: "-";
    }

    .afisha_grids .sidebar .reset {
        padding-left: 30px;
        padding-top: 60px;
    }

    .afisha_grid .grid-item h3 {
        width: 100%
    }

    .special_mainpic .special_main-pic_content {
        margin-top: 50px;
        max-width: 640px;
    }

    .special_mainpic h1 {
        font-size: 36px;
    }

    .special_mainpic .special_main-pic_content p {
        font-size: 24px;
    }

    footer .footer_logo,
    footer .social_links,
    footer .footer_row>div {
        margin-bottom: 38px;
    }

    /* 
    footer .footer_menu {
        display: inline-block;
        margin: 0;
    }
 */
    footer .footer_menu li {
        margin-right: 0;
    }

    footer .footer_row> :first-child,
    footer .footer_row> :last-child {
        text-align: center;
    }

    footer .footer_row> :first-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }

    .withrightblock-wrap {
        display: none;
    }

    footer .copyright>div:last-child {
        margin-top: 19px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
	.mob.ads{
		min-width:250px;
	}
	.grid-item h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.grid-item {
		padding: 20px;
	}
    .special_mainpic h1,
    .event_mainpic h1 {
        font-size: 22px;
    }

    .special_mainpic h1 {
        margin-top: 38px;
        margin-bottom: 20px;
    }

    .special_mainpic .special_main-pic_content p {
        font-size: 18px;
    }


    .top-nav_search {
        margin-right: 0;
    }

    .menu-pop .top-menu li {
        margin-top: 25px;
    }

    .menu-pop .social_links a {
        margin-right: 30px;
    }

    .content-wrap.container {
        max-width: 85%;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 300px;
    }

    .content-wrap .button-icon {
        width: 50px;
    }

    .event_mainpic .event-data {
        width: calc(100% + 38px);
    }

    .podii-template-default .event_mainpic .event-data span {
        display: block;
    }

    .event_mainpic .event-data span {
        /*display: block;*/
        margin-top: 15px;
    }

    .event_mainpic .event-data span {
        /*display: block;*/
        margin-top: 15px;
    }

    footer .copyright>div:last-child {
        padding-left: 19px;
    }

    footer .copyright>div:last-child br {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .menu-pop .top-menu li {
        margin-top: 25px;
    }

    .h-380,
    .home_main_grid .grid-item,
    .blog_main_grid .grid-item,
    .related_grid .grid-item {
        height: 260px;
        overflow: hidden;
    }

    .content-wrap .button-icon {
        width: 40px;
        height: 40px;
        margin-top: 25px;
        margin-right: 20px;
        margin-bottom: 25px;
    }

    .search-pop input {
        padding-left: 5px;
        width: 85%;
    }

    footer .footer_menu {
        display: inline-block;
        margin: 0;
    }

    footer #menu-footer {
        border-bottom: 0;
    }

    footer .copyright br {
        display: none;
    }

    footer .copyright {
        line-height: 1.2em;
    }

    footer .copyright>div:nth-child(2) {
        line-height: 1.2em;
    }
}