/******************************************************
    Smaller than 1200px
*******************************************************/

@media screen and (max-width: 1200px) {
    
    .wrapper {
        width: 960px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    .home .transparent-header {
        position: absolute;
    }

    .home .transparent-header #main-header.stick-it {
        background: rgba(34, 34, 34, 0.14);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    .home .transparent-header #main-header .wrapper::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.128571) 25%, rgba(255, 255, 255, 0.18) 49%, rgba(255, 255, 255, 0.141176) 73.5%, rgba(255, 255, 255, 0) 100%);
    }

    #hidden-sidebar-icon {
        display: none;
    }

    #main-header, #main-header.stick-it {
        position: relative !important;
        height: 110px;
    }

    #main-header.stick-it .main-header-inner-wrap {
        width: 100%;
    }

    #header-elements li {
        margin-left: 11px;
    }

    #menu-icon {
        display: block;
        width: 48px;
        height: 48px;
        margin: 30px 0 0 11px;
        float: right;
        border-radius: 48px;
        border: 1px solid #E3E3E3;
        background: url(../images/menu-icon.svg) no-repeat center center;
        cursor: pointer;
        transition: opacity .3s;
    }

    .home .transparent-header #menu-icon {
        border: none;
        background-color: rgba(255, 255, 255, 0.18);
        background-image: url(../images/menu-icon-white.svg);
    }

    #main-nav {
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 1000;
        display: none;
        width: 318px;
        height: auto;
        border-radius: 10px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
    }

    #main-nav li::before {
        display: none;
    }

    #main-nav ul li ul {
        border: none;
        font-size: 14px;
    }

    #main-nav li,
    #main-header.stick-it #main-nav li {
        display: block;
        width: 100%;
        height: auto;
        clear: both;
        padding: 0;
        border-bottom: 1px solid #eee;
        line-height: 44px;
    }

    #main-nav li::after {
        display: none;
    }

    #main-nav li:first-child {
        margin-left: 0;
    }

    #main-nav li:last-child,
    #main-header.stick-it #main-nav li:last-child {
        border-bottom: none;
    }

    #main-nav a,
    #main-header.stick-it #main-nav a {
        height: auto;
        padding: 14px 27px;
        line-height: 25px;
    }

    .home .transparent-header.not-stuck #main-nav a {
        color: #222;
    }

    .home.dark .transparent-header.not-stuck #main-nav a {
        color: #fff;
    }

    #main-nav a::before {
        left: 28px;
        bottom: -1px;
        height: 1px;
    }

    #main-nav .current-menu-item a {
        opacity: .6;
    }

    #main-nav a:hover::after, #main-nav .current-menu-item > a::after {
        display: none;
    }

    #main-nav ul li ul a,
    #main-header.stick-it #main-nav ul li ul a {
        max-width: 100%;
        min-width: 50%;
        color: #222;
        padding: 14px 47px 14px 35px;
        line-height: 25px;
    }

    #main-nav .menu-item-has-children > a {
        padding-right: 27px;
    }

    #main-nav .menu-item-has-children > a::after {
        display: none !important;
    }

    #main-nav .menu-item-has-children > a::before {
        display: none;
    }

    /*** Main Nav Drop Down Menu ***/
    
    #main-nav ul li ul {
        position: static;
        visibility: hidden;
        padding: 0;
        box-shadow: none;
        background-color: #f9f9f9;
        border-top: 1px solid #eee;
        opacity: 1;
    }

    #main-nav ul li ul li {
        border-bottom-color: #e9e9e9;
    }

    #main-nav ul li ul li ul li a {
        padding-left: 45px;
    }

    #main-nav 
    .menu-arrow {
        position: absolute;
        right: 7px;
        top: 7px;
        display: block;
        width: 38px;
        height: 38px;
        border: 1px solid #eee;
        border-radius: 40px;
        line-height: 38px;
        text-align: center;
    }

    #main-nav 
    .menu-arrow::after {
        content: "";
        display: block;
        width: inherit;
        height: inherit;
        background: url(../images/drop-menu-arrow-black.svg) no-repeat center center;
        transition: all .1s;
    }

    #main-nav 
    .menu-arrow.menu-children-visible::after {
        transform: rotate(180deg);
    }

    #main-nav ul li:hover > ul {
        visibility: hidden;
        animation: none;
    }

    #main-nav 
    .menu-item-has-children > ul {
        position: static;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }

    #main-nav ul 
    .menu-item-has-children.menu-children-visible > ul {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    #main-nav ul li ul:before,
    #main-nav ul li ul:after {
        display: none;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .large-feat {
        width: 486px;
    }

    .layout-1-feat .large-feat img {
        max-width: 122%;
    }

    .large-feat .post-title {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 42px;
    }

    /*** Layout 2 Featured ***/

    #slider-main-wrap, #featured-slider,
    #featured-slider .slides > li {
        height: 540px;
    }

    #featured-slider .post-title {
        width: 74%;
        font-size: 40px;
        line-height: 48px;
    }

    #featured-slider .flex-prev,
    #featured-slider .flex-next {
        top: 240px;
    }

    /*** Layout 3 Featured ***/

    .circle-feat .round-content {
        width: 610px;
    }

    .circle-title {
        width: 100%;
        font-size: 40px;
        line-height: 52px;
    }

    .circle-feat .excerpt {
        line-height: 28px;
    }

    .circle-feat .post-thumb {
        width: 480px;
        height: 480px;
    }

    .circle-feat .post-thumb::before {
        right: -3px;
        top: -3px;
    }

    .circle-feat .post-thumb::after {
        right: 0;
        top: 0;
    }

    .circle-feat .author-meta-outer-wrap {
        width: 526px;
    }

    .small-feat-home-3 .small-post-outer {
        width: 458px;
    }

    .small-feat-home-3 .small-post-outer:nth-child(2) {
        margin-right: 0;
        padding-right: 0;
    }

    .small-feat-home-3 .small-post-outer:nth-child(2)::after,
    .small-feat-home-3 .small-post-outer:nth-child(3) {
        display: none;
    }

    .small-feat-home-3 .small-content .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    /*** Layout 4 Featured ***/

    .full-width-slider, .full-width-slider #featured-slider, 
    .full-width-slider #slider-main-wrap, 
    .full-width-slider #featured-slider .slides > li {
        height: 650px;
    }

    .full-width-slider #featured-slider .thumb-cap {
        bottom: 162px;
    }

    .full-width-slider #featured-slider .post-title {
        width: 64%;
        font-size: 42px;
        line-height: 48px;
    }

    .full-width-slider #featured-slider .flex-next, 
    .full-width-slider #featured-slider .flex-prev {
        top: 290px;
    }

    .full-width-slider #slider-nav-wrap {
        bottom: 46px;
    }

    /*-------------------------------------------*\
        Staff Picks Styling
    \*-------------------------------------------*/

    .staff-picks .large-feat {
        width: 100%;
    }

    .staff-picks .tall-feat {
        display: none;
    }

    /*-------------------------------------------*\
        Large Posts Styling
    \*-------------------------------------------*/

    .large-post {
        width: 460px;
    }

    .large-post .post-content {
        padding: 25px;
    }

    .large-post.has-post-thumbnail .post-content {
        width: 360px;
        margin-top: -56px;
    }

    .large-post .post-content::after {
        right: 25px;
        width: 360px;
    }

    .large-post .post-title {
        font-size: 26px;
        line-height: 34px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .recent-posts-wrap, .left-wrapper {
        width: 100%;
    }

    .list-post {
        margin-bottom: 52px;
    }

    .list-post .post-thumb,
    .recent-posts-full .list-post .post-thumb {
        max-width: 320px;
        max-height: 230px;
    }

    .recent-posts-full .list-post.has-post-thumbnail {
        min-height: auto;
    }

    .list-post.has-post-thumbnail .post-content,
    .recent-posts-full .list-post.has-post-thumbnail .post-content {
        width: 576px;
        padding: 39px 35px 26px 63px;
    }

    .list-post .post-title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 30px;
    }

    .list-post .post-content,
    .list-post .post-content::after,
    .recent-posts-full .list-post .post-content,
    .recent-posts-full .list-post .post-content::after {
        width: 888px;
    }
    
    .list-post.has-post-thumbnail .post-content::after,
    .recent-posts-full .list-post.has-post-thumbnail .post-content::after {
        width: inherit;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb, .single-embed, .single-youtube-embed {
        margin-bottom: 30px;
    }

    .single-header {
        margin-bottom: 22px;
    }

    .single-header-center .single-post-title {
        font-size: 36px;
        line-height: 44px;
    }

    .single-wrap-left,
    .inner-single-wrap-center,
    #related-posts {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .single-thumb-center,
    .inner-single-wrap-center {
        width: 787px;
    }

    /*-------------------------------------------*\
        Page Templates Styling
    \*-------------------------------------------*/

    .page-temp-wrap {
        margin-bottom: 0;
    }

    .page-temp-wrap .entry, 
    #full-width-page, 
    #full-width-page .entry {
        margin-bottom: 30px;
    }

    .entry .wpcf7 {
        margin-bottom: 24px;
    }

    /*-------------------------------------------*\
        WooCommerce Shop Styling
    \*-------------------------------------------*/

    #shop-with-sidebar {
        width: 100%;
        float: none;
    }

    .shop-post,
    #shop-with-sidebar .shop-post {
        width: 294px;
    }

    #full-width-shop .shop-post:nth-child(4n) {
        margin-right: 38px;
    }

    #full-width-shop .shop-post:nth-child(3n),
    .related.products .shop-post:nth-child(3n) {
        margin-right: 0;
    }

    #full-width-shop .shop-post:nth-child(4n+1) {
        clear: none;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .sidebar-wrap,
    .main-sidebar {
        position: static;
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .widget-sidebar {
        width: 100%;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }

    .main-sidebar 
    .wp-block-image.size-full {
        text-align: center;
    }

    .widget #s {
        width: 722px;
    }

    .main-sidebar .mc4wp-form {
        width: 804px;
    }

    .main-sidebar .mc4wp-form input[type=email], 
    .main-sidebar .mc4wp-form input[type=text] {
        width: 428px;
        padding: 0 30px;
        clear: both;
        text-align: left;
    }

    .small-widget .small-content .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-heading-w, #respond #reply-title, 
    .widget-sidebar .wp-block-group__inner-container 
    h2:first-of-type {
        font-size: 20px;
    }

    #back-to-top {
        right: 20px;
        bottom: 70px;
    }

}

