/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Yakima Valley Tourism Global
-----------------------------------------------------------------------------*/
body {
	background:#ffffff;
	font-family:Arial, sans-serif; 
	font-size:100%;
	color:#552d16;	
	}
	
.container {
	background:#ffffff;
	max-width:2200px;
	/*margin:113px auto 0 auto; */
	margin:92px auto 0 auto;
	padding:0 0 0 0;
    position: relative;
	}

.mc-layout__modalContent {
	background: #fff;
	}

/* =eblast pop-up
-----------------------------------------------------------------------------*/

#overlayPop {
            display: none; /* Initially hidden */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent background */
            justify-content: center;
            align-items: center;
            z-index: 9500;
        }

        #popup {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            text-align: center;
            overflow: hidden; /* To contain the image */
            position: relative; /* For positioning the close button */
            /* Initial size for larger screens */
            width: 400px;
            height: 400px;
        }

        #popup img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensure the image covers the entire popup */
        }

        #close-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            background: none;
            border: none;
            font-size: 35px;
            cursor: pointer;
            color: #fff;
            padding: 0;
            line-height: 1;
			background: #000;
			padding:5px 10px;
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out; 
        }
	  
	  #close-btn:hover {
            color: #000;
			background: #8c182d;
        }

        /* Responsive adjustments */
        @media (max-width: 600px) {
            #popup {
                width: 75%;
                height: auto; /* Adjust height based on image aspect ratio */
            }
        }
	
/* =top navigation
-----------------------------------------------------------------------------*/
header {
	position:relative;
	z-index:9999;
    position:fixed;
    width:100%;
    top:0;
    left:0;
	}
	
.nav-bar {
	display: none;
	}
	
.lower-nav {
	position:relative;
	margin:0 0 0 0;
	}
	
.header-logo {
	width:20%;
	position:absolute;
	top:0;
	left:0;
	z-index: 2000;
	}

header nav {
	background:#4a0310;
	position:relative;
	width:100%;	
	}

header nav ul {
	list-style: none;	
	z-index: 1000;	
	margin: 0 0 0 20%;
	width: 80%;	
	background:url(../img/nav-bg.webp);
	}

header nav>ul>li {
	float: left;	
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:16.65%;	
	}

header nav:after {
	content: "";
	display: block;
	clear: both;
	}

header nav ul li a {
	color: #fff;
	display: block;
	padding: 20px 5px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	text-shadow:#6e0619 3px 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	 
	}
	
header nav>ul>li>a {
	text-align:center;
	border-right:solid 1px #ba1330;
	}
	
header nav>ul>li:nth-child(6)>a {
	border-right:none;
	}
	
header nav>ul>:nth-child(7), header nav>ul>:nth-child(8), header nav>ul>:nth-child(9), header nav>ul>:nth-child(10) {
	display:none;
	}
	
header nav ul li:hover a {
	color: #facc65;	 
	}
	
header nav ul li i {
	display:block;
	font-size:50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

header nav ul li:hover i {
	color: #facc65;
	}

header nav ul li:hover .children {
	display: block;
	z-index:1600;
	}

header nav ul li .children {
	display: none;
	background: #000000;
	position: absolute;
	z-index: 1000;
	width: 150%;
	}
	
header nav ul li ul li:hover {
	background: #8c182d;
	}

header nav ul li .children span {
	display: none;
	}

header nav ul li .children li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	}

header nav ul li .children li a {
	margin-left: 30px;
	}
	
@media all and (max-width: 1400px) {

.container {
	margin:88px auto 0 auto;
	/*margin:109px auto 0 auto; */
	}
	
.header-logo {
	width:25%;
	position:absolute;
	top:0;
	left:0;
	}

header nav ul {
	z-index: 1000;	
	margin: 0 0 0 25%;
	width: 75%;
	}
	
header nav ul li i {
	font-size:45px;
	}
	
}

@media all and (max-width: 1300px) {

.container {
	margin:78px auto 0 auto;
	/*margin:99px auto 0 auto; */
	}
	
header nav ul li i {
	font-size:40px;
	}
	
}
	
@media all and (max-width: 1175px) {

.container {
	margin:69px auto 0 auto;
	/*margin:90px auto 0 auto; */
	}

header nav ul li a {
	font-size: 18px; 
	}
	
header nav ul li i {
	margin-right: 5px;
	}
	
header nav ul li a {
	padding: 20px 5px;	 
	}	
}

@media all and (max-width: 1050px) {

.container {
	margin:69px auto 0 auto;
	/*margin:90px auto 0 auto; */
	}

header nav ul li a {
	font-size: 17px; 
	}
	
header nav ul li a {
	padding: 15px 5px;	 
	}	
}

@media all and (max-width: 875px) {

.container {
	margin:39px 0 0 0;
	/*margin:60px auto 0 auto; */
	}
	
	
header nav ul li i {
	margin-right: 10px;
	display:inline;
	font-size:30px;
	}
	

.header-logo {
	width:180px;
	margin-left:-90px;
	left:50%;
	z-index:1500;
	position:fixed;
	}

.nav-bar {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	background: #4a0310 url(../img/nav-bg.webp);
	}

.nav-bar span {
	float: left;
	font-size: 20px;
	padding: 20px;
	color: #ba1330;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	
	}

.nav-bar .icofont-navigation-menu {
	display: block;
	padding: 20px;
	color: #fff;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	float: right;	
	}

header nav {
	width: 100%;
	height: auto;
	position: fixed;
	right: 100%;
	top : 60px;
	overflow: hidden;
	overflow:auto;
	height: 100%;
	margin: 0 0 0 0;
	background-image:none;
	background-color:#000;
	}
	
header nav ul {
	margin: 0 0 0 0;
	width: 100%;
	background-image:none;	
	}	
	
header nav ul li {
	display: block;
	border-bottom: 1px solid #ba1330;
	width: 100%;	
	}

header ul li a {
	display: block;
	}
	
header nav ul li a {
	border-right:none;
	font-size: 20px;
	padding: 15px 10px; 
	text-shadow:none;
	}
	
header nav>ul>li>a {
	text-align:left;
	}
	
header nav>ul>:nth-child(10) {
	background:#eb6d24;
	}
    
header nav>ul>:nth-child(7), header nav>ul>:nth-child(8), header nav>ul>:nth-child(9), header nav>ul>:nth-child(10) {
	display:block;
	}

header nav ul li .children {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;	
	z-index:10000;
	}

header nav ul li:hover .children {
	display: none;
	}

header nav ul li ul li:first-child {
	border-top: 1px solid #ffffff;
	}

header nav ul li .children span {
	display: inline-block;
	margin-right: 10px;
	}

header nav ul li .children a {
	margin-left: 10px;
	padding: 5px 0;
	}
	
}

