/******************************************************
    Smaller than 1200px
*******************************************************/

@media screen and (max-width: 1200px) {
    
    .wrapper {
        width: 960px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-header.stick-it {
        position: relative;
    }

    #menu-icon {
        display: block;
        height: 100px;
        color: #222;
        float: left;
        padding-right: 20px;
        line-height: 106px;
        cursor: pointer;
        transition: color .3s;
    }

    #menu-icon i {
        font-size: 28px;
    }

    #main-nav {
        position: absolute;
        left: -32px;
        top: 100px;
        z-index: 1000;
        display: none;
        width: 318px;
        height: auto;
        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:first-child::before {
        display: none;
    }

    #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;
    }

    #main-nav a::before {
        left: 28px;
        bottom: -1px;
        height: 1px;
    }

    #main-nav .current-menu-item > a {
        border-bottom-color: transparent !important;
    }

    .navbubble {
        right: -4px;
        top: 1px;
    }

    #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::after {
        display: none !important;
    }

    /*** 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: 8px;
        display: block;
        width: 38px;
        height: 38px;
        border: 1px solid #eee;
        border-radius: 6px;
        line-height: 38px;
        text-align: center;
    }

    #main-nav 
    .menu-arrow::after {
        content: "\f078";
        color: #222;
        font-family: 'FontAwesome';
        font-size: 17px;
        transform: rotate(0.001deg);
    }

    #main-nav 
    .menu-arrow.menu-children-visible::after {
        content: "\f00d";
        font-size: 18px;
    }

    #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
    \*-------------------------------------------*/

    .feat-post-large {
        width: 315px;
        height: 388px;
    }

    .feat-post-large .post-title {
        font-size: 26px;
        line-height: 30px;
    }

    .feat-post-small {
        width: 300px;
        height: 186px;
    }

    /*** Second Homepage Featured Posts ***/

    #featured-posts-two 
    .feat-post-large {
        width: 100%;
        height: 448px;
        margin-right: 0;
        border-radius: 6px;
    }

    #featured-posts-two 
    #featured-small-posts {
        display: none;
    }

    /*** Third Homepage Featured Carousel ***/

    #carousel-wrap,
    .carousel-post {
        height: 390px;
    }

    .carousel-post 
    .meta-btn-wrap .player-btn {
        left: 112px;
        top: 134px;
    }

    .carousel-post h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #carousel-nav {
        right: -32px;
    }

    #carousel-nav a {
        width: 30px;
    }

    /*-------------------------------------------*\
        Staff Picks Section Styling
    \*-------------------------------------------*/

    .picks-post {
        width: 438px;
    }

    .picks-post + .picks-post {
        margin-right: 0;
    }

    .picks-post:nth-child(3) {
        display: none;
    }

    /*-------------------------------------------*\
        Favorites Section Styling
    \*-------------------------------------------*/

    .left-wrapper {
        width: 100%;
    }

    #favorite-section .medium-post, 
    #small-favorites {
        width: 462px;
    }

    #favorite-section .medium-post 
    .post-title {
        font-size: 27px;
        line-height: 33px;
    }

    .small-post .post-thumb {
        width: 164px;
    }

    .small-post .post-title {
        font-size: 20px;
        line-height: 24px;
    }

    /*-------------------------------------------*\
        Newsletter Form Section Styling
    \*-------------------------------------------*/

    #newsletter-sub input[type=email], 
    #newsletter-sub input[type=text] {
        width: 420px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .recent-posts-wrap {
        width: 100%;
    }

    .medium-post {
        width: 296px;
        margin-right: 36px;
    }

    .medium-post .post-title {
        font-size: 23px;
        line-height: 29px;
    }

    .recent-posts .medium-post:nth-child(3n),
    .recent-posts .medium-post:nth-child(2n) {
        margin-right: 36px;
    }

    .recent-posts .medium-post:nth-child(3n) {
        margin-right: 0;
    }

    .recent-posts .medium-post:nth-child(3n+1) {
        clear: left;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-header-center 
    .single-post-title {
        font-size: 40px;
        line-height: 46px;
    }

    .single-wrap-left,
    #related-posts {
        width: 100%;
        float: none;
    }

    #related-posts .medium-post {
        width: 462px;
    }

    #related-posts .post-title {
        font-size: 26px;
        line-height: 30px;
    }

    /*-------------------------------------------*\
        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: 100%;
        margin-bottom: 0;
    }

    .widget-sidebar {
        width: 90%;
        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;
    }

}

/******************************************************
    Smaller than 960px
*******************************************************/

