.widget .widget-title {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.15rem;
}
.widget {
    max-width: 100%;
}
.search-form .search-field {
    height: 45px;
}
.search-form .search-submit {
    height: 45px;
}
.sidebar {
    padding: 1.3rem;
}

.widget a,.widget ol li a  {
    color: #487FBB !important;
    font-weight: bold;
    line-height: 1.1em;
    font-size: 15px;
}
.widget a,.widget ol li {

    font-weight: bold;
    line-height: 1.1em;
    font-size: 15px;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: calc(0.5em + 15px);

}
.widget a:hover,.widget ol li:hover {
    opacity: 0.8;
}
.widget a:visited {
     color: #77A7DD !important;
 }

/*------------------------------*/
/*----------Виджет links--------*/
/*------------------------------*/
.widget.widget_link_widget a, .social-networks {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: bold;
}
.widget.widget_link_widget a:last-child, .social-networks:last-child {
    margin-bottom: 0px;
}
.widget.widget_link_widget a img, .social-networks img{
	width: 24px;
	height: 24px;
	object-fit: contain;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .widget_link_widget {
        text-align: center;
    }
    .widget.widget_link_widget a, .social-networks {
        padding-left: 33%;
    }
}
@media (max-width: 767px) {
    .widget.widget_link_widget a, .social-networks {
        padding-left: 26%;
    }
}
@media (max-width: 540px) {
    .widget.widget_link_widget a, .social-networks {
        padding-left: 0%;
    }
}


/*------------------------------*/
/*----------Виджет посты--------*/
/*------------------------------*/
.widget_true_top_widget_tab {
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: flex;
    background: #F2F5F6;
    margin-bottom: calc(0.5em + 15px);

}
.widget_true_top_widget_tab-item {
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    line-height: 2.7em;
    transition: 0.3s all ease-in-out;
    font-size: 13px;
}
.widget_true_top_widget_tab-item:hover {
    background: rgba(74, 144, 226, 0.8);
    color: #fff;
}
.widget_true_top_widget_tab-item.active {
    background: #4A90E2;
    color: #fff;
}

.widget.widget_true_top_widget ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 50px;
}
.widget.widget_true_top_widget ol li {

    counter-increment: my-awesome-counter;
    position: relative;
}
.widget.widget_true_top_widget ol li a::before {
    content: counter(my-awesome-counter);
    position: absolute;
    width: 32px;
    height: 32px;
    left: calc(-1 * 50px);
    top: 0;
    color: #fff;
    font-weight: bold;
    background: #487FBB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #77A7DD;
    margin-top: 0.07em;
}

.widget.widget_true_top_widget ol li a:visited::before {
    background: #77A7DD;
    border: 2px solid #B2CEEE;
}
.widget_true_top_widget-list {
    display: none;
}
.widget_true_top_widget-list.open {
    display: block;
}



/*------------------------------*/
/*----------Виджет посты--------*/
/*------------------------------*/
.widget.widget_form_widget form{
    background: #375F9B;
    color: #fff;
    padding: 20px 10px 20px 10px;
    max-width: 241px;
}
.widget.widget_form_widget p {
    margin-bottom: 0;
    width: 100%;
    height: auto;
 }
.widget.widget_form_widget form .ajax-loader {
    display: none;
}
.widget.widget_form_widget form label {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
}
.widget.widget_form_widget form label:before {
    content: '';
    display: block;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-right: 6px;
    background: url(../img/mail.svg) no-repeat center center/ cover;
}

.widget.widget_form_widget input[type=email] {
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    min-height: 29px;
}
.widget.widget_form_widget input[type=submit] {
    width: 100%;
    border-radius: 20px;
    background: #FFBC3C;
    color: #000;
    border: none;
     border-bottom: none;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 13px;
 }
@media (max-width: 1379px) {
    .widget.widget_form_widget form label:before {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .widget.widget_form_widget form label {
        font-size: 11px;
        line-height: 1.3;
    }
    .widget.widget_form_widget input[type=email] {
        font-size: 13px;
        margin-top: 15px;
    }
    .widget.widget_form_widget input[type=submit] {
            margin-top: 15px;
         font-size: 12px;
     }

}





/*.widget.widget_form_widget form label:before {*/
/*    content: <span class="dashicons dashicons-microphone"></span>;*/
/*    display: block;*/
/*}*/





/*------------------------------*/
/*----------Content — posts--------*/
/*------------------------------*/
.entry-data-wrapper {
    max-width: 100%;
    width: 100%;
}


/*
.entry-img {
    width: 100%;
    height: 200px;
    margin: 15px 0;
    max-width: 100%;
}
.entry-img a {
    width: 100%;
    height: 100%;
}
.entry-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
*/


.entry-img {
    width: 100%;
    height: auto;
}
.entry-img a,
.entry-img a img {
	display: block;
    width: 100%;
    height: auto;
}


/*------------------------------*/
/*----------Content — single-post--------*/
/*------------------------------*/
.entry-img-post {
    width: 100%;
    height: 370px;
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
    max-width: 100%;
}

.entry-img-post img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .entry-img-post {
        height: 270px;
    }
}


