/*
	---------------------------------------------------
	
	           Styles for Mobile Devices

	---------------------------------------------------
*/


/* 1420px (devices and browsers) */
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Header */
.header-center { 
    width: 1400px; 
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 1400px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 1400px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 135px 25px 135px;
}

.right-content { 
    width: 970px; 
    float: right; 
    min-height: 100rem;
}

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpagepricing { 
    width: 900px; 
    padding: 0 15px;
}

.halfpage .entry,
.halfpagepricing .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 1004px; 
    float: left; /* right/left */
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(960px + 80px) !important; 
}

#searchform2 #s { 
    width: 960px !important; 
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts -- */
ul.featured-posts li { 
    width: 700px;  
}

ul.featured-posts li img { 
    width: 700px; 
}


/* -- Featured Container -- */
.featured-container {
    width: 1400px;
    height: 607px; 
} 

.header-boxleft {
    width: 700px;
    height: 607px; 
}

.header-right {
    width: 700px;
    height: 607px; 
}


/* -- Home buttons -- */
a.anbtn-white {
    width: 165px;
    height: 20px;
    padding: 15px 0;
    margin-right: 27px;
}

a.anbtn-black {
    width: 180px;
    height: 20px;
    padding: 15px 0;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -35px;
}

ul.modern-articles li {
    width: 323.75px;
    margin: 0 0 25px 35px;
}

ul.modern-articles li img {
    width: 323.75px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 200px; 
}

ul.modern-articles .ma-right {
    width: 263px; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 323.75px; 
}

li.home-pricing div.home-pricing-content {
    width: 255px;
    padding: 29px; 
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 323.75px; 
} 

ul.modern-articles li.homeadv img {
    width: 300px !important; 
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 634px; 
}

/* -- Media Content Box 1004-64=937 -- */
div.media-single-content {  
    width: 937px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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: 40px 0 29px 33px; 
}


/* -- Entry bottom -- */
.entry-bottom {
    width: 734px; 
}


/* -- Entry content style -- */
.entry {
    width: 734px; 
}


/* -- 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; 
}


/* -- Products -- */
ul.products {
	margin-top: 30px !important;
}

ul.products li {
	width: 245px;
	text-align: center;
}

ul.products li img {
	width: 245px;
	height: 245px;
} 


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
.footer-wrap  { 
    width: 1400px; 
    height: auto; 
    margin: 0 auto; 
}

/* ------------ */
} /* end 1420px */









/* 1350px (devices and browsers) */
@media only screen and (min-width: 1270px) and (max-width: 1439px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Header */
.header-center { 
    width: 1230px; 
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 1230px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 1230px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 135px 25px 135px;
}

.right-content { 
    width: 970px; 
    float: right; 
    min-height: 100rem;
}

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpagepricing { 
    width: 900px; 
    padding: 0 15px;
}

.halfpage .entry,
.halfpagepricing .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 830px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(800px + 80px) !important; 
}

#searchform2 #s { 
    width: 800px !important; 
}


/* -- Top Header Menu -- */
.ant-responsive-menu { 
    font-size: 16px;
}

.ant-responsive-menu li.nav-separator a {
    margin: 0 10px 0 0px; 
}

.ant-responsive-menu > li > a { 
    display: block; 
    padding: 12px 0 6px 0 !important; 
    margin-right: 10px; 
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 640px; 
}

ul.featured-posts { 
    height: 640px;
}

ul.featured-posts li { 
    width: 615px; 
    height: 640px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 615px; 
    height: 640px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -628px auto 0 auto; 
}


/* -- Featured Container -- */
.featured-container {
    width: 1230px;
    height: 640px; 
} 

.header-boxleft {
    width: 615px;
    height: 640px; 
}

.header-right {
    width: 615px;
    height: 640px; 
}


/* -- Home buttons -- */
a.anbtn-white {
    width: 150px;
    height: 20px;
    padding: 15px 0;
    margin-right: 20px;
}

a.anbtn-black {
    width: 150px;
    height: 20px;
    padding: 15px 0;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -30px; 
}

