@font-face {
    font-family: 'GothaProBol';
    font-style: normal;
    font-weight: 400;
    src: local('GothaProBol'), local('GothaProBol'), url('/OTF/GothaProBol.otf') format('woff');
} 
@font-face {
    font-family: 'GothaProIta';
    font-style: normal;
    font-weight: 400;
    src: local('GothaProIta'), local('GothaProIta'), url('/OTF/GothaProIta.otf') format('woff');
} 

/* merriweather-regular - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/merriweather-v22-latin_cyrillic-ext_cyrillic-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
  }

html{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body{
    font-family: 'PT Sans', sans-serif;
	/*font-family: "Open Sans", HelveticaNeue, Helvetica, Arial,sans-serif*/
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

body.is-ios {
    font-family: Montseratt, sans-serif;
}

p {
/*	text-indent: 20px;*/
}

b, strong{
	font-family: 'Merriweather', 'PT Sans', sans-serif;
}
i, em{
	font-family: 'Merriweather', 'PT Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans', sans-serif;
}

#page {    
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    position: relative;    
}

@media print {
	#header, #left, #comments, #read_more, #post_footer, #footer, #sharing-options { 
		display: none !important;
	}
}

#header {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1));
    width: 100%;
    z-index: 10;    
    border-bottom: 1px solid #e4dede;
}

#homeContent {
    padding-left: 30px;
    padding-top: 15px;
}

#content {    
    font-family: 'Merriweather', 'PT Sans', sans-serif;	
    padding-left: 250px;    
    min-height: 300px;    
}

.content_post a{
    color: #20cee8;
    transition: all 0.3s;
	text-decoration: none;
}
.content_post a:hover{
    color: #585858;
	text-decoration: underline;
}
.content_post{
	line-height: 1.625;
	color: #333;
	padding-left:30px;
}

.footnote {
    vertical-align: super;
}

#top_menu {
    margin: 0;
    padding: 0;
    list-style: none;    
    margin-left: 40px;
    width: 100%;    
    display: flex;
    gap: 3%;
}

#top_menu li {
    display: inline-flex;
    /*padding: 0 15px;*/
}

#top_menu li a {
    padding: 13px 20px;
    border: 1px solid #e6e9ee;
    border-radius: 5px;
    transition: all 0.1s ;
    transition: box-shadow 0.1s ;
    text-transform: uppercase;
    text-decoration: none;
    color: #525252;
    font-size: 18px;
}

#top_menu li a:hover {
    border: 1px solid #20cee8;
    box-shadow: 0 0 5px #20cee8;
}

#top_menu li.action a {
    background-color: #20cee8;
    color: #fff;
}

#remaining {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;    
}


#land {
	display: block;        
    margin: 0;
    padding: 5px;
    list-style: none;    
}

.circle {
	border-radius: 50%;
	width: 30px;
	height: 30px; 
	
	background: #3B5998; /*Facebook color 
	/* width and height can be anything, as long as they're equal */
}

#land li{
    text-transform: uppercase;
}
#land li a{
    text-decoration: none;
    color: #58585a;
    font-size: 11px;
}
#land li.action a{
    font-family: 'Merriweather', 'PT Sans';
}

#searchform #s:hover{
    box-shadow: 0 0 3px #909090;
}
#searchform #s:focus{
    box-shadow: 0 0 7px #39c1ff;
    border: 1px solid #39c1ff;
    color: #717171;
}
#searchform #searchsubmit{
    display: none;
}

* Most popular Wordpress plugin styles */

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

.section_header {
    background-color: #c0ff00; 
    text-transform: uppercase;
    padding: 8px 8px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;    
    display: inline-block;
}

.top_posts .wpp-list {
  padding-left: 10px;
  padding-right: 10px;
}

.top_posts h2 {
    background-color: #c0ff00; 
    text-transform: uppercase;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
}

.top_posts ul {
    padding: 0;
    margin: 0;
}

.top_posts ul li{
    padding-left: 0;
    margin-left: 0;
    list-style: disc;
    list-style-position: outside;
}

.wpp-list a {
	color: #585858;
    text-decoration: none;	
	font-size: 12px;
    text-transform: uppercase;
}

.wpp-list a:hover {
    color:#20cee8;
}
 
#left {
    position: absolute;
    width: 250px;
    top: 95px;
}

#left .menu {
    color: #C91C73;
    background: white;
    font-size: 16px; 
    margin-left: 10px;   
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: "PT Sans",sans-serif;
}