/******************************************************
    Smaller than 960px
*******************************************************/

@media screen and (max-width: 960px) {

    .wrapper {
        width: 700px;
    }

    #main-header-wrap::before, #main-header-wrap::after,
    #footer-newsletter::before, #footer-newsletter::after {
        width: 84%;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .large-feat {
        width: 100%;
        margin-right: 0;
    }

    .layout-1-feat .large-feat img {
        max-width: 100%;
    }

    .layout-1-feat .small-posts {
        display: none;
    }

    /*** Layout 2 Featured ***/

    #slider-main-wrap, #featured-slider, #featured-slider .slides > li {
        height: 444px;
    }

    .format-icon, .category-icon {
        left: 28px;
        top: 28px;
    }

    .featured-posts .large-feat.format-audio .format-icon, 
    .featured-posts .large-feat.format-gallery .format-icon, 
    .featured-posts .large-feat.format-video .format-icon {
        left: 69px;
        top: 28px;
    }

    #featured-slider .post-title {
        width: 80%;
        font-size: 34px;
        line-height: 40px;
    }

    #featured-slider .excerpt {
        width: 72%;
    }

    #featured-slider .flex-prev, #featured-slider .flex-next {
        top: 210px;
    }

    #featured-slider .flex-prev {
        left: 28px;
    }

    #featured-slider .flex-next {
        right: 28px;
    }

    #slider-nav {
        right: 28px;
        top: 28px;
    }

    #slider-nav li,
    #slider-nav .post-thumb {
        width: 68px;
        height: 68px;
    }

    /*** Layout 3 Featured ***/

    .circle-feat .round-content {
        left: 0;
        top: 36px;
        width: 518px;
    }

    .circle-title {
        margin-bottom: 11px;
        font-size: 34px;
        line-height: 42px;
    }

    .circle-feat .author-meta-outer-wrap {
        width: 378px;
        margin-top: 15px;
    }

    .circle-feat .post-thumb {
        width: 334px;
        height: 334px;
    }

    .circle-feat .post-thumb::before {
        right: -10px;
        top: 0px;
        width: 143px;
        height: 143px;
        background-image: url(../images/feat-post-mask-s.svg);
    }

    .dark .circle-feat .post-thumb::before {
        background-image: url(../images/feat-post-mask-s-dark.svg);
    }

    .circle-feat .post-thumb::after {
        width: 94px;
        height: 88px;
        background-image: url(../images/circle-feat-s.svg);
    }

    .dark .circle-feat .post-thumb::after {
        background-image: url(../images/circle-feat-s-dark.svg);
    }

    .small-feat-home-3 .small-post-outer {
        width: 328px;
    }

    .small-feat-home-3 .small-content .post-title {
        font-size: 16px;
        line-height: 22px;
    }

    /*** Layout 4 Featured ***/

    .full-width-slider {
        margin-bottom: 56px;
    }

    .full-width-slider, .full-width-slider #featured-slider, 
    .full-width-slider #slider-main-wrap, 
    .full-width-slider #featured-slider .slides > li {
        height: 584px;
    }

    .full-width-slider #featured-slider .thumb-cap {
        bottom: 128px;
    }

    .full-width-slider .post-thumb {
        width: 120%;
    }

    .full-width-slider #featured-slider .post-title {
        width: 70%;
        font-size: 34px;
        line-height: 42px;
    }

    .full-width-slider #slider-nav-wrap {
        bottom: 36px;
    }

    /*-------------------------------------------*\
        Large Posts Styling
    \*-------------------------------------------*/

    .large-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 54px;
    }

    .large-post.has-post-thumbnail .post-content,
    .large-post .post-content::after {
        width: 520px;
    }

    .large-post .post-title {
        font-size: 28px;
        line-height: 36px;
    }

    /*-------------------------------------------*\
        Staff Picks Styling
    \*-------------------------------------------*/

    .staff-picks .large-feat {
        height: 490px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .list-post {
        margin-bottom: 48px;
    }

    .list-post .post-thumb, .recent-posts-full .list-post .post-thumb {
        max-width: 250px;
        max-height: 190px;
    }

    .list-post.has-post-thumbnail .post-content, 
    .recent-posts-full .list-post.has-post-thumbnail .post-content {
        width: 386px;
    }

    .list-post .post-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px;
    }

    .list-post .post-content,
    .list-post .post-content::after,
    .recent-posts-full .list-post .post-content,
    .recent-posts-full .list-post .post-content::after {
        width: 628px;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .sidebar-wrap,
    .main-sidebar {
        width: 100%;
    }

    .widget #s {
        width: 558px;
    }

    .main-sidebar .mc4wp-form {
        width: 90%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .main-sidebar .mc4wp-form input[type=email], 
    .main-sidebar .mc4wp-form input[type=text] {
        text-align: center;
    }

    .widget .small-post .post-content,
    .widget .small-post.has-post-thumbnail .post-content {
        width: 450px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center {
        width: 700px;
    }

    .inner-single-wrap-center,
    .single-header-center,
    .single-wrap-left {
        width: 100%;
    }

    .single-wrap-left {
        margin-bottom: 60px;
    }

    .single-share-icons .copy-link-share {
        width: 318px;
    }

    .small-nav-post {
        width: 270px;
    }

    /*-------------------------------------------*\
        Contact Form Styling
    \*-------------------------------------------*/

    .wpcf7-textarea {
        width: 680px;
    }

    .page-temp-wrap.single-wrap-left {
        margin-bottom: 0;
    }

    /*-------------------------------------------*\
        WooCommerce Shop Styling
    \*-------------------------------------------*/

    #full-width-shop .shop-post,
    #full-width-shop .shop-post:nth-child(3n), .related.products .shop-post:nth-child(3n) {
        margin-right: 38px;
    }

    #full-width-shop .shop-post:nth-child(2n), .related.products .shop-post:nth-child(2n) {
        margin-right: 0;
    }

    .shop-post, 
    #shop-with-sidebar .shop-post {
        width: 330px;
    }

    .woocommerce div.product div.images, 
    .woocommerce div.product div.summary {
        margin-bottom: 6px;
    }

    .product_meta {
        margin-bottom: 34px;
    }

}