/* =sub-page banner
-----------------------------------------------------------------------------*/
.attractionBanner {
    position: relative;
    }

.banner {
	padding:4em 5% 5em 5%;
	background:#000000 center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	color:#ffffff;
    text-align:center;
    position: relative;
    background:url("../img/call-to-action-bg-blue.webp") center center fixed;
	background-position: fixed;
	}
	
.banner h1 {
	font-size:6em;
	line-height:90%;
	padding:0 1%;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-weight: normal;
    text-shadow:0 0 20px #000;
	}
    
.banner h2 {
	font-size:2em;
	line-height:90%;
	padding:0 1%;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-weight: normal;
    text-shadow:0 0 20px #000;
	}

@media only screen and (max-width: 700px) {  

.banner h1 {
	font-size:2.75em;
	}
    
.banner h2 {
	font-size:1em;
	}
	
}

/* =content structure
-----------------------------------------------------------------------------*/
.sectionWrapper {
	background:#fff url(../img/distressOverlay-tan.webp) bottom no-repeat;
	background-size: contain;
	z-index:1;
	position:relative;
	}   

	
.wrapperTan {
	background:#eee9e3 url(../img/distressOverlay.webp) bottom no-repeat;
	background-size: contain;
	}
    
.wrapperNoDistress {
	background-image: none;
	}

section {
	width:1700px;
	margin:0 auto;
	padding:3em 0 5em 0;
	position:relative;
    clear: both;
	}
    
.twoColFiftyFull {
	display: grid;
    grid-template-columns: 1fr 1fr;
	}
    
.twoColFifty {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
	}
    
.twoColTwoThirds {
	display: grid;
    grid-template-columns: 2.5fr 1fr;
    column-gap: 2rem;
	}
    
.twoColThirtySeventy {
	display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2rem;
	}
    
.ThreeColumnGrid {    
    margin:0 0 0 0;
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;    
    column-gap: 2rem;
    row-gap: 2rem;
	}
    
.FourColumnGrid {    
    margin:0 0 0 0;
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    column-gap: 2rem;
    row-gap: 2rem;
	}
    
.imgNoFloat {
    width:100%;
    margin:0 auto 2em auto;
    }
    
.imgFloatRight {
    float:right;
    margin:0 0 2em 2em;
    }
    
.imgFloatLeft {
    float:left;
    margin:0 2em 2em 0;
    }
    
.distressedTop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9000;
	}
    
.distressedBottom {
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	z-index:9000;
	}
    
.divider {
	margin:0 0 2em 0;
	border-top:rgba(140, 24, 45, 1.0) solid 2px;
	}
    
@media all and (max-width: 1775px) {
	
section {
	width:90%;
	padding:3em 5%;
	}
	
}

@media all and (max-width: 900px) {
	
section {
	padding:2em 5%;
	}
    
ul.FourColumnGrid { 
    grid-template-columns: 1fr 1fr;
	}
	
}

@media all and (max-width: 750px) {
    
.twoColFifty {
    display:block;
	}
    
.twoColTwoThirds {
    display:block;
	}
    
.twoColThirtySeventy {
    display:block;
	}
    
ul.ThreeColumnGrid,  .ThreeColumnGrid { 
    grid-template-columns:1fr; 
	}
    
ul.FourColumnGrid .FourColumnGrid { 
    grid-template-columns: 1fr;
	}
    
.imgFloatRight {
    float:none;
    margin:0 auto 2em auto;
    }
    
.imgFloatLeft {
    float:none;
    margin:0 auto 2em auto;
    }
	
}


/* =sub Nav
-----------------------------------------------------------------------------*/

.subNav {
    background:rgba(238, 233, 227, 0.5);    
    padding:5%;
    }
    
.subNav ul li {
    padding:.5em 0;
    border-top:#8c182d solid 1px;
    }
    
.subNav ul li a {
    color:#8c182d;
    font-weight: bold;
    text-decoration: none;
    width:100%;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;    
    }
    
.subNav ul li a:hover {
    color:#552D16;
    }
    
.subNav a.wineBtn {
    margin:0 0 .5em 0;
	}

    
/* =wineBtn
-----------------------------------------------------------------------------*/
a.wineBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#8c182d;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:0 0 2em 0;
    position:relative;
    z-index:5000;
	}
	
a.wineBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =blueBtn
-----------------------------------------------------------------------------*/
a.blueBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#0f3e52;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:1.75em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:0 0 2em 0;
	}
	
a.blueBtn:hover {
	color:#ffffff;
	background:#8c182d;
	}
    
/* =brownBtn
-----------------------------------------------------------------------------*/
a.brownBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#552d16;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.brownBtn:hover {
	color:#ffffff;
	background:#8c182d;
	}
    