.entry-author {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.entry-author .author-avatar {
    height: auto;
    width: auto;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 85px;
    width: 85px;
    height: 85px;
}
.entry-author .author-avatar .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    padding: 0;
}
.entry-author .author-bio {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
}
.entry-author .author-heading {
    padding: 0;
}
.entry-author .author-heading .author-title {
    font-size: 17px;

}

.author-posts {
    border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 1.875rem;
}
.author-posts h2 {
    font-size: 1.5rem;
}

.author-posts_content {
    display: flex;
    justify-content: space-between;
}


.author-posts .author-posts_card {
    width: 32%;
}
.author-posts_img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    display: block;
}
.author-posts_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-posts_card .card-title {
    margin-top: 15px;
    font-size: 18px;
    padding-right: 10px;
    margin-bottom: 0;
}
@media (max-width: 1379px) {
    .author-posts_img {
        height: 170px;
    }
}
@media (max-width: 1199px) {
    .author-posts_img {
        height: 130px;
    }
    .author-posts_card .card-title {
        margin-top: 13px;
        font-size: 13px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .author-posts_content {
        flex-direction: column;

    }
    .author-posts h2 {
        font-size: 1.3rem;
    }
    .author-posts .author-posts_card {
        width: 100%;
        display: flex;
        margin-bottom: 20px;

    }
    .author-posts .author-posts_card:last-child {
        margin-bottom: 0px;
    }
    .author-posts_img {
        height: 120px;
        width: 170px;
        min-width: 170px;
        margin-right: 20px;
    }
    .author-posts_card .card-title {
        margin-top: 13px;
        font-size: 16px;
        padding-right: 0px;
        flex-grow: 1;

    }
}
@media (max-width: 540px) {
    .author-posts_img {
        height: 85px;
        width: 135px;
        min-width: 135px;
        margin-right: 18px;
    }
    .author-posts h2 {
        font-size: 1.2rem;
    }
    .author-posts_card .card-title {
        font-size: 15px;
        margin-top: 5px;
    }
}
@media (max-width: 470px) {
    .author-posts_img {
        height: 75px;
        width: 100px;
        margin-right: 15px;
        min-width: 100px;
    }
    .author-posts_card .card-title {
        font-size: 13px;
    }
    .author-posts .author-posts_card {
         margin-bottom: 10px;
     }

}
@media (max-width: 400px) {
    .author-posts_img {
        height: 55px;
        width: 80px;
        margin-right: 10px;
        min-width: 80px;
    }
    .author-posts_card .card-title {
        font-size: 10px;
    }
    .author-posts .author-posts_card {
        margin-bottom: 9px;
    }

}

/*------------------------------*/
/*----------  h1  --------*/
/*------------------------------*/
.main-title-block{
    height: 200px;
    position: relative;
    padding: 1.5rem 1.875rem;

}
.main-title-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #375F9B;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
.main-title-block_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.main-title-block_breadcrumbs {
    font-size: 16px;
    color: #fff;
}
.main-title-block_breadcrumbs.main-title-block_breadcrumbs-post {
    color: #000;
    margin-bottom: 20px;
    font-size: 14.5px;
}
.main-title-block_breadcrumbs a {
    color: inherit;
    transition: 0.3s all ease-in-out;
}
.main-title-block_breadcrumbs a:hover {
    color: #04BFBF;
}
.main-title-block_breadcrumbs i {
    margin: 0 3px;
    transform: scale(0.7);
}
.main-title-block_h1 {
    color: #fff;
    margin-top: 1.5rem;
    font-size: 2.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .main-title-block {
        height: 150px;
        padding: 1rem 1.875rem;
    }
    .main-title-block_h1 {
        margin-top: 1rem;
        font-size: 2rem;

    }
}





/*------------------------------*/
/*----------Rating--------*/
/*------------------------------*/
.entry-content {
    position: relative;
}
.post-ratings {
    text-align: end;
}
.post-ratings span {
    font-size: 0.8rem;
    margin-right: 8px;
    transform: translateY(2px);
    display: inline-block;
}

.post-rating-posts {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 1.5rem;
    padding-right: 1.875rem;
    width: auto;
    height: auto;
    font-size: 1rem;
}
.post-rating-posts .post-ratings {
    width: auto;
    height: auto;
    user-select: none;
    pointer-events: none;
}
.entry-data-wrapper .post-ratings em, .entry-data-wrapper .post-ratings strong {
    display: none;
}
.post-ratings em {
    font-size: 1rem;
}
    /*------------------------------*/
/*----------footer--------*/
/*------------------------------*/
.credits-wrapper .credits-designer {
    display: none;
}





/*------------------------------*/
/*----------Content — posts--------*/
/*------------------------------*/
@media (max-width: 991px) {
    .widget.widget_custom_html .textwidget.custom-html-widget{
        display: flex;
        justify-content: center;
    }
    .widget.widget_form_widget form {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .nav-links {
        display: flex;
        justify-content: center;
    }
    .pagination .page-numbers {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 540px) {
    .entry-title a {
        font-size: 1rem;
    }
    .entry-meta span a  {
        font-size: 0.8rem;
    }
    .entry-meta .entry-meta-icon:before {
        font-size: 0.8rem;
    }
    .entry-summary p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .entry-img {
		margin-bottom: 12px;
    }
    .more-link-wrapper .more-link, .more-link-wrapper .more-link:visited {
        font-size: 0.7rem;
    }
    .post-wrapper-archive .post-wrapper-hentry .post-content-wrapper {
        padding: 1.5rem 0;
    }
    .post-ratings span {
        font-size: 0.7rem;
        margin-right: 5px;
    }
    .post-ratings img {
        width: 15px;
    }

    .widget_true_top_widget ol li a {
        font-size: 13px;
    }
    .widget.widget_true_top_widget ol li a::before {
        width: 30px;
        height: 30px;
        margin-top: 0em;
    }

}
@media (max-width: 360px) {
    .more-link-wrapper .more-link, .more-link-wrapper .more-link:visited {
        font-size: 0.6rem;
    }
    .post-ratings span {
        margin-right: 2px;
    }
    .post-ratings img {
        width: 13px;
    }
    .more-link-wrapper .more-link:after, .more-link-wrapper .more-link:visited:after {
        right: -17px;
    }
}





/*------------------------------*/
/*----------Content — single-post--------*/
/*------------------------------*/
@media (max-width: 1199px) {
    .entry-content p {
        font-size: 17px;
        line-height: 1.6;
    }
    .post-content-wrapper-single .entry-title {
        font-size: 1.9rem;
    }
}
@media (max-width: 768px) {
    .entry-content p {
        font-size: 16px;
    }
    .post-content-wrapper-single .entry-title {
        font-size: 1.7rem;
    }
    .main-title-block_breadcrumbs.main-title-block_breadcrumbs-post {
         font-size: 13.5px;
     }
    .post-content-wrapper-single .post-ratings em {
        font-size: 0.8rem;
    }
    .post-content-wrapper-single .post-ratings span {
        font-size: 0.7rem;
    }
    .post-content-wrapper-single .post-ratings img {
        width: 15px;
    }
}

@media (max-width: 470px) {
    .post-content-wrapper-single .entry-title {
        font-size: 1.4rem;
    }
    .entry-content p {
        font-size: 14px;
        margin-bottom: 0.625rem;
    }
    .entry-img-post {
        margin: 0 0 1.5rem;
    }
    .post-content-wrapper-single .entry-header-wrapper {
        margin: 0 0 1.5rem;
    }
    .post-content-wrapper-single .post-ratings em {
        font-size: 0.7rem;
    }
    .entry-meta-footer {
        margin: 0.625rem 0 0;
    }

    .entry-author {
        flex-direction: column;
    }
    .entry-author_content {
        text-align: center;
    }
    .entry-author .author-heading {
        margin: 0;
    }
    .entry-author .author-bio {
        margin-top: 5px;
    }
}
@media (max-width: 370px) {
    .post-content-wrapper-single .entry-title {
        font-size: 1.2rem;
    }
    .main-title-block_breadcrumbs.main-title-block_breadcrumbs-post {
        font-size: 11.5px;
    }




    .entry-author .author-heading {
        font-size: 16px;
    }
    .entry-author .author-bio {
        margin-top: 5px;
    }
    font-size: 14px;
}