ul.modern-articles li {
    width: 285px;
    margin: 0 0 25px 30px;
}

ul.modern-articles li img {
    width: 285px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 200px; 
}

ul.modern-articles .ma-right {
    width: 225px; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 285px; 
}

li.home-pricing div.home-pricing-content {
    width: 225px;
    padding: 25px; 
}

ul.home-price-list li { 
    width: 225px !important; 
}

.an-price span {
    font-size: 46px;
    font-weight: 700;
}

.an-price {
    width: 85px; 
}

.an-month-wrap { 
    font-size: 15px;
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 285px; 
} 

ul.modern-articles li.homeadv img {
    width: 250px !important; 
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 666px; 
}

/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 766px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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: 300px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.one_half_last_sr {
    width: 270px;
    margin-right: 0;
}


/* -- Single Share -- */
div.single-fw-bg #single-share { 
    margin-left: 235px;
} 

#single-share  {
    width: 70px;
    margin: 40px 0 29px 0px; 
}


/* -- Entry bottom -- */
.entry-bottom {
    width: 666px; 
}


/* -- Entry content style -- */
.entry {
    width: 666px; 
}


/* -- Next/Pre articles single -- */
.prev-articles {
    width: 666px; 
}

.prev-entry {
    padding: 35px 40px 35px 40px; 
}

.prev-entry2 {
    padding: 35px 40px 35px 40px; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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; 
} 


/*-----------------------------------------------------------------------------
------------------------------ 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: 1269px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Header */
.header-center { 
    width: 980px; 
}

.main-header { 
    float: right;
}

/* - Layout content - */
.wrap-fullwidth { 
    width: 980px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 980px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 80px 25px 80px;
}

.right-content { 
    width: 970px; 
    float: right; 
    min-height: 100rem;
}

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpagepricing { 
    width: 900px; 
    padding: 0 15px;
}

.halfpage .entry,
.halfpagepricing .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 --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(350px + 80px) !important; 
    margin-top: 35px; 
}

#searchform2 #s { 
    width: 350px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    margin-top: 35px;
    float: left;
    margin-left: 25px; 
}


/* -- 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 Posts -- */
#featured-slider-wrap { 
    height: 640px; 
}

ul.featured-posts { 
    height: 640px;
}

ul.featured-posts li { 
    width: 490px; 
    height: 640px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 490px; 
    height: 640px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -628px auto 0 auto; 
}

ul.featured-posts li h2 { 
    font-size: 32px;   
    line-height: 40px;  
}


/* -- Featured Container -- */
.featured-container {
    width: 980px;
    height: 640px; 
} 

.header-boxleft {
    width: 490px;
    height: 640px; 
}

.header-right {
    width: 490px;
    height: 640px; 
}

.header-boxleft-detail {
    padding: 25px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    width: 120px;
    height: 20px;
    padding: 12px 0;
    margin-right: 10px;
    font-size: 15px;
}

a.anbtn-black {
    width: 120px;
    height: 20px;
    padding: 12px 0;
    font-size: 15px;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -30px; 
}

ul.modern-articles li {
    width: 306.66px;
    margin: 0 0 25px 30px;
}

ul.modern-articles li img {
    width: 306.66px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 200px; 
}

ul.modern-articles .ma-right {
    width: 246.66px; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 306.66px;
}

li.home-pricing div.home-pricing-content {
    width: 244px;
    padding: 26px; 
}

ul.home-price-list li { 
    width: 225px !important; 
}

li.home-pricing .an-price span {
    font-size: 46px;
    font-weight: 700;
}

li.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

li.home-pricing .an-price {
    width: 85px; 
}

li.home-pricing .an-month-wrap { 
    font-size: 15px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 306.66px; 
} 

ul.modern-articles li.homeadv img {
    width: 300px !important; 
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 980px; 
}

.box-about-wrap {
    width: 980px;
    margin: 100px auto 0 auto;
}



/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 546px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 546px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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: 235px;
} 

#single-share  {
    width: 70px;
    margin: 40px 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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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-center { 
    width: 750px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 750px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 750px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 80px 25px 80px;
}

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpagepricing { 
    width: 750px;
    padding: 0px; 
}