/* =blackBtn
-----------------------------------------------------------------------------*/
a.blackBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#000;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.blackBtn:hover {
	color:#ffffff;
	background:#8c182d;
	}
    
/* =orangeBtn
-----------------------------------------------------------------------------*/
a.orangeBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#eb6d24;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.orangeBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =whiteBtn
-----------------------------------------------------------------------------*/
a.whiteBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#8c182d;
	background:#ffffff;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:0 0 2em 0;
	}
	
a.whiteBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =greenHopBtn
-----------------------------------------------------------------------------*/
a.greenHopBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#4a5b2d;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.greenHopBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =greenFarmBtn
-----------------------------------------------------------------------------*/
a.greenFarmBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#146c37;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.greenFarmBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =yellowBtn
-----------------------------------------------------------------------------*/
a.yellowBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#facc65;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.yellowBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
/* =lightGreenBtn
-----------------------------------------------------------------------------*/
a.lightGreenBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#77a55d;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.lightGreenBtn:hover {
	color:#ffffff;
	background:#000000;
	}
    
    
/* =purpleBtn
-----------------------------------------------------------------------------*/
a.purpleBtn {
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:15px 15px 15px 15px;
	color:#fff;
	background:#851695;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:1.75em;
    margin:0 0 2em 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
	
a.purpleBtn:hover {
	color:#ffffff;
	background:#000000;
	}
	
@media all and (max-width: 750px) {
    
    a.wineBtn, a.blueBtn, a.brownBtn, a.blackBtn, a.orangeBtn, a.whiteBtn, a.greenHopBtn, a.greenFarmBtn, a.yellowBtn, a.lightGreenBtn, a.purpleBtn  {
	text-align:center;
    font-size:1.5em;
	}
	
}


/* passport btn --------------------------------------*/

.passportBtn {
    margin:0 0 3em 0;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 15px;
    }
    
.passportBtn:hover {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    }

@media all and (max-width: 750px) {
    
  .passportBtn {
    margin:0 0 2em 0;
	border-radius: 10px;
    }
	
}

/* video Thumb --------------------------------------*/

.videoThumb img {
    margin:0 auto 3em auto;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:100%;
	max-width:1280px;
	display: block;
    }

.videoThumb img:hover {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    }


/* featured communities --------------------------------------*/

section.communitiesSection {
	padding:3em 0 0 0;
	}

/* 5up with yakima feature ul.communities {
	list-style:none;
	display: grid;
    grid-template-columns: 40% 30% 30%;
    grid-template-rows: 20em 20em;
    margin:0 0 0 0;
	} */
    
ul.communities {
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    margin:0 0 0 0;
	}
	
ul.communities a {	
	text-decoration:none;
	color:#ffffff;
	}
	
ul.communities li {
	text-align:center;	
	margin:0 0 0 0;
    position: relative;
	}
	
/* 5up with yakima feature ul.communities li:nth-child(1) {
	grid-row-start:1;
    grid-row-end: 3;
	} */
	
.communityPhoto {
	padding:7em 2.5% 12em 2.5%;
    /* padding:5em 2.5%; */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    width:95%;
    height:100%;
    z-index:1899;
	}
    
.communityOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(85, 45, 22, 0.65);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index:1900;
	}
    
.communityTitle {
	position:relative;
	z-index:2500;
	}
	
ul.communities li h1 {
	text-align:center;
	padding: 0 0;
	font-size:3em;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	color:#ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-shadow:0 0 20px #552d16;
    font-weight:normal;
	}
	
ul.communities li h1 span {
	display:block;
	font-size:15px;
	line-height:90%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding:5px 0 0 0;
	color:#fff;
	}
	
ul.communities li:hover h1 {
	text-shadow:none;
	}
	
ul.communities li:hover .communityTitle {
	opacity:0.00;
    filter:alpha(opacity=000); /* For IE8 and earlier */
	}
    
ul.communities li:hover .communityOverlay {
	opacity:0.00;
    filter:alpha(opacity=000); /* For IE8 and earlier */
	}
	