#left .menu li {
    list-style: none;
}

#left .menu li a{
    color: #585858;
    font-size: 16px;
    padding: 5px 5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

#left .menu li a[href='#']{
    text-decoration: none;
    cursor: text;
}

#left .menu li a:hover{
    color:#20cee8;
}

#left .menu li a[href='#']:hover{
    color: #010101;
}
#left .menu li ul{
    padding: 0;
    margin: 0;
}
#left .menu li ul li{
    padding-left: 0;
    margin-left: 0;
    list-style: disc;
    list-style-position: outside;
}
#left .menu li ul li a{
    font-family: "PT Sans",sans-serif;
    font-size: 13px;
}

#left .menu li ul li.current-menu-item a{
    color:#20cee8;
}

.project_posts {
    display: flex;
    flex-wrap: wrap;    
    padding-top: 10px;
    justify-content: space-between;
    width: 100%;    
    gap: 3%;
}

.project_post {
    font-family: 'Merriweather', 'PT Sans', sans-serif;	
    width: 270px;
    height: 430px;    
    margin-bottom: 30px;
    background: #fff;
    display: inline-block;
}

.project_post_meta img {
    vertical-align: middle;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.project_post .project_post_img {
    height: 330px;
    width: 270px;
    overflow: hidden;
    position: relative;
}

.project_post .project_post_img .project_post_img_img {
    height: 330px;
    width: 270px;
    transition: opacity 0.1s;
}

.project_post:hover > .project_post_img .project_post_img_img{    
    opacity: 0.7;
}

.project_post .project_post_img .project_post_img_img img {
    border-radius: 15px;
}

 
.project_post .project_post_img .project_post_excerpt_img {
    height: 330px;
    width: 270px;    
    transition: all 0.5s;
    background-image: url(/wp-content/themes/kor/img/shtor.png);
    position: absolute;
    top: 350px;    
    z-index: 1;
    line-height: 2.0;
    border-radius: 15px;
}

.project_post .project_post_img .project_post_excerpt_content {
    padding: 10px 20px;
    color: #fff;
    font-family: "Merriweather";
    font-size: 14px;        
}

.project_post .content {
    height: 410px;
    width: 270px;    
}

.project_post .content:hover > .project_post_img .project_post_excerpt_img {
    top: 0;
}

.project_post .project_post_img .project_post_img_mask {
    height: 330px;
    width: 270px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/kor/img/mask01.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

.project_post:nth-child(3n+2) .project_post_img .project_post_img_mask{
    background-image: url(/wp-content/themes/kor/img/mask02.png);
}

.project_post .view_counter {
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px 0 5px 140px;
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.1s;
    font-family: 'Merriweather', 'PT Sans', sans-serif;
}
.project_post:hover > .view_counter {
    opacity: 1;
}
.project_post h2{
    padding: 0;
    margin: 0;
	padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    height: 60px;
	line-height: 1.2em;
    opacity: 0.8;
}

.project_post h2.small {
	font-size: 12px;
}

.block-ellipsis
{
  display: block;  
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-ellipsis div { 
    background:#fff; 
    padding: 0 10px; 
}

.fade {
  position: relative;
  height: 3.6em; /* exactly three lines */
}
.fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.project_post:hover > h2 {
    opacity: 1;
}

.project_post h2 a{
    text-decoration: none;
    color: #000;
    line-height: 1.3;
}
.project_post_meta {    
    align-items: center;
    display: flex;
    height: 30px;
    gap: 5px;
}

.project_post .post_authors, .project_post .project_post_author, .project_post .project_post_date span {
    background-position: left 4px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;    
    opacity: 0.4;
    text-transform: uppercase;
    transition: all 0.1s;
    font-family: 'PT Sans', sans-serif;
}

.searchposts .post_authors, .searchposts .project_post_author, .searchposts .project_post_date span{
    background-position: left 4px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    opacity: 0.4;
    text-transform: uppercase;
    transition: all 0.1s;
    font-family: 'PT Sans', sans-serif;
}

.project_post .post_authors, .project_post .project_post_author {
    overflow: hidden;	
    flex-grow: 1;
}

.project_post .project_post_authors a{
	color:#000;
	text-decoration: none;
}

.project_post .project_post_date {		
	font-family: 'PT Sans', sans-serif;
}

.project_post .project_post_date span{
    background: url(/wp-content/themes/kor/img/time.png) left center no-repeat;
    padding: 0px 0 0px 15px;
}

.post_meta  .post_authors {
	margin: auto;
}

.project_post .content:hover > h2 a {
    color: #20cee8;
}

.post{
    width: 100%;
}
.post_img{
    position: relative;
    height: 345px;
    text-align: center;
    margin-bottom: 15px;
}

.post_img_mask{
    width: 100%;
    height: 345px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/kor/img/mask-pic-big.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.post_title{
    text-align: center;
    padding: 0;
    margin-top: 10px;
    font-size: 32px;
    font-family: 'Merriweather', 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.post_meta {
    text-align: center;
    padding: 5px 0px 5px 0px;
	position:relative;
}

.post_authors, .post_date, .post_counter {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    opacity: 0.5;    
    padding: 7px 0 5px 15px;
    transition: opacity 0.1s;
    text-transform: uppercase;
    font-family: 'Merriweather', 'PT Sans', sans-serif;
}

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

.post_authors a:hover {
	color: #20cee8;
}

.post_authors {
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: center;
	color:#000;
	text-decoration: none;
}

.author {
	padding-bottom: 5px;
}

/*
.author:before {
	content: url(/wp-content/themes/kor/img/ico-user.png);
	padding-right: 5px;
}
*/

.post_date{
	background-image: url(/wp-content/themes/kor/img/time.png);
	}
.post_counter{
	background-image: url(/wp-content/themes/kor/img/glazz.png);
	padding: 5px 0 5px 25px;
}

.img_op {
    font-size: 13px;
    opacity: 0.5;
    text-align: center;    
    transition: opacity 0.1s;
}

.post .post_meta > .post_authors:hover {
    opacity: 0.8;
}

.top_fb {    
    background-image: url(/wp-content/themes/kor/img/f_logo_RGB-Grey_58.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.top_fb:hover {
    background-image: url(/wp-content/themes/kor/img/f_logo_RGB-Blue_58.png);    
}

#footer{
    margin-top: 30px;
}

#footer #footer_1{
    height: 90px;
    background-image: url(/wp-content/themes/kor/img/bg-01.gif);
    background-position: top center;
    background-repeat: repeat-x;
    color: #909090;
    font-size: 15px;
}
#footer #footer_2{
    height: 90px;
	background: #d2e0da;
    /*background-image: url(/wp-content/themes/kor/img/bg-02.gif); */
    background-position: top center;
    background-repeat: repeat-x;
    font-size: 13px;
    font-family: "PT Sans",sans-serif;
}
.pagenavi{
    text-align: center;
}
.pagenavi ul{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 70px;
}
.pagenavi ul li{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 70px;
}
.pagenavi ul li a{
    text-decoration: none;
    display: block;
    width: 30px;
    padding: 11px 5px;
    border-radius: 50px;
    color: #fff;
    background-color: #39c1ff;
    transition: all 0.1s;
    margin: 10px auto 0;
}
.pagenavi ul li span.current{
    display: block;
    width: 30px;
    padding: 11px 5px;
    border-radius: 50px;
    color: #fff;
    background-color: #09b0ff;
    margin: 10px auto 0;
}
.pagenavi ul li a:hover{
    width: 50px;
    padding: 21px 5px;
    border-radius: 50px;
    margin: 0 auto 0;
}
.pagenavi ul li a.next, .pagenavi ul li a.prev{
    background-color: #80cdc5;
}
.pagenavi ul li a:focus{
    background-color: #ccc;
}
#footer .footer_block {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#footer #footer_1 a, #footer #footer_1 span{
    position: absolute;
    top: 40px;
    transition: opacity 0.1s;
    opacity: 0.5;
    text-decoration: none;
    color:#000;
}
#footer #footer_1 a:hover{opacity: 0.8;}
#footer #footer_1 .above{left: 280px;}
#footer #footer_1 .partner{left: 410px;}
#footer #footer_1 .sponsor{left: 580px;}
#footer #footer_1 .contacts_linc{left: 880px;}
#footer #footer_1 .copyring{right: 20px;}
#footer #footer_1 .authors_linc{left: 780px;}

#footer #footer_2 a{
    position: absolute;
    top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color:#000;
    text-decoration: none;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 30px;
    transition: opacity 0.1s;
    opacity: 0.5;
}
#footer #footer_2 a:hover{opacity: 0.8;}
#footer #footer_2 .Subscribe{left: 280px;background-image: url(/wp-content/themes/kor/img/ico-mail.png);}
#footer #footer_2 .Archive{left: 580px;background-image: url(/wp-content/themes/kor/img/ico-archive.png);}
#footer #footer_2 .Facebook{padding: 5px 0 5px 25px; right: 220px;background-image: url(/wp-content/themes/kor/img/ico-facebook.png);}
#footer #footer_2 .Twitter{right: 70px;background-image: url(/wp-content/themes/kor/img/ico-twitter.png);}
.author_content{
    color: #525252;
    font-size: 15px;
}

#user_list{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
}
#user_list li{
    position: relative;
    width: 30%;
    margin-right: 3%;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
}
#user_list li:nth-child(3n){
    margin-right: 0;
}
#user_list li a{
    text-decoration: none;
    color: #000;
    position: absolute;
    left: 0;
}