.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 --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(200px + 80px) !important; 
    margin-top: 35px; 
}

#searchform2 #s { 
    width: 200px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    margin-top: 35px;
    float: left;
    margin-left: 25px; 
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 30px;
} 

#tabs li a {
    font-size: 20px;
    margin-right: 15px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 640px; 
}

ul.featured-posts { 
    height: 640px;
}

ul.featured-posts li { 
    width: 375px; 
    height: 640px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 375px; 
    height: 640px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -628px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 28px;   
    line-height: 38px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -350px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 750px;
    height: 640px; 
} 

.header-boxleft {
    width: 375px;
    height: 640px; 
}

.header-right {
    width: 375px;
    height: 640px; 
}

.header-boxleft-detail {
    padding: 25px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    display: none;
}

a.anbtn-black {
    display: none;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -30px; 
}

ul.modern-articles li {
    width: 230px;
    margin: 0 0 25px 30px;
}

ul.modern-articles li img {
    width: 230px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 200px; 
}

ul.modern-articles .ma-right {
    width: 170px; 
}

ul.modern-articles li h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 230px; 
}

li.home-pricing div.home-pricing-content {
    width: 170px;
    padding: 25px; 
}

ul.home-price-list li { 
    width: 180px !important; 
}

li.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

li.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

li.home-pricing .an-price {
    width: 85px; 
}

li.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 0px;
    margin-top: 10px;
}


/* - Pricing Page - */
div.home-pricing {
    width: 275px; 
}

div.home-pricing div.home-pricing-content {
    width: 215px;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 210px !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 100px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 0px;
    margin-top: 10px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 230px; 
} 

ul.modern-articles li.homeadv img {
    width: 211px !important; 
    min-height: 177px;
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 750px; 
}

.box-about-wrap {
    width: 750px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -6px;
    width: 30.5%;
    height: 430px;
    margin-bottom: 10px;
    margin-right: 4%;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 22px;
} 

.box-about-wrap .box-content {
    padding: 25px;
    height: 300px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 23px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size:48px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 686px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 686px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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; 
}

.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: 235px;
} 

#single-share  {
    width: 70px;
    margin: 40px 0 29px 0px; 
}


/* -- Entry bottom -- */
.entry-bottom {
    width: 586px; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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 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: 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; 
}

/* ------------ */
} /* 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-center { 
    width: 580px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 580px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 580px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 50px 25px 50px;
}

.halfpage { 
    width: 580px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}

.halfpagepricing { 
    width: 580px;
    padding: 0px; 
}

.halfpagepricing .entry { 
    width: auto; 
    padding: 0 50px 0 50px;
}


/* .page-content */
.single-content { 
    width: 580px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(150px + 80px) !important; 
    margin-top: 35px; 
}

#searchform2 input::placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40px;
} 

#searchform2 #s { 
    width: 150px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    display: none;
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 40px;
} 

#tabs li a {
    font-size: 20px;
    margin-right: 15px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 340px; 
}

ul.featured-posts { 
    height: 340px;
}

ul.featured-posts li { 
    width: 580px; 
    height: 340px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 580px; 
    height: 340px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -328px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 32px;   
    line-height: 40px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -200px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 580px;
    height: 940px; 
    margin: 30px auto 70px auto;
} 

.header-boxleft {
    width: 580px;
    height: 640px; 
}

.header-right {
    width: 580px;
    height: 340px; 
}

.header-boxleft-detail {
    padding: 45px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    width: 130px;
    height: 20px;
    padding: 15px 10px;
    margin-right: 10px;
    font-size: 17px;
}

a.anbtn-black {
    width: 130px;
    height: 20px;
    padding: 15px 10px;
    font-size: 17px;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -30px; 
}

ul.modern-articles li {
    width: 275px;
    margin: 0 0 25px 30px;
}

ul.modern-articles li img {
    width: 275px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 200px; 
}

ul.modern-articles .ma-right {
    width: 215px; 
}

