/*
#BDtracking
Customized by: maney
Date: 9/4/25
SF Ticket: 30874
Description: Adding a subnav item pointing to outside pages. 
*/
nav.secondary .top-nav {
    display: grid !important;
    grid-template-columns: repeat(7, auto) !important;
    max-width: 60%;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
.secondary-nav-wrapper .secondary ul li:after{
    display:none;
}
.secondary .menu-item a::after{
    content: "|";
    color: #9b9b9b;
    padding: 10px;
}
@media (min-width: 982px) {
.secondary .menu-item > a{display: flex !important;column-gap: 10px}
.secondary .menu-item a::after{height: 20px !important;padding: 0 !important}
.secondary .menu-item{position: relative;padding-right: 10px}
.secondary .sub-menu{position: absolute !important;left: 0;min-width: 150px}
nav.secondary .top-nav{width: auto}
nav.secondary .top-nav{justify-content: center !important}
.secondary .sub-menu a:after{display: none}
.secondary .sub-menu a{display: block !important;width: 100%;text-align: left !important}
.secondary .sub-menu li{display: block}
.secondary .sub-menu{display: block !important}
.secondary .sub-menu .menu-item{padding-right: 0px}
.secondary-nav-wrapper .secondary .sub-menu li{display: block}
.secondary .menu-item:last-of-type a::after{display: none}

nav .nav li ul.sub-menu li a{font-size: 18px;}
}

/* Header reset and css grid set */

body {font-family:Arial, Helvetica, sans-serif !important}

a, a:visited{color:#3399FF}
a:hover, a:hover:visited {text-decoration: underline; color:#3399FF}
#page-wrap {background: #EDEBDF !important}
header .container-fluid{padding-left:0;padding-right:0;}

.pagination a, .pagination a:visited, .pagination span {color:#38350F}
.pagination a:hover, .pagination a:visited:hover, .pagination span:hover {text-decoration:underline; background-color:#CC402B;}



header {height: auto !important;background: #fff !important;padding-top:0px;box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);margin-bottom:30px}
header .container-fluid{display: grid;grid-template-columns:auto 250px 700px 250px auto !important;grid-template-rows: auto 34px 35px;grid-column-gap: 0px;grid-row-gap: 0px;}

header .container-fluid::before{display: none}
header .container-fluid::after{display: none}
header .container-fluid *{position: relative !important;height: auto !important;width: auto !important;top:auto !important;bottom:auto !important;left:auto !important;right:auto !important;}

.header .logo-wrapper { grid-area:  1 / 3 / 2 / 4;align-self: start !important}

.header .logo-wrapper a#company-logo{background-position: center center !important;margin-top:0;width: 420px !important}
.header #company-logo{margin-left:0;/*background: url('/content/uploads/2020/06/newlogo.png') no-repeat !important*/;background-size: 100% !important;margin:10px auto 0px;width: 100% !important;min-height: none !important;background-position: bottom center !important;max-width: 420px;height:160px !important}


.header .utility-nav-wrapper { grid-area: 1 / 2 / 2 / 3;top:auto !important;right:auto !important;justify-self: start;align-self: center }


.header .search-form-wrapper { grid-area: 1 / 4 / 2 / 5;align-self:center;justify-self: end;width:95% !important }
.header .search-form-wrapper .wrap{width: 100% !important}
.header .search-form-wrapper .searchform input {padding: 0px !important}
.header .search-form-wrapper  i {color:#ad1413}
#searchform input[type="text"]{width:100% !important;margin-right:0px;border-radius: 4px;padding:1px !important;border-color:#ccc !important;}
#searchform button[type="submit"]{position: absolute !important;top: 5px !important;right:5px !important;}
label.sr-only{display:none;}


.header .secondary-nav-wrapper { grid-area: 3 / 1 / 4 / 6; }
/*nav.secondary .top-nav{display: inline !important;grid-template-columns: repeat(5, auto) !important; }*/
nav.secondary .top-nav li a{text-align: center}
nav.secondary .top-nav::before{display: none}
nav.secondary .top-nav::after{display: none}
.header .primary-nav-wrapper { grid-area: 2 / 1 / 3 / 6;top:auto !important;right:auto !important;background: #38350F } 
nav.primary .top-nav{display: grid !important;grid-template-columns: repeat(8, auto) !important;align-content: center }
nav.primary .top-nav li a{text-align: center;color: #fff;line-height: 34px;}
nav.primary .top-nav li a:hover{background: #50ACB0;color: #fff}
nav.primary .top-nav::before{display: none}
nav.primary .top-nav::after{display: none}
nav.primary .sub-menu{background: #d9d9d9 !important;padding:0px;left: 0;top:0;position: absolute !important;width: 230px !important}
nav.primary .sub-menu li{display: block !important;width:100% !important;}
nav.primary .sub-menu li a{display: block !important;color: #fff!important;width: 100% !important;text-align: left;font-size: 18px !important;background: #38350F;line-height: normal !important;padding:5px 15px !important;text-transform: none;font-weight: normal}
nav.primary .sub-menu li a:hover{background: #50ACB0;color: #fff !important} 
.header .mobile-button-wrapper { grid-area: 2 / 2 / 3 / 3; } 






@media (min-width: 982px) and (max-width: 1200px)
{
header .container-fluid{display: grid;grid-template-columns:auto 250px 550px 250px auto !important;}
.header .logo-wrapper a#company-logo{background-position: left center;margin-top:0;width: 500px !important}

 
}

@media (max-width: 981px)
{
.primary-nav-wrapper {display: none}
.secondary-nav-wrapper {display: none}
header {margin-top:0;border: 0;padding: 0}
header .container-fluid{display: grid;grid-template-columns: 55px auto 55px !important;grid-template-rows: 90px 60px !important;grid-column-gap: 5px;grid-row-gap: 5px;align-items: center !important;justify-items: center !important;margin-bottom:0}
.header .mobile-button-wrapper { grid-area: 1 / 1 / 2 / 2; align-self: center !important }
    .header .mobile-button-wrapper i{color: #000}
.header .logo-wrapper { grid-area: 1 / 2 / 2 / 3 !important;justify-self: center !important;margin:0 auto;align-self: center !important}
.header .logo-wrapper a#company-logo{background-position: center bottom !important;margin:5px auto 0;max-width: 300px !important;height: 100px !important}
.header .search-form-wrapper { grid-area: 2 / 2 / 3 / 3 !important ;justify-self: center !important;margin:0 auto;width: 100% !important;max-width: } 
#searchform button[type="submit"]{right:15px !important}

.menu-side a:hover{text-decoration: none;color: #ad1413}


.header .utility-nav-wrapper
{display: block !important;grid-area: 1 / 2 / 2 / -1 !important;justify-self: end;margin-right: 15px;}
.header nav.utility{display: block}
nav.utility ul li{margin-right: 0}


}

@media (max-width: 520px)
{
header .container-fluid{grid-template-rows: 75px 50px !important}
.header .search-form-wrapper { grid-area: 2 / 1 / 3 / -1;justify-self:  center !important } 
.header .logo-wrapper a#company-logo{background-position: left center;margin-top:0;max-width: 200px !important;height:65px !important;}

.header .search-form-wrapper{grid-area: 2 / 1 / 3 / 3 !important; margin-left: 15px}
.header .utility-nav-wrapper{display: block !important; grid-area: 2 / 2 / 3 / -1 !important;justify-self: end;margin-right: 15px;}

}

#content {margin-top:0}



/* Core overrides */

header .container-fluid {max-width: 100%;}

.gtx-dfp-ad-inner-wrapper { margin:0px auto;}



/*--- Header ---*/


.primary-nav-wrapper .primary ul {text-align: center;}
nav.primary .nav li a {font-family:'Rokkitt', serif !important;font-weight:700 !important;font-size:18px !important;letter-spacing:0 !important;text-transform:uppercase;}

@media (min-width: 992px) and (max-width: 1200px)
{
nav.primary .top-nav li a{font-size:18px !important}
}


/* Utility Nav */
.header .utility-nav-wrapper {width:100%;}
.header .utility-nav-wrapper .wrap{max-width:1200px;}
nav.utility .nav li a {font-size:22px;}
nav.utility .nav li a {color:#ad1413;padding:0;}
nav.utility .nav li a i {font-size: 30px}
nav.utility .nav li a:hover {color:#ad1413;opacity: .8}


/* Secondary Nav */

.secondary-nav-wrapper {border-bottom: 1px solid #cccccc;background: #f8f8f8;margin: 0;}
.secondary-nav-wrapper .wrap {text-align: center;}
nav.secondary {font-size: 16px;}
.secondary-nav-wrapper .secondary ul {margin:0; padding:0;text-align:center;}
.secondary-nav-wrapper .secondary ul li {display:inline;float:none;}
.secondary-nav-wrapper .secondary ul li a {display: inline-block;color: #333!important;font-family: Teko,sans-serif;text-transform: uppercase;font-size: 18px}
.secondary-nav-wrapper .secondary ul li:after {content:"|";color:#9b9b9b;padding: 10px;}
.secondary-nav-wrapper .secondary ul li:last-of-type:after {content:none;}


@media (min-width:767px) and (max-width:1024px) {
	.secondary-nav-wrapper .secondary ul li a {font-size: 80%;}
}
nav.secondary .nav li a:hover {color: #AD1413 !important;}

/* Social Media */

.header .social-media {
	
	width: 150px;
	text-align: center;
	padding: 2px;
	line-height: 0px;
}

header .social-media p {
	margin:0;
}
.header .social-media a {
	opacity: .6;
	padding-right: 3px;
}
.header .social-media a:hover {
	opacity:1;
} 
.header .social-media:before {
}

body.page h2, .right-rail h2,.content-list-wrapper h2 {
    border-bottom: 0px solid #ccc;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 14px;
    font-family:'Rokkitt',serif;
    text-align:center;
    font-weight: 900;
    background: #2C2B13;
    margin-left:40px;
    margin-right:40px;
    margin-top:-20px;
}

.right-rail .content-list-wrapper h2 {
	margin-top:-30px;
}


.single.single-post h2 {
    font-family: 'Rokkitt' ,serif;
    
}



.wpb_content_element {margin-bottom:0 !important;}


/*Content Lists*/


h3.entry-title {margin-bottom: 10px}
h3.entry-title a {
    font-weight: bold;
    font-size: 23px;
    line-height: unset;
    font-family:'Bitter', serif;
	color:#000 !important;
 	font-weight:500;
}
h3.entry-title a:hover {
    color:#891a1c !important;text-decoration:none
}
.loop-wrapper .grid-item {
    padding:0;
    border:none;
}

.content-list-wrapper {padding: 0 15px 15px;background: #fff;border-top: 10px solid #C5C298;box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.2);}

@media (max-width: 767px) { .wpb_row.top-ad-row { margin-bottom: 0px;}
}

/*Most Popular*/

.content-list-wrapper.most-popular-module {
    background: #fff;
    padding: 10px;
}

.content-list-wrapper.most-popular-module h3 a {
    font-size: 1em;
}

.content-list-wrapper.content-list-basic .hentry.post {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.content-list-wrapper.most-popular-module .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    background-color: #AD1413;
    padding: 1px 8px;
    border-radius: 22px;
    top: 0px;
}

.content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(1):before {
    content: "1";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(2):before {
    content: "2";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(3):before {
    content: "3";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(4):before {
    content: "4";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(5):before {
    content: "5";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(6):before {
    content: "6";
}

/*Top Stories*/

.tsr-right .vc_column-inner {
	padding-right:0 !important;
}
.tsr-left .grid-item {
    border:none;
}
.tsr-left .entry-content-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
    padding: 15px;
    display:table;
}

@media (max-width: 767px) {
.tsr-left .entry-content-wrap {
    bottom: 25px;

}
}

@media (min-width: 768px) {
.tsr-left .entry-content-wrap {
    bottom: 50px;

}
}



.tsr-left .grid-item h3.entry-title a {
    font-size: 1.5em !important;
    line-height: 110%;
}
.tsr-left .vc_column-inner {
	padding:0;
}
.tsr-left .loop-wrapper .grid-item {
	padding:0;
}
.tsr-right .grid-item {
   background:#000;
   margin-bottom:30px;
   padding:0;
}
.tsr-right .grid-item h3.entry-title a {
    color:#fff;
    font-size:.9em;
}
.tsr-right .grid-item .entry-content-wrap {
	padding:10px;
}

.tsr-right .vc_column-inner {
	padding-right:0 !important;
}

.content-list-wrapper .entry-meta  {
    
    font-size: .7em;
    font-weight: 900;
    letter-spacing: .05rem;
    color: #999;
    text-transform: uppercase;
}

.content-list-wrapper .entry-meta a, .content-list-wrapper .entry-meta a{
    color:#999;
}
.categories-list:before {
	content:none;
}
.categories-list {
	
	font-weight:600;
	text-transform:uppercase;
	font-size:.7em;
	letter-spacing:.5px;
}

.content-list-wrapper .entry-content p, .content-list-wrapper h5.subtitle {
	font-size:1.1em !important;
	line-height:1.3em;
	color:#555 !important;
	letter-spacing:0px;
	margin: 10px 0;
}

.content-list-wrapper.content-list-basic .entry-content-wrap {
    display: table;
}

.wpb_content_element.more-menu {
	border:solid 1px #eaeaea;
	margin-bottom:20px !Important;
	background-color:#fafafa;
}

.wpb_content_element.more-menu h2 {
	background-color:#eaeaea;
	font-size:20px;
	border-bottom:solid 2px  #AD1413;
	margin-top:0;
	color:#666;
	font-weight:400 !important;
}
.wpb_content_element.more-menu ul.more-links {
	padding:15px;
	margin-top:0;
}
.wpb_content_element.more-menu ul.more-links li {
	border:solid 1px #eaeaea;
	list-style-type:none;
	margin-bottom:4px;
	margin-top:4px;
	font-weight:700;
	padding-left:6px;
	background-color:#fff;
	border-radius:3px;
}

.tsr-left .grid-item {
    border:none;
}

.tsr-left .grid-item h3.entry-title a {
    font-size: 1.5em !important;
    line-height: 110%;
}
.tsr-left .vc_column-inner {
	padding:0;
}
.tsr-left .loop-wrapper .grid-item {
	padding:0;
}


/*Articles*/
 
.sidebar {
    margin-top: 0px;
}
 
.single.single-post p {    
    hyphens: inherit;
    font-weight:400;
    line-height:1.8;
}
 .single .post.type-post p {font-family:"Bitter", serif; font-size:16px;}

@media (min-width:767px) {
	.single.single-post h1.entry-title {
      font-size: 45px;
	}

}

.single.single-post h1.entry-title {
    color: #000;
    line-height: 1em;
    font-family: 'Bitter', serif;
    font-weight: 400;
    border-left:20px solid red;
    margin-left:-15px;
    padding-left:10px;
}


.single.single-post .entry-meta {
    font-size: 16px;
    font-style:normal;
    font-weight:400;

}
.single.single-post .entry-meta.entry-date:after {
	content:'/';
	margin-left:5px;
}

.category-uncategorized .entry-meta.entry-date, .category-best-of-2018 .entry-meta.entry-date, .category-best-of-2009 .entry-meta.entry-date, .category-best-of-2010 .entry-meta.entry-date, .category-best-of-2011 .entry-meta.entry-date, .category-best-of-2012 .entry-meta.entry-date, .category-best-of-2014 .entry-meta.entry-date, .category-best-of-2013 .entry-meta.entry-date, .category-best-of-2017 .entry-meta.entry-date, .category-featured .entry-meta.entry-date, .category-out-about .entry-meta.entry-date, .category-raleys-recipes .entry-meta.entry-date, .category-nugget .entry-meta.entry-date, .category-review-gallery .entry-meta.entry-date, .category-food-profiles .entry-meta.entry-date, .category-featured-food .entry-meta.entry-date, .category-featured-arts .entry-meta.entry-date, .category-qa .entry-meta.entry-date, .category-ae-profiles .entry-meta.entry-date, .category-party-pics .entry-meta.entry-date, .category-essay .entry-meta.entry-date, .category-why-not .entry-meta.entry-date, .category-driving-range .entry-meta.entry-date, .category-neillo .entry-meta.entry-date, .category-featured-travel .entry-meta.entry-date, .category-urban-design .entry-meta.entry-date, .category-homes .entry-meta.entry-date, .category-7-days-of-pie .entry-meta.entry-date, .category-parties .entry-meta.entry-date, .category-features .entry-meta.entry-date, .category-trigger-effect-teasers .entry-meta.entry-date, .category-arts-entertainment .entry-meta.entry-date, .category-fooddrink-landing .entry-meta.entry-date, .category-food .entry-meta.entry-date, .category-blogs .entry-meta.entry-date, .category-style-design .entry-meta.entry-date, .category-travel .entry-meta.entry-date, .category-best-of .entry-meta.entry-date, .category-ask-the-experts .entry-meta.entry-date, .category-opinion .entry-meta.entry-date, .category-home .entry-meta.entry-date {display:none;}

.category-the-city .entry-meta.entry-date, .category-the-weekender .entry-meta.entry-date, .category-whats-cooking .entry-meta.entry-date, .category-stylewatch .entry-meta.entry-date {display:inline;}

 
.single.single-post .entry-meta .by{
	
}
.single.single-post .post-date {
    line-height: 4em;
}
.single .entry-meta.entry-author {color:#666;text-transform: uppercase;letter-spacing: 2px;font-family: arial,helvetica,sans-serif;font-weight:300}
 
.entry-author a, .entry-author a:visited {color:#666}

.hentry.post.single-post h5.subtitle {
    text-transform: none;
    font-family: 'Bitter', serif;
    font-size: 24px;
    line-height: 1.3em;
    color: #444;
    letter-spacing: 0;
    font-weight:400;
    margin-bottom:20px;
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
}
.single.single-post .subtitle {
    margin-top: 20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 400;
    font-family: 'Bitter', serif;
 
}
 
.single.single-post p.wp-caption-text {
    font-size: 1em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.wp-caption {
    max-width: 100%;
    background: #fff;
    padding: 0;
}
 
.wp-caption p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.single article h3 {
    color: #222;
    font-weight: 500;
    font-size: 1.3em;
}
 
.single.single-post ol {
    font-size:18px;
    line-height:20px;
    color:#333;
}
.single.single-post ol li {
    margin-bottom:10px;
}
 
article blockquote {   
    border-left:solid 1px #ccc;
    padding-left:20px;
    margin-left:20px;
    margin-right:40px;
}
article blockquote p {
    font-size:1.7em !important;
    font-family: 'Bitter', serif;
    font-style: italic;
    color:#666 !important;
}
figure.gtxfimage figcaption {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:none;
	/*font-style:italic;  removed by jwal - CRM 910434 */ 
	font-size:13px;
	padding:10px 0;
}

figure.gtxfimage figcaption:last-of-type {
	border-bottom:5px solid #e6e6e6;

}

figure.gtxfimage figcaption.fig-cap {
	font-weight:normal;
}


.single.single-post .gtxfimage  {
	display:table;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.single #sidebar1 .wrapper-right-rail {background: none}
article.post{padding: 15px;margin-bottom:20px}

.category-no-byline .entry-meta.entry-author {display:none;}

/* Article Footer, Issue Footer */


.category-sponsored .entry-title:first-of-type::before {
    background-image: url(/content/uploads/2025/05/v/j/sponsored-tag.jpeg);
    content: "Sponsored";
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    height: 21px;
    width: 126px;
   margin-bottom: 7px;
    display: block;
}
@media (min-width:767px){
.category-sponsored .entry-title:first-of-type::before {    
    height: 27px;
    width: 140px;
}
}

.single.single-post .gtx-issue-footer {
   font-style: normal;  
    border-bottom:none;
    color:#656665;
    margin-top:30px;
    font-family:"Rokkitt", serif;
    font-weight:700;
    font-size:16px;
    border-top:solid 20px #333333;
    width:105%;
    margin-left:-10px
}

.single.single-post .gtx-issue-footer a, #footer-subscribe-link a:hover {
    color: #881A1C;
}

.single.single-post .wrapper-article-footer {
	width:94%;
	margin-left:29px
}



#footer-subscribe-link, #footer-subscribe-link a {
    margin-left: -7px;
    font-family:"Rokkitt", serif;
    font-weight:700!important;
    font-size:16px;
    color:#656665;
    margin-top:-170px
}

.article-categories-tags {
	margin-bottom:40px;
}
.article-taxonomy-label.article-taxonomy-label-categories {
	display:none;
}
.article-categories-tags a{
	font-size:14px;
	color:#222;
	font-weight:500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	margin-right:5px;
	margin-bottom:5px;
	background: #e6e6e6;
	padding:5px 10px !important
}



/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}
.archive .categories-list {
    display: none;
}
.search #footer-subscribe-link {
	display: none;
}

 
/* Issue Archive */
@media (min-width: 768px) {
.col-sm-3 {
    width: 24%;
}
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}


/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:700;
  line-height:1;
}
.geobase-list .geobase-field.office .label{
  display:none;
}
.geobase-list .geobase-field.office {
  text-transform:uppercase;
  font-weight:700;
}
.geobase-list p.geobase-field {
  margin:0;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone {
  margin-bottom:10px;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone .label {
  display:none;
}
 .geobase-list .geobase-field.cuisine, .geobase-list .geobase-field.cosmetic  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.cuisine {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.cuisine .label, .geobase-list p.geobase-field.cosmetic .label{
    font-style:normal;
    text-transform:uppercase;
    font-size:.9em;
  }
.filter-bar.wpb_row {
  border:solid 1px #eaeaea;
}
.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2 {
   text-transform:uppercase;
 }


 article.geobase-post .geobase-content-wrapper {
 	float:none;
 }
 article.geobase-post .thumb-wrap {
 	width:10%;
 }

.geobase-filterlist.filterlist-vertical.search-field-main h2 {
	margin-top:0px;
	margin-left:0px;
}

/*sidebar style from rivista*/
.sidebar-left, div.sidebar-left {
    float: left;
    margin: 0 15px 5px 0;
    padding: 15px 15px 15px 15px;
    width: 32%;
    color: #808080;
    font-family: Georgia, "Times New Roman", Times, serif;
   /* font-size: 130%; */
	font-size: 100%;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
}
.sidebar-left {
   
    border: 2px solid #cfcfcf;
   }
/* Per site -- they want their old site's pullquote styling
.pullquote, div.pullquote {
    border-bottom: solid 1px #808080;
    border-top: solid 1px #808080;
    font-family: 'Bitter', serif;
    font-size: 220%;
    color: #808080;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
    line-height: normal;
}
*/

/* --- Author Bios Styles --- */
   
.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 300px!important;
    margin: 0 0 15px 15px;
}
   
.author-bio-field.author-bio-field-author_email {
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #AD1313;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
   
.author-bio-field.author-bio-field-author_email a {
    color: #2C2B13;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
.author-bio-field.author-bio-field-author_email a:hover {
    color:white;
}
   
.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}
   
.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}
   
.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
    margin-top:0;
}
   
.author_bios.hentry .entry-meta-wrapper {
    margin:0;
}
   
.author_bios a .fa {
    color:#2C2B13;
}
   
.author_bios a .fa:hover {
    color:#AD1313;
}
 
.author-bio-list {
    clear: right;
}

/* --- Simple Footer --- */
footer *(color:#fff !important)
footer p{color: #fff !important}

.footer {
    text-align:center;
    background:#38350F;
}
.footer .fa {
        font-size:26px;
    }
@media (min-width: 768px) {
    .footer .bucket {
        width: 100%;
        text-align:center;
    }
    .footer .widget {
        margin-bottom:0;
    }
    .footer .menu li {
        display:inline-block;
        padding:0 10px;
        font-size:16px;
        line-height:18px;
    }
    .footer .widgettitle {
        border-bottom:none;
        text-transform:uppercase;
    }
    .footer .source-org.copyright.col-xs-12, .legal-links {
        font-size:80%;
        margin-bottom:0;
    }
    .footer .fa {
        font-size:26px;
    }
    .footer .menu-item-4798{
        display:none !Important;
    }
}
@media (max-width:767px) {
    .footer .bucket {
        margin-bottom:8px;
        margin-top:8px;
    }
}
/*Core Overrides - Footer */
.footer a:visited {
	color:#f8f9fa;
}
.footer a:hover:visited {
color: #dde2e7;
}

/*Magazine Module */

.magazine-module {
	background-image: radial-gradient(circle, #4F4B32 40%, #38350f 60%);
	border-radius:10px;
	margin-bottom:20px;
	border:none;
    display: flex;
}

.magazine-module h2, .magazine-module h3, .magazine-module .subscribe-links a {
	color: #fbc142!important;
	text-align:center;
	font-weight:700;
	border-radius:10px;
	background:none!important;
	font-family: 'Oswald',serif;
}

.magazine-module h3 {
	font-size: 1.74em;
	text-transform:uppercase;
	letter-spacing: -.02em;
	margin-top: 0px;
	margin-bottom: -10px;
	line-height: 1.1em;
}

.magazine-module .mag-cover  {
	width:55%;
	/*float:left;*/
	margin-left:5px;
	
}

.mag-cover img {
	height:50%
}

.magazine-module .subscribe-links {
	
	/*float:right;
	max-width:48%;*/
    width: 45%;
    text-align:right;
}
.magazine-module .subscribe-links img {
    width: 100%;
    height: auto;
    max-width: 93%;
margin-top:10px
}

.mag-cover {margin: 0  !important;padding: 5px}
.mag-cover img{width: auto !important;height: auto !important;}
.mag-cover p{padding: 5px}
.magazine-module .subscribe-links{padding: 5px 0 0 0}
.magazine-module .subscribe-links img{max-width: 175px;margin: 25px 0 0 0;width: auto;width: 100%}


/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}

.single.single-issue .ssbp-list {padding-bottom:10px;}

.archive .categories-list {
    display: none;
}
 
/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:260px;
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}

/* Calendar */

.timely-frame:not(.timely-slider) {
    min-height: unset!important;
}

.calendar-wrapper {
	padding-top:30px;
	background-color:#fff;
	margin-top:-47px;
	border-top: 10px solid #C5C298;
	box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.2);

}

@media (max-width:767px) {
    .calendar-wrapper {
    	margin-top:60px;
    }
}

#calendar-header {
	margin-top:10px;
	position:relative;
	z-index:2;
	float:right;
    padding-right:4px;
}



 
 
/* Hide video play button overlay on content list thumbnails */
.content-list-wrapper .has-video .overlay {
    display:none;
}
 
/* --- Author Bios Styles --- */
   
.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 300px!important;
    margin: 0 0 15px 15px;
}
   
.author-bio-field.author-bio-field-author_email {
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #ad1313;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
   
.author-bio-field.author-bio-field-author_email a {
    color: #2C2B13;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
.author-bio-field.author-bio-field-author_email a:hover {
    color:white;
}
   
.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}
   
.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}
   
.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
    margin-top:0;
}
   
.author_bios.hentry .entry-meta-wrapper {
    margin:0;
}
   
.author_bios a .fa {
    color:#2C2B13;
}
   
.author_bios a .fa:hover {
    color:#ad1313;
}
 
.author-bio-list {
    clear: right;
}
/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
}
 
 
/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 
 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}
 
 
/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }
}

/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:700;
  line-height:1;
}
.geobase-list .geobase-field.office .label{
  display:none;
}
.geobase-list .geobase-field.office {
  text-transform:uppercase;
  font-weight:700;
}
.geobase-list p.geobase-field {
  margin:0;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone {
  margin-bottom:10px;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone .label {
  display:none;
}
 .geobase-list .geobase-field.category  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .label, .geo-field span.label {
    font-style:normal;
    text-transform:uppercase;
    font-size:.9em;
  }
.filter-bar.wpb_row {
  border:solid 1px #eaeaea;
}
.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2 {
   width:100%;
   font-size:1em;
 }

 article.geobase-post .geobase-content-wrapper {
    float:left;
    display:inline-block;
    width:78%;
}
 article.geobase-post .thumb-wrap {
    width:20%;
    display:inline;
}


/*Directory Right Rail Module */

.directory-right-rail-module {
	background-color:#fff;
	border-top: 10px solid #C5C298;
	box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.2);
	margin-top:70px;
}

.directory-right-rail-module p a {
	float:right;
	color:#CC402B;
	font-weight:900;
}

#dining-directory-header {
	margin-left:-26px;
	margin-top:-62px
}

.directory-right-rail-module p a:hover {
	color:#38350F;
}

 .filterlist-horizontal .geobase-filter h2 {
	margin:0px 0px 5px 0px;
	font-size:1em;
	width:100%;
}

/* Newsletter Signup */

.newsletter-signup
{
    width: 100%;
    height: 200px;
    overflow : hidden;
    position : relative;
}

#newsletter-iframe
{
    position : absolute;
    top      : -70px;
}


span#newletter-headline, span#newsletter-teaser {
	color:#FBC142;
	font-weight:500;
	font-family:'Bitter', serif;
}

span#newletter-headline {
	font-weight:900;
	text-transform: uppercase;

}

div#newsletter-row {padding: 10px 0;}

@media (min-width:768px) {
span#newletter-headline, span#newsletter-teaser {
	position:relative;
	top:45px;
}
}

.e2ma_signup_form_label, .e2ma_signup_form_required_footnote {
    color: #fff!important;
}

.right-rail .e2ma_signup_form_label, .right-rail .e2ma_signup_form_required_footnote {
    color: #000!important;
}


.e2ma_signup_form_required_asterix {color:#FBC142!important;}

.e2ma_signup_form input[type=submit] {background-color:#FBC142!important;}}

.signup_form_message {color:#fff;}
.signup_form_message a {color:#FBC142;}

.newsletter-text {float:left;}
.newsletter-code {float:left;}

.white-background-page.issue-archive-title {
    background-image: url(/content/uploads/2020/09/archive-body-bkd.png);
    background-repeat: repeat-y;
    background-size: contain;
}
.white-background-page.issue-archive-title h1 {
    height: 79px;
    background-image: url(/content/uploads/2020/09/archive-header.png);
    background-repeat: no-repeat;
    text-indent: -1000px;
    margin: 0px 0 25px 16px;
}

.white-background {padding: 15px;background: #fff;border-top: 10px solid #C5C298;box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.2);}

#emma-form-22705236eaaaec985b9955ddfa547437 header, #emma-form-22705236eaaaec985b9955ddfa547437 h2 {background:none!important;box-shadow:none;}

table.photo-table-all {width: 90%;}
table.photo-table-all tr > td img{ width: 260px; margin-bottom: 20px;}

table.photo-table-solo { width: 90%; margin: auto;}
table.photo-table-solo tr > td img{ width: 260px;max-width: 260px; margin-right: 20px;}
table.photo-table-solo td:first-of-type { width: 280px}
table.photo-table-solo td{ vertical-align: top;}
table.photo-table-solo td h3{ margin-top:0;}

@media (max-width: 600px) {
/*table.photo-table-all {width: 110%;}
table.photo-table-all td a {font-size: .9em !important;margin-left:10px;}
table.photo-table-all td p {font-size: .95em !important;margin-left:10px;}*/
}

.single article table.photo-table-all tr td:first-child {padding-right:20px;}
@media (max-width: 600px) {
.single article table.photo-table-all {width: 100%;}
.single article table.photo-table-all tr > td img {
    max-width: 100%;
    margin-bottom: 20px;
}
.single article table.photo-table-all h3 { font-size: 1.1em; line-height: 1em;margin-top:0;margin-bottom:5px}
.single article table.photo-table-all td a {margin-left:0px;}
.single article table.photo-table-all td p {font-size: .85em !important;margin-left:0px;line-height: 1.4em;margin-bottom:0}
}


/* Ad spacing */
@media (max-width:767px) {
/*.top-row .ad-manager-placeholder {margin:-10px auto -40px!important;}*/
}
.top-row .ad-manager-placeholder {margin:0px auto!important;}
.rm-margin {margin-bottom: 0px;}
header {margin-bottom:16px}
body.single-post header {margin-bottom:0px}
.top-ad-row {margin-bottom:0px}
body.single-post .top-ad-row {margin-bottom:16px}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */
@media (min-width: 768px) {
.footer .bucket { flex: 0 0 100%; max-width: 100%;}
}
.mag-cover h3{margin-bottom: 0}
.mag-cover p{margin-top: 0}
.issues .loop-wrapper.articles {display: flex; flex-wrap:wrap}
.issues .issue-thumb img {height:auto;}

.flex-grow button, .flex-grow a {
    display: none;
}

/* ===== Article changes Jan. 2024 CRM # 983376 ===== */
.single-post .post.type-post h2 + p {margin-top: -0.5em;}
.single-post .post.type-post p { font-size: 17px; color: #000;}
.single-post figure.gtxfimage figcaption, .single-post  .post.type-post .wp-caption p {font-family: "Bitter", serif; font-size: 16px; color: #000;}


.postid-25586.single.single-post .wrapper-article-footer {
    width: 100%;
    margin-left: 0;
}
.postid-25586 .wrapper-article-footer {
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image: url(/content/uploads/2020/07/custom-article-bkd.png);
    background-repeat: repeat-y;
    padding: 20px 20px 50px 40px;
    margin-bottom: 0;
    border-right-width: 20px;
    border-right-style: solid;
    border-right-color: #333;
    border-bottom: none;
    background-color: #fff;
}
@media (max-width: 787px) {
    .postid-25586 .wrapper-article-footer {
        border-right: none;
    }
}
div#e2ma_signup_form_container {
    background-color: #fff;
    padding: 15px 10px;}
div#e2ma_signup_form_container * {}
.e2ma_signup_form { margin: 0!important;
    width: 100%!important;
    padding: 0!important;
}
form#e2ma_signup {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
form#e2ma_signup * {
font-weight: 300!important; font-family: "Roboto", serif!important;
}
.e2ma_signup_form_element {
    margin-top: 0!important;
}
.e2ma_signup_form_button_row {
    margin: 0!important;
    padding: 0!important;
}
.e2ma_signup_form_label, .e2ma_signup_form_required_footnote {
    color: #000 !important;
    padding: 0;
    margin: 0;
}
@media (min-width: 982px) {
.e2ma_signup_form_label {min-width: 300px!important;}
}
/*.e2ma_signup_form_label, */.e2ma_signup_form_required_footnote {
    display: none; color: #000!important;
}
.e2ma_signup_form input[type=submit] {
    border: none;
    background-color: #d22329 !important;
    margin: 0 0 0 -1px !important;
}
.e2ma_signup_form_label, .e2ma_signup_form_required_footnote {
    color: #000 !important;
    padding: 0;
    margin: 0;
}
.e2ma_signup_form_label { font-size: 11px!important; /*min-width: 200px!important;*/}
.e2ma_signup_form input[type=email] {border-radius: 0px!important; margin-bottom: 0!important; color: #000!important; font-size: 15px!important;}
.e2ma_signup_form_row { margin-bottom: 0!important;}
/*div#e2ma_signup_form_container::before {display: block; text-align:center; font-weight: 400; font-family: "Roboto", serif!important; content:'Sign up for our weekly newsletter featuring our top stories. Unsubscribe anytime.'; font-size: 21px; line-height: 1.2; color: #333;}*/
.e2ma_signup_message {
    display: flex;
    gap: 3px;
    justify-content: center;
    padding: 15px 0 0;
flex-wrap: wrap;
}
.e2ma_signup_message::before {display: block; text-align:center; font-weight: 400; font-family: "Roboto", serif!important; content:'Sign up for our weekly newsletter featuring our top stories.'; font-size: 21px; line-height: 1.2; color: #333;}
.e2ma_signup_message::after{display: block; text-align:center; font-weight: 300; font-family: "Roboto", serif!important; content:'Unsubscribe anytime.'; font-size: 21px; line-height: 1.2; color: #333;}

body.page #emma-form-c2ded89683694c2c999848b51ed2360c h2 {background: inherit;}

@media (min-width: 982px) {
.single-post .footer {
    margin-top: 75px;
}
}

/*iframe#custom-newsletter-iframe {
    overflow-y:scroll !important;
    overflow-x:hidden !important;
    overflow:hidden;
    height:100%; /* optional */width:100%; /* optional */border:none; /* optional */
}*/