#user_list li a:hover{
    color:#20cee8;
}

#user_list li a:nth-child(2){
    left: 100px;
}
#user_list li a img{
    border-radius: 10px;
}
#user_list li:nth-child(odd) a img{
    border-radius: 10px 0 10px 0;
}
#user_list li span{
    text-decoration: none;
    color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}
#user_list li span:nth-child(2){
    left: 100px;
}
#user_list li span img{
    border-radius: 10px;
}
.header_author {
    margin: 20px 0;
}
.header_author{
    vertical-align: top;
	padding-right:30px;
}
.header_author .avatar {
	padding: 0 30px;
	display: table-cell;
}
.header_author .avatar img{
    border-radius: 80px 20px 80px 80px;
}

.user_description{
    color: #5A5A5A;
    min-height: 120px;
	vertical-align: middle;
    padding-bottom: 20px;
    line-height: 1.5;
	display:table-cell;
}

.authors_posts {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.authors_label {
    font-size: 18px;
    padding: 0;
    text-align: center;
}
.authors_empty {
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.authors_name {
    font-size: 14px;
    padding: 0;
	text-transform: uppercase;
    text-align: center;
}

.alignright{
    float: right;
}
.alignleft{
    float: left;
	padding-right:25px;
	border-radius: 80px 20px 80px 80px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#post_footer{
    position: relative;
    height: 60px;
    margin-top: 30px;
}
#post_footer .post_back_home{
    position: absolute;
    left: 415px;
    top: 0;
    background-image: url(/wp-content/themes/kor/img/x-sprite.png);
    height: 52px;
    width: 52px;
    display: block;
    transition: all 0s;
}
#post_footer .post_back_home:hover{
    background-position: bottom center;
}