@media screen and (max-width: 960px) {

    .wrapper {
        width: 700px;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .feat-post-large {
        width: 342px;
        height: 436px;
    }

    .feat-post-large + .feat-post-large {
        margin-right: 0;
    }

    .feat-post-small {
        width: 342px;
        height: 211px;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .feat-post-small:last-child {
        margin-left: 16px;
    }

    /*** Second Homepage Featured Posts ***/

    #featured-posts-two .feat-post-large {
        height: 428px;
    }

    #featured-posts-two h1 {
        font-size: 36px;
    }

    /*** Third Homepage Featured Carousel ***/

    #carousel-wrap,
    .carousel-post {
        height: 490px;
    }

    .carousel-post 
    .meta-btn-wrap .player-btn {
        left: 142px;
        top: 196px;
    }

    /*-------------------------------------------*\
        Staff Picks Section Styling
    \*-------------------------------------------*/

    .picks-post {
        width: 314px;
        height: auto;
    }

    .picks-post .post-thumb {
        width: 64px;
        height: 64px;
    }

    .picks-post .post-content {
        padding-top: 6px;
    }

    .picks-post .post-title {
        margin-bottom: 0;
    }

    /*-------------------------------------------*\
        Favorites Section Styling
    \*-------------------------------------------*/

    #favorite-section .medium-post, 
    #small-favorites {
        width: 335px;
    }

    #favorite-section 
    .small-post .post-thumb {
        width: 112px;
    }

    #favorite-section 
    .medium-post .post-title {
        font-size: 24px;
        line-height: 30px;
    }

    #favorite-section 
    .small-post .post-content {
        padding-top: 6px;
    }

    #favorite-section 
    .small-post .post-title {
        font-size: 18px;
        line-height: 22px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post {
        width: 214px;
        margin-right: 29px;
    }
 
    .recent-posts .medium-post:nth-child(2n) {
        margin-right: 29px;
    }

    .recent-posts .medium-post:nth-child(3n) {
        margin-right: 0;
    }

    .medium-post .post-thumb {
        margin-bottom: 12px;
    }

    .medium-post .post-title {
        font-size: 20px;
        line-height: 24px;
    }

    .pagination {
        margin-bottom: 50px;
    }

    /*-------------------------------------------*\
        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;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-header-center, 
    .single-wrap-center {
        width: 100%;
    }

    .single-header-center .single-post-title {
        font-size: 34px;
        line-height: 40px;
    }

    #related-posts .medium-post,
    .single-wrap-center 
    #related-posts .medium-post {
        width: 335px;
    }

    #related-posts .post-title {
        font-size: 23px;
        line-height: 27px;
    }

    /*-------------------------------------------*\
        Contact Form Styling
    \*-------------------------------------------*/

    .wpcf7-textarea {
        width: 686px;
    }

    /*-------------------------------------------*\
        WooCommerce Shop Styling
    \*-------------------------------------------*/

    .shop-post, 
    #shop-with-sidebar .shop-post {
        width: 208px;
    }

    .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) {

    .wrapper {
        width: 320px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-header-wrap {
        height: auto;
    }

    #menu-icon {
        padding-right: 14px;
    }

    #main-header 
    .site-logo img {
        max-width: 100%;
        height: auto;
    }

    .site-text-logo h1 {
        font-size: 30px;
        line-height: 34px;
    }

    #logo-wrap {
        max-width: 180px;
        margin-right: 0;
    }

    #header-elements {
        width: auto;
    }

    #hidden-sidebar-icon,
    #hidden-sidebar-wrap {
        display: none !important;
    }

    #header-search-icon {
        margin-left: 10px;
    }

    #modal-search-inner {
        width: 74%;
    }

    #modal-search #searchform {
        height: 84px;
    }

    #modal-search #s {
        font-size: 28px;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .feat-post-large {
        width: 100%;
        height: 408px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .feat-post-small {
        width: 100%;
        height: 198px;
        margin-top: 0;
    }

    .feat-post-small + .feat-post-small {
        margin-top: 16px;
    }

    .feat-post-small:last-child {
        margin-left: 0;
    }

    /*** Second Homepage Featured Posts ***/

    #featured-posts-two {
        margin-bottom: 12px;
    }

    .category-highlight {
        top: 4px;
    }

    #featured-posts-two .feat-post-large {
        height: 194px;
    }

    #featured-posts-two 
    .feat-post-large .post-content {
        bottom: 14px;
        padding: 0 14px;
    }

    #featured-posts-two 
    .feat-post-large .post-author {
        margin-bottom: 5px;
    }

    #featured-posts-two h1 {
        font-size: 22px;
        line-height: 24px;
    }

    #featured-posts-two 
    .feat-post-large .episode-play-icon {
        width: 44px;
        height: 44px;
    }

    #featured-posts-two 
    .feat-post-large .episode-play-icon::after {
        right: 14px;
        top: 15px;
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 12px;
    }

    #featured-posts-two 
    .feat-post-large .player-btn.now-playing 
    .episode-play-icon::after {
        right: 15px;
        top: 15px;
    }

    #featured-posts-two 
    .feat-post-large.has-user-media 
    .meta-btn-wrap {
        margin-top: 7px;
    }

    #featured-posts-two 
    .feat-post-large.has-user-media 
    .meta-btn-wrap li {
        line-height: 44px;
    }

    /*** Third Homepage Featured Carousel ***/

    #carousel-wrap,
    .carousel-post {
        height: 454px;
    }

    .carousel-post 
    .meta-btn-wrap .player-btn {
        left: 126px;
    }

    /*-------------------------------------------*\
        Staff Picks Section Styling
    \*-------------------------------------------*/

    .picks-post {
        width: 292px;
        margin-bottom: 16px;
    }

    .picks-post:last-child {
        margin-bottom: 0;
    }

    .picks-post:nth-child(3) {
        display: block;
    }

    /*-------------------------------------------*\
        Favorites Section Styling
    \*-------------------------------------------*/

    #favorite-section .medium-post, 
    #small-favorites {
        width: 100%;
    }

    #small-favorites {
        margin-bottom: 40px;
    }

    /*-------------------------------------------*\
        Newsletter Form Section Styling
    \*-------------------------------------------*/

    #newsletter-sub h1,
    .mc4wp-form h1 {
        font-size: 28px;
        line-height: 34px;
    }

    #newsletter-sub input[type=email], 
    #newsletter-sub input[type=text] {
        width: 188px;
        margin-bottom: 10px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post {
        width: 100%;
        float: none;
        clear: both;
    }

    .medium-post .post-title {
        font-size: 22px;
        line-height: 28px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-header-center .single-post-title, 
    .single-wrap-left .single-post-title {
        font-size: 24px;
        line-height: 30px;
    }

    .single-thumb {
        margin-bottom: 34px;
        line-height: 0;
    }

    .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: 20px;
        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%;
    }

    /*-------------------------------------------*\
        Media Player Styling
    \*-------------------------------------------*/

    #audio-player-large,
    .player-content {
        width: 366px;
    }

    #audio-player-large.is-external-player, 
    #audio-player-large.is-external-player .player-content {
        width: 340px;
        height: 194px;
    }

    #audio-player-large.is-external-player::after {
        top: 70px;
    }

    #audio-player-large 
    .mejs-container.mejs-audio {
        width: 366px !important;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .wpcf7-textarea {
        width: 305px;
    }

    /*** 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 #s {
        width: 178px;
    }

    .main-sidebar .mc4wp-form input[type=email], 
    .main-sidebar .mc4wp-form input[type=text] {
        width: 226px;
    }

    .small-post .post-thumb {
        width: 112px;
        margin-right: 8px;
    }

    .small-post .post-content {
        padding-top: 6px;
    }

    .small-post .post-title {
        font-size: 18px;
        line-height: 22px;
    }

    .small-post .episode-play-icon {
        margin-right: 4px;
    }

    #wp-calendar {
        table-layout: fixed;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #footer-social {
        margin-bottom: 24px;
    }

    #footer-social li {
        margin-bottom: 10px;
    }

    /*** Footer Nav Styling ***/

    #footer-nav-wrap {
        margin-bottom: 10px;
    }

    #footer-nav-wrap,
    #footer-nav a {
        height: auto;
    }

    #footer-nav .navbubble {
        top: -17px;
    }

    #footer-nav li::before, 
    #footer-nav li:last-child:after {
        display: none;
    }

    #footer-nav li {
        clear: both;
        float: none;
        margin-bottom: 16px;
        text-align: center;
    }

    #footer-nav ul li ul ul {
        left: 14%;
    }

    .footer-nav-bg {
        display: none;
    }

    /*** Copyrights Text Styling ***/

    #copyright {
        margin-bottom: 34px;
    }

    /*** Back To Top Styling ***/

    #back-to-top {
        right: 4px;
        bottom: 40px;
    }

}