/******************************************************
    Smaller than 700px
*******************************************************/

@media screen and (max-width: 700px) {

    body {
        font-size: 16px;
    }

    .wrapper {
        width: 320px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-header-wrap {
        height: auto;
        margin-bottom: 46px;
    }

    #main-header, #main-header.stick-it {
        height: 170px;
    }

    #main-header-wrap::before, #main-header-wrap::after, 
    #footer-newsletter::before, #footer-newsletter::after {
        opacity: .75;
    }

    #main-nav {
        left: 0;
        top: 99%;
        width: 320px;
        box-shadow: 0px 16px 20px rgb(0 0 0 / 14%);
    }

    #logo-wrap {
        height: 90px;
    }

    .site-logo {
        line-height: 90px;
    }

    #main-header 
    .site-logo img {
        max-width: 90%;
        height: auto;
    }

    .site-text-logo {
        padding-top: 20px;
    }

    .site-text-logo h1 {
        font-size: 29px;
        line-height: 33px;
    }

    #logo-wrap {
        max-width: 90%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    #modal-search-inner {
        width: 74%;
    }

    #modal-search #searchform {
        height: 84px;
    }

    #modal-search #s {
        font-size: 28px;
    }

    #header-elements {
        height: auto;
        float: none;
    }

    .dark-light-icons {
        margin-top: 10px;
    }

    .cart-customlocation {
        margin-top: 18px;
    }

    #header-search-icon, #menu-icon {
        margin-top: 4px;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .layout-1-feat {
        height: 317px;
        margin-bottom: 48px;
    }

    .format-icon, .category-icon {
        left: 20px;
        top: 20px;
    }

    .featured-posts .large-feat.format-audio .format-icon, 
    .featured-posts .large-feat.format-gallery .format-icon, 
    .featured-posts .large-feat.format-video .format-icon {
        left: 61px;
        top: 20px;
    }

    .large-feat .post-title {
        font-size: 20px;
        line-height: 26px;
    }

    /*** Layout 2 Featured ***/

    .layout-2-feat {
        margin-bottom: 28px;
        padding: 44px 0;
    }

    #slider-main-wrap, #featured-slider, 
    #featured-slider .slides > li {
        height: 204px;
    }

    #featured-slider .format-icon {
        display: none;
    }

    #featured-slider .thumb-cap {
        bottom: 0;
    }

    #featured-slider .post-title {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
    }
    
    #featured-slider .flex-prev,
    #featured-slider .flex-next {
        top: 136px;
        width: 42px;
        height: 42px;
    }

    #featured-slider .flex-prev {
        left: 9px;
        background-position-x: 15px;
    }

    #featured-slider .flex-next {
        right: 9px;
        background-position-x: 17px;
    }

    #slider-nav {
        display: none;
    }

    /*** Layout 3 Featured ***/

    .circle-feat .post-thumb {
        width: 320px;
        height: 320px;
        float: none;
        margin-bottom: -198px;
    }

    .circle-feat .round-content,
    .circle-feat .author-meta-outer-wrap {
        width: 100%;
    }

    .circle-feat .round-content {
        position: relative;
        text-align: center;
    }

    .circle-title {
        width: 90%;
        margin: 0 auto 6px;
        font-size: 24px;
        line-height: 32px;
    }

    .circle-title a {
        padding-left: 20px;
    }

    .circle-feat .excerpt {
        line-height: 30px;
    }

    .small-feat-home-3 {
        margin-bottom: 49px;
    }

    .small-feat-home-3 .small-post-outer {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    .small-feat-home-3 .small-post-outer:nth-child(2) {
        margin-top: 35px;
    }

    .small-feat-home-3 .small-post-outer::after {
        display: none;
    }

    /*** Layout 4 Featured ***/

    .full-width-slider {
        margin-bottom: 38px;
    }

    .full-width-slider #featured-slider .post-title {
        width: 84%;
        font-size: 22px;
        line-height: 30px;
    }

    .full-width-slider, .full-width-slider #featured-slider,
    .full-width-slider #slider-main-wrap,
    .full-width-slider #featured-slider .slides > li {
        height: 510px;
    }

    .full-width-slider #featured-slider .slides > li img {
        width: 158%;
        max-width: 158%;
    }

    .full-width-slider #featured-slider .flex-next, 
    .full-width-slider #featured-slider .flex-prev {
        top: 399px;
    }

    /*-------------------------------------------*\
        Staff Picks Styling
    \*-------------------------------------------*/

    .staff-picks {
        padding: 32px 0 46px;
        margin-bottom: 33px;
    }

    .staff-picks .large-feat {
        height: 224px;
    }

    .staff-picks .format-icon, .format-icon {
        left: 20px;
        top: 20px;
    }

    .staff-picks .large-feat .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .feat-post .excerpt,
    .feat-post .author-meta-wrap {
        display: none;
    }

    .feat-post .thumb-cap,
    .staff-picks .feat-post .thumb-cap {
        padding: 15px 22px;
    }

    .feat-post .thumb-meta-links {
        float: left;
    }

    .feat-post .thumb-meta-links li:first-child {
        margin-left: 0;
    }

    /*-------------------------------------------*\
        Large Posts Styling
    \*-------------------------------------------*/

    .large-post {
        margin-bottom: 42px;
    }

    .large-post.has-post-thumbnail .post-content,
    .large-post .post-content::after {
        width: 234px;
    }

    .large-post .post-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .section-heading {
        margin-bottom: 28px;
    }

    .section-heading span {
        font-size: 26px;
    }

    .section-heading::after {
        display: none;
    }

    .view-all-link {
        top: 21px;
    }

    .list-post.has-post-thumbnail .post-content, 
    .recent-posts-full .list-post.has-post-thumbnail .post-content {
        z-index: 2;
        width: 234px;
        padding: 25px;
        margin: -28px auto 0;
        float: none;
    }

    .list-post .post-content,
    .list-post .post-content::after,
    .recent-posts-full .list-post .post-content {
        width: 248px;
        text-align: center;
    }

    .list-post .post-content::after,
    .recent-posts-full .list-post .post-content::after {
        right: 36px;
        width: inherit;
    }

    .list-post.has-post-thumbnail .post-content::after {
        right: 25px;
    }

    .list-post.has-post-thumbnail .post-content,
    .recent-posts-full .list-post.has-post-thumbnail .post-content {
        width: 230px;
    }

    .list-post .post-thumb, .recent-posts-full .list-post .post-thumb {
        position: relative;
        height: auto;
        max-width: 100%;
        max-height: none;
        float: none;
        transform: translateY(0);
    }

    .list-post .post-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .excerpt {
        font-size: 15px;
        line-height: 21px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center {
        width: 320px;
    }

    .single-wrap-left {
        margin-bottom: 50px;
    }

    .single-post-title,
    .single-header-center .single-post-title {
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 30px;
    }

    .single-share-top > li:first-child {
        display: none;
    }

    .single-wrap .entry {
        margin-bottom: 32px;
    }

    .single-share-icons {
        height: auto;
    }

    .single-share-icons .share-this-txt {
        margin-right: 0;
        float: none;
        text-align: center;
    }

    .single-share-icons li:nth-child(2) {
        margin-left: 36px;
    }

    .single-share-icons .copy-link-share {
        width: 276px;
        margin-top: 11px;
        margin-right: 0;
    }

    .single-wrap .section-heading h2,
    .single-wrap .section-heading span {
        position: relative;
        font-size: 18px;
    }

    .about-author-wrap {
        text-align: center;
    }

    .author-avatar {
        float: none;
        margin: 0 auto 10px;
    }

    .author-icons {
        display: inline-block;
    }

    .small-nav-post,
    .small-nav-post + .small-nav-post {
        width: 100%;
        float: none;
        padding: 0;
        margin-right: 0;
    }

    .small-nav-post:nth-child(2) {
        margin-top: 24px;
    }

    .nav-post-arrow,
    .small-nav-post + .small-nav-post::before {
        display: none;
    }

    blockquote, .wp-block-pullquote,
    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        padding-left: 16px;
    }

    .entry blockquote p, 
    .wp-block-pullquote p, 
    .entry .wp-block-quote.is-large p, 
    .entry .wp-block-quote.is-style-large p, 
    .comment-text blockquote p, 
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 16px;
        line-height: 1.22em;
    }

    /*** Tables Styling ***/

    .entry table td, 
    .entry table th, 
    .comment table td, 
    .comment table th, 
    .wp-block-table.is-style-stripes td, 
    .wp-block-table.is-style-stripes th {
        word-break: break-all;
    }

    /*** Entry Headings Resizing ***/

    .entry h1, 
    .entry h2, 
    .entry h3, 
    .comment-text h1, 
    .comment-text h2, 
    .comment-text h3,
    .page-main-title {
        font-size: 22px;
        line-height: 26px;
    }

    /*** Comments Section Styling ***/

    .comment .children {
        margin-left: 54px;
    }

    #author, #email, #url {
        width: 50%;
    }

    #comment {
        width: 95.4%;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .main-page-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .wpcf7-textarea {
        width: 300px;
    }

    /*** Error Page ***/

    .error-content-wrap,
    .error-content-wrap.nothing-found {
        margin: 90px 0;
    }

    .error-content-wrap h1 {
        font-size: 38px;
    }

    .error-content-wrap.nothing-found h1 {
        font-size: 32px;
    }

    .error-content-wrap h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .error-wrap #searchform {
        width: 100%;
    }

    .error-wrap #s {
        width: 168px;
        text-align: center;
    }

    .error-wrap #searchsubmit {
        margin-top: 8px;
    }

    /*-------------------------------------------*\
        WooCommerce Shop Styling
    \*-------------------------------------------*/

    .woocommerce .woocommerce-ordering, 
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }

    .shop-post, 
    #shop-with-sidebar .shop-post {
        width: 100%;
        margin-right: 0;
    }

    .wc-block-grid.has-3-columns 
    .wc-block-grid__product {
        max-width: 90%;
    }

    .woocommerce div.product form.cart .variations label {
        margin-right: 5px;
    }

    .woocommerce-cart table.cart 
    td.actions .coupon .input-text {
        width: 126px;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .widget .small-posts .small-post-outer::before {
        font-size: 24px;
    }

    .widget .small-content {
        padding-left: 39px;
    }

    .small-widget .small-content .post-title {
        font-size: 15px;
        line-height: 21px;
    }

    .widget #s {
        width: 178px;
    }

    .main-sidebar .mc4wp-form input[type=email], 
    .main-sidebar .mc4wp-form input[type=text] {
        width: 226px;
    }

    #wp-calendar {
        table-layout: fixed;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #footer-newsletter h1 {
        font-size: 24px;
        line-height: 36px;
    }

    #footer-newsletter .form-text {
        width: 100%;
    }

    #footer-newsletter input[type=email],
    #footer-newsletter input[type=text] {
        width: 298px;
    }

    /*** Copyright DIV Styling ***/

    #copyright {
        text-align: center;
    }

    .footer-copy-text {
        line-height: 24px;
    }

    .footer-copy-text,
    #footer-social ul {
        float: none;
    }

    #footer-social ul {
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    #footer-social li::after {
        margin: 0 7px;
    }

    /*** Back To Top Styling ***/

    #back-to-top {
        right: 4px;
        bottom: 40px;
    }

}

