/*
	---------------------------------------------------
	
	           Styles for Mobile Devices

	---------------------------------------------------
*/ 

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 1160px) and (max-width: 1340px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 980px; 
}

.wrap-fullwidth-bg { 
    width: 976px; 
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 80px 25px 80px;
} 

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 610px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}


/* -- 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 Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    max-width: 1060px;
    width: 100%; 
}

.top-featured-section {
    width: 980px; 
}

ul.top-first-list {
    width: 1000px; 
}

ul.top-first-list li {
    width: 480px;
    height: 420px;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -185px 0 0 230px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 1000px; 
}

ul.top-second-list li {
    width: 313.33px;
    height: 325px;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 90%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}

ul.top-second-list li.homeprice { 
    width: 313.33px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 980px; 
}

ul.m1-onepost li img {
    width: 500px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 370px; 
    margin: 50px 40px 0 0;
}

ul.top-second-list li.homeadv {
    width: 313.33px;
    height: 315px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 980px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 480px;
}

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 30px 0 0 0px;
}

li.listbox ul.module-article-list li {
    width: 92%; 
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 980px; 
}

div.an-module3 div.adsection {
    width: 980px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 980px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 980px; 
}

ul.grid3cols {
    width: 1000px;
}

ul.grid3cols li {
    width: 313.33px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

.grid3cols div.playicon {
    margin: -135px 0 0 141px;
}

ul.grid3cols div.top-content h2 {
    width: 90%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 980px; 
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 420px;
    height: 500px;
}

/* - Top entry - */
div.media-single-content img {
    width: 100%;
    height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.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 {
    width: 446px; 
} 


/* -- 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: 446px; 
}


/* -- Entry content style -- */
.entry {
    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 -------------------------------
-----------------------------------------------------------------------------*/

div.single-fw-bg ul.comment {
    width: 100%;
}

/* - 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: 1100px) and (max-width: 1159px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 980px; 
}

.wrap-fullwidth-bg { 
    width: 976px; 
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 80px 25px 80px;
} 

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 610px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}


/* -- 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 Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    max-width: 1060px;
    width: 100%; 
}

.top-featured-section {
    width: 980px; 
}

ul.top-first-list {
    width: 1000px; 
}

ul.top-first-list li {
    width: 480px;
    height: 420px;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -185px 0 0 230px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 1000px; 
}

ul.top-second-list li {
    width: 313.33px;
    height: 325px;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 90%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}

ul.top-second-list li.homeprice { 
    width: 313.33px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 980px; 
}

ul.m1-onepost li img {
    width: 500px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 370px; 
    margin: 50px 40px 0 0;
}

ul.top-second-list li.homeadv {
    width: 313.33px;
    height: 315px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 980px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 480px;
}

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 30px 0 0 0px;
}

li.listbox ul.module-article-list li {
    width: 92%; 
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 980px; 
}

div.an-module3 div.adsection {
    width: 980px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 980px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 980px; 
}

ul.grid3cols {
    width: 1000px;
}

ul.grid3cols li {
    width: 313.33px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

.grid3cols div.playicon {
    margin: -135px 0 0 141px;
}

ul.grid3cols div.top-content h2 {
    width: 90%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 980px; 
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 420px;
    height: 500px;
}

/* - Top entry - */
div.media-single-content img {
    width: 100%;
    height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.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 {
    width: 446px; 
} 


/* -- 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: 446px; 
}


/* -- Entry content style -- */
.entry {
    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 -------------------------------
-----------------------------------------------------------------------------*/

div.single-fw-bg ul.comment {
    width: 100%;
}

/* - 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: 850px) and (max-width: 1099px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 750px; 
}

.wrap-fullwidth-bg { 
    width: 746px; 
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 80px 25px 80px;
} 

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 750px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}


/* -- 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 Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    max-width: 830px;
    width: 100%;  
}

.top-featured-section {
    width: 750px; 
}

ul.top-first-list {
    width: 770px; 
}

ul.top-first-list li {
    width: 365px;
    height: 420px;
}

ul.top-first-list div.top-content h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -185px 0 0 170px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 770px; 
}

ul.top-second-list li {
    width: 365px;
    height: 325px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 90%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}

ul.top-second-list li.homeprice { 
    width: 365px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 750px; 
}

ul.m1-onepost li img {
    width: 365px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 300px; 
    margin: 50px 30px 0 0;
}

.top-second-list div.playicon {
    margin: -135px 0 0 168px;
}

ul.top-second-list li.homeadv {
    width: 365px;
    height: 315px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 750px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 365px;
}

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 30px 0 0 0px;
}

li.listbox ul.module-article-list li {
    width: 92%; 
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 750px; 
}

div.an-module3 div.adsection {
    width: 750px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 700px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 750px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 750px; 
}

ul.grid3cols {
    width: 770px; 
}

ul.grid3cols li {
    width: 365px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

.grid3cols div.playicon {
    margin: -135px 0 0 168px;
}

ul.grid3cols div.top-content h2 {
    width: 90%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 22px;
    line-height: 30px;
}


/*-----------------------------------------------------------------------------
----------------------------- 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-spotmag-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,
div.single-fw-bg .single-related {
    width: 586px; 
} 


/* -- Single Share -- */
div.single-fw-bg #single-share { 
    margin-left: 0px;
} 

#single-share  {
    width: 70px;
    margin: 15px 0 29px 0px; 
} 


/* -- Entry bottom -- */
.entry-bottom,
div.single-fw-bg .entry-bottom {
    width: 586px; 
}


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 586px;     
}

.entry {
    width: 586px; 
}


/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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: 660px) and (max-width: 849px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 580px; 
}