ul.modern-articles li h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 275px; 
}

li.home-pricing div.home-pricing-content {
    width: 215px;
    padding: 25px; 
}

ul.home-price-list li { 
    width: 210px !important; 
}

li.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

li.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

li.home-pricing .an-price {
    width: 100px; 
}

li.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 0px;
    margin-top: 10px;
}


/* - Pricing Page - */
div.pricing-wrap {
    margin-top: 0px; 
}

div.home-pricing {
    width: 100%; 
}

div.home-pricing div.home-pricing-content {
    width: 87.3%;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 100% !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 120px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 10px;
    margin-top: -10px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 275px; 
} 

ul.modern-articles li.homeadv img {
    width: 250px !important;
    min-height: 208px;
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 580px; 
}

.box-about-full h3 {
    font-size: 40px;
    line-height: 40px; 
    margin-bottom: 25px;
}

.box-about-wrap {
    width: 580px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -6px;
    width: 30.5%;
    height: 420px;
    margin-bottom: 10px;
    margin-right: 4%;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 18px;
} 

.box-about-wrap .box-content {
    padding: 15px;
    height: 320px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 13px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size: 38px;
  line-height: 45px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}

div.middle-home-title {
    margin: 20px auto 25px auto; 
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* - Top entry - */
.entry-top {
    width: 516px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 34px;
    font-weight: 500; 
    line-height: 36px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 516px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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: 235px;
} 

#single-share  {
    width: 50px;
    margin: 40px 0 29px -10px; 

}


/* -- Entry bottom -- */
.entry-bottom {
    width: 486px; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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 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: 406px; 
}

#mcTagMap #mcTagMapNav { 
    width: 406px !important; 
}

#mcTagMap .holdleft,
#sc_mcTagMap .holdleft {
    width: 43% !important; 
}


/* -- Shop Style -- */
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
	width: 48% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 14px;
}


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
.footer-wrap  { 
    width: 580px; 
    height: auto; 
    margin: 0 auto; 
}

footer .one_half,
footer .one_half_last { 
	width: 100%;
    padding-top: 60px;
}

footer .one_half_last {
	margin-right: 0px;
	padding-top: 30px;
}


/* ------------ */
} /* 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-center { 
    width: 460px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 460px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 460px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 50px 25px 50px;
}

.halfpage { 
    width: 430px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 35px 0 35px;
}

.halfpagepricing { 
    width: 460px;
    padding: 0px; 
}

.halfpagepricing .entry { 
    width: auto; 
    padding: 0 50px 0 50px;
}


/* .page-content */
.single-content { 
    width: 460px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(80px + 80px) !important; 
    margin-top: 35px; 
}

#searchform2 input::placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40px;
} 

#searchform2 #s { 
    width: 80px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    display: none;
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 40px;
} 

#tabs li a {
    font-size: 20px;
    margin-right: 15px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 340px; 
}

ul.featured-posts { 
    height: 340px;
}

ul.featured-posts li { 
    width: 460px; 
    height: 340px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 460px; 
    height: 340px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -328px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 32px;   
    line-height: 40px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -200px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 460px;
    height: 960px; 
    margin: 30px auto 70px auto;
} 

.header-boxleft {
    width: 460px;
    height: 660px; 
}

.header-right {
    width: 460px;
    height: 340px; 
}

.header-boxleft-detail {
    padding: 45px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    width: 120px;
    height: 20px;
    padding: 15px 0px;
    margin-right: 5px;
    font-size: 14px;
}

a.anbtn-black {
    width: 110px;
    height: 20px;
    padding: 15px 0px;
    font-size: 14px;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -20px; 
}

ul.modern-articles li {
    width: 220px;
    margin: 0 0 25px 20px;
}

ul.modern-articles li img {
    width: 220px;
    height: 225px;
}

ul.modern-articles .ma-left {
    width: 60px;
    height: 220px; 
}

ul.modern-articles .ma-right {
    width: 160px; 
}

ul.modern-articles li h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 220px;
    opacity: 0; 
    margin-bottom: -50px !important;
}