#post_footer .post_cc {
	position: relative;
	top: 25%;
	display: flex;
}

#post_footer .post_cc div {
	margin-right: 10px;
}

#post_footer .post_tags{
    position: absolute;
    left: 490px;
	line-height:24px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    color: #909090;
    font-size: 14px;
}

#post_footer .post_tags a{
    color: #909090;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    transition: all 0.1s ease 0s;
}
#post_footer .post_tags a:hover{
    color: #20cee8;
}
#comments{
    
}

#read_more {
	padding-top: 10px;
	height: 330px;
}

.yarpp-related h3 {
	text-transform: none !important;
	font-size: 100% !important;
	
}
.related_row {
  padding: 10px 10px 0 0;
  float: left;
  width: 30%;
}

.related_img {
	padding-bottom: 10px;
}

.related_img  img{
    border-radius: 25px;
    width: 250px;
    height: 250px;
}
	
.related_block {
  padding: 0 0 0 0;
}

@media only screen and (max-width: 1169px) {
	.related_row .related_block {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 1259px) {
	.related_row .related_block {
		width: 235px;
	}
}

#related {
	/*float:left;*/
	margin-bottom:10px;
}

#related  a{
    color: #909090;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}

#related a:hover{
    color: #20cee8;
}

#related_except {
margin-top:4px;
float:left;	
}

#left .metaslider .slides img{
	border-radius: 5px;
}

