body {
    background: #23061c;
}
a:active,
a:focus{
    outline: none;
}
.site-content .entry-title{
    font-family: "Philosopher-Regular";
}
.site-content .post .entry-title{
    font-family: "Roboto-Light";
    font-size: 20px;
    text-transform: none;
    font-style: italic;
    margin-top: 0px;
}
.site-content .post .entry-title>a{
    font-family: "Roboto-Regular";
    font-style: normal;
}
.site-content .post .entry-content .entry-title{
    font-family: "Philosopher-Regular";
    font-size: 36px;
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #92818d;
    margin-bottom: 24px;
}
.site-content .ext_logo{
    display: block;
    position: absolute;
    right: 29px;
    /*top: 8px; */ 
    bottom: 6px;
    max-width: 125px;
    max-height: 85px;
}
/*.site-content .page{
	background:url(/wp-content/themes/espritgames/img/news/hero-legends-enros.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/
body .site-content .post{
    padding-top: 39px;
}
body .site-content .tags{
    padding-top: 0px;
}
.site-content .page .entry-content,
.site-content .page .entry-summary,
.site-content .page .entry-header,
.site-content .post .entry-header,
.site-content .header_tags{
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.site-content .header_tags{
    padding-top: 15px;
}
.site-content .post .entry-content{
    background-color: #0e020c;
    color: #fff;
}
.site-content .post .entry-content-ext{
	background-color: transparent;
}
.site-content .tags .entry-content-ext{
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-top: 0px;
}
.site-content .page .entry-content a, 
.site-content .page .entry-summary a,
.site-content .page .entry-header a,
.site-content .post .entry-content a,
.site-content .post .entry-header a{
    color: #fff;
}
.site-content .page .entry-content .outer_link,
.site-content .post .entry-content .outer_link{
    display: inline-block !important;
    text-decoration: none;
    width: 95%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-content .page .entry-header,
.site-content .post .entry-header{
    padding-top: 15px;
}
.site-content .page .entry-content .rpwe-img,
.site-content .post .entry-content .rpwe-img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 157px;
}
.site-content .page .entry-content .rpwe-img img,
.site-content .post .entry-content .rpwe-img img{
	border: none !important;
    width: 100%;
    margin-bottom: 2px;
}
.site-content .tags .entry-content .rpwe-img img{
    max-height: 112px;
}
.site-content .post .entry-content a{
	color: #ff0066;
}
.site-content .tags .entry-content  .outer_link,
.site-content .tags .entry-content  .outer_link .rpwe-summary,
.site-content .entry-content-ext  .outer_link,
.site-content .entry-content-ext  .outer_link .rpwe-summary{
	color: #fff;
	text-decoration: none;
}
.site-content .post .entry-content .rpwe-block .rpwe-title a{
	color: #ffffff;
	text-decoration: none;
}
.site-content .post .entry-content .rpwe-block ul {
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.site-content .post .entry-content .category-description{
    text-align: center;
    border-bottom: 1px solid #92818d;
    border-top: 1px solid #92818d;
    color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.site-content .post .entry-content .category-description a{
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    padding: 4px 14px;
    border-radius: 30px;
    font-family: "Philosopher-Regular";
    font-size: 19px;
    text-transform: uppercase;
}
.site-content .post .entry-content .category-description a:hover{
	background: rgba(255, 0, 102, 0.5);
}

.site-content .page .entry-content .rpwe-img .time_line,
.site-content .post .rpwe-block .rpwe-img .time_line,
.site-content .post .time_line{
	position: relative;
    top: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #fff;
}
.site-content .post .entry-header .time_line{
    position: absolute;
    right: 30px;
    top: 20px;
    font-family: "Roboto-Regular";
    font-size: 16px;
}
.site-content .page .entry-content .rpwe-img .time_line:before,
.site-content .post .time_line:before,
.site-content .post .rpwe-block .rpwe-img .time_line:before{
	content: '';
    display: inline-block;
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/icon_date.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.site-content .page .entry-content .rpwe-img .time_line:before{
    margin-top: 0px;  
}
.site-content .post .time_line:before{
    margin-top: 0px;
    position: relative;
    bottom: 3px;
    font-style: normal;
}
.site-content .post .entry-header .time_line:before{
    bottom: 0px; 
}
.site-content .post .big_pic{
    max-width: 1000px;
    margin: 0 auto;
}
.site-content .post .big_pic img{
    width: 100%;
    display: block;
}
.site-content .entry-content #rpwe-default.rpwe-block li,
.site-content .page .entry-content .rpwe-block li,
.site-content .post .entry-content .rpwe-block li{
    border: 1px solid transparent;
	border-top: 1px solid #92818d;
    border-bottom: 1px solid #92818d;
    margin-bottom: 38px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
}
.site-content .post .entry-content .rpwe-block li{
    min-height: 160px;
    height: 160px;
    padding-left: 15px;
    margin-left: -10px;
}
.site-content .page .entry-content .rpwe-block li:hover,
.site-content .post .entry-content .rpwe-block li:hover{
    border: 1px solid #e49c10;
    width: 102.7%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(96, 18, 73, 0.4);
    /*padding-left: 28px;*/
}
.site-content .page .entry-content .rpwe-block li:hover .outer_link,
.site-content .post .entry-content .rpwe-block li:hover .outer_link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 28px;
}