li.home-pricing div.home-pricing-content,
li.home-pricing .an-month-wrap,
li.home-pricing h3  {
    display: none;
}


/* - Pricing Page - */
div.pricing-wrap {
    margin-top: 0px; 
}

div.home-pricing {
    width: 100%; 
}

div.home-pricing div.home-pricing-content {
    width: 83.3%;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 100% !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 120px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 10px;
    margin-top: -10px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 220px; 
} 

ul.modern-articles li.homeadv img {
    width: 211px !important; 
    min-height: 177px;
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 460px; 
}

.box-about-full h3 {
    font-size: 32px;
    line-height: 32px; 
    margin-bottom: 25px;
}

.box-about-wrap {
    width: 460px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -6px;
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 18px;
} 

.box-about-wrap .box-content {
    padding: 15px;
    height: 220px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 13px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size: 32px;
  line-height: 32px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}

div.middle-home-title {
    margin: 20px auto 0px auto; 
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Entry source-link -- */
div.article-source-link a {
    margin: 10px; 
    font-size: 16px;
    font-weight: 700; 
}


/* - Top entry - */
.entry-top {
    width: 396px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 34px;
    font-weight: 500; 
    line-height: 36px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 36px;
    font-weight: 500; 
    line-height: 46px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box 830-64=766 -- */
div.media-single-content {  
    width: 396px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- not-found -- */
.not-found {
    width: 360px; 
    padding: 50px;
    margin-bottom: 0px;
}

.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: 40px 0 29px -10px; 

}


/* -- Entry bottom -- */
.entry-bottom {
    width: 366px; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/* -- 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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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 .one_half,
footer .one_half_last { 
	width: 100%;
    padding-top: 60px;
}

footer .one_half_last {
	margin-right: 0px;
	padding-top: 30px;
}


/* ------------ */
} /* 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: 150px; 
    padding-bottom: 35px;
}

.header-center { 
    width: 390px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 390px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 390px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 15px 25px 15px;
}

.halfpage { 
    width: 360px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 3px 0 0px;
}

.halfpagepricing { 
    width: 390px;
    padding: 0px; 
}

.halfpagepricing .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 --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(310px + 80px) !important; 
    margin-top: 20px; 
    float: left;
    margin-left: -17px;
}

#searchform2 #s { 
    width: 310px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    display: none;
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 40px;
} 

#tabs li a {
    font-size: 20px;
    margin-right: 15px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 340px; 
}

ul.featured-posts { 
    height: 340px;
}

ul.featured-posts li { 
    width: 390px; 
    height: 340px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 390px; 
    height: 340px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -328px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 32px;   
    line-height: 40px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -200px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 390px;
    height: 960px; 
    margin: 30px auto 70px auto;
} 

.header-boxleft {
    width: 390px;
    height: 660px; 
}

.header-right {
    width: 390px;
    height: 340px; 
}

.header-boxleft-detail {
    padding: 45px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    display: none;
}

a.anbtn-black {
    display: none;
}


/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -15px; 
}

ul.modern-articles li {
    width: 187.5px;
    margin: 0 0 25px 15px;
}

ul.modern-articles li img {
    width: 187.5px;
    height: 225px;
}

ul.modern-articles .ma-left {
    display: none;
}

ul.modern-articles .ma-right {
    width: 187px; 
}

ul.modern-articles li h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 187.5px;
    opacity: 0; 
    margin-bottom: -50px !important;
}

li.home-pricing div.home-pricing-content,
li.home-pricing .an-month-wrap,
li.home-pricing h3  {
    display: none;
}


/* - Pricing Page - */
div.pricing-wrap {
    margin-top: 0px; 
}

div.home-pricing {
    width: 100%; 
}

div.home-pricing div.home-pricing-content {
    width: 83.3%;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 100% !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 120px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 10px;
    margin-top: -10px;
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    display: none;
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 390px; 
}

.box-about-full h3 {
    font-size: 26px;
    line-height: 28px; 
    margin-bottom: 25px;
}

.box-about-wrap {
    width: 390px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -2px;
    width: auto;
    height: 340px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 18px;
} 

.box-about-wrap .box-content {
    padding: 15px;
    height: 240px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 13px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size: 26px;
  line-height: 26px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}

div.middle-home-title {
    margin: 20px auto 0px auto; 
}


/* -- Default pagination -- */
.defaultpag {  
    width: 300px; 
    margin: 20px auto 80px auto;  
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Entry source-link -- */
div.article-source-link a {
    margin: 10px; 
    font-size: 16px;
    font-weight: 700; 
}


/* - Top entry - */
.entry-top {
    width: 360px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 30px;
    font-weight: 500; 
    line-height: 36px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 30px;
    font-weight: 500; 
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box -- */
div.media-single-content {  
    width: 360px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- not-found -- */
.not-found {
    width: 300px; 
    padding: 50px 30px;
    margin-bottom: 0px;
}

.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;
}


/* -- Entry bottom -- */
.entry-bottom {
    width: 360px; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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 .one_half,
footer .one_half_last { 
	width: 100%;
    padding-top: 60px;
}

footer .one_half_last {
	margin-right: 0px;
	padding-top: 30px;
}


/* ------------ */
} /* end 410px */







/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 360px) and (max-width: 409px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Header */
header { 
    height: 150px; 
    padding-bottom: 35px;
}

.header-center { 
    width: 360px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 360px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 360px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 15px 25px 15px;
}

.halfpage { 
    width: 330px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 3px 0 0px;
}

.halfpagepricing { 
    width: 360px;
    padding: 0px; 
}

.halfpagepricing .entry { 
    width: auto; 
    padding: 0 15px 0 15px;
}


/* .page-content */
.single-content { 
    width: 360px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(280px + 80px) !important; 
    margin-top: 20px; 
    float: left;
    margin-left: -17px;
}

#searchform2 #s { 
    width: 280px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    display: none;
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 20px;
} 

#tabs li a {
    font-size: 18px;
    margin-right: 15px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 340px; 
}

ul.featured-posts { 
    height: 340px;
}

ul.featured-posts li { 
    width: 360px; 
    height: 340px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 360px; 
    height: 340px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -328px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 28px;   
    line-height: 34px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -200px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 360px;
    height: 900px; 
    margin: 30px auto 70px auto;
} 

.header-boxleft-detail h1 {
    margin-top: 10px;
    font-size: 30px;
}

.header-boxleft-detail p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 26px; 
}

.header-boxleft {
    width: 360px;
    height: 600px; 
}

.header-right {
    width: 360px;
    height: 340px; 
}

.header-boxleft-detail {
    padding: 45px 25px 25px 40px;
}


/* -- Home buttons -- */
a.anbtn-white {
    display: none;
}

a.anbtn-black {
    display: none;
}

div.taghome a {
    padding: 6px 12px;
    font-size: 16px !important;
}

/* - Moder Articles Style - */
ul.modern-articles {
    margin: 0 0 0 -10px; 
}

ul.modern-articles li {
    width: 175px;
    margin: 0 0 25px 10px;
}

ul.modern-articles li img {
    width: 175px;
    height: 225px;
}

ul.modern-articles .ma-left {
    display: none;
}

ul.modern-articles .ma-right {
    width: 175px; 
}

ul.modern-articles li h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 175px;
    opacity: 0; 
    margin-bottom: -50px !important;
}