/******************************************************
    Smaller than 330px
*******************************************************/

@media screen and (max-width: 330px) {

    .wrapper {
        width: 240px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-header-wrap {
        height: 90px;
        margin-bottom: 34px;
    }
    
    #main-nav {
        top: 90px;
    }

    #menu-icon {
        height: 90px;
        padding-right: 10px;
        line-height: 94px;
    }

    #menu-icon i {
        font-size: 24px;
    }

    #main-nav {
        width: 218px;
    }

    #logo-wrap {
        max-width: 148px;
        height: 90px;
        max-width: 135px;
    }

    .woocommerce-page 
    #logo-wrap {
        max-width: 125px;
    }

    .site-logo {
        line-height: 90px;
    }

    #main-header .site-logo img {
        max-height: 44px;
    }

    .site-text-logo h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .site-tagline a {
        font-size: 13px;
    }

    /*** Header Elements Styling ***/

    .cart-count-wrap {
        right: 15px;
    }

    .cart-customlocation::after {
        font-size: 19px;
    }

    #header-search-icon {
        width: 36px;
        height: 36px;
        margin-left: 8px;
        background-position: 7px 7px;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .feat-post-large {
        height: 308px;
    }

    .feat-post-large .post-title {
        font-size: 22px;
        line-height: 24px;
    }

    .feat-post-small {
        height: 150px;
    }

    .feat-post .post-content {
        bottom: 14px;
        padding: 0 15px;
    }

    .feat-post.has-user-media .meta-btn-wrap {
        margin-top: 9px;
    }

    .feat-post-small .thumb-gradient {
        height: 100%;
    }

    .feat-post-small .post-author {
        display: none;
    }

    .feat-post-small .post-title {
        font-size: 18px;
        line-height: 20px;
    }

    /*** Second Homepage Featured Posts ***/

    #featured-posts-two 
    .category-highlight,
    #featured-posts-two 
    .feat-post-large .post-author {
        display: none;
    }

    #featured-posts-two .feat-post-large {
        height: 146px;
    }

    #featured-posts-two 
    .feat-post-large .post-content {
        bottom: 11px;
        padding: 0 10px;
    }

    #featured-posts-two h1 {
        font-size: 18px;
        line-height: 20px;
    }

    #featured-posts-two .thumb-gradient {
        height: 100%;
    }

    /*** Third Homepage Featured Carousel ***/

    #carousel-wrap, .carousel-post {
        height: 340px;
    }

    .carousel-post h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .carousel-post .episode-play-icon {
        width: 60px;
        height: 60px;
    }

    .carousel-post .episode-play-icon::after {
        right: 18px;
        top: 20px;
    }

    .carousel-post .player-btn.now-playing 
    .episode-play-icon::after {
        right: 20px;
        top: 22px;
    }

    .carousel-post 
    .meta-btn-wrap .player-btn {
        left: 88px;
        top: 118px;
    }

    /*-------------------------------------------*\
        Staff Picks Section Styling
    \*-------------------------------------------*/

    .picks-post {
        width: 212px;
    }

    .picks-post::before {
        left: 58px;
    }

    .picks-post .post-thumb {
        width: 88px;
        height: 88px;
        float: none;
        margin: 0 auto;
    }

    .picks-post .post-title {
        text-align: center;
    }

    /*-------------------------------------------*\
        Favorites Section Styling
    \*-------------------------------------------*/

    #favorite-section .medium-post 
    .post-title {
        font-size: 19px;
        line-height: 21px;
    }

    #favorite-section .small-post 
    .post-thumb {
        width: 46px;
    }

    #favorite-section .small-post .post-title {
        font-size: 16px;
        line-height: 18px;
    }

    /*-------------------------------------------*\
        Newsletter Form Section Styling
    \*-------------------------------------------*/

    #newsletter-sub {
        padding: 30px 20px;
    }

    #newsletter-sub h1, .mc4wp-form h1 {
        font-size: 26px;
        line-height: 28px;
    }

    #newsletter-sub input[type=email], 
    #newsletter-sub input[type=text] {
        width: 158px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post .post-title {
        font-size: 19px;
        line-height: 25px;
    }

    .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;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-wrap-left .single-thumb {
        margin-bottom: 18px;
    }

    .single-post-title {
        margin-bottom: 14px;
    }

    .single-wrap-center {
        width: 100%;
    }

    .single-header-center .single-post-title, 
    .single-wrap-left .single-post-title {
        font-size: 19px;
        line-height: 25px;
    }

    #about-author {
        margin-bottom: 40px;
    }

    #author-icons li {
        margin-bottom: 0;
    }

    .single-wrap-center 
    #author-icons li:nth-child(6) {
        margin-top: 0;
    }

    #related-posts .medium-post, 
    .single-wrap-center #related-posts .medium-post {
        width: 100%;
    }

    #related-posts .post-title {
        font-size: 19px;
        line-height: 23px;
    }

    /*-------------------------------------------*\
        Media Player Styling
    \*-------------------------------------------*/

    #audio-player-large,
    .player-content {
        width: 280px;
    }

    .player-thumb, 
    .player-content .no-image {
        width: 70px;
        height: 70px;
    }

    #audio-player-large 
    .mejs-container.mejs-audio {
        width: inherit !important;
    }

    #audio-player-large.is-external-player, 
    #audio-player-large.is-external-player .player-content {
        width: 280px;
        height: 164px;
    }

    #audio-player-large.is-external-player::after {
        top: 56px;
    }

    /*-------------------------------------------*\
        Pagination Styling
    \*-------------------------------------------*/

    .pagination {
        margin-bottom: 40px;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .wpcf7-text,
    .wpcf7-textarea {
        width: 226px;
    }

    .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
    \*-------------------------------------------*/

    .section-heading, 
    .widget-sidebar .wp-block-group__inner-container h2:first-of-type {
        font-size: 19px;
    }

    .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-post {
        margin-bottom: 30px;
    }

    .widget .small-post .post-thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #main-footer {
        padding-top: 44px;
    }

    #footer-logo img {
        max-height: 56px;
        margin-bottom: 28px;
    }

    #footer-nav ul li ul ul {
        left: 12%;
    }

    #copyright {
        height: auto;
        padding: 20px 0;
    }

    #copyright p {
        line-height: 24px;
    }

}

