/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Yakima Valley Tourism Events Listings
-----------------------------------------------------------------------------*/

.bannerEvents {
	background:url("../img/banners/events-banner.jpg") center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	} 
    
.bannerEventDetail {
	background:url("../img/banners/event-detail-banner.jpg") center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
.bannerEventsBeer {
	background:url("../img/banners/beerEvents-banner.jpg") center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}

.bannerEventsDia {
	background:url("../img/banners/dia-banner.jpg") center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
    
/* =Featured Event Pages
-----------------------------------------------------------------------------*/

ul.featuredEvents {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:2rem;
    margin:0 0 2em 0;
    }
    
ul.featuredEvents 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.featuredEvents li:hover {
    opacity:.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */ 
    }
    
ul.featuredEvents a {
    text-decoration: none;
    }
    
ul.featuredEvents a h3 {
    color:#552d16;
    text-decoration: none;
    }
    
ul.featuredEvents img {
    margin:0 0 .5em 0;
    }
    
.eventHeader {
    width:100%;
    }

.featuredEventDate {
    border-top:solid 1px #8c182d;
    border-bottom:solid 1px #8c182d;
    padding:.25em 0;
    margin:0 0 .5em 0;
    }
    
/* =Search Events Form
-----------------------------------------------------------------------------*/ 

.eventSearchBox {
    padding:2%;
    border:solid 2px #8c182d;
    margin:0 0 2em 0;
    text-align: center;
	}
    
.eventSearchBox h2 {
    margin:0 0 .25em 0;
	}
    
.eventSearchBox form {
    margin:0 auto;
	}
    
.eventSearchBox input[type="date"], .eventSearchBox select {
	padding:11px;
	border:none;
	border:#dbd8bd solid 1px;
    background-color: #FFFFFF;
    display:inline-block;
    margin:0 .5em 0 0;
	}
    
.eventSearchBox input:focus { 
	border:solid 1px #eb6d24; 
	}
	
/* submit Btn styles */
	
.eventSearchBox 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:9px 9px 9px 9px;
	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 0 0;
    border:none;
	}
	
.eventSearchBox input.submit:hover {
	color:#ffffff;
	background:#000000;
	}
    

/* =Featured Categories
-----------------------------------------------------------------------------*/
    
ul.eventCategories {
	padding:0 0 0 0;
    margin:0 0 2em 0;
	list-style:none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-gap:2rem;
    text-align: center;  
    justify-content: center;
	}
    
.eventCategoriesPhoto {
    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;
    overflow: auto;
    }
    
.eventCategoriesPhoto:hover {
    opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
    
.eventCategoriesPhoto img {
    width:100%;
    }
    
.eventCategoriesPhoto h2 {
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    padding: 3%;    
    text-align: center;
    width:94%;
    background: rgba(140, 24, 45, 0.75);
    margin: 0;    
    }
    
.eventCategoriesPhoto h2 small {
    display: block;
    font-size:60%;
    line-height: 80%;
    color:#facc65;
    }
    
.findEvents {
    margin:0 0 2em 0;
    }
    
.findEvents a.wineBtn, .findEvents a.blueBtn, .findEvents a.brownBtn, .findEvents a.blackBtn, .findEvents a.orangeBtn, .findEvents a.whiteBtn, .findEvents a.greenHopBtn, .findEvents a.greenFarmBtn, .findEvents a.yellowBtn, .findEvents a.lightGreenBtn, .findEvents a.purpleBtn, .findEvents a.blackBtn {
    margin:0 0 .5em 0;
    }
    
/* =Event Listings
-----------------------------------------------------------------------------*/
    
ul.eventsListings {
    display: grid;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:2rem; 
    margin:0 0 2em 0;  
    align-items: center;
    }
    
ul.eventsListings 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;     
    font-size:80%;
    border:solid 2px #8c182d;
    height:100%;
    position: relative;
    }
    
ul.eventsListings li:hover {
    opacity:.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */ 
    }
    
ul.eventsListings li a {
    text-decoration:none;
    display: block;
    background:none;
    padding:7.5%; 
    }
    
section ul.eventsListings li a p {
    margin:0;
    padding:0;
    color:#8c182d;
    font-weight: bold;
    font-style: italic;
    font-size:80%;
    }
    
section ul.eventsListings li a p.member {
    margin:0 0 .5em 0;
    padding:0;
    color:#552d16;
    font-weight: bold;
    font-style: normal;
    font-size:90%;
    }
    
section ul.eventsListings li a h2 {
    color:#0F3E52;
    text-transform: none;
    margin:0 0 .25em 0;
    }
    
section ul.eventsListings li a h3 {
    color:#8c182d;
    background:none;;
    padding:5px 5px 3px 5px;
    display:inline-block;
    border:solid 1px #8c182d;
    margin:0 0 .35em 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size:2em;
    }
    
.catIconKey {
    text-align: center;
    margin:0 0 1em 0;
    position: relative;
    font-family: 'bebasneuepro-bold', Arial, sans-serif;
    }
    
.catIconKey .catBox {
    text-align: center;
    display: inline-block;
    position: relative;
    }

.catBox, a .catBox {
    position:absolute;
    top:-2px;
    right:-2px;
    color:#fff;
    font-size:22px;
    }

.catIcon {
    display: inline-block;
    padding: 3px;
    color: white;
    background-color:black;
    }
    
.wineCat, a .wineCat {
    background: #8c182d;
    }
    
.beerCat, a .beerCat {
    background: #4a5b2d;
    }
    
.outdoorCat, a .outdoorCat {
    background: #0f3e52;
    }
    
.farmCat, a .farmCat {
    background: #146c37;
    }
    
.musicCat, a .musicCat {
    background: #facc65;
    }
    
.artsCat, a .artsCat {
    background: #eb6d24;
    }
    
.foodCat, a .foodCat {
    background: #77a55d;
    }
    
.familyCat, a .familyCat {
    background: #851695;
    }
    
.festivalsCat, a .festivalsCat {
    background: #552d16;
    }
    
    
/* =Event Detail Page
-----------------------------------------------------------------------------*/  
.eventDetailTop {
    margin:75px 0 0 0;
    }

.eventDetail h2 {
    margin:0 0 .5em 0;
    }
    
ul.eventContact {
	display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap:2rem;
	}
    
ul.eventContact li img {
    margin:0 0 1em 0;
    }
    
ul.eventContact li h3 {
    margin:0 0 1em 0;
    }

ul.eventContact li h3:nth-child(3) {
    margin:0 0 0 0;
    }

ul.eventContact li h4 {
    margin:0 0 1em 0;
    }
    
.eventDetailCat {
    margin:0 0 1em 0;
    }
    
.eventDetailCat a {
    border:#8c182d solid 1px;
    color:#8c182d;
    font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
    padding:1%;
    display:inline-block;
    margin:0 .5em .5em 0;
    text-decoration:none;
    -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;
    font-size:1em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    }
    
.eventDetailCat a:hover {
    background:#8c182d;
    color:#fff;
    }
    
/* =Event Sub Nav
-----------------------------------------------------------------------------*/
    
.eventSubNav .eventSearchBox {
    padding:6%;
    border:solid 2px #8c182d;
    margin:0 0 1.5em 0;
    text-align: left;
	}
    
.eventSubNav .eventSearchBox h2 {
    margin:0 0 .25em 0;
	}
    
.eventSubNav .eventSearchBox input[type="text"], .eventSubNav .eventSearchBox select {
	padding:3%;
	border:#dbd8bd solid 1px; 
    margin:0 0 .5em 0;
    display:inline-block;
    font-size:90%;
	}
    

.eventSubNav .eventSearchBox select#eventMonthFrom, .eventSubNav .eventSearchBox select#eventYearFrom, .eventSubNav .eventSearchBox select#eventMonthTo, .eventSubNav .eventSearchBox select#eventYearTo {
    width:30%;
	}
    