.wrap-fullwidth-bg { 
    width: 576px; 
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 50px 25px 50px;
} 

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 580px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}


/* -- Big Search -- */
#searchform #search { 
    width:540px; 
}


/* -- 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 Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    max-width: 660px;
    width: 100%;  
}

.top-featured-section {
    width: 580px; 
}

ul.top-first-list {
    width: 600px; 
}

ul.top-first-list li {
    width: 280px;
    height: 310px; 
}

ul.top-first-list li img {
    height: 230px;
}

ul.top-first-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon {
    margin: -135px 0 0 130px;
}

.m1-onepost div.playicon {
    margin: -185px 0 0 130px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 600px; 
}

ul.top-second-list li {
    width: 280px;
    height: 310px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 90%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-second-list li.homeprice { 
    width: 280px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 580px; 
}

ul.m1-onepost li img {
    width: 280px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 240px; 
    margin: 50px 15px 0 0;
}

ul.m1-onepost div.m1-onepost-content h2 a {
    font-size: 30px;
    line-height: 38px;
}

.top-second-list div.playicon {
    margin: -135px 0 0 130px;
}

ul.top-second-list li.homeadv {
    width: 280px;
    height: 315px; 
}

ul.top-second-list li.homeadv img {
    width: 250px !important;
}

div.an-module1 h3.module-title,
div.an-module2 h3.module-title,
div.an-module3 h3.module-title,
div.an-module4 h3.module-title,
div.an-module5 h3.module-title {
    font-size: 32px; 
    padding: 25px 15px 0px 15px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 580px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 280px;
    height: 300px 
} 

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 10px 0 0 0px;
}

li.listbox ul.module-article-list li img,
li.listbox ul.module-article-list li div.article-category {
    display: none;
}

li.listbox ul.module-article-list li div.module-article-list-content {
    margin-left: 0px;
}

li.listbox ul.module-article-list li {
    width: 92%;
    height: auto;
    max-height: 60px; 
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 580px; 
}

div.an-module3 div.adsection {
    width: 580px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 540px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 580px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 580px; 
}

ul.grid3cols {
    width: 600px; 
}

ul.grid3cols li {
    width: 280px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

.grid3cols div.playicon {
    margin: -135px 0 0 130px;;
}

ul.grid3cols div.top-content h2 {
    width: 90%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* -- Home Title Animation -- */