li.home-pricing div.home-pricing-content,
li.home-pricing .an-month-wrap,
li.home-pricing h3  {
    display: none;
}


/* - Pricing Page - */
div.pricing-wrap {
    margin-top: 0px; 
}

div.home-pricing {
    width: 100%; 
}

div.home-pricing div.home-pricing-content {
    width: 81.7%;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 100% !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 120px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 10px;
    margin-top: -10px;
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    display: none;
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 360px; 
    margin: 50px auto 0px auto;
}

.box-about-full h3 {
    font-size: 24px;
    line-height: 28px; 
    margin-bottom: 25px;
}

.box-about-wrap {
    width: 360px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -2px;
    width: auto;
    height: 340px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 18px;
} 

.box-about-wrap .box-content {
    padding: 15px;
    height: 240px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 13px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size: 26px;
  line-height: 26px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}

div.middle-home-title {
    margin: 20px auto 0px auto; 
}


/* -- Default pagination -- */
.defaultpag {  
    width: 300px; 
    margin: 20px auto 80px auto;  
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Entry source-link -- */
div.article-source-link a {
    margin: 10px; 
    font-size: 16px;
    font-weight: 700; 
}


/* - Top entry - */
.entry-top {
    width: 340px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 30px;
    font-weight: 500; 
    line-height: 36px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 30px;
    font-weight: 500; 
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box -- */
div.media-single-content {  
    width: 340px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- not-found -- */
.not-found {
    width: 300px; 
    padding: 50px 30px;
    margin-bottom: 0px;
}

.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; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */
.sidebar { 
    width: 360px; 
    float: none; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 25px;  
    margin-right: 40px;
} 

.sidebar-sticky { 
    width: 360px; 
    float: none; 
    margin-left: auto; 
    margin-right: auto; 
    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: 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: 0 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: 360px; 
    height: auto; 
    margin: 0 auto; 
}

footer .one_half,
footer .one_half_last { 
	width: 100%;
    padding-top: 60px;
}

footer .one_half_last {
	margin-right: 0px;
	padding-top: 10px;
}

.one_third {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-right: 5%;
}

.one_third_last {
	float: left;
	width: 100%;
	margin-right: 0px;
}

/* ------------ */
} /* end 360px */












/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 359px) {
/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

/* - Header */
header { 
    height: 150px; 
    padding-bottom: 35px;
}

.header-center { 
    width: 305px; 
}

.main-header { 
    float: right;
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 305px; 
    height: auto; 
    margin: 30px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 301px; 
    height: auto; 
    margin: 30px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px; 
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 15px 25px 15px;
}

.halfpage { 
    width: 275px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 3px 0 0px;
}

.halfpagepricing { 
    width: 305px;
    padding: 0px; 
}

.halfpagepricing .entry { 
    width: auto; 
    padding: 0 15px 0 15px;
}


/* .page-content */
.single-content { 
    width: 305px; /* -50px */
    float: left; 
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Search -- */
#searchform2 { 
    width: calc(225px + 80px) !important; 
    margin-top: 20px; 
    float: left;
    margin-left: -17px;
}

#searchform2 #s { 
    width: 225px !important; 
}


/* -- Header "Add Post" big button -- */
header a.bt {
    display: none;
}


/* -- 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 --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tabs -- */
#tabs_wrapper {
    margin-top: 20px;
} 