/******************************************************
    Smaller than 240px
*******************************************************/

@media screen and (max-width: 240px) {

    .wrapper {
        width: 220px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    .woocommerce-page #logo-wrap {
        max-width: 107px;
    }

    .site-text-logo {
        margin-top: 8px;
    }

    #main-nav {
        left: 0;
    }

    .cart-customlocation::after {
        font-size: 17px;
    }

    #header-search-icon {
        margin-left: 6px;
    }

    /*-------------------------------------------*\
        Featured Posts Styling
    \*-------------------------------------------*/

    .category-highlight {
        left: 0;
    }

    .feat-post-large {
        height: 282px;
    }

    .feat-post .post-content {
        bottom: 12px;
        padding: 0 11px;
    }

    .feat-post-large .post-title {
        font-size: 19px;
        line-height: 21px;
    }

    .episode-play-icon {
        margin-right: 4px;
    }

    .post-meta {
        font-size: 12px;
    }

    .feat-post-small {
        height: 136px;
    }

    /*** Second Homepage Featured Posts ***/

    #featured-posts-two .feat-post-large {
        height: 134px;
    }

    #featured-posts-two .feat-post-large .post-meta {
        font-size: 12px;
    }

    /*** Third Homepage Featured Carousel ***/

    #carousel-wrap, .carousel-post {
        height: 312px;
    }

    .carousel-post .post-meta,
    .carousel-post .episode-no {
        font-size: 12px;
        line-height: normal;
    }

    .carousel-post .meta-btn-wrap .player-btn {
        left: 84px;
        top: 104px;
    }

    .thumb-gradient {
        height: 100%;
    }

    #carousel-nav {
        display: none;
    }

    /*-------------------------------------------*\
        Staff Picks Section Styling
    \*-------------------------------------------*/

    .picks-post {
        width: 192px;
        margin-right: 0;
    }

    /*-------------------------------------------*\
        Newsletter Form Section Styling
    \*-------------------------------------------*/

    #newsletter-sub h1, .mc4wp-form h1 {
        font-size: 24px;
    }
    
    #newsletter-sub input[type=email], 
    #newsletter-sub input[type=text] {
        width: 138px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post {
        margin-bottom: 34px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    #comment {
        width: 94.2%;
    }

    /*-------------------------------------------*\
        Media Player Styling
    \*-------------------------------------------*/

    #audio-player-large, .player-content {
        width: 192px;
    }

    #audio-player-large.is-external-player, 
    #audio-player-large.is-external-player .player-content {
        width: 192px;
        height: 112px;
    }

    #audio-player-large.is-external-player::after {
        top: 34px;
    }

    /*-------------------------------------------*\
        Contact Form / Error Page Styling
    \*-------------------------------------------*/

    .wpcf7-text, .wpcf7-textarea {
        width: 206px;
    }

    .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-nav ul li ul {
        display: none;
    }

}