.text-type-animation {
    font-size: 32px;
} 

div.middle-home-title p {
    font-size: 14px;
    margin-top: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 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-spotmag-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,
div.single-fw-bg .single-related {
    width: 486px; 
}



/* -- Single Share -- */
div.single-fw-bg #single-share { 
    margin-left: -10px;
} 

#single-share  {
    width: 50px;
    margin: 15px 0 29px -10px; 

}  


/* -- Entry bottom -- */
.entry-bottom,
div.single-fw-bg .entry-bottom {
    width: 486px; 
}


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 486px;     
}

.entry {
    width: 486px; 
}


/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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: 659px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 440px; 
}

.wrap-fullwidth-bg { 
    width: 436px; 
}

.border-fullwidth,
.border-color-top { 
    border: none;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 50px 25px 50px;
} 

.halfpage { 
    width: 440px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 50px 0 50px;
}


/* .page-content */
.single-content { 
    width: 440px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo Image -- */
.logo { 
    margin-left: 0px;
    padding-left: 20px;
}


/* The Modal (for search) */
.modal {
    margin-left: 0px;
}

.modal-content {
    margin-left: 0px; margin-right: 0px;

}


/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}

ul.top-social li {
    display: none;
}

ul.top-social li.search {
    display: block; 
    padding-left: 0px;
    margin-left: 0px;
    border-left: none !important;
}


/* -- Big Search -- */
#searchform #search { 
    width: 440px; 
}


/* -- 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; 
}

.ant-responsive-menu { 
    right: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts Slider-- */
ul.featured-posts { 
    border: none;
}


/* -- Featured Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    max-width: 520px;
    width: 100%;  
}

.top-featured-section {
    width: 440px; 
}

ul.top-first-list {
    width: 460px; 
}

ul.top-first-list li {
    width: 440px;
    height: 310px; 
}

ul.top-first-list li img {
    height: 230px;
}

ul.top-first-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -135px 0 0 205px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 460px; 
}

ul.top-second-list li {
    width: 440px;
    height: 310px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 70%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-second-list li.homeprice { 
    width: 440px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 440px; 
}

div.an-module1 ul.m1-onepost {
    width: 100%;
    height: 380px;
}

ul.m1-onepost li img {
    width: 440px;
    height: 230px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 380px;
    height: auto;
    margin: 10px 70px 50px 30px;
    float: none;  
}

ul.m1-onepost div.m1-onepost-content h2 a {
    font-size: 20px;
    line-height: 28px;
}

.top-second-list div.playicon {
    margin: -135px 0 0 205px;
}

ul.top-second-list li.homeadv {
    width: 440px;
    height: 315px; 
}

ul.top-second-list li.homeadv img {
    width: 300px !important;
}

div.an-module1 h3.module-title,
div.an-module2 h3.module-title,
div.an-module3 h3.module-title,
div.an-module4 h3.module-title,
div.an-module5 h3.module-title {
    font-size: 32px; 
    padding: 25px 15px 0px 15px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 440px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 440px;
    height: 250px;
    margin-bottom: 30px;
} 

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 10px 0 0 0px;
}

li.listbox ul.module-article-list li img,
li.listbox ul.module-article-list li div.article-category {
    display: none;
}

li.listbox ul.module-article-list li div.module-article-list-content {
    margin-left: 0px;
}

li.listbox ul.module-article-list li {
    width: 92%;
    height: auto; 
    max-height: 90px;
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 440px; 
}

div.an-module3 div.adsection {
    width: 440px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 400px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 440px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 440px; 
}

ul.grid3cols {
    width: 460px; 
}

ul.grid3cols li {
    width: 440px;
    height: 310px; 
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

ul.grid3cols .no-imagepost { 
    padding: 90px 25px 60px 25px;
}

.grid3cols div.playicon {
    margin: -135px 0 0 130px;;
}

ul.grid3cols div.top-content h2 {
    width: 70%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* -- Home Title Animation -- */
.text-type-animation {
    font-size: 28px;
} 

