/******************************************************
    Smaller than 1200px
*******************************************************/

@media screen and (max-width: 1200px) {
    
    .wrapper {
        width: 923px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    #main-nav, #hidden-sidebar-icon {
        display: none;
    }

    #header-elements #menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        float: right;
    }

    #menu-icon span {
        position: absolute;
        left: 8px;
        display: block;
        width: 24px;
        height: 1px;
        background: #222;
        transition: all 0.3s ease;
    }

    .dark #menu-icon span {
        background-color: #fff;
    }
      
    #menu-icon span:nth-child(1) { top: 12px; }
    #menu-icon span:nth-child(2) { top: 20px; }
    #menu-icon span:nth-child(3) { top: 28px; }
      
    #menu-icon.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 20px;
    }
      
    #menu-icon.active span:nth-child(2) {
        opacity: 0;
    }
      
    #menu-icon.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 20px;
    }

    /*** Mobile Menu ***/

    #mobile-nav {
        position: absolute;
        right: 0;
        top: 104px;
        z-index: 1000;
        width: 280px;
        padding: 5px 20px;
        border-radius: 14px;
        border: 1px solid #efefef;
        background-color: #fff;
        box-shadow: 0px 3px 7px rgb(0 0 0 / 8%);
        font-size: 15px;
        text-transform: uppercase;
    }

    .dark #mobile-nav  {
        border-color: #303030;
        background-color: #222;
    }

    #main-header.stick-it #mobile-nav {
        top: 88px;
        border-radius: 0 0 14px 14px;
    }

    #mobile-nav li {
        width: 100%;
        height: auto;
        clear: both;
        padding: 0;
        margin: 0;
        float: none;
        border-bottom: 1px solid #efefef;
        line-height: normal;
    }

    .dark #mobile-nav li {
        border-bottom-color: #303030;
    }

    #mobile-nav li:last-child {
        border-bottom: none;
    }

    #mobile-nav .sub-menu {
        padding-left: 15px;
        border-top: 1px solid #E7E7E7;
    }

    .dark #mobile-nav .sub-menu {
        border-top-color: #303030;
    }

    #mobile-nav a {
        display: block;
        padding: 15px 0;
        text-decoration: none;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .list-post-large {
        min-height: unset;
        margin-bottom: 62px;
    }

    .list-post-large .post-thumb {
        position: relative;
        margin: 0 auto -90px;
        transform: none;
    }

    .list-post-large .post-thumb,
    .list-post-large .post-thumb img {
        width: 100%;
    }

    .list-post-large.has-post-thumbnail .post-content {
        width: 80%;
        min-height: unset;
        float: none;
        padding: 44px 44px 80px;
        margin: 0 auto;
    }

    .list-post-large .post-title {
        font-size: 32px;
        line-height: 42px;
    }

    .recent-posts-wrap, .left-wrapper {
        width: 100%;
    }

    .large-post {
        width: 871px;
    }

    .large-post .post-thumb {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .large-post .post-content {
        padding: 0 100px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-wrap-left {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .single-thumb-center {
        width: 923px;
        margin-bottom: 40px;
    }

    .single-header-center .single-post-title {
        font-size: 40px;
        line-height: 52px;
    }

    #related-posts .medium-post:nth-child(2n) {
        margin-right: 0;
    }

    /*-------------------------------------------*\
        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: 230px;
    }

    #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;
    }

    .shop-post::after {
        width: 220px;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .sidebar-wrap,
    .main-sidebar {
        position: static;
        margin: 0 auto 30px;
        float: none;
    }

    .widget-sidebar {
        width: 722px;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }

    .widget-sidebar > div {
        width: 670px;
    }

    .widget-sidebar .widget_noted_category_slider_widget {
        width: 388px;
        height: 440px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .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;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    .footer-newsletter h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-newsletter h1::after {
        top: 35px;
    }

    #back-to-top {
        right: 20px;
        bottom: 70px;
    }

}

/******************************************************
    Smaller than 960px
*******************************************************/

@media screen and (max-width: 960px) {

    .wrapper {
        width: 700px;
    }

    /*-------------------------------------------*\
        Homepage Intro Section Styling
    \*-------------------------------------------*/

    .intro-text {
        width: 100%;
    }

    #intro-heading h1 {
        font-size: 50px;
        line-height: 58px;
    }

    #intro-deco {
        left: 16px;
        top: -61px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .recent-posts {
        height: auto !important;
    }

    .large-post .post-thumb {
        max-width: 100%;
    }

    .list-post.has-post-thumbnail .post-content {
        width: 384px;
    }

    .list-post-large.has-post-thumbnail .post-content {
        width: 78%;
    }

    .medium-post {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        width: 648px;
        margin-right: 0;
    }

    .medium-post .post-title {
        font-size: 26px;
        line-height: 34px;
    }

    .medium-post .post-thumb {
        max-width: 74%;
        margin-right: auto;
        margin-left: auto;
    }

    /*-------------------------------------------*\
        Sidebar Styling
    \*-------------------------------------------*/

    .sidebar-wrap, .main-sidebar {
        width: 100%;
    }

    .widget-sidebar > div {
        width: 648px;
    }

    .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, .single-header-center,
    .inner-single-wrap-center {
        width: 700px;
    }

    .single-header-center {
        margin-bottom: 40px;
    }

    .single-header-center .single-post-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .single-wrap-left {
        width: 100%;
    }

    .single-wrap-left {
        margin-bottom: 60px;
    }

    .single-header .single-share-ul li:nth-child(4) {
        display: none;
    }

    .small-nav-post {
        width: 196px;
    }

    .inner-single-wrap-center .small-nav-post {
        width: 266px;
    }

    /*-------------------------------------------*\
        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: 279px;
    }

    .shop-post .post-thumb.product-thumb {
        max-width: unset;
    }

    .woocommerce div.product div.images, 
    .woocommerce div.product div.summary {
        margin-bottom: 6px;
    }

    .product_meta {
        margin-bottom: 34px;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    .footer-newsletter h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #back-to-top {
        bottom: 20px;
    }

}

/******************************************************
    Smaller than 700px
*******************************************************/

@media screen and (max-width: 700px) {

    body {
        font-size: 16px;
    }

    .wrapper {
        width: 320px;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/
    
    #mobile-nav, #main-header.stick-it #mobile-nav {
        top: 70px;
        border-radius: 0 0 14px 14px;
    }

    #main-header-wrap {
        height: 70px;
        margin-bottom: 33px;
    }

    #main-header.stick-it,
    #main-header.stick-it .main-header-inner-wrap {
        height: inherit;
    }

    #main-header {
        height: inherit;
        border-bottom: 1px solid #efefef;;
    }

    .dark #main-header {
        border-bottom-color: #303030;
    }

    .site-logo {
        line-height: 70px;
    }

    .site-logo img {
        max-height: 28px;
    }

    #header-elements li:first-child {
        margin-left: 0;
    }

    #shopping-cart-li, .header-button-li {
        display: none;
    }

    #modal-search-inner {
        width: 74%;
    }

    #modal-search #searchform {
        height: 84px;
    }

    #modal-search #s {
        font-size: 28px;
    }

    /*-------------------------------------------*\
        Homepage Intro Section Styling
    \*-------------------------------------------*/

    .intro-section {
        margin-top: 82px;
        margin-bottom: 44px;
    }

    #intro-deco {
        width: 12%;
        height: auto;
        top: -36px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #intro-heading h1 {
        margin-bottom: 9px;
        font-size: 28px;
        line-height: 38px;
    }

    .intro-text p {
        font-size: 16px;
        line-height: 24px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .list-post-large .author-avatar-li,
    .list-post-large .author-name {
        display: none;
    }

    .list-post {
        margin-bottom: 42px;
    }

    .list-post .post-thumb {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        margin-bottom: -30px;
        transform: none;
    }

    .list-post.has-post-thumbnail .post-content {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .list-post .post-title {
        font-size: 20px;
        line-height: 24px;
    }

    .list-post .more-btn {
        display: none;
    }

    .list-post .post-content::after {
        width: 202px;
    }

    .medium-post {
        margin-bottom: 44px;
    }
    
    .medium-post, .medium-post::after {
        width: 268px;
    }

    .medium-post .post-thumb {
        max-width: 100%;
    }

    .medium-post .post-content {
        padding: 0 8px;
    }

    .medium-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center, .single-header-center, 
    .inner-single-wrap-center {
        width: 320px;
    }

    .single-header-center {
        margin-bottom: 30px;
    }

    .single-header.single-header-center .author-meta-ul {
        margin-bottom: 0;
    }

    .single-header-left {
        margin-bottom: 30px;
    }

    .single-header-left .single-categories {
        margin-bottom: 3px;
    }

    .single-header-left .author-meta-ul {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .single-header-center .author-meta-all {
        padding: 0 20px;
    }

    .single-share-wrap li {
        margin-bottom: 15px;
    }

    .single-header .single-share-ul li:nth-child(4) {
        display: inline;
    }

    .single-header-left .single-post-title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 30px;
    }

    .single-thumb-left {
        margin-bottom: 30px;
    }

    .single-wrap-left-inner {
        padding: 0 20px;
    }

    .single-post-title,
    .single-header-center .single-post-title {
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 30px;
    }

    .single-header-center .single-post-title {
        margin-bottom: 18px;
    }

    .small-nav-post:first-child, .small-nav-post {
        width: 214px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .inner-single-wrap-center .small-nav-post,
    .inner-single-wrap-center .small-nav-post:first-child {
        width: 254px;
    }

    blockquote, .wp-block-pullquote,
    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        padding: 32px 32px 32px 66px;
        background-position: 24px 24px;
    }

    .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: 20px;
    }

    #author, #email, #url {
        width: 50%;
    }

    #comment {
        width: 92.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 {
        margin-right: 0;
    }

    .shop-post.medium-post .post-content {
        width: auto;
    }

    .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
    \*-------------------------------------------*/

    .sidebar-wrap, .main-sidebar {
        margin-bottom: 0;
    }

    .widget-sidebar .widget_noted_category_slider_widget {
        width: 100%;
        height: 372px;
    }

    .widget-sidebar > div,
    .widget-sidebar > div::after {
        width: 268px;
    }

    .small-thumb {
        width: 80px;
        height: 80px;
    }

    .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
    \*-------------------------------------------*/

    #main-footer {
        border-radius: 40px 40px 0 0;
    }

    .footer-newsletter {
        width: 100%;
        padding-top: 58px;
        margin-bottom: 58px;
    }

    .footer-newsletter h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .footer-newsletter h1::after {
        top: 24px;
    }

    .footer-newsletter .noted-inputs {
        width: 320px;
    }

    #main-footer .footer-newsletter input[type=email], 
    #main-footer .footer-newsletter input[type=text] {
        width: 162px;
        height: 52px;
        padding: 0px 15px;
    }

    .footer-newsletter .noted-inputs input[type=submit] {
        min-width: 122px;
        padding: 0 22px;
    }

    .footer-widgets {
        padding-bottom: 32px;
    }

    .footer-widgets .widget:first-child,
    .footer-widgets .widget {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    /*** Back To Top Styling ***/

    #back-to-top {
        right: 10px;
        bottom: 10px;
        width: 48px;
        height: 48px;
    }

}

