/*
	---------------------------------------------------
	
	           Styles for Mobile Devices

	---------------------------------------------------
*/ 


/* 1420px (devices and browsers) */
@media only screen and (min-width: 1420px){
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    .main-header {
        width: 1400px;
    }

    .anthide-menu { 
        display: block; 
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 1400px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 1396px; 
    } 
    
    
    /* .page-content */
    .single-content { 
        /* width: 1004px;  */
        float: left; /* right/left */
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 1400px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 1400px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 1400px;   
    }
    
    .featured-box-right {
        width: 460px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 400px;  
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 675px; 
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 360px; 
    }
    
    ul.home-module-2cols-widget-list {
        width: 300px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        margin-left: -250px;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 { 
        padding-right: 40px;
    }
    
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 1430px; 
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 446.66px;
        height: 525px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 416.66px; 
        height: 298px; 
    } 
    
    div.masonry3cols-content {
        width: 346.66px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 180px; 
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 1430px; 
        margin-left: -30px; 
    }
    
    ul.masonry4cols li { 
        width: 327.5px;
        height: 570px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 297.5px; 
        height: 298px; 
    } 
    
    div.masonry4cols-content {
        width: 260px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 180px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 1400px; 
    }
    
    /* -- Media Content Box 1004-64=937 -- */
    div.media-single-content {  
        width: 680px; 
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 390px; 
    }
    
    .not-found #searchform2 { 
        width: 380px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 300px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 734px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 50px;
    }
    
    .one_half_last_sr {
        width: 330px;
        margin-right: 0; 
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: 235px;
    } 
    
    #single-share  {
        width: 70px;
        margin: 15px 0 29px 33px; 
    }
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 734px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 28px; 
    }
    
    .entry h1.page-title {
        font-size: 42px; 
    }
    
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 734px; 
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 734px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 734px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 654px; 
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 654px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 198px !important; 
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 1400px; 
        height: auto; 
        margin: 0 auto; 
    }  
    
    /* ------------ */
    } /* end 1400px */
    
    
    
    
    
    
    
    
    
    /* 1350px (devices and browsers) */
    @media only screen and (min-width: 1250px) and (max-width: 1419px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    .main-header {
        width: 1230px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
    /* display: block; */
    float: left;
    width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 1230px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 1226px; 
    } 
     
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 135px 25px 135px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 1230px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 1230px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 1230px;   
    }
    
    .featured-box-left {
        width: 720px; 
    }
    
    .featured-box-right {
        width: 460px; 
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 630px;
    }
    
    ul.featured-posts-big li {
        width: 630px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: auto; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 400px;  
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 625px; 
    }
    
    .home-sidebar-right {
        width: 525px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 80px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 200px;
        height: 160px;
        margin-left: 40px;
    }
    
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 875px; 
        margin-left: -35px;
    }
    
    ul.masonry2cols li { 
        width: 402.5px; 
        margin-left: 35px;
        margin-bottom: 35px; 
        padding-bottom: 35px; 
    }
    
    ul.masonry2cols li img { 
        width: 372.5px; 
        height: 325px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 300px; 
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 320px; 
    }
    
    ul.home-module-2cols-widget-list {
        width: 260px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        margin: 8px 0 0 -60px; 
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 1260px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 390px;
        height: 540px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 360px; 
        height: 250px; 
    } 
    
    div.masonry3cols-content {
        width: 290px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 180px; 
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 1260px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 390px;
        height: 520px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 360px; 
        height: 250px; 
    } 
    
    div.masonry4cols-content {
        width: 290px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 180px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 25px 15px 0; 
    }
    
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 1230px; 
    }
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 630px; 
    }
    
    .article-meta-data { 
        width: 550px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 390px; 
    }
    
    .not-found #searchform2 { 
        width: 380px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 300px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 666px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 290px;
        margin-bottom: 10px;
        margin-right: 30px;
    }
    
    .one_half_sr { 
        padding: 10px 20px 15px 10px; 
    }
    
    .one_half_last_sr {
        width: 316px;
        margin-right: 0; 
    }
    
    
    /* -- Related ARTICLES (single page) -- */
    ul.article_list { 
        width: 300px; 
    } 
    
    div.one_half_last_sr ul.article_list {
        width: 320px; 
    }
    
    div.one_half_last_sr ul.article_list li img {
        width: 100px; 
    }
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: 190px;
    } 
    
    #single-share  {
        width: 70px;
        margin: 15px 0 29px 0px; 
    } 
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 666px; 
    }
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 666px; 
    }
    
    .prev-entry {
        padding: 35px 25px 35px 25px; 
    }
    
    .prev-entry2 {
        padding: 35px 25px 35px 25px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 24px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 666px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 666px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 586px; 
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 586px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 175px !important; 
    } 
    
    
    /* -- 404 page -- */
    #anthemes-404 {
        min-height: 240px;
        padding: 135px 0 100px 0;
    }
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 1230px; 
        height: auto; 
        margin: 0 auto; 
    } 
    
    /* ------------ */
    } /* end 1230px */
    
    
    
    
    
    
    
    
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 1025px) and (max-width: 1249px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    .main-header {
        width: 980px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 980px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 976px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 80px 25px 80px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
     
    /* Modal Content for Search */
    .modal-content { 
        width: 980px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Menu home-links (home) -- */
    div.wittermag-wp-secondary-menu {
        width: 100%;
    }
    
    ul.menu-home-links li {
        margin-right: 0px; 
        margin-left: 0px; 
    } 
    
    ul.menu-home-links li.space {
        margin-left: 15px;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  {
        width: auto;
        float: right;
        margin: -62px 70px 0 0;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 980px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 980px;   
    }
    
    .featured-box-left {
        width: 420px; 
    }
    
    .featured-box-right {
        width: 460px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 100%;
        margin: -53px -90px 0 0;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2.2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 22px;
    }
    
    .big-boxnumber {
        margin: 110px 0 0 -90px;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 430px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 430px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: auto; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 400px;  
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 550px; 
    }
    
    .home-sidebar-right {
        width: 380px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list {
        width: 305px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list li img {
        display: none;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 7px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 150px;
        height: 150px;
        margin-left: 25px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 675px; 
        margin-left: -35px;
    }
    
    ul.masonry2cols li { 
        width: 302.5px; 
        margin-left: 35px;
        margin-bottom: 35px; 
        padding-bottom: 35px; 
    }
    
    ul.masonry2cols li img { 
        width: 272.5px; 
        height: 270px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 250px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 26px;
        line-height: 32px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 300px; 
    }
    
    ul.home-module-2cols-widget-list {
        width: 240px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        margin: 8px 0 0 -60px; 
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 1010px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 306.66px;
        height: 500px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 276.66px; 
        height: 250px; 
    } 
    
    div.masonry3cols-content {
        width: 260px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 170px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 1010px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 306.66px;
        height: 500px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 276.66px; 
        height: 250px; 
    } 
    
    div.masonry4cols-content {
        width: 260px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 170px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 980px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 44px;
    }
    
    div.middle-home-title p  { 
        font-size: 17px;
        margin-top: 10px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 980px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 420px; 
    }
    
    .article-meta-data { 
        width: 520px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 390px; 
    }
    
    .not-found #searchform2 { 
        width: 380px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 300px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 446px; 
    }
    
    .one_half_sr {
      padding: 25px 73px 15px 73px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 446px;
        margin-right: 0;
        margin-top: 30px;
    }
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: 170px;
    } 
    
    #single-share  {
        width: 70px;
        margin: 15px 0 29px 0px; 
    } 
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 446px; 
    }

    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 446px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 24px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 350px; 
        float: left; 
        margin-left: 0; 
        margin-top: -25px; 
    } 
    
    .sidebar-sticky { 
        width: 350px; 
        float: left; 
        margin-left: 0; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 15px 15px;
        margin-top: 25px;
        margin-left: 30px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 15px 15px;
        margin-top: 25px;
        margin-left: 30px; 
    } 
    
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 446px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 446px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 100px 0 30px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 650px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 60px;
        padding: 0 0 40px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 366px; 
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 366px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 168px !important; 
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 980px; 
        height: auto; 
        margin: 0 auto; 
    } 
    
    
    /* ------------ */
    } /* end 1025px */
    
    
    
    
    
    
    
    
    
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 780px) and (max-width: 1024px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }

    header, div.modal-content .close {
        z-index: 999;
        position: fixed;
        top: 0;
    }
    
    
    .main-header {
        width: 750px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 750px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 746px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 80px 25px 80px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 750px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  {
        width: auto;
        float: right;
        margin: -62px 70px 0 0;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
     
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 750px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 750px;   
    }
    
    .featured-box-left {
        width: 750px; 
    }
    
    .featured-box-right {
        width: 750px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 90%;
        margin: -53px -20px 90px 0;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 3.2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 26px;
    }
    
    .big-boxnumber {
        margin: 110px 0 0 -90px;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 750px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 750px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 500px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 700px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 330px; 
    }
    
    .home-sidebar-right {
        width: 380px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list {
        width: 305px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list li img {
        display: none;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 7px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 120px;
        height: 100px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 785px; 
        margin-left: -35px;
    }
    
    ul.masonry2cols li { 
        width: 357.5px; 
        margin-left: 35px;
        margin-bottom: 35px; 
        padding-bottom: 35px; 
    }
    
    ul.masonry2cols li img { 
        width: 327.5px; 
        height: 270px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 307.5px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 26px;
        line-height: 32px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 750px; 
        margin-bottom: -50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 700px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 780px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 360px; 
        height: 460px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 330px; 
        height: 250px; 
    } 
    
    div.masonry3cols-content {
        width: 310px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 160px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 780px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 360px; 
        height: 490px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 330px; 
        height: 250px; 
    } 
    
    div.masonry4cols-content {
        width: 310px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 160px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 750px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 40px;
    }
    
    div.middle-home-title p  { 
        font-size: 17px;
        margin-top: 10px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 750px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 750px; 
        height: 400px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 400px;
        min-height: 400px;
    }
    
    .article-meta-data { 
        width: 750px;
    }
     
    
    /* -- not-found -- */
    .not-found {
        width: 390px; 
    }
    
    .not-found #searchform2 { 
        width: 380px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 300px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 586px; 
    }
    
    div.one_half_last_sr ul.article_list li img {
        width: 150px;
        height: 100px;
    }
    
    .one_half_sr {
      padding: 25px 143px 15px 143px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 586px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: 0px;
    } 
    
    #single-share  {
        width: 70px;
        margin: 15px 0 29px 0px; 
    } 
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 586px; 
    }

    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 586px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 24px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 350px; 
        float: left; 
        margin-left: 0; 
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 350px; 
        float: left; 
        margin-left: 0;
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 30px 30px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 30px 30px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 70%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 586px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 586px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 100px 0 0px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 650px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 60px;
        padding: 0 0 40px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 506px; 
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 506px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 148px !important; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 750px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright p {
        font-size: 16px; 
    } 
    
    /* ------------ */
    } /* end 768px */
    
    
    
    
    
    
    
    
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 610px) and (max-width: 779px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }
    
    .main-header {
        width: 580px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 580px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 576px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 50px 25px 50px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 580px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Big Search -- */
    #searchform #search {
        width: 500px;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  {
        width: auto;
        float: right;
        margin: -62px 70px 0 0;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 580px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 580px;   
    }
    
    .featured-box-left {
        width: 580px; 
    }
    
    .featured-box-right {
        width: 580px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 490px;
        margin: -53px 0px 90px 0;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2.8em;
    }
    
    div.featured-posts-big-content p {
        font-size: 26px;
    }
    
    .big-boxnumber {
        margin: 110px 0 0 -90px;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 580px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 580px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 400px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 530px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 580px;
        margin-bottom: 70px; 
    }
    
    .home-sidebar-right {
        width: 580px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list {
        width: 510px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list li img {
        display: block;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 105px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 150px;
        height: 150px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 615px; 
        margin-left: -35px;
    }
    
    ul.masonry2cols li { 
        width: 272.5px; 
        margin-left: 35px;
        margin-bottom: 35px; 
        padding-bottom: 35px; 
    }
    
    ul.masonry2cols li img { 
        width: 242.5px; 
        height: 270px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 222.5px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 26px;
        line-height: 32px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 580px; 
        margin-bottom: -50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 530px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 610px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 275px; 
        height: 490px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 245px; 
        height: 220px; 
    } 
    
    div.masonry3cols-content {
        width: 225px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 610px; /* -- 1230 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 275px; 
        height: 520px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 245px; 
        height: 220px; 
    } 
    
    div.masonry4cols-content {
        width: 225px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 26px;
        line-height: 36px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
    }
    
    
    /* -- Home ribbon category -- */
    .home-ribbon-category {
        font-size: 11px;
        font-weight: 600;
    }
    
    .home-ribbon-category {
        padding: 4px 6px 4px 6px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 580px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 38px;
    }
    
    div.middle-home-title p  { 
        font-size: 17px;
        margin-top: 10px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 580px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 580px; 
        height: 400px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 400px;
        min-height: 400px;
    }
    
    .article-meta-data { 
        width: 580px;
    }
    
    div.article-meta-data p {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 390px; 
    }
    
    .not-found #searchform2 { 
        width: 380px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 300px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 486px; 
    }
    
    .one_half_sr {
      padding: 25px 93px 15px 93px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 486px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: -10px;
    } 
    
    #single-share  {
        width: 50px;
        margin: 15px 0 29px -10px; 
    
    } 
    
    
    /* -- Single Download button -- */
    section.download-button { 
        padding: 25px 15px 35px 15px;
    }
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 486px; 
    }

    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 486px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 20px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 580px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto;
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 580px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 30px 140px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 30px 140px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 70%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 486px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 486px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 100px 0 1px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 580px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 60px;
        padding: 0 0 40px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 406px; 
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 406px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 43% !important; 
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 580px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright {
        width: 90%; 
    }
    
    .footer-copyright p {
        font-size: 16px !important; 
    } 
    
    /* ------------ */
    } /* end 580px */
    
    
    
    
    
    
    
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 609px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }
    
    .main-header {
        width: 460px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 460px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 456px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 50px 25px 50px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 460px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Big Search -- */
    #searchform #search {
        width: 400px;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  { 
        margin: -62px 70px 0 0;
    }
    
    ul.top-social li {
        display: none;
    }
    
    ul.top-social li.search {
        display: block;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 460px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 460px;   
    }
    
    .featured-box-left {
        width: 460px; 
    }
    
    .featured-box-right {
        width: 460px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 370px;
        margin: -53px 0px 90px 0;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 22px;
    }
    
    .big-boxnumber {
        margin: 110px 0 0 -90px;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 460px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 460px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 300px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 410px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 460px;
        margin-bottom: 70px; 
    }
    
    .home-sidebar-right {
        width: 460px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list {
        width: 390px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list li img {
        display: block;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 47px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 150px;
        height: 150px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 485px; 
        margin-left: -25px;
    }
    
    ul.masonry2cols li { 
        width: 217.5px; 
        margin-left: 25px;
        margin-bottom: 25px; 
        padding-bottom: 25px; 
    }
    
    ul.masonry2cols li img { 
        width: 187.5px; 
        height: 187px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 177.5px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 26px;
        line-height: 32px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 460px; 
        margin-bottom: -50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 410px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        margin: 8px 0 0 -50px; 
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 490px; /* -- 460 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 215px; 
        height: 490px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 185px; 
        height: 185px; 
    } 
    
    div.masonry3cols-content {
        width: 165px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 140px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: none;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 490px; /* -- 460 + 30 -- */
        margin-left: -30px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 215px; 
        height: 340px; 
        margin-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 185px; 
        height: 185px; 
    } 
    
    div.masonry4cols-content {
        width: 165px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 140px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 20px;
        line-height: 30px;
    }
    
    div.masonry4cols-content p {
        display: none;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: none;
    }
    
    
    /* -- Home ribbon category -- */
    .home-ribbon-category {
        font-size: 11px;
        font-weight: 600;
    }
    
    .home-ribbon-category {
        padding: 4px 6px 4px 6px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 460px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 32px;
    }
    
    div.middle-home-title p  { 
        font-size: 16px;
        margin-top: 5px;
    }
    
    div.middle-home-title {
        margin: 20px auto 0px auto; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 460px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 460px; 
        height: 300px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 300px;
        min-height: 300px;
    }
    
    .article-meta-data { 
        width: 460px;
    }
    
    div.article-meta-data p {
        font-size: 20px;
        line-height: 28px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 360px; 
        padding: 50px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    
    .not-found #searchform2 { 
        width: 350px !important; 
    }
    
    .not-found #searchform2 #s {
        width: 270px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 366px; 
    }
    
    .one_half_sr {
      padding: 25px 33px 15px 33px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 366px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        margin-left: 235px;
    } 
    
    #single-share  {
        width: 50px;
        margin: 15px 0 29px -10px; 
    
    }  
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 366px; 
    }
    
    img.alignleft,
    div.alignleft { 
        float: none;
    }
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 366px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 18px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    } 
    
    div.entry-top .home-post-date {
        display: block;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 460px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto;
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 460px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 30px 80px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 30px 80px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 70%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 366px;
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 366px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 50px 0 30px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 460px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 50px;
        padding: 0 0 40px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 306px; 
        padding: 20px;
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 306px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 43.5% !important; 
        margin: 0 0 0 20px !important;
    }
    
    #mcTagMap .holdinner {
        margin-left: -20px;
    }
    
    
    /* -- Contact Form 7 Plugin -- */
    form.wpcf7-form {
        padding: 20px 25px 0px 25px;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 460px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright {
        width: 90%; 
    }
    
    .footer-copyright p {
        font-size: 16px !important; 
    }
    
    
    /* -- Footer Social Icons -- */
    ul.footer-social li a { 
        padding: 5px 6px;
    }
    
    ul.footer-social li { 
        font-size: 22px; 
        margin: 47px 5px 0 5px;
    }
    
    
    /* ------------ */
    } /* end 480px */
    
    
    
    
    
    
    
    
    
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 410px) and (max-width: 479px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }

    header, div.modal-content .close {
        z-index: 999;
        position: fixed;
        top: 0;
    }
    
    
    .main-header {
        width: 390px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 390px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 386px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 15px 25px 15px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* Modal Content for Search */
    .modal-content { 
        width: 390px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Big Search -- */
    #searchform #search {
        width: 330px;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  { 
        margin: -62px 70px 0 0;
    }
    
    ul.top-social li {
        display: none;
    }
    
    ul.top-social li.search {
        display: block;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 390px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 390px;   
    }
    
    .featured-box-left {
        width: 390px; 
    }
    
    .featured-box-right {
        width: 390px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 370px;
        margin: -53px 0px 90px 10px;
        float: left;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 22px;
    }
    
    .big-boxnumber {
        display: none;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 390px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 390px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 300px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 390px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        display: none; 
    }
    
    ul.featured-posts-small li img {
        width: 105px;
        height: 105px;
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 390px;
        margin-bottom: 70px; 
    }
    
    .home-sidebar-right {
        width: 390px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list {
        width: 320px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 35px;
    }
    
    ul.home-widget-article-list li img {
        display: block;
        width: 105px;
        height: 105px;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 10px;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 130px;
        height: 130px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 390px; 
        margin-left: 0px;
    }
    
    ul.masonry2cols li { 
        width: 390px; 
        margin-left: 0px;
        margin-bottom: 25px; 
        padding-bottom: 25px; 
    }
    
    ul.masonry2cols li img { 
        width: 360px; 
        height: 287px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 320px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 390px; 
        margin-bottom: -50px;
        margin-top: 50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 390px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 390px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 390px; 
        height: 470px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 360px; 
        height: 260px; 
    } 
    
    div.masonry3cols-content {
        width: 320px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 390px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 390px; 
        height: 490px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 360px; 
        height: 260px; 
    } 
    
    div.masonry4cols-content {
        width: 320px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home ribbon category -- */
    .home-ribbon-category {
        font-size: 11px;
        font-weight: 600;
    }
    
    .home-ribbon-category {
        padding: 4px 6px 4px 6px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 390px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 28px;
    }
    
    div.middle-home-title p  { 
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }
    
    div.middle-home-title {
        margin: 20px auto 0px auto; 
    }
    
    
    /* -- Default pagination -- */
    .defaultpag {  
        width: 300px; 
        margin: 0px auto 10px auto;  
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 390px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 390px; 
        height: 300px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 300px;
        min-height: 300px;
    }
    
    .article-meta-data { 
        width: 390px;
    }
    
    div.article-meta-data p {
        font-size: 20px;
        line-height: 28px;
    } 
    
    
    /* -- not-found -- */
    .not-found {
        width: 300px; 
        padding: 50px 30px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    
    .not-found #searchform2 { 
        width: 290px !important; 
        margin-left: 0px;
    }
    
    .not-found #searchform2 #s {
        width: 220px !important;
        height: 20px !important;
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 360px; 
    }
    
    .one_half_sr {
      padding: 25px 30px 15px 30px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 360px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        display: none;
    } 
    
    #single-share  {
        display: none;
    }
    
    
    /* -- Single Like Box -- */
    .single-like-box {
        display: none;
    } 
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 360px; 
    }
    
    img.alignleft,
    div.alignleft { 
        float: none;
    }
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 360px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- About Author -- */
    .author-left-meta img.avatar {
        margin-top: 2px;
        width: 40px;
        height: 40px;
    }
    
    .author-info p {
        margin-left: -30px !important; 
        margin-top: 10px;
        float: left;
    }
    
    .author-left-meta {
        width: 40px;
        height: 50px; 
    }
    
    ul.author-social-top { 
        margin: 0px 0 0 -30px !important;
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 18px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    } 
    
    div.entry-top .home-post-date {
        display: block;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 390px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto;
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 390px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 30px 45px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 30px 45px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 70%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 360px;
    }
    
    ul.comment li {
        margin: 0 0 15px 0;
        padding: 10px 15px; 
    }
    
    
    /* -- Lists -- */
    div.comment-body p {
        font-size: 16px;
        line-height: 24px; 
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 360px;
    }
    
    #commentform {
        padding: 10px 25px 35px 20px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 50px 0 50px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 390px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 50px;
        padding: 0 0 40px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 306px; 
        padding: 20px;
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 306px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 43.5% !important; 
        margin: 0 0 0 20px !important;
    }
    
    #mcTagMap .holdinner {
        margin-left: -20px;
    }
    
    
    /* -- Contact Form 7 Plugin -- */
    form.wpcf7-form {
        padding: 20px 25px 0px 25px;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 390px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright {
        width: 90%; 
    }
    
    .footer-copyright p {
        font-size: 16px !important; 
    }
    
    
    /* -- Footer Social Icons -- */
    ul.footer-social li a { 
        padding: 5px 6px;
    }
    
    ul.footer-social li { 
        font-size: 22px; 
        margin: 47px 5px 0 5px;
    }
    
    
    /* ------------ */
    } /* end 410px */
    
    
    
    
    
    
    
    
    
    
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 350px) and (max-width: 409px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }
    
    .main-header {
        width: 350px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 350px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 346px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 15px 25px 15px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
        margin-top: -30px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Logo Image -- */
    .logo { 
        max-height: 55px; 
        margin-top: 10px;
    }
    
    
    /* Modal Content for Search */
    .modal-content { 
        width: 350px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Big Search -- */
    #searchform #search {
        width: 300px;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  { 
        margin: -52px 70px 0 0;
    }
    
    ul.top-social li {
        display: none;
    }
    
    ul.top-social li.search {
        display: block;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    }
    
    .menu-toggle #menu-btn { 
        margin: -46px 10px 0 0;
    }
    
    .ant-responsive-menu { 
        right: 10px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 350px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 350px;   
    }
    
    .featured-box-left {
        width: 350px; 
    }
    
    .featured-box-right {
        width: 350px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 340px;
        margin: -53px 0px 90px 10px;
        float: left;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 22px;
    }
    
    .big-boxnumber {
        display: none;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 350px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 350px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 300px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 350px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        display: none; 
    }
    
    ul.featured-posts-small li img {
        width: 105px;
        height: 105px;
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 350px;
        margin-bottom: 70px; 
    }
    
    .home-sidebar-right {
        width: 350px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 25px;
    }
    
    ul.home-widget-article-list {
        width: 300px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 25px;
    }
    
    ul.home-widget-article-list li img {
        display: block;
        width: 105px;
        height: 105px;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 0px;
    }
    
    div.home-widget-re-size {
        border: 7px solid #131313;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 130px;
        height: 130px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 350px; 
        margin-left: 0px;
    }
    
    ul.masonry2cols li { 
        width: 350px; 
        margin-left: 0px;
        margin-bottom: 25px; 
        padding-bottom: 25px; 
    }
    
    ul.masonry2cols li img { 
        width: 320px; 
        height: 257px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 290px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 350px; 
        margin-bottom: -50px;
        margin-top: 50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 350px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 350px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 350px; 
        height: 500px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 320px; 
        height: 260px; 
    } 
    
    div.masonry3cols-content {
        width: 290px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 350px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 350px; 
        height: 500px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 320px; 
        height: 260px; 
    } 
    
    div.masonry4cols-content {
        width: 290px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home ribbon category -- */
    .home-ribbon-category {
        font-size: 11px;
        font-weight: 600;
    }
    
    .home-ribbon-category {
        padding: 4px 6px 4px 6px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 350px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 24px;
    }
    
    div.middle-home-title p  { 
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }
    
    div.middle-home-title {
        margin: 20px auto 0px auto; 
    }
    
    
    /* -- Default pagination -- */
    .defaultpag {  
        width: 300px; 
        margin: 0px auto 10px auto;  
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 350px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 350px; 
        height: 300px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 300px;
        min-height: 300px;
    }
    
    .article-meta-data { 
        width: 350px;
    }
    
    div.article-meta-data p {
        font-size: 20px;
        line-height: 28px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 280px; 
        padding: 50px 30px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    
    .not-found #searchform2 { 
        width: 290px !important; 
        margin-left: 0px;
    }
    
    .not-found #searchform2 #s {
        width: 220px !important;
        height: 20px !important;
    }
    
    .not-found h1 {
        font-size: 32px; 
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 340px; 
    }
    
    .one_half_sr {
      padding: 25px 20px 15px 20px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 340px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        display: none;
    } 
    
    #single-share  {
        display: none;
    } 
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 340px; 
    } 
    
    img.alignleft,
    div.alignleft { 
        float: none;
    }
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 340px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- About Author -- */
    .author-left-meta img.avatar {
        margin-top: 2px;
        width: 40px;
        height: 40px;
    }
    
    .author-info p {
        margin-left: -30px !important; 
        margin-top: 10px;
        float: left;
    }
    
    .author-left-meta {
        width: 40px;
        height: 50px; 
    }
    
    ul.author-social-top { 
        margin: 0px 0 0 -30px !important;
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 18px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    } 
    
    div.entry-top .home-post-date {
        display: block;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 350px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto;
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 350px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 30px 23px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 30px 23px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 82%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 340px;
    }
    
    ul.comment li {
        margin: 0 0 15px 0;
        padding: 10px 15px; 
    }
    
    
    /* -- Lists -- */
    div.comment-body p {
        font-size: 16px;
        line-height: 24px; 
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 340px;
    }
    
    #commentform {
        padding: 10px 25px 35px 20px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 20px 0 40px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 360px;
        margin: 0 auto;
        padding: 0 50px;
    }
    
    #anthemes-404 h1 {
        font-size: 36px;
        padding: 20px 0 20px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 306px; 
        padding: 20px;
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 306px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 43.5% !important; 
        margin: 0 0 0 20px !important;
    }
    
    #mcTagMap .holdinner {
        margin-left: -20px;
    }
    
    
    /* -- Contact Form 7 Plugin -- */
    form.wpcf7-form {
        padding: 20px 25px 0px 25px;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 350px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright {
        width: 90%; 
    }
    
    .footer-copyright p {
        font-size: 16px !important; 
    }
    
    
    /* -- Footer Social Icons -- */
    ul.footer-social li a { 
        padding: 5px 3px;
    }
    
    ul.footer-social li { 
        font-size: 20px; 
        margin: 47px 5px 0 5px;
    }
    
    /* ------------ */
    } /* end 360px */
    
    
    
    
    
    
    
    
    
    
    
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (max-width: 349px) {
    /*-----------------------------------------------------------------------------
    ----------------------------- 1 - Layout --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Header - */
    header {
        height: 85px;
    }
    
    .main-header {
        width: 310px;
    }

    /* -- Menu Toggle Btn -- */
    .menu-toggle {
        display: block;
        float: left;
        width: 100%;
    }
    
    
    /* - Layout content - */
    .wrap-fullwidth { 
        width: 310px; 
    }
    
    .wrap-fullwidth-bg { 
        width: 306px; 
    }
    
    .wrap-fullwidth-bg .entry { 
        width: auto; 
        padding: 0 15px 25px 15px;
    } 
    
    
    /* .page-content */
    .single-content { 
        float: left; 
        padding: 0 0 25px 0; 
        border: 2px solid #F5F5F5;
        border-radius: 5px;
        margin-top: -30px;
    }  
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 2 - Header --------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Logo Image -- */
    .logo { 
        max-height: 55px; 
        margin-top: 10px;
    }
    
    
    /* Modal Content for Search */
    .modal-content { 
        width: 310px; 
    }
    
    div.modal-content .close { 
        margin: -50px 70px 0 0;
    }
    
    
    /* -- Big Search -- */
    #searchform #search {
        width: 260px;
    }
    
    
    /* -- Menu home-links (home) -- */
    .menu-bottom {
        height: 10px;
    }
    
    div.wittermag-wp-secondary-menu {
        display: none;
    }
    
    
    /* -- Top social icons -- */
    ul.top-social  { 
        margin: -52px 70px 0 0;
    }
    
    ul.top-social li {
        display: none;
    }
    
    ul.top-social li.search {
        display: block;
    }
    
    
    /* -- Responsive Menu Styles -- */
    #respMenu li.current_page_item a,
    #respMenu li.current-menu-ancestor a,
    #respMenu li.current-menu-item a,
    #respMenu li.current-menu-parent a {
        background: transparent !important;
        color: #FFF !important;
    }
    
    .menu-toggle #menu-btn { 
        margin: -46px 10px 0 0;
    }
    
    .ant-responsive-menu { 
        right: 10px;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 3 - Home Content --------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Featured Container Full Width-- */
    .featured-container-full-width {
        width: 310px;
    }
    
    
    /* -- Featured Container boxes-- */
    .featured-container-boxes {
        width: 310px;   
    }
    
    .featured-box-left {
        width: 310px; 
    }
    
    .featured-box-right {
        width: 310px; 
    }
    
    .featured-box-left h3 {
        display: none; 
    }
    
    div.featured-posts-big-content {
        width: 300px;
        margin: -53px 0px 90px 10px;
        float: left;
    }
    
    div.featured-posts-big-content h2 a {
        font-size: 2em;
    }
    
    div.featured-posts-big-content p {
        font-size: 22px;
    }
    
    .big-boxnumber {
        display: none;
    }
    
    
    /* -- Featured Posts Big Posts-- */
    ul.featured-posts-big {
        width: 310px;
        margin-left: 0px;
    }
    
    ul.featured-posts-big li {
        width: 310px; 
    }
    
    ul.featured-posts-big li img { 
        width: 100%; 
        height: 300px; 
    }
    
    
    /* -- Featured Posts Small Posts-- */
    ul.featured-posts-small {
        width: 310px; 
        margin-bottom: -50px; 
    }
    
    .featured-posts-small-boxnumber {
        display: none; 
    }
    
    ul.featured-posts-small li img {
        width: 105px;
        height: 105px;
    }
    
    
    /* -- Home content -- */
    .home-wrap-left {
        width: 310px;
        margin-bottom: 70px; 
    }
    
    .home-sidebar-right {
        width: 310px; 
    } 
    
    ul.home-widget-article-list {
        margin-left: 15px;
    }
    
    ul.home-widget-article-list {
        width: 280px;
    }
    
    div.home-widget-color1 h4.top-widget-title {
        margin-left: 15px;
    }
    
    ul.home-widget-article-list li img {
        display: block;
        width: 105px;
        height: 105px;
    }
    
    ul.home-widget-article-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    div.home-widget-color1 h4.title-widget-vertical,
    div.home-widget-color3 h4.title-widget-vertical,
    div.home-widget-color2 h4.title-widget-vertical {
        display: none;
    } 
    
    div.home-widget-re-size { 
        margin-left: 0px;
    }
    
    div.home-widget-re-size {
        width: 300px;
    }
    
    div.home-widget-re-size {
        border: 7px solid #131313;
    }
    
    
    /* -- Modern Articles List  -- */
    ul.modern-home-list-posts li img {
        width: 130px;
        height: 130px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
    
    ul.modern-home-list-posts .an-widget-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* -- Home 2 Cols Grid + Widget (Module) -- */
    ul.masonry2cols {
        width: 310px; 
        margin-left: 0px;
    }
    
    ul.masonry2cols li { 
        width: 310px; 
        margin-left: 0px;
        margin-bottom: 25px; 
        padding-bottom: 25px; 
    }
    
    ul.masonry2cols li img { 
        width: 280px; 
        height: 257px; 
        margin: 15px 0 0 15px;
    }
    
    div.masonry2cols-content {
        width: 280px; 
    }
    
    div.masonry2cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry2cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    
    /* -- home-module-2cols-widget Widget (Module) -- */
    .home-module-2cols-widget {
        width: 310px; 
        margin-bottom: -50px;
        margin-top: 50px;
    }
    
    ul.home-module-2cols-widget-list {
        width: 310px; 
    }
    
    
    /* -- Widget article List (home) -- */
    div.home-module-2cols-widget h4.title-widget-vertical {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        padding-right: 0px;
    }
    
    .home-module-2cols-widget-list-boxnumber {
        display: none;
    }
    
    ul.home-module-2cols-widget-list .an-widget-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    
    
    /* -- Home 3 Cols Grid (Home Template) -- */
    ul.masonry3cols { 
        width: 310px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry3cols li { 
        width: 310px; 
        height: 500px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry3cols li img { 
        width: 280px; 
        height: 260px; 
    } 
    
    div.masonry3cols-content {
        width: 280px; 
    }
    
    ul.masonry3cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry3cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry3cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home 4 Cols Grid (Home Template) -- */
    ul.masonry4cols { 
        width: 310px; 
        margin-left: 0px; 
        margin-bottom: 30px; 
    }
    
    ul.masonry4cols li { 
        width: 310px; 
        height: 520px; 
        margin-left: 0px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    ul.masonry4cols li img { 
        width: 280px; 
        height: 260px; 
    } 
    
    div.masonry4cols-content {
        width: 280px; 
    }
    
    ul.masonry4cols .no-imagepost {
        margin-top: 155px; 
    }
    
    div.masonry4cols-content h2 a {
        font-size: 30px;
        line-height: 34px;
    }
    
    div.masonry4cols-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-post-date {
        font-size: 14px;
        margin: 23px 0 0 20px;
        display: block;
    }
    
    
    /* -- Home ribbon category -- */
    .home-ribbon-category {
        font-size: 11px;
        font-weight: 600;
    }
    
    .home-ribbon-category {
        padding: 4px 6px 4px 6px; 
    }
    
    
    /* -- Home Categories List (Module) -- */
    div.home-module-categories-list ul { 
        margin: 0 25px;
    }
    
    div.home-module-categories-list ul li a {
        margin: 0 15px 15px 0; 
    }
    
    div.home-module-categories-list ul li a {
        font-size: 16px !important;
    }
    
    
    /* -- Full responsive Ad -- */
    .full-responsive {
        width: 310px;
    }
    
    
    /* -- Home Title Animation -- */
    .text-type-animation{
        font-size: 24px;
    }
    
    div.middle-home-title p  { 
        font-size: 16px;
        margin-top: 5px;
        line-height: 24px;
    }
    
    div.middle-home-title {
        margin: 20px auto 0px auto; 
    }
    
    
    /* -- Default pagination -- */
    .defaultpag {  
        width: 300px; 
        margin: 0px auto 10px auto;  
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 4 - Entry Content -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Top entry - */
    .entry-top {
        width: 310px; 
    }
    
    
    /* -- Media Content Box 830-64=766 -- */
    div.media-single-content {  
        width: 310px; 
        height: 300px;
        margin-bottom: 50px;
    }
    
    img.attachment-wittermag-wp-thumbnail-single-image {
        height: 300px;
        min-height: 300px;
    }
    
    .article-meta-data { 
        width: 310px;
    }
    
    div.article-meta-data p {
        font-size: 20px;
        line-height: 28px;
    }
    
    
    /* -- not-found -- */
    .not-found {
        width: 280px; 
        padding: 50px 10px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    
    .not-found #searchform2 { 
        width: 270px !important; 
        margin-left: 0px;
    }
    
    .not-found #searchform2 #s {
        width: 200px !important;
        height: 20px !important;
    }
    
    .not-found h1 {
        font-size: 32px; 
    }
     
    
    /* -- Related articles single -- */
    .single-related-wrap {
        width: 285px; 
    }
    
    .one_half_sr {
      padding: 25px 5px 15px 5px;
      background-color: #fafafa;
      border-radius: 5px; 
    }
    
    .one_half_sr img {
        width: 275px;
    }
    
    .one_half_sr,
    .one_half_last_sr {
        float: left;
        width: 275px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .one_half_last_sr {
        width: 285px;
        margin-right: 0;
        margin-top: 30px;
    } 
    
    
    /* -- Single Share -- */
    div.single-fw-bg #single-share { 
        display: none;
    } 
    
    #single-share  {
        display: none;
    }
    
    
    /* -- Entry bottom -- */
    .entry-bottom {
        width: 285px; 
    } 
    
    img.alignleft,
    div.alignleft { 
        float: none;
    }
    
    /* -- Next/Pre articles single -- */
    .prev-articles {
        width: 285px; 
    }
    
    .prev-articles .one_half { 
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .prev-articles .one_half_last {
        width: 100%;
    }
    
    .prev-entry {
        padding: 35px 40px 35px 40px; 
    }
    
    .prev-entry2 {
        padding: 35px 40px 35px 40px; 
    }
    
    
    /* -- About Author -- */
    .author-left-meta img.avatar {
        margin-top: 2px;
        width: 40px;
        height: 40px;
    }
    
    .author-info p {
        margin-left: -30px !important; 
        margin-top: 10px;
        float: left;
    }
    
    .author-left-meta {
        width: 40px;
        height: 50px; 
    }
    
    ul.author-social-top { 
        margin: 0px 0 0 -30px !important;
    }
    
    
    /* -- Page / Article Title -- */
    h1.article-title {
        font-size: 18px; 
    }
    
    .entry h1.page-title {
        font-size: 34px; 
    } 
    
    div.entry-top .home-post-date {
        display: block;
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 5 - Sidebar & Widgets ---------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Sidebar -- */
    .sidebar { 
        width: 305px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto;
        margin-top: 25px;  
        margin-right: 40px;
    } 
    
    .sidebar-sticky { 
        width: 305px; 
        float: none; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 25px; 
    }
    
    
    /* -- Sidebar widgets-- */
    .sidebar .widget {
        width: 300px;
        padding: 15px 2.5px;
        margin-top: 25px;
        margin-left: 0px; 
    }
    
    /* -- Sidebar -- */
    .sidebar-sticky .widget {
        width: 300px;
        padding: 15px 2.5px;
        margin-top: 25px;
        margin-left: 0px; 
    } 
    
    
    /* -- Subscribe widget -- */
    .subscribe-widget input {
        width: 75%; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 6 - Comments Form -------------------------------
    -----------------------------------------------------------------------------*/
    
    /* - Comments Form -- */
    ul.comment {
        width: 285px;
    }
    
    ul.comment li {
        margin: 0 0 15px 0;
        padding: 10px 15px; 
    }
    
    
    /* -- Lists -- */
    div.comment-body p {
        font-size: 16px;
        line-height: 24px; 
    }
    
    
    /* -- Comments -- */
    .comments {
        width: 285px;
    }
    
    #commentform {
        padding: 10px 25px 35px 20px; 
    }
    
    
    /*-----------------------------------------------------------------------------
    ----------------------------- 8 - Custom Pages --------------------------------
    -----------------------------------------------------------------------------*/
    
        /* -- 404 page -- */
    #anthemes-404 {
        padding: 20px 0 40px 0; 
    }
    
    #anthemes-404 .middle-404 {
        max-width: 305px;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    #anthemes-404 h1 {
        font-size: 36px;
        padding: 20px 0 20px 0;
    }
    
    
    /* -- Tag & Category Index (-80px) -- */
    #mcTagMap {
        width: 265px; 
        padding: 10px;
    }
    
    #mcTagMap #mcTagMapNav { 
        width: 265px !important; 
    }
    
    #mcTagMap .holdleft,
    #sc_mcTagMap .holdleft {
        width: 42.5% !important; 
        margin: 0 0 0 20px !important;
    }
    
    #mcTagMap .holdinner {
        margin-left: -20px;
    }
    
    
    /* -- Contact Form 7 Plugin -- */
    form.wpcf7-form {
        padding: 20px 25px 0px 25px;
    } 
    
    
    /*-----------------------------------------------------------------------------
    ------------------------------ 9 - Footer -------------------------------------
    -----------------------------------------------------------------------------*/
    
    /* -- Footer -- */
    .footer-wrap  { 
        width: 310px; 
        height: auto; 
        margin: 0 auto; 
    }
    
    .footer-copyright {
        width: 90%; 
    }
    
    .footer-copyright p {
        font-size: 16px !important; 
    }
    
    
    /* -- Footer Social Icons -- */
    ul.footer-social li a { 
        padding: 5px 3px;
    }
    
    ul.footer-social li { 
        font-size: 20px; 
        margin: 47px 5px 0 5px;
    }
    
    
    /* ------------ */
    } /* end 305px */