blockquote{
    /*margin: 50px 150px;*/
    padding: 0 30px;
    background: 
     url(/wp-content/themes/kor/img/prev_q.png) left 12px no-repeat,
     url(/wp-content/themes/kor/img/next_q.png) right bottom no-repeat;
    color: #000;
    font-size: 18px;
}
.ngg-slideshow-image-list .prev_next{
    background-color: #80cdc5;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 10px auto 0;
    padding: 11px 5px;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 35px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
.ngg-slideshow-image-list .prev{left:45px;}
.ngg-slideshow-image-list .next{right:45px;}
.ngg-slideshow-image-list .prev_next:hover{
    width: 55px;
    padding: 21px 5px;
    margin: 0 auto 0;
}
.ngg-slideshow-image-list .prev:hover{left:35px;color:#fff;}
.ngg-slideshow-image-list .next:hover{right:35px;color:#fff;}
.box_img{
    position: absolute;height: 85px;left: 115px;top:0;width: 600px;overflow: hidden;white-space:nowrap;
}
.box_img a{
    margin:0;
    padding: 0;
                }
.box_img ul{padding:0; margin: 0; list-style: none;}
.box_img ul li{padding: 0 30px 0 0;display:inline-block;}

.Support{
    background-color: #fa537f;
    border-radius: 5px;    
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 9px 0;    
    text-align: center;
    text-decoration: none;
    width: 165px;
    margin-right: 6px;
    transition: all 0.1s;
}

.Support:hover{
    background-color: #f30065;
}
#scroll.scroll {
    opacity: 0.1;
}
#scroll.scroll:hover {
    opacity: 0.2;
}
#scroll {
    /*background: none repeat scroll 0 0 #20cee8;*/
    color: #fff;
    display: block;
    font-size: 25px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all 0.1s ease-in-out 0s;
    width: 30px;
}

#header #searchform, #header .top_fb, #header #land{
    transition: bottom 0.1s;
    transition: opacity 0.1s;
}

.search-container {
  width: 170px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

/* Style search button*/
button[type=submit] {
    margin-left: 1px;
    background: url(/wp-content/themes/kor/img/icons8-search-24.png) no-repeat center;
    width: 24px;
    height: 24px;
    border: 0px;
    text-indent: -9999em;
}

.search-container input{
  width: 140px;
  font-size: 14px;
  background: #fff;
  padding-top: 2px;
  padding-bottom: 2px;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #909090;
  float: left;
  color: #909090; 
  transition: all 0.1s;    
  font-family: 'PT Sans' ,sans-serif;
}

#header.header_scroll {
    height: 80px;
    position: fixed;
    background: white;
    top: 0px;
}

#header.header_scroll #top_menu {
    margin-left: 120px;
}

#header.header_scroll #logo, #header.header_scroll #logo_act {
    width: 140px;    
    margin-left: 20px;
    background-size: contain;    
}

#header.header_scroll .top_fb, #header.header_scroll #land {
    bottom: 100px;
    opacity: 0;
}

#header #top_menu li a {
    transition: all 0.1s;
}

#header.header_scroll #top_menu li a {
    font-size: 14px;
    padding: 8px 10px 6px 10px;
    font-family: "PT Sans",sans-serif;
}

#header.header_scroll .Support {
    bottom: 43px;
    font-size: 12px;
    padding: 5px 0;
    right: 240px;
    width: 145px;
}
#header.header_scroll #searchform {
    bottom: 40px;
    font-size: 12px;
    padding: 3px 0;
    right: 60px;
    width: 145px;
}
#header.header_scroll #searchform #s{
    padding: 3px 20px;
    transition: all 0.1s ease 0s;
}

#logo {
    background-image: url(/wp-content/themes/kor/img/korydor-logo.png);    
    background-repeat: no-repeat;
    background-position: center center;
    display: block;    
    width: 220px;
    height: 80px;    
    margin-left: 20px;
}

#logo:hover {
    background-image: url(/wp-content/themes/kor/img/korydor-logo.png);    
    /*    
    transition: all .2s ease-in;
    border: 1px solid #4eb5dd; 
    */
}

/*
#logo_act{
    background-image: url(/wp-content/themes/kor/img/logo-animated.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 200px;
    height: 50px;
    position: absolute;
    left: 10px;
    bottom: 40px;
    opacity: 0;
    transition: opacity 0.1s ;
}
#logo_act:hover{
    opacity: 1;
}
*/


#header #logo, #header #logo_act{
    transition: all 0.1s;
}
#searchformpage {
    padding: 10px 0 40px 20px;
}

.excerpt_part {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    margin: 5px 0 10px;
}

/*
#searchformpage #s{
    width: 100%;
    padding: 8px 17px;
    color: #909090;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #909090;
    background: #fff;
    transition: all 0.1s ;
}
*/