.site-content .post .entry-content .rpwe-block li:hover{
    /*padding-left: 38px;*/
}
.site-content .tags .entry-content .rpwe-block li:hover{
    width: 102.7%;
    width: 100%;
}
.site-content .page .entry-content .rpwe-block li:hover .rpwe-img,
.site-content .post .entry-content .rpwe-block li:hover .rpwe-img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*margin-left: 30px;*/
}
.site-content .page .entry-content .rpwe-block h3,
.site-content .page .entry-content .rpwe-block h3 a,
.site-content .post .entry-content .rpwe-block h3,
.site-content .post .entry-content .rpwe-block h3 a{
    font-family: "Philosopher-Regular";
    font-size: 16px;
    text-transform: uppercase;
}
.site-content .tags .entry-content .rpwe-block h3 a{
    font-size: 15px;
}
.site-content .page .entry-content .rpwe-block h3,
.site-content .post .entry-content .rpwe-block h3{
    margin-bottom: 12px !important;
    padding-right: 20px;
}
.site-content .single-page .entry-content,
.site-content .single-post .entry-content{

}
.single-post #content .entry-header h1.entry-title,
.single-post .site-content .entry-header .entry-meta,
.single-post .site-content .entry-header .category-description{
    display: none !important;
}
.h_line{
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 34px;
    margin-left: 18px;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.site-content .post .entry-title .h_line{
    height: 20px;
    margin-left: 7px;
    margin-right: 7px;
    top: 3px;
}
.site-content .page .back_link_outer,
.back_link_outer,
#primary .back_link_outer{
    padding-bottom: 0px;
    background-color: transparent;
}
.tag #primary .back_link_outer{
    padding-top: 15px;
}
.site-content .page .back_link_outer a,
.back_link_outer a,
#primary .back_link_outer a{
    color: #fff;
}
.site-content .page .back_link,
.back_link{
    text-decoration: underline;
    position: relative;
    right: 30px;
    bottom: 3px;
}
.site-content .page .back_link:hover,
.back_link:hover{
    color: #ff0066;
}
.site-content .page .rpwe-time{
    display: none;
}
.site-content .page .rpwe-img{
    display: inline-block !important;
    width: 217px;
    float: left;
    margin-right: 20px;
}
.site-content .post .rpwe-block .rpwe-img{
    display: inline-block !important;
    width: 217px;
    height: 146px;
    float: left;
    margin-right: 20px;
    position: relative;
}
/*.site-content .post .rpwe-block .rpwe-img .time_line {
    position: absolute;
    left: 0px;
    bottom: -14px;
    top: auto;
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #fff;
}*/
.site-content .post .rpwe-block .rpwe-title{
	background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 1.5em;
}