div.middle-home-title p {
    font-size: 14px;
    margin-top: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 440px; 
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 440px; 
    height: 300px;
    margin-bottom: 50px;
}

img.attachment-spotmag-wp-thumbnail-single-image {
    height: 300px;
    min-height: 300px;
}

.article-meta-data { 
    width: 440px;
}

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,
div.single-fw-bg .single-related {
    width: 366px; 
} 
 

/* -- Single Share -- */
div.single-fw-bg #single-share { 
    margin-left: -10px;
} 

#single-share  {
    width: 50px;
    margin: 15px 0 29px -10px; 

}  


/* -- Entry bottom -- */
.entry-bottom,
div.single-fw-bg .entry-bottom {
    width: 366px; 
}


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 366px;     
}

.entry {
    width: 366px; 
}

img.alignleft,
div.alignleft { 
	float: none;
}

/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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: 440px; 
    float: none; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 25px;  
    margin-right: 40px;
} 

.sidebar-sticky { 
    width: 440px; 
    float: none; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 25px; 
}


/* -- Sidebar widgets-- */
.sidebar .widget {
    width: 300px;
    padding: 30px 70px;
    margin-top: 25px;
    margin-left: 0px; 
}

/* -- Sidebar -- */
.sidebar-sticky .widget {
    width: 300px;
    padding: 30px 70px;
    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; 
}

.border-footer {
    border-left: none;
    border-right: none;
}

.footer-copyright {
    width: 90%; 
}

.footer-copyright p {
    font-size: 16px !important; 
} 


/* ------------ */
} /* end 480px */










/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 410px) and (max-width: 479px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 390px; 
}

.wrap-fullwidth-bg { 
    width: 386px; 
}

.border-fullwidth,
.border-color-top { 
    border: none;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 15px 25px 15px;
} 

.halfpage { 
    width: 390px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 15px 0 15px;
}


/* .page-content */
.single-content { 
    width: 390px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo Image -- */
.logo { 
    margin-left: 0px;
    padding-left: 20px;
}


/* The Modal (for search) */
.modal {
    margin-left: 0px;
}

.modal-content {
    margin-left: 0px;
    margin-right: 0px;
}


/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}

ul.top-social li {
    display: none;
}

ul.top-social li.search {
    display: block; 
    padding-left: 0px;
    margin-left: 0px;
    border-left: none !important;
}


/* -- Big Search -- */
#searchform #search { 
    width: 390px; 
}

#searchform #search {
    padding-left: 0px;
} 


div.modal-content .close {
    left: 47%;
}


/* -- 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; 
}

.ant-responsive-menu { 
    right: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts Slider-- */
#featured-slider-wrap { 
     
}

ul.featured-posts { 
    border: none; 
}

ul.featured-posts li {
    width: 430px;
}


/* -- Featured Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    width: 100%; 
}

.top-featured-section {
    width: 370px; 
}

ul.top-first-list {
    width: 370px; 
}

ul.top-first-list li {
    width: 370px;
    height: 310px; 
}

ul.top-first-list li img {
    height: 230px;
}

ul.top-first-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 96%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -135px 0 0 177px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 410px; 
}

ul.top-second-list li {
    width: 370px;
    height: 310px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 70%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-second-list li.homeprice { 
    width: 370px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 370px; 
}

div.an-module1 ul.m1-onepost {
    width: 100%;
    height: 380px;
}

ul.m1-onepost li img {
    width: 370px;
    height: 230px;
    border-right: 0px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 330px;
    height: auto;
    margin: 10px 0px 50px 20px;
    float: none;
}

ul.m1-onepost div.m1-onepost-content h2 a {
    font-size: 20px;
    line-height: 28px;
}

.top-second-list div.playicon {
    margin: -135px 0 0 177px;
}

ul.top-second-list li.homeadv {
    width: 370px;
    height: 315px; 
}

ul.top-second-list li.homeadv img {
    width: 300px !important;
}

div.an-module1 h3.module-title,
div.an-module2 h3.module-title,
div.an-module3 h3.module-title,
div.an-module4 h3.module-title,
div.an-module5 h3.module-title {
    font-size: 32px; 
    padding: 25px 15px 0px 15px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 370px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 370px;
    height: 250px;
    margin-bottom: 70px;
} 

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 10px 0 0 0px;
}

li.listbox ul.module-article-list li img,
li.listbox ul.module-article-list li div.article-category {
    display: none;
}

li.listbox ul.module-article-list li div.module-article-list-content {
    margin-left: 0px;
}

li.listbox ul.module-article-list li {
    width: 92%;
    height: auto; 
    max-height: 90px;
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 370px; 
}

div.an-module3 div.adsection {
    width: 370px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 330px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 370px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 370px; 
}

ul.grid3cols {
    width: 410px; 
}

ul.grid3cols li {
    width: 370px;
    height: 310px; 
    margin-left: 20px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

ul.grid3cols .no-imagepost { 
    padding: 90px 25px 60px 25px;
}

.grid3cols div.playicon {
    margin: -135px 0 0 177px;;
}

ul.grid3cols div.top-content h2 {
    width: 70%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* -- Home Title Animation -- */
