.oxy-gallery-flex .oxy-gallery-item-contents{
    background-position: top center!important;
}
.pswp {
    z-index: 888888 !important;
}
html.ov-html{
    overflow: hidden;
}
/* pages */
.oxy-repeater-pages-wrap{
    width: 100%;
}
.oxy-repeater-pages-wrap *{
    color: #DBB866;
    margin: 10px;
}
.oxy-repeater-pages-wrap .oxy-repeater-pages{

}
.oxy-repeater-pages-wrap .oxy-repeater-pages{

}
.oxy-repeater-pages-wrap .oxy-repeater-pages a{

}
.oxy-repeater-pages-wrap .oxy-repeater-pages span{
    text-decoration: underline;
}
.oxy-repeater-pages-wrap .oxy-repeater-pages a.prev,
.oxy-repeater-pages-wrap .oxy-repeater-pages a.next{
  
}

/* pages */
.text_ov5 {
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text_ov4 {

    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text_ov3 {
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text_ov2 {

    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_ov1 {
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}


/*autoc css*/
.blog-detail-autoc-wrap {
    background: #f9f9f9;
    padding: 1.2em;
    border-radius: .2em;
    margin: 1em 0;
}
.blog-detail a{
    text-decoration: underline;
}
.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6,
.blog-detail a {
    color: #000000;
}

.blog-detail h1 strong,
.blog-detail h2 strong,
.blog-detail h3 strong,
.blog-detail h4 strong,
.blog-detail h5 strong,
.blog-detail h6 strong,
.blog-detail a {
    font-weight: 700;
}

.blog-detail a:hover {
    text-decoration: revert;
}

.autoc-wrap-js ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    justify-items: initial;
    align-items: initial;
}

.autoc-wrap-js li {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
    margin-bottom: 6px;
}

.autoc-wrap-js li:hover {
    cursor: pointer
}

.autoc-wrap-js li>div {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
}

.autoc-wrap-js li>div:hover {
    color: #000;
    font-weight: 800;
}

.autoc-wrap-js li>div>div {

    flex: 1;
    text-align: left;
}

.autoc-wrap-js li span {
    text-align: center;
    display: block;
    width: 30px;

    font-size: 1em;
    font-style: italic;
}



.catalogue {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: url(../img/outline.png) no-repeat 0 0 #000000;
    background-size: 28px;
    background-position: center;
    display: block;
}

.catalogue:hover {
    cursor: pointer;
}

.outline {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    background: #f7f7f7;
    transition: all .8s;
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.outline h3 {
    background: #DBB866;
    line-height: 1.5;
    color: #fff;
    padding: 15px 60px 15px 15px;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.outline ul li{
    font-size: 14px;
}
.outline h3 .iconfont {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 15px;
    top: 9px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 44px;
}
.outline.open {
    left: 0;
}

.outline ul {
    padding: 15px;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
}

.outline ul li {list-style: none;border-bottom: .5px solid #e7e7e7;padding: .5em 0;}

.outline ul li:hover {

    cursor: pointer;
}


.outline li.active {

}


.reading_time-sk {
    position: fixed !important;
    left: 1% !important;
    bottom: 1% !important;
    width: auto !important;
    z-index: 8888;
    background: #fff;
    padding: 10px;
}


/*autoc css end*/



/*comments-list*/

.them-comments-list.oxy-comment-form input,
.them-comments-list.oxy-comment-form textarea {
    background-color: #ffffff;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.oxy-comment-form.them-comments-list form{
    background-color: #F8F9FA;
    padding: 30px 40px;
}
.them-comments-list.oxy-comment-form .logged-in-as {
    font-size: 1em;

}

.them-comments-list.oxy-comment-form .comment-form p {}
.them-comments-list.oxy-comment-form .comment-form label{
    margin-bottom: 15px;
    display: block;
}
.them-comments-list.oxy-comment-form .comment-form p.comment-form-cookies-consent {
    display: flex;
    place-items: baseline;
}

.them-comments-list.oxy-comment-form .comment-form p input[name="wp-comment-cookies-consent"] {
    justify-content: center;
    align-items: center;
    width: 20px;
}

.them-comments-list.oxy-comment-form .comment-form p input label[for="wp-comment-cookies-consent"] {
    flex: 1;
}

.them-comments-list.oxy-comment-form #submit:hover {
    background: #121212;
}

.them-comments-list-ping.oxy-comments li.comment .comment-body .comment-content {
    background-color: #fafafa;
    padding: .4em 1.6em;
    margin-top: .6em;
}
.them-comments-list.oxy-comment-form #submit{
    
background: none;
    
color: #000;
    
border: 1px solid #000;
    
width: auto;
    
padding: 10px 15px;
    
border-radius: initial;
}
.them-comments-list.oxy-comment-form #submit:hover{
    
color: #fff;
}
.them-comments-list-ping{

}
.them-comments-list-ping .comments-list a{

}

.them-comments-list-ping .comments-list li{

}
.them-comments-list-ping .comments-list li a,.them-comments-list a{
    color: #000;

}
.post-comments-wrap .fn a{
    font-weight: 900;
}
.post-comments-wrap .oxy-comments .comment-meta .comment-author .avatar{
    color: #000;
    width: 50px;
    height: 50px;
}
.post-comments-wrap h3{
    text-shadow: 0px 1px 2px #8888888c;
}
.them-comments-list .comment-respond{
   
}
.them-comments-list .oxy-comment-form input,
.them-comments-list .oxy-comment-form textarea {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  color: gray;
  margin-top: 10px;
  width: 100%;
}
.them-comments-list .comment-respond{
    background:#F8F9FA;
    padding: 3em 2em;
}
.them-comments-list .oxy-comment-form #submit{
    width: auto;
    border: 1px solid #000;
    background: none;
    color: #000;
    margin-top: 0;
}
.them-comments-list .comment-form  p.comment-form-cookies-consent{
    display: flex;
}
.them-comments-list .comment-form  p.comment-form-cookies-consent input{
    width: 24px;
    margin-right: 10px;
}
/*comments-list end*/


/* layout-row */
.layout-row2{
    width: calc((100% - 1.5em)/2);
}
.layout-row2:nth-child(even){
    margin-left: 1.5em;
    
}
.layout-row3{
    width: calc((100% - 3em)/3);
}
.layout-row3:nth-child(3n-1){
    margin-left: 1.5em;
    margin-right: 1.5em;
    
}
.layout-row4{
    width: calc((100% - 4.5em)/4);
    margin-right: 1.5em;
}
.layout-row4:nth-child(4n){
    margin-right: 0;
}
[class*="layout-row"] {
  
}
.layout-container.ct-div-block,.layout-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

@media only screen and (max-width : 992px) {
   .layout-row3{
        width: calc((100% - 1.5em)/2);
    }
    .layout-row3:nth-child(3n-1){
        margin-left: initial;
        margin-right: initial;
        
    }
    .layout-row3:nth-child(even){
        margin-left: 1.5em;
        
    }
    .index-post-item.layout-row3:nth-child(3){
        display: none;
    }
    .layout-row4{
        width: calc((100% - 3em)/3);
        margin-right: 1.5em;
    }
    .layout-row4:nth-child(4n-1){
        margin-right: 0;
    }
    .layout-row4:nth-child(4n){
        margin-right: 1.5em;
    }
}
@media only screen and (max-width : 768px) {
    .layout-row2{
        width: 100%;
    }
    .layout-row2:nth-child(even){
        margin-left: 0;
        
    }
    .layout-row4{
        width: calc((100% - 1.5em)/2);
        
    }
    .layout-row4,.layout-row4:nth-child(3n-1),.layout-row4:nth-child(4n){
        margin-right: 0;
    }
  
    .layout-row4:nth-child(odd){
        margin-right: 1.5em;
    }
 

}
@media only screen and (max-width : 540px) {
    [class*="layout-row"] {
        width: 100%;
    }
    .layout-row3:nth-child(even){
        margin-left: 0;
    }
    .index-post-item.layout-row3:nth-child(3){
        display: block;
    }
    .layout-row4:nth-child(odd){
        margin-right: 0;
    }
}
/* layout-row */