/*   
Theme Name: asiamonstr
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Clean wp template for fast development starting. Buy beer author via PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

body{
    background-color: #011621;
    color: white;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
	line-height: 30px;
}

a{
	color:white;
}
a[href*="/file/"] {
    background-color: #182b35;
    padding: 5px 15px;
    margin: 5px;
}
#player{
    box-shadow: 2px 2px 8px 1px black;
    position: relative;
    border: 2px solid #dddddd;
    max-width: 700px;
    cursor: pointer;
    background: black;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
    height: 3auto;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
}
#player > div:not(.prev) {
    position: relative;
    padding-top: 56.25%!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%;
	width: 100%;
    display: flex;	
}
#player > div.prev{
	width: 100%;
}
#player iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0!important;
    background-color: rgb(0 0 0 / 57%);
    border: 0;	
}
#player img{
    max-height: 100%;
    align-self: center;
    overflow: hidden;
    margin: 0;
    opacity: 0.5;
}
#player > div.prev:before{
	content: "Play";
    display: inline-block;
    font-size: 180%;
    width: 2.5em;
    height: 1.7em;
    line-height: 1.55em;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,.6), 0 1px 1px rgba(255,255,255,.4);
    color: #cccccc;
    border-radius: 15px;
    background: #ddd;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5), inset 0 -1px 1px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.5);
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 35px);
    z-index: 9999;
	padding: 0 10px;
}
.cont{
    line-height: 35px;
}
h1.widgettitle{
    margin: 40px 0 0 0;
    border: 0;
}
h1.widgettitle span{
	color:white;
}
h1.widgettitle a{
	color:#cccccc;
}
.page-numbers{
	padding: 0;
    list-style: none;
    display: block;
	text-align:center;	
}
.page-numbers li{
	display:inline-block;
}
.page-numbers li a,
.page-numbers li span{
    min-width: 25px;
    height: 25px;
    padding: 10px;
    line-height: 25px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
}
.page-numbers li span{
    background-color: rgba(243, 243, 243, 0.69);
    color: black;	
}
.page-numbers li a:hover{
    background-color: rgba(243, 243, 243, 0.69);
    color: black;	
}
h1.widgettitle:before{
	background-color:rgba(243, 243, 243, 0.21);
}
.wrapper,header,footer{
	width:1004px;
	margin:0 auto;
}

.meta{
	margin-bottom: 20px;
}
section,aside{
    width:100%;
}
header > div{
	display:inline-block;
	vertical-align:middle;	
	margin-right: 0!important;
}
header > div:nth-of-type(3){
	width:274px;
}
.popular{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 колонки */
    gap: 40px; /* отступы */
}
#top_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top_1 > * {
    align-self: center;
    width: 50%;
}
.logo{
	font-size: 62px;
    font-weight: bold;
    text-decoration: none;
    color: #cccccc;
    margin-bottom: 15px;
    display: block;
    line-height: 60px;
}
section{
	width:100%;
}
#top_3 a.bnr{
     background-color: #ffffff17;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;   
}
#top_3 .bnr img{
    display: block;
    margin: auto;
}
section.sht,#top_3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
section.sht{
    margin-top: 40px;    
}
header > .hdr{
	width: calc(100% - 585px);
    margin-left: 25px;
}
section article{

}
section.srt article:hover{
	border: 1px solid white;
}
.wpp-list article{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: calc(25% - 31px);
    margin-bottom: 10px;
	border: 1px solid #d16565;
    padding: 10px;
}
section article:nth-of-type(3n),
.wpp-list article:nth-of-type(4n),
.rlt article:nth-of-type(4n){
	margin-right:0;
}
article img{
    width: 100%;
    margin: auto;
}
article:hover img{
	opacity:1;
}
.menu{
	list-style:none;
	padding:0;
	text-align:center;
	margin:0;
}
.menu a{
	font-size: 20px;
    text-decoration: none;
	color: white;	
}
.menu li{
	display:inline-block;
	margin: 0 15px;
}
.srch form{
    position: relative;
}
.srch form input{
    width: 100%;
    padding: 15px;
    border: 1px solid #b4dfff;
    border-radius: 5px;
}
.srch form .search-submit{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 41px;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-color: #011621;
    padding: 9px 15px 8px 15px;
    color: white;
    border-radius: 5px;
}
.srch form .search-submit:hover{
	cursor:pointer;
}
.rss span,.rss img{
	display:inline-block;
	vertical-align:middle;	
}
.rss{
    border: 1px solid #ffaf1c;
	margin-top: 20px;	
	opacity: 0.6;
}
.rss:hover{
	opacity: 1;
}
.rss span{
    font-size: 20px;
    line-height: 38px;
    width: calc(100% - 52.9px);
    padding-left: 10px;
    color: #ffaf1c;
}
.rss a{
	text-decoration:none;
}
.rss img{
    width: 38px;
float: right;	
}
aside .menu li{
	display:block;
	margin: 0;
	position: relative;
	    margin-bottom: 5px;
}
.rlt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
aside .menu li a{
    display: block;
    text-align: left;
    padding: 5px 0 5px 20px;
    margin-bottom: 3px;
    font-size: 18px;
	font-weight: 100;
}
.widgettitle{
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 25px;
    display: block;
    margin: 45px 0 0 0;
    grid-column: span 3;
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #9f9f9f;
    color: #9f9f9f;
}
.tags{
    line-height: 25px;
    margin: 5px 0;    
}
article h2{
    font-size: 15px;
    line-height: 22px;
    color: white;
    font-weight: 100;
    margin: 0;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-left: 2px solid #cccccc;
    padding-left: 10px;
}
article a{
	text-decoration:none;
	transition:all 0.2s linear;
}
section.srt  article:hover a,
section.srt  article:hover h2{
	color:#b4dfff;
	transition:all 0.2s linear;
}
#top_2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    text-transform: uppercase;
    display: flex;
    margin-top: 20px;
}
#top_2 ul li{
    background-color: #cccccc;
    border-radius: 5px;
    color: #000000;
    font-size: 12px;
    display: flex;
    line-height: 35px;
    padding-right: 5px;
}
#top_2 ul li a{
    text-decoration: none;
    padding: 0px 10px;
    background-color: #182b35;
    border-radius: 0;
    font-size: 18px;
    display: block;
    margin-right: 5px;
}
.image-modal{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 99999999999;
}
.close-modal{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background-color: #ffffff94;
    color: black;
    cursor:pointer;
}
.image-modal img{
    max-width: 100%;
}
#lck{
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    flex-direction: column;
    margin: 20px auto; 
}
#lck .ltitle{
    margin: 20px auto;
    font-size: 25px;
}
#lck button{
    margin: 20px auto;
    padding: 12px;
    background-color: #182b35;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;    
}
.info{
	letter-spacing: 2px;
    font-size: 12px;
    color: rgba(228, 228, 228, 0.87);
    clear: both;
    float: none;
    height: 17px;
    line-height: 17px;
    position: relative;
    font-weight: 100;
}
.wpp-list > div{
    width: 167.3px;
    display: inline-block;
    opacity: 0.6;
	margin-bottom: 2px;
}
.wpp-list > div:hover{
	opacity:1;
}
.wpp-list > div img{
	width:100%;
}
.info > div:nth-of-type(1){
	float:left;
}
.info > div:nth-of-type(2){
	float:right;
}
.tagcloud a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: normal;	
}
.tagcloud a:hover{
	color:#cccccc;
}
a:hover{
	color:#cccccc;
}
#menu-top_bottom_menu li,
#menu-top_bottom_menu-1 li{
    position: relative;	
}
#menu-top_bottom_menu li a,
#menu-top_bottom_menu-1 li a{
    padding-left:28px;	
}
#menu-top_bottom_menu li a:hover,
#menu-top_bottom_menu-1 li a:hover{
    color:#cccccc;
	transition:all 222ms linear;
}
#menu-top_bottom_menu > li:nth-of-type(1) a:before,
#menu-top_bottom_menu-1 > li:nth-of-type(1) a:before{
	content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    left: 0;
    font-size: 26px;	
}
#menu-top_bottom_menu > li:nth-of-type(2) a:before,
#menu-top_bottom_menu-1 > li:nth-of-type(2) a:before{
	content:"\f2b7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    position: absolute;
    left: 0;
	margin-bottom: -1px;	
}
#menu-top_bottom_menu > li:nth-of-type(3) a:before,
#menu-top_bottom_menu-1 > li:nth-of-type(3) a:before{
	content:"\f219";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    position: absolute;
    left: 0;	
}
.breadcrumbs{
	margin: 10px 0;	
    padding: 5px 10px
}
.breadcrumbs,.breadcrumbs a{
    text-decoration: none;
    font-weight: 100;
    color: #ffffff;
}
footer a,footer{
	color: rgba(255, 255, 255, 0.7)!important;
}
footer a:hover{
	color:#b4dfff!important;
}
#back-top{
    position: fixed;
    bottom: 30px;
    right: 50px;
	z-index: 99999;
}

