/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/
.tr1{
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex.jb{
    justify-content: space-between;
}

.sunagner{
    flex-wrap: wrap;
}
.sunagner .author{
    width: 32%;
    flex-basis: 32%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}
.sunagner .author:nth-child(3n+2)
{
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.sunagner .author .desc p{
    font-size: 14px;
}
.sunagner .author .image{
    width: 100%;
    height: 260px;
}
.sunagner .author .image a{
    height: 100%;
    overflow: hidden;
}
.sunagner .author .image a:hover img{
    transform: scale(1.05);
}
.sunagner .author .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.sunagner .author h2{
    text-align: center;
    line-height: 0.8;
}
.sunagner .author h2 a{
    color: #000000;
    font-size: 26px;
}
.wrap-mini{
    width: 660px;
    max-width: 100%;
    margin: auto;

}
#wi-content.pt20{
    padding-top: 20px;
}
.author_header .go a {
    color: #fff;
    background: #000;
    font-size: 18px;
    padding: 5px 10px;
}

.author_header .go h2 {
    margin: 0 auto;
    display: table;
}
.author_header .title{
    text-align: center;
    text-transform: uppercase;
}
.author_header .image{
    height: 350px;
    text-align: center;
}
.author_header .image img{
    height: 100%;
    width: auto;
    max-width: unset;
}
.author_header .desc{
    text-align: center;
    margin-top: 20px;
}
.author_header{
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}
.author_items .item{
    margin-bottom: 50px;
    counter-increment: par-num;
}
.author_items .item:before {
    /*content: counter(par-num);
    counter-increment: auto;*/
    content: attr(data-key);
    font-size: 35px;
    font-weight: bold;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid;
    margin: 50px auto 0;
}
.author_items .link{
    text-align: center;
}
.author_items .date{
    text-align: center;
}
.author_items .link a{
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-position: under;
    transition: all .15s ease;
}
.author_items .link a:hover{
    text-decoration-color: #333;
}
.author_items h2{
    text-align: center;
}
.author_items h2 a{
    color: #000;
}
.column-single .title{
    text-align: center;
    text-transform: uppercase;
}
.column-single .tax{
    text-align: center;
}
.column-single .footer{
    margin-bottom: 50px;
}
#columns h4{
    margin: 0 0 5px 0;
}
#columns h4 a{
    color:  #cf614e;
    font-size: 12px;
}
#columns h3 a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
#columns time{
    font-size: 10px;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 3px;
}
#columns .post-header-section{
    margin-top: 3px;
}

#columns{
    padding-bottom: 50px;
}
@media screen and (min-width: 1024px){
    .elementor-55365 .elementor-element.elementor-element-715ec0c{
        width: 280px;
        flex-basis: 23.4%;
    }
    .elementor-55365 .elementor-element.elementor-element-195f4a2 {
        width: 76.6%;
        flex-basis: 76.6%;
    }
    .home .elementor-container.elementor-column-gap-default{
        justify-content: space-between;
    }
}
@media screen and (max-width: 800px){
    .elementor-55365 .elementor-element.elementor-element-6edb856 > .elementor-widget-container,
    .elementor-55365 .elementor-element.elementor-element-d9c59ff > .elementor-widget-container{
        margin: 0 auto !important;
    }
}
@media screen and (max-width: 700px){
    #columns{
        padding-bottom: 10px;
    }
    .sunagner .author{
        width: 100%;
        flex-basis: 100%;
    }

    .sunagner .author:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
}