/******************************************************
    Smaller than 330px
*******************************************************/

@media screen and (max-width: 330px) {

    .wrapper {
        width: 280px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-nav {
        top: 97%;
        width: 280px;
    }

    /*-------------------------------------------*\
        Featured / Staff Picks Posts Styling
    \*-------------------------------------------*/

    .layout-1-feat {
        height: 280px;
    }

    .staff-picks .large-feat {
        height: 196px;
    }

    /*** Layout 2 Featured ***/

    .layout-2-feat {
        padding-top: 64px;
        padding-bottom: 44px;
    }

    .layout-2-feat .post-thumb img {
        max-width: 116%;
    }
    
    .layout-2-feat .more-arrow,
    .layout-2-feat .share-span {
        display: none;
    }

    #featured-slider .flex-prev,
    #featured-slider .flex-next {
        top: 141px;
    }

    #featured-slider .flex-prev {
        left: 19px;
    }

    #featured-slider .flex-next {
        right: 19px;
    }

    /*** Layout 3 Featured ***/

    .circle-feat .post-thumb {
        width: 280px;
        height: 280px;
    }

    .circle-feat .post-thumb::before {
        right: -14px;
    }

    /*** Layout 4 Featured ***/

    .full-width-slider,
    .full-width-slider #featured-slider,
    .full-width-slider #slider-main-wrap,
    .full-width-slider #featured-slider .slides > li {
        height: 498px;
    }

    .full-width-slider #featured-slider .post-title {
        width: 90%;
    }

    .full-width-slider #featured-slider .slides > li img {
        width: 204%;
        max-width: 204%;
    }

    .full-width-slider #slider-nav-wrap {
        right: 0;
        left: 0;
        width: 178px;
        margin: 0 auto;
    }

    #slider-nav:hover li {
        margin-left: -28px;
    }

    #slider-nav li:first-child {
        margin-left: 0;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .image-banner-wrap .home-banner {
        margin-bottom: 32px;
    }

    .list-post {
        margin-bottom: 42px;
    }

    .list-post .post-content, 
    .recent-posts-full .list-post .post-content {
        width: 228px;
        padding: 25px;
        text-align: center;
    }

    .list-post .post-content::after, 
    .recent-posts-full .list-post .post-content::after {
        right: 25px;
        width: 228px;
    }

    .list-post.has-post-thumbnail .post-content,
    .large-post.has-post-thumbnail .post-content, .large-post .post-content::after {
        width: 208px;
    }

    .large-post .post-title,
    .list-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center {
        width: 280px;
    }

    .single-header {
        margin-bottom: 16px;
    }

    .single-thumb, .single-embed, .single-youtube-embed {
        margin-bottom: 24px;
    }

    .single-header-center .single-post-title, 
    .single-wrap-left .single-post-title, .single-post-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }

    .single-share-icons {
        margin-bottom: 37px;
    }

    .single-share-icons li:nth-child(2) {
        margin-left: 20px;
    }

    .single-share-icons .copy-link-share {
        width: 236px;
    }

    /*-------------------------------------------*\
        Pagination Styling
    \*-------------------------------------------*/

    .pagination {
        margin-bottom: 40px;
    }

    .pagination a, 
    .post-nav-links a,
    .pagination .current, 
    .post-nav-links .current {
        margin-right: 4px;
    }

    .pagination .dots, 
    .post-nav-links .dots {
        margin-right: 14px;
        margin-bottom: 6px;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .wpcf7-text,
    .wpcf7-textarea {
        width: 262px;
    }

    .page-temp-wrap .entry, #full-width-page, 
    #full-width-page .entry,
    .entry .wpcf7 {
        margin-bottom: 30px;
    }

    .error-content-wrap {
        margin: 80px 0;
    }

    .error-wrap #s {
        width: 105px;
        padding-left: 10px;
    }

    .error-wrap #searchsubmit {
        right: 4px;
    }

    /*-------------------------------------------*\
        WooCommerce Shop Styling
    \*-------------------------------------------*/

    .woocommerce .woocommerce-result-count {
        margin-bottom: 26px;
        font-size: 16px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 34px;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .widget #s {
        width: 114px;
        padding-right: 20px;
    }

    .widget #searchsubmit, 
    .entry .wp-block-search .wp-block-search__button {
        padding: 0 12px;
    }

    .widget .mc4wp-form h1, 
    .widget .mc4wp-form h2, 
    .widget .mc4wp-form h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .widget .mc4wp-form input[type=email],
    .widget .mc4wp-form input[type=text] {
        width: 150px;
    }

    .widget .mc4wp-form input[type=submit] {
        width: 190px;
    }

    .widget_calendar {
        font-size: 14px;
    }

    #wp-calendar tbody td, #wp-calendar .pad {
        padding-right: 6px;
        padding-left: 6px;
    }

    .widget .small-content {
        padding-left: 33px;
    }

    .small-widget .small-content .post-title {
        font-size: 14px;
        line-height: 20px;
    }

    .widget .small-posts .small-post-outer::before {
        font-size: 21px;
    }

    .small-widget .small-thumb {
        width: 88px;
        height: 88px;
        margin-left: 14px;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #newsletter-sub input[type=email],
    #newsletter-sub input[type=text] {
        width: 234px;
        text-align: center;
    }

}