/******************************************************
    Smaller than 330px
*******************************************************/

@media screen and (max-width: 330px) {

    .wrapper {
        width: 280px;
    }

    #header-elements #menu-icon {
        width: 33px;
    }

    #header-elements li {
        margin-left: 2px;
    }

    #mobile-nav {
        width: 238px;
    }

    /*-------------------------------------------*\
        Homepage Intro Section Styling
    \*-------------------------------------------*/

    .intro-section {
        margin-top: 74px;
    }

    #intro-deco {
        top: -33px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post {
        margin-bottom: 38px;
    }

    .medium-post, .medium-post::after {
        width: 228px;
    }

    /*-------------------------------------------*\
        Single Post Styling
    \*-------------------------------------------*/

    .single-thumb-center,
    .single-thumb-center, .single-header-center, .inner-single-wrap-center {
        width: 280px;
    }

    .single-header {
        margin-bottom: 16px;
    }

    .single-thumb {
        margin-bottom: 24px;
    }

    .inner-single-wrap-center {
        margin-bottom: 42px;
    }

    .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-tags {
        margin-bottom: 32px;
    }

    .small-nav-post:first-child, .small-nav-post {
        width: 174px;
    }

    .inner-single-wrap-center .small-nav-post, 
    .inner-single-wrap-center .small-nav-post:first-child {
        width: 214px;
    }

    .single-wrap .single-share-wrap {
        margin-bottom: 32px;
    }

    #comments {
        margin-bottom: 44px;
    }

    .comment-body .avatar-wrap {
        display: none;
    }

    .comment-text p {
        font-size: 15px;
        line-height: 21px;
    }

    .related-heading {
        margin-bottom: 32px;
        font-size: 20px;
    }

    /*-------------------------------------------*\
        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-sidebar > div {
        margin-bottom: 38px;
    }

    .widget-sidebar > div, .widget-sidebar > div::after {
        width: 228px;
    }

    .widget-sidebar .widget_noted_category_slider_widget {
        height: 320px;
    }

    .noted-slider-item .post-content {
        padding: 22px 16px;
    }

    .noted-slider-item .post-title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .noted-slider-item .author-name,
    .noted-slider-item .author-meta-ul li:first-child {
        display: none;
    }

    .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;
    }

    /*-------------------------------------------*\
        Main Footer Styling
    \*-------------------------------------------*/

    #main-footer {
        border-radius: 60px 60px 0 0;
    }

    .footer-newsletter {
        padding-top: 64px;
        margin-bottom: 32px;
    }

    .footer-newsletter h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .footer-newsletter h1::after {
        top: 16px;
    }

    .footer-newsletter .noted-inputs {
        width: 100%;
    }

    #copyright {
        height: auto;
        padding: 30px 0;
    }

    .footer-copy-text {
        line-height: 24px;
    }

}

/******************************************************
    Smaller than 240px
*******************************************************/

@media screen and (max-width: 240px) {

    .wrapper {
        width: 218px;
    }

    select {
        max-width: 96%;
    }

    /*-------------------------------------------*\
        Main Header Styling
    \*-------------------------------------------*/

    .dark-light-icons, .header-search-li {
        display: none;
    }

    #mobile-nav {
        width: 176px;
    }

    #intro-heading h1 {
        font-size: 21px;
        line-height: 25px;
    }

    /*-------------------------------------------*\
        Recent Posts Styling
    \*-------------------------------------------*/

    .medium-post, .medium-post::after {
        width: 166px;
    }

    /*-------------------------------------------*\
        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-sidebar > div, .widget-sidebar > div::after {
        width: 166px;
    }

    .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;
    }

    .widget .small-post {
        text-align: center;
    }

    .widget .small-thumb {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }

    .widget-sidebar .widget_noted_category_slider_widget {
        height: 256px;
    }

}