/*
    Min-width: 320px (smaller phone viewpoints)
    Min-width: 480px (small devices and most phones)
    Min-width: 768px (most tablets)
    Min-width: 992px (smaller desktop viewpoints)
    Min-width: 1200px (large devices and wide screens)
    Max-width: 1200px;
*/

@media all and (min-width: 320px) {
    .main-content,
    .category-content {
        padding: 0 15px;
    }
    .base-container {
        padding: 0 15px;
    }
    .primary-sidebar_desktop .mc4wp-form,
    .subscription-form_article .mc4wp-form {
        display: none;
    }
    .widget {
        margin-bottom: 0;
    }
    .AjaxSearchLiteWidget > div {
        border-radius: 0px !important; /* to owerwrite plugin styles */
        margin-left: 15px !important; /* to owerwrite plugin styles */
        margin-right: 15px !important; /* to owerwrite plugin styles */
        width: auto !important; /* to owerwrite plugin styles */
        max-width: 100%;
    }
    .mailchimp-form__description {
        text-align: center;
    }
    .widget .mc4wp-form {
        padding: 50px 20px 60px;
    }
    .subscription-fields input {
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .primary-sidebar .widget_nav_menu.widget {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
    .primary-sidebar .widget_nav_menu.widget .widget-title {
        display: none;
    }
    .primary-sidebar_desktop .menu-title-mobile {
        display: block;
    }
    .primary-sidebar .widget_nav_menu ul.menu li.menu-item > * {
        padding-left: 15px;
    }
    .category-breadcrumbs {
        display: none;
    }
    .author-block_desktop {
        display: none;
    }
    .post-preview__article {
        /*margin-right: 0;*/
    }
    .post-preview__article .entry-header {
        height: 0;
        padding-bottom: 52.75%;
    }
    .post-preview-card {
        padding: 10px 10px 30px;
        border: 1px solid #E4E4E4;
        border-top-width: 0;
    }
    .post-preview-big .entry-title a {
        max-height: 88px;
    }
    .post-preview-middle .entry-title a {
        max-height: 88px;
    }
    .post-preview-small .entry-title a {
        max-height: 88px;
    }
    .post-preview-big .entry-summary p {
        max-height: 284px;
    }
    .post-preview-middle .entry-summary p {
        max-height: 284px;
    }
    .post-preview-small .entry-summary p {
        max-height: 284px;
    }
    .single .entry-content {
        padding: 15px;
    }
    .singular .widthfull .entry-title {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .entry-content blockquote {
        padding: 30px 30px;
    }
    .entry-content blockquote::before {
        top: 25px;
        left: 30px;
    }
    .entry-content blockquote * {
        font-size: 16px;
    }
    .paging-navigation {
        margin-bottom: 50px;
    }
    .read-also__title {
        margin-bottom: 0;
    }
    .read-also__item {
        float: none;
        width: 100%;
        margin: 30px 0 0;
    }
    .read-also__item:last-of-type {
        margin-right: 0;
    }
    .read-also__header {
        padding-bottom: 0;
    }
    .read-also__card {
        padding: 0;
        border: none;
    }
    .read-also__item-title {
        font-size: 16px;
    }
    .comment .children {
        margin: 30px 0 0 0;
        padding: 0;
    }
    .comment .comment-form {
        margin: 30px 0 40px 0;
        padding: 0;
    }
    .comment-author .fn {
        font-size: 14px;
    }
    .comment-author__reply {
        display: block;
        padding-left: 30px;
        font-size: 14px;
    }
    .comment-author__reply::before {
        left: 9px;
    }
    .comment-author .avatar {
        width: 40px;
        height: 40px;
    }
    .comment-body .comment-content p {
        font-size: 14px;
    }
    .comment-author,
    .comment-awaiting-moderation,
    .comment-content,
    .comment-list .reply,
    .comment-metadata {
        padding-left: 53px;
    }
    .comment-form__cancel {
        width: 187px;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: auto;
    }

    .primary-sidebar aside#text-10 {
        display: none;
    }

    .primary-sidebar aside#text-11 {
        display: none;
    }

}

@media all and (max-width: 480px) {
    .subscribe-noty {
        top: 50%;
        right: 50%;
        transform: translateX(50%);
        transition-delay: 0s;
    }
    .comment-popup__header {
        font-size: 17px;
        line-height: 22px;
    }
    
    .comment-popup__popup {
        max-height: 540px;
        width: 320px;
        padding: 20px 10px;
    }
    .comment-popup__sub-text {
        font-size: 14px;
        line-height: 18px;
    }
    .subscription-form_article .banner-widget-desktop {
        display: none;
    }
}

@media all and (min-width: 480px) {
    .post-preview__article .entry-header {
        padding-bottom: 0;
        height: 170px;
    }
    .entry-content blockquote {
        padding: 35px 85px;
    }
    .entry-content blockquote::before {
        top: 35px;
        left: 50px;
    }
    .entry-content blockquote * {
        font-size: 18px;
    }
    .comment-author .fn {
        font-size: 16px;
    }
    .comment-author__reply {
        font-size: 16px;
    }
    .comment-author .avatar {
        width: auto;
        height: auto;
    }
    .comment-body .comment-content p {
        font-size: 16px;
    }
    .comment-author,
    .comment-awaiting-moderation,
    .comment-content,
    .comment-list .reply,
    .comment-metadata {
        padding-left: 76px;
    }
    .comment-popup__popup {
        min-height: 523px;
        min-width: 500px;
        padding: 40px;
    }
    .subscription-form_article .banner-widget-mobile {
        display: none;
    }
}


@media all and (min-width: 768px) {
    .site-content {
        width: 738px;
        margin-left: auto;
        margin-right: auto;
    }
    .base-container {
        padding: 0;
    }
    .AjaxSearchLiteWidget {
        max-width: 738px;
    }
    .AjaxSearchLiteWidget > div {
        border-radius: 3px !important; /* to owerwrite plugin styles */
        margin-left: 0 !important; /* to owerwrite plugin styles */
        margin-right: 0 !important; /* to owerwrite plugin styles */
        width: 100% !important; /* to owerwrite plugin styles */
    }
    .primary-sidebar_desktop .menu-title-mobile {
        max-width: 738px;
    }
    .primary-sidebar .widget_nav_menu.widget {
        max-width: 738px;
    }
    .post-preview-big {
        max-width: 738px;
    }
    .post-preview-wide {
        max-width: 800px;
    }
    .post-preview-middle {
        max-width: 354px;
        margin-right: 30px;
    }
    .post-preview-small {
        max-width: 232px;
        margin-right: 21px;
    }
    .post-preview-standart {
        max-width: 380px;
    }
    .post-preview__article_category {
        height: 214px;
    }
    .post-preview-middle .entry-header {
        height: 195px;
    }
    .post-preview-small .entry-header {
        height: 127px;
    }
    .post-preview__article_category .entry-header {
        float: left;
        width: 247px;
        height: 214px;
        border-bottom: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .post-preview-card {
        padding: 30px 30px 50px;
    }
    .post-preview__article_category .post-preview-card {
        height: 214px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 30px 10px 277px;
        border: none;
    }
    .post-preview__article_category .post-preview-card__category {
        color: #5CAFDE !important;
    }
    .post-preview__article_category .entry-title {
        clear: none;
    }
    .post-preview-big .entry-title a {
        max-height: 44px;
    }
    .post-preview-middle .entry-title a {
        max-height: 66px;
    }
    .post-preview-small .entry-title a {
        max-height: 88px;
    }
    .post-preview-big .entry-summary p {
        max-height: 80px;
    }
    .post-preview-middle .entry-summary p {
        max-height: 128px;
    }
    .post-preview-small .entry-summary p {
        max-height: 284px;
    }
    .single .entry-content {
        padding: 40px 80px 30px;
    }
    .singular .widthfull .entry-title {
        font-size: 52px;
        max-width: 1000px;
    }
    .paging-navigation {
        margin: 45px 0 100px;
        /*margin-bottom: 42px;*/
    }
    .read-also {
        max-width: 738px;
        margin: 0 auto;
    }
    .read-also_no-title {
        padding-top: 50px;
    }
    .read-also__title {
        margin-bottom: 30px;
    }
    .read-also__item {
        float: left;
        width: 232px;
        margin-right: 21px;
        margin-top: 0;
        border: 1px solid #E4E4E4;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .read-also__header {
        /*padding-bottom: 53.61%;*/
    }
    .read-also__card {
        height: 120px;
        padding: 20px;
    }
    .read-also__item-title {
        font-size: 14px;
    }
    .comment .comment-form::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C4C4C4;
    }
    .comment .comment-form {
        margin: 30px 0 40px 56px;
        padding: 12px 0 12px 14px;
    }
    .comment .children {
        margin: 30px 0 0 56px;
        padding: 12px 0 12px 14px;
    }
    .comment .children::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C4C4C4;
    }
    .comment-list .children .children::before {
        position: static;
        display: none;
    }
    .comment-author__reply {
        padding-left: 47px;
        display: inline-block;
    }
    .comment-author__reply::before {
        left: 19px;
    }
    .comment-form__cancel {
        width: 177px;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
        margin-left: 0px;
    }
}