/******************************************************
    Smaller than 240px
*******************************************************/

@media screen and (max-width: 240px) {

    .wrapper {
        width: 218px;
    }

    select {
        max-width: 96%;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-nav {
        width: 218px;
    }

    #header-elements li {
        margin-left: 7px;
    }

    #shopping-cart-li {
        display: none;
    }

    #main-header-wrap::before, #main-header-wrap::after, 
    #footer-newsletter::before, #footer-newsletter::after {
        width: 100%;
    }

    /*-------------------------------------------*\
        Featured / Staff Picks Posts Styling
    \*-------------------------------------------*/

    .layout-1-feat {
        height: 218px;
    }

    .layout-1-feat .post-title {
        margin-bottom: 0;
    }

    .large-feat .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .thumb-meta-links {
        display: none;
    }

    .staff-picks {
        padding: 24px 0 33px;
        margin-bottom: 25px;
    }

    .staff-picks .large-feat {
        height: 150px;
    }

    .view-all-link {
        display: none;
    }

    /*** Layout 2 Featured ***/

    .feat-post .thumb-cap, .staff-picks .feat-post .thumb-cap {
        padding: 10px 10px;
    }

    .format-icon, .category-icon {
        left: 10px;
        top: 10px;
    }

    #featured-slider .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .layout-2-feat .post-thumb img {
        max-width: 150%;
    }

    #featured-slider .flex-prev, #featured-slider .flex-next {
        top: 147px;
    }

    .gradient-bg {
        background: linear-gradient(180deg, rgba(34, 34, 34, 0.4) 0%, rgba(34, 34, 34, 0.9) 86.5%);
    }

    /*** Layout 3 Featured ***/

    .circle-feat .post-thumb {
        width: 218px;
        height: 218px;
    }

    .circle-feat .post-thumb::before {
        right: -16px;
    }

    .circle-feat .round-content {
        top: 64px;
    }

    .circle-title {
        width: 90%;
        margin: 0 auto 6px;
        font-size: 20px;
        line-height: 26px;
    }

    .circle-feat .excerpt {
        padding: 0;
    }

    .circle-feat .author-meta-outer-wrap {
        height: 17px;
    }

    .circle-feat .author-meta-wrap {
        display: none;
    }

    .small-feat-home-3 {
        padding: 34px 0;
        margin-bottom: 40px;
    }

    .small-feat-home-3 .small-thumb {
        width: 78px;
        height: 78px;
    }

    /*** Layout 4 Featured ***/

    .full-width-slider #featured-slider .slides > li img {
        width: 300%;
        max-width: 300%;
    }

    .full-width-slider #featured-slider .thumb-meta-links,
    .full-width-slider #featured-slider .flex-next,
    .full-width-slider #featured-slider .flex-prev {
        display: none;
    }

    /*-------------------------------------------*\
        Large Posts Styling
    \*-------------------------------------------*/

    .list-post.has-post-thumbnail .post-content, 
    .large-post.has-post-thumbnail .post-content, 
    .large-post .post-content::after {
        width: 178px;
    }

    .list-post .post-content,
    .recent-posts-full .list-post .post-content {
        width: 196px;
    }

    .large-post .post-content,
    .list-post.has-post-thumbnail .post-content, 
    .recent-posts-full .list-post.has-post-thumbnail .post-content,
    .list-post .post-content, .recent-posts-full .list-post .post-content {
        padding: 10px;
    }

    .large-post .post-content::after,
    .list-post.has-post-thumbnail .post-content::after {
        right: 10px;
    }

    .recent-posts-full .list-post .post-content::after {
        right: 10px;
        width: 196px;
    }

    .list-post.has-post-thumbnail .post-content, 
    .recent-posts-full .list-post.has-post-thumbnail .post-content {
        width: 178px;
    }

    .more-arrow {
        display: none;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center {
        width: 218px;
    }

    .single-header-center .single-post-title, 
    .single-wrap-left .single-post-title, .single-post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .single-share-icons li:nth-child(2) {
        margin-left: 12px;
    }

    .single-share-icons .mail-to {
        display: none;
    }

    .single-share-icons .copy-link-share {
        width: 174px;
    }

    .about-author-wrap .section-heading {
        height: auto;
        margin-bottom: 12px;
    }

    .about-author-wrap .section-heading h2 {
        padding-right: 0;
    }

    .author-avatar {
        width: 80px;
        height: 80px;
    }

    .author-icons li {
        margin-right: 2px;
    }

    #comment {
        width: 92.2%;
    }


    .shop-post.medium-post {
        margin-right: auto;
        margin-left: auto;
    }

    .shop-post.medium-post .post-content {
        width: 164px;
    }

    .shop-post.medium-post .post-content::after {
        width: 164px;
        right: 15px;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .wpcf7-text, .wpcf7-textarea {
        width: 200px;
    }

    .error-wrap #s {
        width: 106px;
        padding: 0 40px;
        text-align: center;
    }

    .error-wrap #searchsubmit {
        padding: 0 14px;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .widget #s, 
    .entry .wp-block-search 
    .wp-block-search__input {
        padding-right: 71px;
        padding-left: 10px;
    }

    .widget .mc4wp-form input[type=email],
    .widget .mc4wp-form input[type=text] {
        width: 128px;
    }

    .widget .mc4wp-form input[type=submit] {
        width: 172px;
    }

    #wp-calendar tbody td,
    #wp-calendar .pad {
        padding-right: 5px;
        padding-left: 5px;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #footer-newsletter h1 {
        font-size: 21px;
        line-height: 27px;
    }

    #footer-newsletter p {
        margin: 8px auto 16px;
        font-size: 15px;
        line-height: 21px;
    }

    #footer-newsletter input[type=email],
    #footer-newsletter input[type=text] {
        width: 216px;
    }

}