#tabs li a {
    font-size: 16px;
    margin-right: 12px; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    height: 340px; 
}

ul.featured-posts { 
    height: 340px;
}

ul.featured-posts li { 
    width: 305px; 
    height: 340px; 
    float: left; 
    overflow:hidden; 
}

ul.featured-posts li img { 
    width: 305px; 
    height: 340px; 
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
}

ul.featured-posts li div.inner-big { 
    margin: -328px auto 0 auto; 
    width: 90%; 
}

ul.featured-posts li h2 { 
    font-size: 28px;   
    line-height: 34px;  
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -200px !important; 
}


/* -- Featured Container -- */
.featured-container {
    width: 305px;
    height: 900px; 
    margin: 30px auto 70px auto;
} 

.header-boxleft-detail h1 {
    margin-top: 10px;
    font-size: 30px;
}

.header-boxleft-detail p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 26px; 
}

.header-boxleft {
    width: 305px;
    height: 600px; 
}

.header-right {
    width: 305px;
    height: 340px; 
}

.header-boxleft-detail {
    padding: 25px 15px 25px 15px;
}


/* -- Home buttons -- */
a.anbtn-white {
    display: none;
}

a.anbtn-black {
    display: none;
}

div.taghome a {
    padding: 6px 12px;
    font-size: 16px !important;
}

/* - Moder Articles Style - */
ul.modern-articles {
    margin: -60px 0 0 0px; 
}