.eventSubNav .eventSearchBox select.selectList {
    width:94%;
	}
    
.eventSubNav a.wineBtn, .eventSubNav a.blueBtn, .eventSubNav a.brownBtn, .eventSubNavs a.blackBtn, .eventSubNav a.orangeBtn, .eventSubNav a.whiteBtn, .eventSubNav a.greenHopBtn, .eventSubNav a.greenFarmBtn, .eventSubNav a.yellowBtn, .eventSubNav a.lightGreenBtn, .eventSubNav a.purpleBtn, .eventSubNav a.blackBtn {
    margin:0 .25em .25em 0;
    font-size: 1.25em;
    padding:10px 10px 10px 10px;
	}
    
.eventSubNav a.signUp {
    display: block;
    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;
	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 1em 0;
	}
    
    
/* =Event by business and location list
-----------------------------------------------------------------------------*/  

ul.locationList {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:2rem;
	}
    
ul.locationList li {
	border-bottom: solid 1px #552d16;
	}
    
ul.locationList li a {
	color:#0f3e52;
	padding:5px;
	-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;
    text-decoration:none;
    font-family: 'bebasneuepro-bold', Arial, sans-serif;
	text-transform: uppercase;
    font-size:1.25em;
    display: block;
	}

ul.locationList li a:visited  {
	text-decoration:none;
	}