@media all and (min-width: 992px) {
    .site-content {
        width: 850px;
    }
    .index-site-content {
        width: 100%;
    }
    .AjaxSearchLiteWidget {
        max-width: 830px;
    }
    .primary-sidebar_desktop .menu-title-mobile {
        max-width: 830px;
    }
    .primary-sidebar .widget_nav_menu.widget {
        max-width: 830px;
    }
    .post-preview-big {
        max-width: 830px;
    }
    .post-preview-middle {
        max-width: 400px;
    }
    .post-preview-small {
        max-width: 256px;
        margin-right: 31px;
    }
    .post-preview-big .entry-header {
        height: 300px;
    }
    .post-preview-middle .entry-header {
        height: 220px;
    }
    .post-preview-small .entry-header {
        height: 140px;
    }
    .read-also {
        max-width: 962px;
    }
    .read-also__item {
        /*width: 304px;*/
        width: 250px;
        margin-right: 25px;
    }
    .read-also__card {
        height: 165px;
        padding: 25px 25px 26px;
    }
    .read-also__item-title {
        font-size: 16px;
    }
}

@media all and (min-width: 1200px) {
    .main-content,
    .category-content {
        padding: 0;
    }
    .article-content {
        padding: 0 20px;
    }
    .site-content {
        margin-left: 310px;
    }
    .index-site-content {
        /*margin-left: 310px;*/
    }
    .full-width .site-content.page-404 {
        margin: 120px auto;
    }
    .category-breadcrumbs {
        display: block;
    }
    .AjaxSearchLiteWidget .widget-title {
        margin-bottom: 0;
    }
     .single .entry-content {
        padding: 0 80px 30px;
    }
    #secondary {
        float: left;
        margin: 82px -100% 0 0;
        min-height: 100vh;
        width: 260px;
        padding: 0;
    }
    .article-content #secondary {
        margin-top: 45px;
        min-height: auto;
    }
    .primary-sidebar_desktop .mc4wp-form,
    .subscription-form_article .mc4wp-form,
    .subscription-form_article {
        display: block;
    }
    .secondary_mobile {
        display: none;
    }
    .mailchimp-form__description {
        text-align: left;
    }
    #secondary .widget_nav_menu {
        margin-bottom: 50px;
    }
    .primary-sidebar .widget_nav_menu.widget {
        display: block !important; /* on desktop always show nav menu, even if js wants to hide it */
    }
    .primary-sidebar .widget_nav_menu.widget .widget-title {
        display: block;
    }
    .primary-sidebar_desktop .menu-title-mobile {
        display: none;
    }
    .primary-sidebar .widget_nav_menu ul.menu li.menu-item > * {
        padding-left: 0;
    }
    .read-also {
        max-width: none;
    }
 /*   .read-also__item {
        width: 380px;
        margin-right: 30px;
    }*/
    .read-also__card {
        padding: 20px 35px 30px 20px;
    }
    .post-preview-small .post-preview-card {
        padding: 20px 20px 50px;
    }
    .primary-sidebar aside#text-10 {
        display: block;
    }
    .primary-sidebar aside#text-11 {
        display: block;
    }
}

@media all and (max-width: 1200px) {
    aside#yikes_easy_mc_widget-6 {
        display: none;
    }
}