.text-type-animation {
    font-size: 28px;
} 

div.middle-home-title p {
    font-size: 14px;
    margin-top: 0px;
}

div.middle-home-title h3.module-title {
    font-size: 32px;
    padding: 25px 15px 0px 15px;   
}


/* -- 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-spotmag-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,
div.single-fw-bg .single-related {
    width: 360px; 
}

.single-related-wrap,
ul.single-related-list {
    width: 100%;
}

ul.single-related-list li {
    margin-left: 0px;
}

ul.single-related-list li div.single-related-list-content {
    margin-left: 145px;
}

ul.single-related-list li div.single-related-list-content h4 {
    font-size: 18px;
    line-height: 24px;
}


/* -- 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,
div.single-fw-bg .entry-bottom {
    width: 360px; 
}


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 360px;     
}

.entry {
    width: 360px; 
}

img.alignleft,
div.alignleft { 
	float: none;
}

/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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; 
}

.prev-articles h2 a {
    font-size: 18px;
    line-height: 24px; 
}


/* -- 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;
}

div.smallpage .author-info p {
    padding: 10px 25px 15px 25px;
}


/* -- 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; 
}

.border-footer {
    border-left: none;
    border-right: none;
}

.footer-copyright {
    width: 90%; 
}

.footer-copyright p {
    font-size: 16px !important; 
} 


/* ------------ */
} /* end 410px */











/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 350px) and (max-width: 409px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 350px; 
}

.wrap-fullwidth-bg { 
    width: 346px; 
}

.border-fullwidth,
.border-color-top { 
    border: none;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 15px 25px 15px;
} 

.halfpage { 
    width: 346px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 15px 0 15px;
}


/* .page-content */
.single-content { 
    width: 346px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
    margin-top: -30px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo Image -- */
.logo { 
    margin-left: 0px;
    padding-left: 20px;
}


/* The Modal (for search) */
.modal {
    margin-left: 0px;
}

.modal-content {
    margin-left: 0px;
    margin-right: 0px;
}


/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
}

ul.top-social li {
    display: none;
}

ul.top-social li.search {
    display: block; 
    padding-left: 0px;
    margin-left: 0px;
    border-left: none !important;
}


/* -- Big Search -- */
#searchform #search { 
    width: 350px; 
}

#searchform #search {
    padding-left: 0px;
} 


div.modal-content .close {
    left: 47%;
}


/* -- 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; 
}

.ant-responsive-menu { 
    right: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts Slider-- */
ul.featured-posts { 
    border: none; 
}

ul.featured-posts li {
    width: 387px;
}