#searchformpage #s:hover{
    box-shadow: 0 0 3px #909090;
}
#searchformpage #s:focus{
    box-shadow: 0 0 7px #39c1ff;
    border: 1px solid #39c1ff;
    color: #717171;
}
#searchformpage #searchsubmit{
    display: none;
}

#paypalform {
 font-size:0px;
}


.searchpost{
    padding-left: 20px;
}
.searchpost h2{
    color: #525252;
}
.searchposts{
    margin: 30px 0 30px 0;
}
.searchposts h3{
    margin-bottom: 10px;
    padding: 0;
}

span.excerpt_part {
    display: block;
    border: thin solid #aaa;
    margin: 10px;
    padding: 20px;
}

.excerpt_part .excerpt_source {
	display: inline-block;
	text-transform: uppercase;
	font-size: 50%;
	color: #555;
	margin-right: 20px;
	padding: 5px;
	border: thin solid #999;
}

.readmore a {
    color: #585858;    
	font-family: "PT Sans";
    line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
    text-decoration: none;
    transition: all 0.1s;
}

.readmore a:hover {
    color: #20cee8;
    text-decoration: underline;
}

.searchposts h3 a{
    color: #585858;    
	font-family: "PT Sans";
    line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
    text-decoration: none;
    transition: all 0.1s;
}

.searchposts h3 a:hover {
    color: #20cee8;
    text-decoration: underline;
}

.searchposts p{
    color: #333;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
    margin: 5px 0 10px;
}

.wp-caption {
    text-align: center;
    font-size: 13px;
}

.partners .partner{
    display: inline-block;
    height: 120px;
    margin: 0 10px 20px 0;
    padding: 10px;
    text-align: center;
    width: 190px;
}
.partners .partner img{
    width: auto;
    height: auto;
}

.gallery-item .wp-caption-text{
    font-size: 12px;
    padding: 0 10px 0 33px;
    text-align: left;
}

.slb_group_status{
    display: none;
}
.slb_template_tag_item_title{
    font-size: 12px;
    text-align: center;
}

.banner {
	/*padding-bottom:22px;*/
}

.banner-top {
    width: 200px;
    height: 200px;
	padding-bottom: 22px;
    /*display: none;*/
}


/* Tags */

.tags {
	 text-decoration: none;     
     font-family: 'PT Sans', 'Merriweather', sans-serif;
     text-transform: uppercase;
	 padding-top: 10px;
	 padding-right: 20px;	
}

.tags .header {
	margin-bottom: 10px;
	margin-top: 10px;	
	font-size: 16px;
	font-weight: bold;	
}

.tags .tags_content {
	color: #585858;
    margin-left: 10px;
}

.tags a {
    text-decoration: none;
    color: #000;
	opacity: 0.5;
	font-family: "PT Sans";
    line-height: 1.4;
	font-size: 11px;	
}

/* Widgets */

.widgets {
	 text-decoration: none;
	 color: black;
	 padding-top:10px;	
}

.widgets h2 {
	margin-bottom:10px;
	margin-top:10px;
	font-family: 'Merriweather', 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.widgets a {
	text-decoration: none;
    color: #000;
    font-family: 'Merriweather', 'PT Sans';
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
	opacity: 1;
}


.load_more_container {
	width:100%;
}

#load_more  {
	font-family: 'Merriweather', 'PT Sans', sans-serif;
	margin: auto;	
	font-size: 18px;
    border: 2px solid #fa537f;
    border-radius: 5px;
    width: 280px;
	padding: 8px 10px 6px 10px;
	background: white;
	color: #525252;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.1s;
    transition: box-shadow 0.1s;
}

#load_more .icon {
	background-image: url("/wp-content/themes/kor/img/r-sprite.png");
    height: 52px;
    width: 52px;
    margin: 0 auto;
	display: inline-block;
}

#load_more .label {
	display: inline-block;
	vertical-align: 100%;
	padding-left:10px;
}

#load_more:hover{
    border: 1px solid #20cee8;
    box-shadow: 0 0 5px #20cee8;
}

#load_more:hover .icon{
    background-position: bottom center;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: move;
    animation-timing-function: linear;
    
    -moz-animation-delay: 0s;
    -moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: none;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: move;
    -moz-animation-timing-function: linear;
    
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: move;
    -webkit-animation-timing-function: linear;
    
    -ms-animation-delay: 0s;
    -ms-animation-direction: normal;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: none;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: move;
    -ms-animation-timing-function: linear;
    
    /*animation-timing-function: ease-in;*/
}