.site-content .page .rpwe-li .outer_tags{
	position: absolute;
    position: relative;
    bottom: 10px;
    left: 226px;
    left: 0px;
    font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-content .page .entry-content .rpwe-li:hover .outer_tags{
    /*left: 256px;
    padding-left: 30px;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.site-content .page .rpwe-li .rpwe-summary,
.site-content .post .rpwe-li .rpwe-summary {
    /*padding-right: 20px;*/
    font-family: "Roboto-Regular";
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 21px;
}
.site-content .post .rpwe-li .rpwe-summary{
    width: 100%;
}
.site-content .page .rpwe-li .outer_tags,
.site-content .page .rpwe-li .outer_tags a,
.site-content .post .entry-meta .tag-links,
.site-content .post .entry-meta .tag-links a,
.site-content .tags .rpwe-li .outer_tags,
.site-content .tags .rpwe-li .outer_tags a{
	font-family: "Philosopher-Regular";
	color: #92818d;
	font-style: italic;
    text-decoration: none;
}
.site-content .post .entry-meta .tag-links{
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    right: 30px;
}
.site-content .post .entry-meta .tag-links:before{
    font-family: "Philosopher-Regular";
    font-size: 16px;
    display: inline-block;
    content: 'теги:';
    position: relative;
    text-transform: none;
    margin-right: 12px;
}
.site-content .post .entry-meta .tag-links a{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    text-transform: none;
    margin: 2px 0px 2px 3px;
    font-weight: normal;
    padding: 3px 3px;
    text-decoration: underline;
}
.site-content .post .entry-meta .tag-links a:before,
.site-content .post .entry-meta .tag-links a:after{
    display: none;
}
.site-content .page .rpwe-li .rpwe-summary .more-link,
.site-content .post .rpwe-li .rpwe-summary .more-link{
	display: none !important;
}/*
.site-content .post .article_object_sizer_wrap{
    border-bottom: 1px solid #92818d;
    border-top: 1px solid #92818d;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 24px;
    margin-bottom: 24px;
}*/
.site-content .post .article_object_sizer_inner{
    margin: 0 auto;
    display: block;
}
.full-width .site-content footer.entry-meta{
    background-color: #0e020c;
    width: 100%;
    margin: 0 auto;
    max-width: 942px;
    padding-right: 30px;
    padding-left: 30px;
}
.full-width .site-content footer.entry-meta:after{
    background-color: #0e020c;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
}
.full-width .site-content footer.entry-meta:before{
	background-color: #0e020c;
    content: '';
    display: block;
    width: 100%;
	height: 20px;
}
.full-width .site-content .post footer.entry-meta > span{
	display: block;
    width: 100%;
    background-color: #23111f;
}
.single-post .post-navigation{
    display: none;
}
/*
.single-post .post-navigation a{
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border: 1px solid transparent;
    border-top: 1px solid #92818d;
    border-bottom: 1px solid #92818d;
    margin-bottom: 38px;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    margin: 0 auto;
    max-width: 942px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    right: 30px;
}*/
.paging-navigation a,
.paging-navigation a:hover {
    color: #ff0066;
}
.paging-navigation .page-numbers.current{
    color: #fff;
}
.tag #content{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/tags_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.tag .site_4 #content,
.tag .site_6 #content,
.tag .site_7 #content,
.tag .site_8 #content,
.tag .site_10 #content,
.tag .site_11 #content{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/main/com/tegs_com.jpg);
    background-repeat: no-repeat;
    background-position: center top; 
    min-height: 463px;   
}
.site-content .out_soc_btns{
	height: 32px;
}
.site-content .out_soc_btns>span{
    position: relative;
    bottom: 14px;
}
.site-content .soc_btns{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/vk.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 12px;
}
.site-content .soc_btns.soc_fb{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/fb.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.site-content .soc_btns.soc_ok{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.site-content .soc_btns.soc_tw{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/twit.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.site-content .soc_btns.soc_mm{
    background: url(https://p-cdn.espritgames.ru/wp-content/themes/espritgames/img/news/mm.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.site-content .soc_btns:hover{
	background-position: 0px -40px;
}
/*
.gds_1 .panel-grid-cell .widget_text.panel-first-child,
.gds_1 .panel-grid-cell .widget_search{
    display: none;
}*/
.single-post .outer_img{
    border-top: 1px solid #92818d;
    border-bottom: 1px solid #92818d;
    padding: 10px 0px;
    margin-bottom: 24px;
}
.single-post .outer_img img{
    margin: 0 auto;
    display: block;
}

/* уборка */
.page-id-17 .entry-title,
.page-id-17 .back_link_outer,
.bbpress  .back_link_outer{
    display: none;
}

.site-content #forum-front .entry-title {
    font-family: "Philosopher-Regular";
    color: #fff;
    max-width: 1002px;
    padding: 9px 0px;
}
.site-content #forum-front .bbp-breadcrumb-current{
    display: none;
}
#bbpress-forums #bbp-search-form #bbp_search{
    height: 41px; 
}

#buddypress{
    color: #000;
}
#buddypress #item-body a{
    color: #1b6e08;
}
.site-content .post .entry-content .gallery .outer_img img{
    min-height: 140px;
    cursor: pointer;
}
.open_news_img{
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    cursor: pointer;
    background: rgb(0 0 0 / 58%);
}
.open_news_img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media screen and (max-width: 767px){
    .site-content .ext_logo{
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .site-content .entry-header,
    .site-content .entry-content{
        padding-right: 10px;
        padding-left: 10px;
    }
    .entry-title {
        font-size: 28px;
    }
    .site-content .page .back_link, .back_link {
        position: relative;
        right: 0px;
        bottom: 3px;
    }
    .site-content .page .entry-content .rpwe-img,
    .site-content .post .entry-content .rpwe-img{
        min-height: 181px;
    }
}

@media screen and (max-width: 667px){
    .site-content .page .entry-content .rpwe-img, .site-content .post .entry-content .rpwe-img {
        min-height: 181px;
        display: block !important;
        float: none;
    }
    .site-content .post .entry-content .rpwe-block li {
        height: auto;
    }
}

@media screen and (max-width: 600px){
    .site-content .post .entry-header .time_line {
        position: absolute;
        right: 10px;
        top: 16px;
    }
    .site-content .post .entry-content .entry-title{
        font-size: 20px;
    }
}

@media screen and (max-width: 550px){
    .site-content .post .entry-header .time_line {
        position: absolute;
        right: auto;
        top: 12px;
        left: 8px;
    }
    .site-content .post .entry-header {
        padding-top: 40px;
    }
    .site-content .post .entry-content .category-description a{
        display: block;
    }
}

@media screen and (max-width: 375px){
    .site-content .post .entry-title{
        font-size: 16px;
    }
    .site-content .soc_btns{
        margin-left: 0px;
    }
}