/* -- Featured Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    width: 100%; 
}

.top-featured-section {
    width: 320px; 
}

ul.top-first-list {
    width: 320px;
    margin-left: 0px; 
}

ul.top-first-list li {
    width: 320px;
    height: 310px;
    margin-left: 0px;
}

ul.top-first-list li img {
    height: 230px;
}

ul.top-first-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 100%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -135px 0 0 148px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 320px; 
}

ul.top-second-list li {
    width: 320px;
    height: 310px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 80%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-second-list li.homeprice { 
    width: 320px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 320px; 
}

div.an-module1 ul.m1-onepost {
    width: 100%;
    height: 380px;
}

ul.m1-onepost li img {
    width: 320px;
    height: 230px;
    border-right: 0px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 290px;
    height: auto;
    margin: 10px 0px 50px 20px;
    float: none;
}

ul.m1-onepost div.m1-onepost-content h2 a {
    font-size: 20px;
    line-height: 28px;
}

.top-second-list div.playicon {
    margin: -135px 0 0 148px;
}

ul.top-second-list li.homeadv {
    width: 320px;
    height: 315px; 
}

ul.top-second-list li.homeadv img {
    width: 300px !important;
}

div.an-module1 h3.module-title,
div.an-module2 h3.module-title,
div.an-module3 h3.module-title,
div.an-module4 h3.module-title,
div.an-module5 h3.module-title {
    font-size: 32px; 
    padding: 25px 15px 0px 15px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 320px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 320px;
    height: 250px;
    margin-bottom: 70px;
} 

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 10px 0 0 0px;
}

li.listbox ul.module-article-list li img,
li.listbox ul.module-article-list li div.article-category {
    display: none;
}

li.listbox ul.module-article-list li div.module-article-list-content {
    margin-left: 0px;
}

li.listbox ul.module-article-list li {
    width: 92%;
    height: auto; 
    max-height: 90px;
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 320px; 
}

div.an-module3 div.adsection {
    width: 320px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 290px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 320px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 320px; 
    margin: 0 auto;
}

ul.grid3cols {
    width: 320px; 
}

ul.grid3cols li {
    width: 320px;
    height: 310px; 
    margin-left: 20px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

ul.grid3cols .no-imagepost { 
    padding: 90px 25px 60px 25px;
}

.grid3cols div.playicon {
    margin: -135px 0 0 148px;
}

ul.grid3cols div.top-content h2 {
    width: 80%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* - Modal social Share -*/
.popup {
    padding: 35px; 
    max-width: 230px;
}


/* -- Home Title Animation -- */
.text-type-animation {
    font-size: 28px;
} 

div.middle-home-title p {
    font-size: 14px;
    margin-top: 0px;
}

div.middle-home-title h3.module-title {
    font-size: 32px;
    padding: 25px 15px 0px 15px;   
}


/* -- Default pagination -- */
.defaultpag {  
    width: 300px; 
    margin: 0px auto 10px auto;  
} 


/* -- Infinite Scroll -- */
div.load-more-btn {
    width: 300px;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 350px; 
}

.home-ribbon-category {
    display: none;
}

.home-author-text { 
    margin-left: 0px;
}

.top-black-article {
    padding-bottom: 50px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 350px; 
    height: 300px;
    margin-bottom: 50px;
}

img.attachment-spotmag-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,
div.single-fw-bg .single-related {
    width: 340px; 
}

.single-related-wrap,
ul.single-related-list {
    width: 100%;
}

ul.single-related-list li {
    margin-left: 0px;
}

ul.single-related-list li div.single-related-list-content {
    margin-left: 145px;
}

ul.single-related-list li div.single-related-list-content h4 {
    font-size: 18px;
    line-height: 24px;
} 


/* -- Single Share -- */
div.single-fw-bg #single-share { 
    display: none;
} 

#single-share  {
    display: none;
} 


/* -- Entry bottom -- */
.entry-bottom,
div.single-fw-bg .entry-bottom {
    width: 340px; 
} 


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 340px;     
}

.entry {
    width: 340px; 
}

img.alignleft,
div.alignleft { 
	float: none;
}

/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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; 
}

.prev-articles h2 a {
    font-size: 18px;
    line-height: 24px; 
}