#back-top a{
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{
	color:black;
}
#back-top span{
    width: 50px;
    height: 50px;
    display: block;
    background-size: 52%;
    line-height: 40px;
    text-align: center;
    font-size: 50px;
    background-color: rgb(0 0 0 / 57%);
}
#back-top a:hover span{
	background-color: transparent;
    border: 1px solid white;
	background-color:white;

}
section article.full{
    border: 0;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}
section article.full img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width: auto;
    border-radius: 5px;
    border: 2px solid white;
}
article.full iframe{
    margin: 0 auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid #182b35;
    box-shadow: 0 0 20px 5px black;
    width: 700px;
}
section article.full h1.widgettitle:before {
    background:none;
	line-height: 32px;
}
.comment-list li{
    border: 1px solid #34444d;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    width: auto;
    align-self: flex-end;
    color: #cfcfcf;
}
.comment-list li p{
    margin: 3px 0;
}
.links{
    text-align: left;
    margin: 0 auto;
    display: table;
}
.links a{
	margin: 10px 0;
}
article.full .cont a:hover{
	color:#b4dfff;
}
article.full .cont p{
	 margin: 0;
}
article.full h1.widgettitle span{
    line-height: 20px;
    font-size: 20px;
    text-transform: none;	
}
.cat{
	display: table;
    margin: 0 auto;
    text-align: center;
}
.cat a{
    background-color: #ff0000;
    display: table;
    line-height: 30px;
    color: black;
    height: 30px;
    padding: 0 10px;
    opacity: 0.5;
    text-shadow: 0 0 1px #ffffff;
    font-weight: bold;
    border: 1px solid white;
}
.cat a:hover{
	opacity: 1;
    color: black!important;	
}
article.full img{
	opacity:1;
}
.add:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-image: url(add.png);
    background-size: 100% 100%;
}
.add > span{
	display: inline-block;
    vertical-align: bottom;	
}
.add{
    font-size: 18px;
    float: right;
    margin-top: -8px;	
}
article.full a.add:hover{
	color: #ff9b00;
}
article.full a.add:hover:before{
	transform: rotateY( 360deg );
	transition:transform 222ms linear ;
}
.rlt article{

}
.lock{

}
.m_menu,.cls{
	display:none;
}
.tag{
margin-top: 25px;
    line-height: 25px;	
}
#commentform label{
    display:flex;
    flex-wrap:wrap;
}
#commentform{
    border: 1px solid rgb(52 68 77);
    padding: 5px 15px;
    border-radius: 5px;
    width: auto;
}
#commentform label > *{
    width: 100%;
    border: 0;
    background-color: #bbbbbb;
}
.form-submit > input{
    padding: 12px;
    background-color: #182b35;
    border: 0;
    border-radius: 5px;
    color: #c7c7c7;
    cursor: pointer;
}
.comment-list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
ul.children{
    list-style: none;
}
.comment-form-cookies-consent{
    display:flex;
    flex-wrap:wrap; 
}
#wp-comment-cookies-consent{
    margin-right: 10px;
}
.author-comment > div{
    margin-bottom: 15px;
    border-left: 5px solid #cccccc;
    padding-left: 10px;
}
.author-comment > div > *{
    padding: 5px;
    margin: 0;
}
@media all and (max-width:450px){
    aside{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background-color: #011621;
        padding: 15px;
        width: calc(100% - 30px);
        overflow: auto;
        transform: translateX(-110%);
    }
    aside.open{
        transform: translateX(0);
    }
    .m_menu.open{
        transform: rotate(0);
    }
	.wrapper, header, footer {
		width: calc(100% - 20px);
        margin: 10px;
	}
	header > .hdr {
		width: 100%;
		margin-left: 0;
		    margin: 25px 0;
	}	
	.menu li {
		margin: 0 10px;
	}
	
	#menu-top_bottom_menu li:nth-of-type(1) a, #menu-top_bottom_menu-1 li:nth-of-type(1) a {
		padding-left: 0;
	}
	header > div:nth-of-type(3) {
		width: 80%;
		margin: 0 auto!important;
		display: block;
		padding: 0;
	}	

	section {
		width: 100%;
		z-index: 1;
		position: relative;
	}
	.wpp-list > div {
		width: calc(50% - 3px);
	}	
	#back-top {
        position: fixed;
        bottom: 65px;
        right: 10px;
        z-index: 99;
        margin: 0;
        width: 52px;
	}	
	.m_menu{
        right: 10px;
        bottom: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        z-index: 999;
        color: white;
        font-size: 30px;
        font-weight: 300;
        z-index: 999999;
        font-size: 66px;
        position: fixed;
        cursor:pointer;	
        transform: rotate(45deg);
	}
	#back-top span {
        width: 50px;
        height: 50px;
		border-radius: 50%;
	}	
	.cls{
		text-align: right;
		position: fixed;
		z-index: 9999;
		right: 0;
		background-color: black;
		top: 0;
	}
	.cls i{
		padding: 11px;
		font-size: 35px;
		font-weight: 100;
		width: 27px;
		height: 27px;
		line-height: 26px;
		color: #b4dfff;
	}
	.widgettitle span {
		font-weight: 300;
		    background-color: transparent;
			    padding: 0;
	}
	aside .menu li {
		display: block;
		margin: 0;
		position: relative;
		margin-bottom: 5px;
		border: 1px solid white;
		padding: 0;
		text-align: center;
	}	
	.menu-item-object-category a:before {
		left: 10px;
	}	
	aside .menu li a {
		padding: 10px 0 10px 25px;
	}
	section article.full img {
		max-width: 100%;
	}	
	.lock{
		width: calc(100% - 60px);
		height: auto;
		line-height: 19px;		
	}
	.rlt article {
		width: calc(50% - 5px);
	}
	.cat,.tag {
		margin-top: 25px;
		text-align: center;
	}
	.tag a{
		    line-height: 24px;
	}
	.links a {
		letter-spacing: 1px;
	}
	.page-numbers {
		margin: 25px 0 15px 0;
	}
	.m_menu,.cls{
		display:block;
	}
    section.sht, #top_3, .popular{
        grid-template-columns: none;
        gap: 10px;
        margin-bottom: 10px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    #top_1{
        flex-direction: column;
        justify-content: center;
    }
    #top_1 > *{
        width:100%;
    }
    #top_2 ul li {
        justify-content: space-between;
        line-height: 50px;
    }
    #top_2 ul{
        flex-direction: column;
    }
    #top_2 ul li a{
        width: 100%;
    }
}