@keyframes move{
    100%{transform: rotate(-360deg); }
}
@-webkit-keyframes 'move' {
    100%{-webkit-transform: rotate(-360deg); transform: rotate(-360deg);}   
}
@-moz-keyframes 'move' {
    100%{-moz-transform: rotate(-360deg); transform: rotate(-360deg);}   
}
@-o-keyframes 'move' {
    100%{-o-transform: rotate(-360deg); transform: rotate(-360deg);}   
}

#left .menu ul {    
    padding: 10px 5px 15px 30px;
    margin: 0 10px 10px 0;
}

#left .menu ul li a {
    padding: 10px 0 0px 0px;
}

/* Algolia search */

article .project_post_date span {
    background-position: left 4px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    opacity: 0.4;
    text-transform: uppercase;
    transition: all 0.1s;
    font-family: 'PT Sans', sans-serif;
}

.ais-menu--item a,
.ais-hierarchical-menu--item a,
article a  {
    color: #20cee8;
    text-decoration: none;	
	font-size: 15px;
}

.ais-menu--item a:after,
.ais-hierarchical-menu--item a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: " \f0a9";
    margin-left: 5px;
}

.ais-menu--item a:hover,
.ais-hierarchical-menu--item a:hover,
article a:hover {
    text-decoration: dotted;	
}

.mc4wp-form {
    width: 870px !important;
    text-align: center;
    margin: 30px 0;
}
.mc4wp-form input[type="email"]{
    width: 300px;
    padding: 6px 10px;
    color: #909090;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #909090;
    background: #fff;
    transition: all 0.1s ;
    display: inline;
    font-family: 'Merriweather', 'PT Sans';
}

.mc4wp-form  input[type="email"]:hover{
    box-shadow: 0 0 3px #909090;
}
.mc4wp-form  input[type="email"]:focus{
    box-shadow: 0 0 7px #39c1ff;
    border: 1px solid #39c1ff;
    color: #717171;
}
.mc4wp-form  input[type="submit"]{
    background-color: #fa537f;
    border-radius: 5px;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    margin-left: 30px;
    font-family: 'Merriweather', 'PT Sans';
}


/* top posts Jetpack widget */

.widget_top-posts .widgets-list-layout li > a {
    width: 40%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 80px;
    width: 100%;
}

.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 55%;
}
 

@media only screen and (max-width: 1019px) {
    .widget_top-posts ul.widgets-list-layout {
        max-width: 80px;
        margin: 0 auto;
    } 
 
    .widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
        font-size: 24px;
    }
}

@media screen and (max-width: 1170px) {
    .Support {
        width: 100px;
    }
    .search-container input {
        width: 100px;
    }
}

.debug {
    display: none;
}

/* Donate page */

.row_layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.row_layout .item {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment_title {
   margin-top: 10px; 
   font-weight: bold;
   border-bottom: 3px solid #C91C73;
}


.paypal_button_wrapper { 
    padding: 10px;
 }
 
 .donate_buttons_container {
     display: grid;
     grid-template-columns: 50% 50%;
     grid-gap: 10%;
     margin-bottom: 20px;
 }
 
 .donate_button_box {
     border: 1px solid #D8D8D8;
     box-sizing: border-box;
     border-radius: 14px;
 }
 
 .donate_button_center {
     text-align: center;
     padding-bottom: 10px;
 }
 
 .donate_button_liqpay {
     font-family: OpenSans, sans-serif; 
     border: none !important; 
     display: inline-block !important; 
     text-align: center !important; 
     padding: 7px 20px !important; 
     color: rgb(255, 255, 255) !important; 
     font-size: 16px !important; 
     font-weight: 600 !important; 
     cursor: pointer !important; 
     border-radius: 2px !important; 
     background: rgb(122, 183, 43) !important; 
     opacity: 1;
     width: 90%;
 }
 
 .donate_button_liqpay2 {
     color: #fff !important;
     text-transform: uppercase;
     text-decoration: none;
     background: #ed3330;
     padding: 20px;
     border-radius: 5px;
     display: inline-block;
     border: none;
     transition: all 0.4s ease 0s;
 }
 
 .donate_value {
     font-size: 18px;
     text-align: center;
     font-family: 'Merriweather', 'PT Sans', sans-serif;
     padding: 10px;
 }
 