/* -- 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;
}

div.smallpage .author-info p {
    padding: 10px 25px 15px 25px;
}

.smallpage { 
    width: 350px; 
}


/* -- 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; 
}

.border-footer {
    border-left: none;
    border-right: none;
}

.footer-copyright {
    width: 90%; 
}

.footer-copyright p {
    font-size: 16px !important; 
} 

/* ------------ */
} /* end 360px */












/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 349px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Layout content - */
.wrap-fullwidth { 
    width: 310px; 
}

.wrap-fullwidth-bg { 
    width: 306px; 
}

.border-fullwidth,
.border-color-top { 
    border: none;
}

.wrap-fullwidth-bg .entry { 
    width: 260px; 
    padding: 0px 0px 25px 0px; 
} 

.halfpage { 
    width: 306px; 
    padding: 0 0px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 15px 0 10px;
}


/* .page-content */
.single-content { 
    width: 306px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
    margin-top: -30px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo Image -- */
.logo { 
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}


/* The Modal (for search) */
.modal {
    margin-left: 0px;
}

.modal-content {
    margin-left: 0px;
    margin-right: 0px;
}


/* -- Top social icons -- */
ul.top-social  {
    width: auto;
    float: right;
    margin: -62px 0px 0 0;
    padding-right: 80px;
    padding-left: 10px;
}

ul.top-social li {
    display: none;
}

ul.top-social li.search {
    display: block; 
    padding-left: 0px;
    margin-left: 0px;
    border-left: none !important;
}


/* -- Big Search -- */
#searchform #search { 
    width: 310px; 
}

#searchform #search {
    padding-left: 0px;
} 


div.modal-content .close {
    left: 47%;
}


/* -- 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; 
}

.ant-responsive-menu { 
    right: 0px;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts Slider-- */
ul.featured-posts { 
    border: none; 
    width: 310px;
}

ul.featured-posts li {
    width: 310px;
}


/* -- Featured Top Section 2+3 (Ad+2 posts) -- */
.black-top-featured-section {
    width: 100%; 
}

.top-featured-section {
    width: 280px; 
}

ul.top-first-list {
    width: 280px;
    margin-left: 0px; 
}

ul.top-first-list li {
    width: 280px;
    height: 310px;
    margin-left: 0px;
}

ul.top-first-list li img {
    height: 230px;
}

ul.top-first-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-first-list div.top-content h2 {
    width: 100%; 
}

.top-first-list div.playicon,
.m1-onepost div.playicon {
    margin: -135px 0 0 130px;
}


/* -- (Ad+2 posts) -- */
ul.top-second-list {
    width: 280px; 
}

ul.top-second-list li {
    width: 280px;
    height: 310px;
}

ul.top-second-list li:last-child {
    display: none;
}

ul.top-second-list li img {
    width: 100%;   
    object-fit: cover;
}

ul.top-second-list div.top-content h2 {
    width: 80%; 
}

ul.top-second-list div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.top-second-list li.homeprice { 
    width: 280px;
}

.card-price { 
    width: 250px;
}


/* -- Module #1 Style -- */
div.an-module1 {
    width: 280px; 
}

div.an-module1 ul.m1-onepost {
    width: 100%;
    height: 380px;
}

ul.m1-onepost li img {
    width: 280px;
    height: 230px;
    border-right: 0px;
}

ul.m1-onepost div.m1-onepost-content {
    width: 250px;
    height: auto;
    margin: 10px 0px 50px 20px;
    float: none;
}

ul.m1-onepost div.m1-onepost-content h2 a {
    font-size: 20px;
    line-height: 28px;
}

.top-second-list div.playicon {
    margin: -135px 0 0 130px;
}

ul.top-second-list li.homeadv {
    width: 280px;
    height: 315px; 
}

ul.top-second-list li.homeadv img {
    width: 250px !important;
}

div.an-module1 h3.module-title,
div.an-module2 h3.module-title,
div.an-module3 h3.module-title,
div.an-module4 h3.module-title,
div.an-module5 h3.module-title {
    font-size: 32px; 
    padding: 25px 15px 0px 15px; 
}