ul.modern-articles li {
    width: 305px;
    margin: 0 0 25px 0px;
}

ul.modern-articles li img {
    width: 305px;
    height: 225px;
}

ul.modern-articles .ma-left {
    display: none;
}

ul.modern-articles .ma-right {
    width: 305px; 
}

ul.modern-articles li h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}


/* -- Home Header Tags -- */
div.taghome a { 
    margin: 0 6px 6px 0;
    font-size: 16px !important; 
}


/* - Blog Style Home Pricing - */
ul.modern-articles li.home-pricing {
    width: 305px; 
    opacity: 0; 
    margin-bottom: 20px !important;
}

li.home-pricing div.home-pricing-content,
li.home-pricing .an-month-wrap,
li.home-pricing h3  {
    display: none;
}


/* - Pricing Page - */
div.pricing-wrap {
    margin-top: 0px; 
}

div.home-pricing {
    width: 100%; 
}

div.home-pricing div.home-pricing-content {
    width: 78.5%;
    padding: 25px; 
}

div.home-pricing ul.home-price-list li { 
    width: 100% !important; 
}

div.home-pricing .an-price span {
    font-size: 50px;
    font-weight: 700;
}

div.home-pricing div.an-price span.decimals {
    font-size: 10px; 
    top: -27px;
}

div.home-pricing .an-price {
    width: 120px; 
}

div.home-pricing .an-month-wrap { 
    font-size: 15px;
    margin-left: 0px;
    margin-top:  10px;
}


/* - Blog Style Ads - */
ul.modern-articles li.homeadv {
    width: 305px; 
} 

ul.modern-articles li.homeadv img {
    width: 305px !important; 
}


/* -- Tags home posts -- */
ul.taghomepost li { 
    width: inherit;
}


/* -- Home About boxes -- */
.box-about-full {
    width: 305px; 
    margin: 50px auto 0px auto;
}

.box-about-full h3 {
    font-size: 24px;
    line-height: 34px; 
    margin-bottom: 25px;
}

.box-about-wrap {
    width: 305px;
    margin: 100px auto 0 auto;
}

.box_about,
.box_about_last {
    margin-left: -2px;
    width: auto;
    height: 340px;
    margin-bottom: 20px;
    margin-right: 0px;
}

.box_about_last {
    margin-right: 0;
}

.box-content h3 {
    font-size: 18px;
} 

.box-about-wrap .box-content {
    padding: 15px;
    height: 240px;
}


/* -- learn-more / read-more button -- */
.learn-more {
    margin-left: 13px;
}


/* -- Home Title Animation -- */
.text-type-animation{ 
  font-size: 26px;
  line-height: 26px;
}

div.middle-home-title p  { 
    margin-top: 10px; 
}

div.middle-home-title {
    margin: 20px auto 0px auto; 
}


/* -- Default pagination -- */
.defaultpag {  
    width: 300px; 
    margin: 20px auto 80px auto;  
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Entry source-link -- */
div.article-source-link a {
    margin: 10px; 
    font-size: 14px;
    font-weight: 700; 
}


/* - Top entry - */
.entry-top {
    width: 285px; 
}


/* -- Page / Article Title -- */
h1.article-title {
    font-size: 24px;
    font-weight: 500; 
    line-height: 28px;
    margin: 12px 0 0 0; 
}

.entry h1.page-title {
    font-size: 30px;
    font-weight: 500; 
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}


/* -- Media Content Box -- */
div.media-single-content {  
    width: 285px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}


/* -- 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; 
}


/* -- Entry content style -- */
.entry {
    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; 
}


/*-----------------------------------------------------------------------------
----------------------------- 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: 0 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: 305px; 
    height: auto; 
    margin: 0 auto; 
}

footer .one_half,
footer .one_half_last { 
	width: 100%;
    padding-top: 60px;
}

footer .one_half_last {
	margin-right: 0px;
	padding-top: 10px;
}

.one_third {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-right: 5%;
}

.one_third_last {
	float: left;
	width: 100%;
	margin-right: 0px;
}

/* ------------ */
} /* end 305px */