ul.communities li.yakima .communityPhoto {
	background:url(../img/home-communities/yakima.webp) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
    
ul.communities li.uniongap .communityPhoto {
	background:url(../img/home-communities/union-gap.webp) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
    
ul.communities li.selah .communityPhoto {
	background:url(../img/home-communities/selah.webp) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
    
ul.communities li.sunnyside .communityPhoto {
	background:url(../img/home-communities/sunnyside.webp) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
    
ul.communities li.prosser .communityPhoto {
	background:url(../img/home-communities/prosser.webp) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
    
@media all and (max-width: 1350px) {
	
    
/* 5up with yakima feature ul.communities {
    grid-template-rows: 15em 15em;
	} */
	
}

@media screen and (max-width: 900px) {	

ul.communities {
    grid-template-columns: 1fr 1fr;
	}

/* 5up with yakima feature ul.communities {
    grid-template-rows: 10em 10em;
	} */
    
.communityPhoto {
	padding:4.5em 2.5%;
	}
    
ul.communities li h1 {
	font-size:2em;
	}
	
ul.communities li h1 span {
	padding:2px 0 0 0;
	}
	
}

@media all and (max-width: 750px) {

ul.communities {
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
	}
	
/* 5up with yakima feature ul.communities li:nth-child(1) {
	grid-column-start: 1;
    grid-column-end: 3;
	} */
    
.communityPhoto {
	padding:0 0 0 0;
    width:100%;
	}
    
ul.communities li h1 {
	padding:1em 0;
	}
	
}



/* blog feed for travel tips --------------------------------------*/
	
ul.blog {
	list-style:none;
	margin:0 0 4em 0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    grid-gap: 2rem;
	}
	
ul.blog a {
	text-decoration:none;
	}
	
ul.blog li { 
	position:relative;
	height:25em;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}    
	
ul.blog li:hover {
    opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.blogImage {
	width:100%;
	height:100%;
	}
	
ul.blog li:nth-child(4n+0) {
	margin:0 0 .5% 0;
	}
	
.blogTitle {
	position:absolute;
	z-index: 1300;
	left:0;
	bottom:4em;
	}
	
.blogTitle h2 {
	background: rgba(85, 45, 22, 0.75);
	padding:.5em .6em .4em .6em;
	font-size:1.25em;
	margin:0;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	color:#ffffff;
	display:inline-block;
	font-weight:normal;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
ul.blog li:hover .blogTitle h2 {
	background: rgba(140, 24, 45, 0.75);
	}
    
.blogDetails {
    width:80%;
    padding:5%;
    background:#fff;
    color:#000;
    margin:-75px auto 0 auto;
    -webkit-box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.4);
    text-align:center;
    z-index:5000;
    height:5em;
    }
    
section .blogDetails h2 {
    font-size: 2em;
    color:#552D16;
    }

section .blogDetails p a {
    font-size: 1em;
    font-weight: normal;
    color:#000000;
    }
    
 a.view-article {
    display:none;
 }   

ul.blogNew {
	list-style:none;
	margin:0 0 2em 0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    grid-gap: 1rem;
	}
	
ul.blogNew a {
	text-decoration:none;
	}
	
ul.blogNew li { 
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}    
	
ul.blogNew li:hover {
    opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.blogNewImage {
	width:100%;
	height:13em;
	border-radius: 15px 15px 0 0;
	}

.blogNewDetails {
    padding:5%;
    background:#fff;
    color:#000;
    margin:0 auto 0 auto;
    -webkit-box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.4);
    text-align:center;
    }
    
section .blogNewDetails h2 {
    font-size: 2em;
    color:#8c182d;
    }

@media all and (max-width: 1350px) {

	
section .blogNewDetails h2 {
    font-size: 1.25em;
    color:#8c182d;
    }
	
}
   

@media all and (max-width: 1200px) {

.blogDetails {
    margin:-50px auto 0 auto;
    height:5em;
    }

ul.blog li {
	height:15em;
	}
    
section .blogDetails h2 {
    font-size: 1.5em;
    }
	
}

@media screen and (max-width: 900px) {	
	
ul.blogNew {
    grid-template-columns: 1fr 1fr;  
	}
	
.blogNewImage {
	height:8em;
	}
	
section .blogNewDetails h2 {
    font-size: 1em;
    }

ul.blog {
	margin:0 0 2em 0;
    grid-template-columns: 1fr 1fr;
    row-gap:4rem;
	}

ul.blog li {
	height:15em;
	}
	
.blogTitle {
	bottom:0;
	}
	
}

@media all and (max-width: 750px) {

.blogNewImage {
	border-radius: 10px 10px 0 0;
	}
	
}

@media all and (max-width: 675px) {
	        
ul.blog {
    row-gap: 1em;
	}
    
ul.blog li {
	height:10em;
	}
    
section .blogDetails h2 {
    font-size: 1em;
    }    
	
}
    
    
/* crowdriff feed --------------------------------------------------*/
	
.crowdRiff {
	position:relative;
	}
	
.crowdOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9498;
	}
	
.hashtag {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-100px;
    width:200px;
	display:inline-block;
	color:#fff;
	padding:.2em .25em .25em .25em;
	background:#000;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	text-align:center;
	font-size:2em;
	z-index:9499;
	}
	
.hashtag:hover {
	color:#8c182d;
	}
	
.hashtag a {
	text-decoration:none;
	color:#fff;
	}
	
.hashtag a:hover {
	color:#fff;
	}

/* Seasonal Promo --------------------------------------*/

.seasonalPromo {
    background:url(../img/seasonal/seasonal-summer.webp) center center no-repeat;
	/*background:url(../img/seasonal/seasonal-fall.webp) center center no-repeat;*/
	/*background:url(../img/seasonal/seasonal-winter.webp) center center no-repeat;*/
	/*background:url(../img/seasonal/seasonal-spring.webp) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position:relative;
    }
    
.seasonalText {
    width:85%;
    margin:0 auto;
    padding:6em 0;
    text-align: center;
    }
    
.seasonalText h2 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:6em;
	color:#ffffff;
	margin:0 0 0 0;
	line-height:90%;
    text-shadow:0 0 20px #000;
    font-weight: normal;
	}
	
.seasonalText h2 span {	
	font-family: 'bebasneuepro-italic', Arial, sans-serif;	
	color:#ffffff;
	}

.seasonalText h3 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:1em;
	color:#ffffff;
	margin:0 0 .5em 0;
	line-height:100%;
    text-shadow:0 0 20px #000;
    font-weight: normal;
	}
    
.seasonalText p {
	color:#ffffff;
    padding:0 0 1em 0;
    text-shadow:0 0 20px #000;
	}
    
.seasonalText a.whiteBtn {
    margin:0;
    }
    
@media all and (max-width: 1150px) {
	
.seasonalText h2 {
	font-size:5em;
	}
    
.seasonalText h2 span {	
	display:block;
	}
	
}

@media all and (max-width: 675px) {
	
.seasonalText h2 {
	font-size:3em;
	}
	
}


/* Featured Events --------------------------------------*/


ul.eventsFeaturedFourUp {
    list-style: none;
    margin:0 0 2em 0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    grid-gap: 2rem;
    }

ul.eventsFeaturedThreeUp {
    list-style: none;
    margin:0 0 2em 0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;    
    grid-gap: 2rem;
    }
    
ul.eventsFeatured li {
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
    
ul.eventsFeatured li:hover {
    opacity:.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    }
    
ul.eventsFeatured li a {
    text-decoration:none;    
    }
    
ul.eventsFeatured li img {
    width:100%;
    margin:0 auto .25em auto;
	border-radius: 15px;
    }
    
ul.eventsFeatured li a h2.eventText {
    font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size:25px;
    color:#552d16;
    text-align:center;
    text-decoration:none;
    line-height: 90%;
    }
    
ul.eventsFeatured li a h2.featuredDate {
    font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size:20px;
    color:#8c182d;
    text-align:center;
    text-decoration:none;
    line-height: 90%;
    }
    
ul.eventsFeatured li a h2.location {    
    font-family: 'bebasneuepro-italic', Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    color:#c1b29f;
    font-size:1em;
    text-align:center;
    text-decoration:none;
    }
    


@media all and (max-width: 1775px) {
	
ul.eventsFeatured {
    margin:0 0 1em 0;
    }
	
}
	
@media all and (max-width: 1350px) {
    
	
}

@media all and (max-width: 750px) {
	
ul.eventsFeatured li img {
	border-radius: 10px;
    }
	
ul.eventsFeatured li a h2.eventText {
    font-size:17px;
    }
	
ul.eventsFeatured li a h2.featuredDate {
    font-size:14px;
    }
	
ul.eventsFeatured li a h2.location {   
    font-size:12px;
    }
	
ul.eventsFeaturedThreeUp {
    grid-template-columns: 1fr 1fr;    
    grid-gap: 1rem;
    }

ul.eventsFeaturedFourUp {
    grid-template-columns: 1fr 1fr;    
    grid-gap: 1rem;
    }
	
}

/* Featured Member Listings --------------------------------------*/

ul.featuredListings {
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
    margin:0 0 3em 0;
    text-align: center;
	}

ul.featuredListingsTwoUp {
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
    margin:0 0 3em 0;
    text-align: center;
	}

ul.featuredListingsTwoUp li:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
    
.featuredPhoto {
    position:relative;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
    
.featuredPhoto:hover {
    opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}

.featuredPhoto h2 {
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    padding: 3%;
    background: rgba(140, 24, 45, 0.75);
    text-align: center;
    width:94%;
    margin:0;
    }

.featuredPhoto h2 span {
    display:block;
	color:#fff;
    }

@media all and (max-width: 1400px) {
	
.featuredPhoto h2 {
    font-size: 1.5em;
    }
	
}

@media all and (max-width: 1000px) {
	
ul.featuredListingsTwoUp {
	grid-gap: 1rem;
	}
	
ul.featuredListings {
    grid-template-columns: repeat( 4, 1fr );
	grid-gap: 1rem;
	margin:0 0 2em 0;
	}
		
ul.featuredListings li {
    grid-column: span 2;
	}
	
ul.featuredListings li:nth-last-child(1):nth-child(odd) {
	grid-column: 2 / span 2;
	}
	
}
	
@media all and (max-width: 675px) {
	
ul.featuredListings {
    grid-template-columns: 1fr;
	}
	
ul.featuredListings li:nth-last-child(1):nth-child(odd) {
	grid-column: 1 / span 1;
	}
	
ul.featuredListings li {
    grid-column: span 1;
	}
	
ul.featuredListingsTwoUp {
    grid-template-columns: 1fr;
	}
	
ul.featuredListingsTwoUp li .featuredPhoto h2 {
    font-size: 1.5em;
    }
	
    
.featuredPhoto h2 {
    font-size: 1em;
    }
	
}

@media all and (max-width: 500px) {
	

ul.featuredListingsTwoUp li .featuredPhoto h2 {
    font-size: 1em;
    }
    
.featuredPhoto h2 {
    font-size: .75em;
    }
	
}


/* =Typography
-----------------------------------------------------------------------------*/	
	
section h1, .pillarFeatures h1, .darkBlueWrapper h1 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:3em;
	color:#552d16;
	margin:0 0 .25em 0;
	font-weight:400;
	line-height:90%;
	}
	
section h1 span, .pillarFeatures h1 span {	
	font-family: 'bebasneuepro-italic', Arial, sans-serif;
    text-transform: uppercase;
	color:#8c182d;
	}

section h2.likeH1, .pillarFeatures h2.likeH1, .darkBlueWrapper h2.likeH1 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:3em;
	color:#552d16;
	margin:0 0 .25em 0;
	font-weight:400;
	line-height:90%;
	}
	
section h2.likeH1 span, .pillarFeatures h2.likeH1 span {	
	font-family: 'bebasneuepro-italic', Arial, sans-serif;
    text-transform: uppercase;
	color:#8c182d;
	}

section h2, .pillarFeatures h2, .roadTripStop h2, .brewListings h2, .attractions h2 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
    text-transform: uppercase;
	font-size:2em;
	color:#8c182d;
	margin:0 0 .25em 0;
	font-weight:400;
	line-height:100%;
	}
    
section h2 span {	
	font-family: 'bebasneuepro-italic', Arial, sans-serif;
	color:#552D16;
	}
	
section h2 a {
	color:#8c182d;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	padding:0;
	}

section h2 a:link, section h2 a:visited {
	text-decoration:underline;
	}

section h2 a:hover, section h2 a:active {
	text-decoration:none;
	color:#8c182d;
	background:none;
	text-shadow:none;
	}

section h2.greenHighlight {
	padding:1em;
	background:#77a55d;
	color:#fff;
	}
	
section .listing h2 a {
	color:#552d16;
	}
	
section .listing h2 a:hover, section .listing h2 a:active {
	text-decoration:none;
	color:#8c182d;
	background:none;
	text-shadow:none;
	}
	
section h3, .pillarFeatures h3 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.5em;
	margin:0 0 .25em 0;
	font-weight:normal;
	line-height:100%;
	}
	
section h3 a {
	color:#0f3e52;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	padding:0;
	}

section h3 a:link, section h3 a:visited {
	text-decoration:underline;
	}

section h3 a:hover, section h3 a:active {
	text-decoration:none;
	color:#8c182d;
	}

section h4 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;
	font-size:1em;
	margin:0 0 0 0;
	font-weight:normal;
	line-height:100%;
	}

section h4 a {
	color:#0f3e52;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	padding:0;
	}

section h4 a:link, section h4 a:visited {
	text-decoration:underline;
	}

section h4 a:hover, section h4 a:active {
	text-decoration:none;
	color:#8c182d;
	}
	
small {
	font-size:80%;
	}
	
section p, .pillarFeatures p, .darkBlueWrapper p  {
	padding:0 0 2em 0;
	}
	
.contentOl {
	padding:.5em 0 2em 1.5em;
	}
	
.contentOl li {
	padding:0 0 .5em 0;
	}
	
.contentUl {
	padding:.5em 0 2em 1.5em;
	list-style: disc;
	}
	
.contentUl li {
	padding:0 0 .5em 0;
	}

.centeredUl {
	padding:.5em 0 2em 0;
	list-style: none;
	text-align:center;
	}
	
.centeredUl li {
	padding:.5em 0;
	border-top:#8c182d 1px solid;
	}
	
.center {
	text-align:center;
	}

	
/* Links */	
		
section p a, .pillarFeatures p a, .roadTripStop ul li p a, .attractions ul li p a, .darkBlueWrapper p a {
	color:#0f3e52;
	padding:1px 2px;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	font-weight:bold;
	}

section p a:link, section p a:visited, .pillarFeatures p a:link, .pillarFeatures p a:visited, .roadTripStop ul li p a:link, .roadTripStop ul li p a:visited, .attractions ul li p a:link, .attractions ul li p a:visited, .darkBlueWrapper p a:visited  {
	text-decoration:none;
	}

section p a:hover, section p a:active, .pillarFeatures p a:hover, .pillarFeatures p a:active, section p a:active, .roadTripStop ul li p a:hover, .roadTripStop ul li p a:active, .attractions ul li p a:hover, .attractions ul li p a:active, .darkBlueWrapper p a:active {
	color:#ffffff;
	background:#0f3e52;    
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
	
.contentUl a {
	color:#0f3e52;
	padding:1px 1px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

.contentUl a:link, .contentUl a:visited {
	text-decoration:underline;
	}

.contentUl a:hover, .contentUl a:active {
	color:#ffffff;
	background:#0f3e52;
	}
	
.contentOl a {
	color:#0f3e52;
	padding:1px 1px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

.contentOl a:link, .contentOl a:visited {
	text-decoration:underline;
	}

.contentOl a:hover, .contentOl a:active {
	color:#ffffff;
	background:#0f3e52;
	}
	
@media screen and (max-width: 700px) {
	
	
section h1, .pillarFeatures h1 {
	font-size:2em;
	}
	
section h1 span, .pillarFeatures h1 span {
	display:block;
	}
	
section h2.likeH1, .pillarFeatures h2.likeH1 {
	font-size:2em;
	}
	
section h2.likeH1 span, .pillarFeatures h2.likeH1 span {
	display:block;
	}
    
section h2, .pillarFeatures h2, .roadTripStop h2, .brewListings h2, .attractions h2 {
	font-size:1.5em;
	}
    
section h3, .pillarFeatures h3 {
	font-size:1em;
	}
	
section h4 {
	font-size:.75em;
	}
	
section .contentUl h2 {
	text-align:left;
	}
	
	
section p, .pillarFeatures p, .contentUl, .contentOl {
	font-size:100%;
	}
	
}

/* =Ad butler Ads
-----------------------------------------------------------------------------*/
.bannerAd img {
    margin:0 auto;
    }

ul.ads {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin:0 auto;
    width:65%;
    max-width: 1100px;
	}
    
ul.ads li {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 15px;
	}

ul.ads li img {
	border-radius: 15px;
	}
    
ul.ads li:hover {
	opacity:.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
    
@media screen and (max-width: 1100px) {
    
ul.ads {
    width:75%;
	}
    
}

@media screen and (max-width: 750px) {
    
ul.ads {
    width:100%;
    grid-gap: 1rem;
	}
	
ul.ads li img {
	border-radius: 10px;
	}
    
}
    

/* Call to Action Email Sign Up Form/Order Travel Guide -----------------------------------*/

.callToAction {
    align-items: center;
    background:url("../img/call-to-action-bg-wine.webp") center center no-repeat #8c182d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	}
    
.callToAction h2, #signupFrom h2 {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:2em;
	margin:0 0 .25em 0;
	font-weight:400;
	line-height:90%;
	}
    
.callToAction p {
    padding:0 0 1em 0;
	}
    
.callToAction li {
    padding:5%;    
	}
    
.callRight {
    background:url("../img/call-to-action-bg-blue.webp") center center no-repeat #0f3e52;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
    color:#fff;
	}
    
.callRight .wineBtn {
    margin:0;
	}
    
.callRight img {
	float:left;
    margin:0 2em 0 0;
    width:25%;
    max-width:150px;
	}
    
.callLeft {
    text-align: center;
    color:#fff;
    }
    
.callLeft .whiteBtn {
    margin:0;
    }
    
#signupFrom {
    padding:2.5%;
    }

.asterisk {
    color:#8C182D;
    }

.eblastSignUp input[type="text"], .eblastSignUp input[type="email"] {
	padding:1% 2%;
	border:none;
	border:#dbd8bd solid 1px; 
    width:96%;
    margin:0 0 .5em 0;
	}
    
.eblastSignUp input:focus { 
	border:solid 1px #eb6d24; 
	}
	
/* submit Btn styles */
	
.eblastSignUp input.submit {
	padding:0;
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:1.5% 2.5% 1.3% 2.5%;
	color:#fff;
	background:#8c182d;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:.5em 0 1em 0;
    border:none;
	}
	
.eblastSignUp input.submit:hover {
	color:#ffffff;
	background:#0000000;
	}

@media screen and (max-width: 1750px) {

.callToAction h2 {
    font-size:1.5em;
	}
    
.callToAction p, .callToAction a.whiteBtn, .callToAction a.wineBtn {
    font-size:90%;
	}
    
}

@media screen and (max-width: 1300px) {
    
.callToAction p {
    font-size:80%;
	}
    
}

@media screen and (max-width: 1100px) {
    
.twoColFiftyFull {
	display: grid;
    grid-template-columns: 1fr 1fr;
	}
    
.callToAction {
    display: grid;
    grid-template-columns: 1fr;
	} 
    
}
@media screen and (max-width: 800px) {
    
.callRight p {
	display:none;
	}
    
}


/* Regular Footer -----------------------------------*/

footer {
    background:url("../img/footer-bg.webp") center center no-repeat #8c182d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
    padding:3em 10% 7em 10%;
    text-align: center;
    color:#fff;
    position:relative;
    z-index: 5000;
    }
    
.footerLogo {
	margin:0 auto;
	max-width:114px;
	padding:0 0 2em 0;
	}
	
.footerLinks {
	margin:0 0 .5em 0;
    font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
    font-size: 1.5em;
	}
	
.footerLinks a {
	color:rgba(255, 255, 255, 1.0);
	text-decoration:none;
	padding:0 .5em;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.footerLinks a:hover {
	color:rgba(255, 255, 255, 0.50);
	text-decoration:underline;
	}
    
.footerAddress {
	text-align:center;
	margin:0 0 2em 0;
	font-weight:bold;
	}
    
.copyRight {
	font-size:80%;
	color:rgba(255, 255, 255, .50);
    margin:0 0 1em 0;
	}
	
.goog-logo-link {
	display:none;
	}
	
.goog-te-gadget {
	color:#000;
	}

.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
	display:none;
	}

/* Sticky Footer -----------------------------------*/

.stickyFooterNew {
	position:fixed;
	width:100%;
	left:0;
	bottom:-45px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index:9000;
	}
	
.stickyFooterNew:hover {
	bottom:0;
	}
	
ul.stickyBarNew {
	background:url(../img/brownWoodBg.webp) repeat;
	font-size: 22pt;  
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	color:#d6c6a7;
	padding:.5em 2%;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .75);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
	position:relative;
	display: grid;
	grid-template-columns: 2fr 1fr 2fr;    
    grid-gap: 0;
	}
ul.stickyBarNew a {
	text-decoration: none;
	}

.vguideNew {
	float:left;
	display:inline-block;
	position:relative;
	}
	
.vguideNew:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg); /* IE 9 */
	-webkit-transform: rotate(-4deg); /* Safari and Chrome */
	-o-transform: rotate(-4deg); /* Opera */
	-moz-transform: rotate(-4deg); /* Firefox */
	}

.vguideNew img {
	position:absolute;
	left:0;
	bottom:-90px;
	max-width:212px;
	}
	
.vguideNew p {
	display:none;
	text-shadow:2px 2px #000000;
	}
	
.vguideNew a {
	color:#d6c6a7;	
	text-shadow:2px 2px #371400;
	}
	
.vguideNew a:hover {
	color:#ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	}
	
.bookStickyNew {
	text-align:center;
	position:relative;
	top:-20px;	
	}
	
.bookStickyNew a {
	padding:.5em 0 .5em 0;
	background:#eb6d24;
	text-shadow:2px 2px #ce4c01;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;	
	color:#d6c6a7;
	color:#ffffff;
	text-decoration:none;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	display:block;
	}
	
.bookStickyNew a:hover {
	color:#000;
	background:#fff;
	text-shadow: none;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.socialMediaNew {
	text-align: right;
	padding:10px 0;
	text-decoration: none;
	}

.socialMediaNew a:link, .socialMediaNew a:visited {
    text-decoration: none;
	}

.meetingsFooter {
	padding:0 30px 0 0;
	}

.socialMediaNew a.meetingsFooter:link , .socialMediaNew a.meetingsFooter:visited {
    color:#d6c6a7;	
	text-shadow:2px 2px #371400;
	}

.socialMediaNew a.meetingsFooter:hover  {
    color:#fff;	
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.socialMediaNew a:link .socialIcon, .socialMediaNew a:visited .socialIcon {
	font-size: 25pt;
	color: #fff;
	background:#000;
	padding:10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    text-decoration: none;
	}

.socialMediaNew a:link .fbFooter, .socialMediaNew a:visited .fbFooter {
	background:#2073ba;
	}

.socialMediaNew a:link .instaFooter, .socialMediaNew a:visited .instaFooter {
	background:#f12965;
	}

.socialMediaNew a:link .ytFooter, .socialMediaNew a:visited .ytFooter {
	background:#f5051b;
	}

.socialMediaNew a:link .blogFooter, .socialMediaNew a:visited .blogFooter {
	background:#8c182d;
	}

.socialMediaNew .socialIcon {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	}
	
.socialMediaNew .socialIcon:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}


/* Sticky Footer -----------------------------------*/
	
.stickyFooter {
	position:fixed;
	width:100%;
	left:0;
	bottom:-35px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index:10000;
	}
	
.stickyFooter:hover {
	bottom:0;
	}
	
.stickyBar {
	background:url(../img/brownWoodBg.webp) repeat;
	font-size: 22pt;  
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase; 
	text-shadow:2px 2px #371400;
	color:#d6c6a7;
	padding:.5em 2%;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .75);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
	position:relative;
	}
	
.stickyBar a {
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;	
	color:#d6c6a7;
	text-decoration:none;
	}
	
.stickyArrow {
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-27px;
	}
	
	
.vguide {
	float:left;
	display:inline-block;
	position:relative;
	}
	
.vguide:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg); /* IE 9 */
	-webkit-transform: rotate(-4deg); /* Safari and Chrome */
	-o-transform: rotate(-4deg); /* Opera */
	-moz-transform: rotate(-4deg); /* Firefox */
	}
	
.vguide img {
	position:absolute;
	left:0;
	bottom:-145px;
	max-width:212px;
	}
	
.vguide p {
	display:none;
	text-shadow:2px 2px #000000;
	}
	
.vguide a {
	color:#d6c6a7;
	}
	
.vguide a:hover {
	color:#ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	}
	
.bookSticky {
	width:200px;
	text-align:center;
	position:absolute;
	top:-3px;
	left:50%;
	margin-left:-100px;
	}
	
.bookSticky a {
	color:#ffffff;
	padding:.5em;
	background:#eb6d24;
	text-shadow:2px 2px #ce4c01;
	}
	
.bookSticky a:hover {
	color:#000;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.stickyFooterMeetings {
	margin:0 0 0 0;
	float:right;
	text-align: right;
	display: inline-block;
	}

.stickyFooterMeetings a {
	color:#9A815F;
	}

.stickyFooterMeetings a:hover {
	color:#ffffff;
	}
	
.socialMedia {
	width:18%;
	margin:0 0 0 0;
	float:right;
	}
	
.socialMedia img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
.socialMedia img:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.socialMediaIcons {
	width:65%;
	margin:0 0 0 0;
	float:right;
	}	
	
.socialMediaL {
	width:21.25%;
	margin:0 5% 0 0;
	float:left;
	}
	
.socialMediaR {
	width:21%;
	margin:0 0 0 0;
	float:right;
	}

@media screen and (max-width: 1500px) {

.socialMediaNew a:link .socialIcon, .socialMediaNew a:visited .socialIcon {
	font-size: 20pt;
	padding:7px;
	}
	
.socialMediaNew a.meetingsFooter:link , .socialMediaNew a.meetingsFooter:visited {
    font-size: 20pt;
	}
	
}

@media screen and (max-width: 1300px) {

.socialMediaNew a:link .socialIcon, .socialMediaNew a:visited .socialIcon {
	font-size: 15pt;
	padding:5px;
	}
	
.socialMediaNew a.meetingsFooter:link , .socialMediaNew a.meetingsFooter:visited {
    font-size: 15pt;
	}
	
.meetingsFooter {
	padding:0 15px 0 0;
	}
	
}
	
@media screen and (max-width: 900px) {
	
.stickyFooter {
	bottom:0;
	}
	
.stickyArrow {
	display:none;
	}
	
.bookSticky {
	top:15px;
	}

.socialMediaIcons {
	width:100%;
	}
	
.vguide img {
	display:none;
	}
	
.vguide:hover {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
	-moz-transform: rotate(0deg); /* Firefox */
	}
	
.vguide p {
	display:block;
	}
	
.stickyFooterNew {
	bottom:0;
	}
	
ul.stickyBarNew {
	font-size: 22pt;
	padding:21px 2%;
	grid-template-columns: 1fr 1fr 1fr; 
	}
	
.bookStickyNew {
	top:0;
	}
	
.bookStickyNew a {
	padding:21px .5em;
	}
	
.vguideNew img {
	display:none;
	}
	
.vguideNew:hover {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
	-moz-transform: rotate(0deg); /* Firefox */
	}
	
.vguideNew p {
	display:block;
	font-size: 20pt;
	}
	
.socialMediaNew {
	padding:0 0;
	}
	
.meetingsFooter {
	display:none;
	}
	
}

@media screen and (max-width: 800px) {
	
.socialMedia {
	width:28%;
	}
	
}

@media screen and (max-width: 700px) {
	
.stickyFooter {
	position:relative;
	width:100%;
	}
	
.stickyBar {
	padding:.5em 5%;
	font-size: 18pt;
	}
	
.bookSticky {
	display:none;
	}
	
.socialMedia {
	width:45%;
	}
	
.stickyFooterNew {
	position:relative;
	width:100%;
	text-align: center;
	}
	
ul.stickyBarNew {
	padding:.5em 5%;
	font-size: 18pt;
	grid-template-columns: 1fr; 
	}
	
.bookStickyNew {
	position:relative;
	width:100%;
	padding:15px 0 20px 0;
	}
	
.bookStickyNew a {
	padding:10px 0;
	width:100%;
	display: block;
	}
	
.socialMediaNew {
	text-align: center;
	padding:20px 0;
	}
	
.socialMediaNew a:link .socialIcon, .socialMediaNew a:visited .socialIcon {
	font-size: 25pt;
	}
	
}


/* Scroll to Top Arrow */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(140, 24, 45, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:9600;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 60px;
    max-width: 375px;
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
	z-index:9000;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
	margin-bottom: 15px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #8c182d;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #8c182d;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #8c182d;
    color: #fff;
	display:none;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}


	

/* =IE Sucks
-----------------------------------------------------------------------------*/
#iewarning {
	padding:10em;
	text-align:center;
	color:#C00;
	background:#ffffff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	}
	
#iewarning a {
	color:#ffffff;
	background:#C00;
	padding:0px 3px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

#iewarning a:link, #iewarning a:visited {
	text-decoration:none;
	}

#iewarning a:hover, #iewarning a:active {
	color:#C00;
	background:none;
	text-decoration:underline;
	}