/* -- Module #2 Style -- */
div.an-module2 {
    width: 280px; 
}

div.an-module2 ul.top-first-list li.listbox {
    width: 280px;
    height: 250px;
    margin-bottom: 70px;
} 

li.listbox ul.module-article-list {
    width: 100%; 
    margin: 10px 0 0 0px;
}

li.listbox ul.module-article-list li img,
li.listbox ul.module-article-list li div.article-category {
    display: none;
}

li.listbox ul.module-article-list li div.module-article-list-content {
    margin-left: 0px;
}

li.listbox ul.module-article-list li {
    width: 92%;
    height: auto; 
    max-height: 90px;
}

li.listbox ul.module-article-list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}


/* -- Module #3 Style -- */
div.an-module3 {
    width: 280px; 
}

div.an-module3 div.adsection {
    width: 280px;
}

div.an-module3 div.adsection .imagelb,
div.an-module3 div.adsection .imagelb img {
    width: 250px;
}


/* -- Module #4 Style -- */
div.an-module4 {
    width: 280px; 
}


/* -- Module #5 Style -- */
div.an-module5 {
    width: 280px; 
    margin: 0 auto;
}

ul.grid3cols {
    width: 280px; 
}

ul.grid3cols li {
    width: 280px;
    height: 310px; 
    margin-left: 20px;
}

ul.grid3cols li img {
    width: 100%;   
    object-fit: cover;
}

ul.grid3cols .no-imagepost { 
    padding: 90px 25px 60px 25px;
}

.grid3cols div.playicon {
    margin: -135px 0 0 130px;
}

ul.grid3cols div.top-content h2 {
    width: 80%;
}

ul.grid3cols div.top-content h2 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* - Modal social Share -*/
.popup {
    padding: 25px;
    max-width: 200px;
}


/* -- Home Title Animation -- */
.text-type-animation {
    font-size: 24px;
} 

div.middle-home-title p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
}

div.middle-home-title h3.module-title {
    font-size: 32px;
    padding: 25px 15px 0px 15px;   
}


/* -- Default pagination -- */
.defaultpag {  
    width: 280px; 
    margin: 0px auto 10px auto;  
} 


/* -- Infinite Scroll -- */
div.load-more-btn {
    width: 280px;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 310px; 
}

.home-ribbon-category {
    display: none;
}

.home-author-text { 
    margin-left: 0px;
}

.top-black-article {
    padding-bottom: 50px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 310px; 
    height: 300px;
    margin-bottom: 50px;
}

img.attachment-spotmag-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,
div.single-fw-bg .single-related {
    width: 285px; 
}

.single-related-wrap,
ul.single-related-list {
    width: 100%;
}

ul.single-related-list li {
    margin-left: 0px;
}

ul.single-related-list li div.single-related-list-content {
    margin-left: 145px;
}

ul.single-related-list li div.single-related-list-content h4 {
    font-size: 18px;
    line-height: 24px;
} 


/* -- Single Share -- */
div.single-fw-bg #single-share { 
    display: none;
} 

#single-share  {
    display: none;
}


/* -- Entry bottom -- */
.entry-bottom,
div.single-fw-bg .entry-bottom {
    width: 285px; 
} 


/* -- Entry content style -- */
div.single-fw-bg .entry {
    width: 285px;     
}

.entry {
    width: 285px; 
}

img.alignleft,
div.alignleft { 
	float: none;
}

/* -- Next/Pre articles single -- */
.prev-articles,
div.single-fw-bg .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; 
}

.prev-articles h2 a {
    font-size: 18px;
    line-height: 24px; 
}


/* -- 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;
}

div.smallpage .author-info p {
    padding: 10px 15px 15px 15px;
}

.smallpage { 
    width: 290px; 
}


/* -- 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; 
}

.border-footer {
    border-left: none;
    border-right: none;
}

.footer-copyright {
    width: 90%; 
}

.footer-copyright p {
    font-size: 16px !important; 
} 


/* ------------ */
} /* end 305px */