ul.locationList li a:hover, ul.locationList li a:active {
	color:#ffffff;
	background:#0f3e52;    
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}

/* =Featured Wine and Beer Events Pages
-----------------------------------------------------------------------------*/  
ul.wineryFeature {
	padding:0 0 2em 0;
	}

ul.wineryFeature>li {
	border:solid 2px #8c182d;
	padding:1.5em 1em 1em 1em;
	margin:0 0 0 0;
	}

ul.wineryFeature>li h3 {
	text-align: center;
	}

ul.wineryFeature>li ul.contentUl {
	list-style: none;
	text-align: center;
	padding:0;
	}
    

@media all and (max-width: 1750px) {

.searchCategory {
    display:block;
    margin:.5em 0 0 0;
    }

	
}
	
@media all and (max-width: 1400px) {

ul.eventsListings li a {
    font-size: 80%;
    }

}

@media all and (max-width: 1250px) {

.eventCategoriesPhoto h2 {
    font-size: 95%;
    }
    
.eventCategoriesPhoto h2 small {
    font-size:80%;
    }
    
.twoColTwoThirds {
	display: grid;
    grid-template-columns: 1.75fr 1fr;
    column-gap: 2rem;
	}
	
}

@media all and (max-width: 1100px) {
	

	
}

@media all and (max-width: 1000px) {

.eventSearchBox {
    padding:3%;
	}
    
.searchTo {
    display:block;
    margin:.5em 0 0 0;
    }

ul.eventsListings {
    grid-template-columns: 1fr 1fr;
    grid-gap:2rem;    
    }
    
.eventDetailTop {
    margin:1em 0 0 0;
    }
    
ul.locationList {
    grid-template-columns: 1fr;
	}
    
}


	
@media all and (max-width: 875px) {
	
ul.featuredEvents {
    grid-template-columns: 1fr 1fr;
    }


ul.eventCategories { 
    grid-template-columns: 1fr 1fr;  
    grid-gap:1rem;
    margin:0 0 2em 0;
	}   

}

@media all and (max-width: 750px) {

    
.eventCategoriesPhoto {
    margin:0 0 1.5em 0
    }
    
.eventDetail {
    margin:0 0 2em 0;
    }
    
ul.eventContact {
    grid-template-columns: 1fr 1fr;
	}
    
.twoColTwoThirds {
    grid-template-columns:1fr;
	}
    
.eventSubNav {
    padding:2em 0 0 0;
    margin:0 0 2em 0;
    border-top:solid 1px #8c182d;
	}
    
.eventSearchBox  {
	text-align:left;
	}
    
.eventSearchBox form strong {
	display:block;
	}
    
.eventSubNav .eventSearchBox form strong {
    display:inline-block;
	}
	
}

@media all and (max-width: 700px) {
	
.catBox, a .catBox {
    font-size:15px;
    }
	
section .wineryFeature h3{
	font-size:1.5em;
	}
	
}

@media all and (max-width: 500px) {

.eventSearchBox input.submit {
    margin:.5em 0 0 0;
	}
    
ul.eventsListings {
    grid-template-columns: 1fr;
    grid-gap:1rem; 
    }
    
ul.eventsListings li a {
    padding:3%; 
    }    

	
}