/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Yakima Valley Wine Country Events page
-----------------------------------------------------------------------------*/
.eventHeader {
	width:100%;
	margin:0 auto;
	height:auto;
	}

.wineBtn {
	width:100%;
	}
	
ul.contentUl li {
	padding:0 0 1em 0;
	}
	
.vidThumb {
	margin:0 0 2em 0;
	}


ul.events {
	list-style:none;
	margin:0 0 2em 0;
	border-bottom:#8c182d solid 1px;
	}
	
ul.events li {
	list-style:none;
	padding:.65em 0;
	border-top:#8c182d solid 1px;
	}
	
ul.events li h3 {
	color:#0f3e52;
	}
	
ul.events li a {
	text-decoration:none;
	}
	
ul.events li a h3 {
	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;
	}
	
ul.events li a h4 {
	color:#552d16;
	-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;
	}
	
ul.events li:hover a h3 {
	color:#8c182d;
	}
	
ul.events li:hover a h4 {
	color:#8c182d;
	}
	
a.learnMore {
	display:inline-block;
	background:#552d16;
	padding:.3em .5em;
	color:#cebb9a;
	font-weight:bold;
	text-decoration:none;
	-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;
	}
	
a.learnMore:hover {
	background:#8c182d;
	}
	
.wineryEvents {
	margin:.5em 0 0 0;
	}
	
ul.events li .events h3 {
	color:#8c182d;
	font-size:1.25em;
	}
	
p.eventBody a {
	color:#eb6d24;
	}
	


/* =searchTitle Btn
-----------------------------------------------------------------------------*/
	
.searchTitle {
	color:#8c182d;
	padding:1px 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;
	cursor:pointer;
	}

.searchTitle:hover, .searchTitle:active {
	color:#ffffff;
	background:#8c182d;
	}
	
.wineTitle {
	cursor:pointer;
	}
	
.searchForm select, .eventListWrap input[type="text"] {
	background:#f5eee4;
	padding:1%;
	border:none;
	border:solid 1px #d2c4a8; 
	color:#552d16;	
	font-size:.85em;
	margin:0 0 .5em 0;					
	}
	
input.submit {
	padding:2%;
	border:none;
	color:#ffffff;
	font-family: 'OpenSansBold', Arial, sans-serif;
	-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-family: OpenSansBold, sans-serif;
	width:96%;
	font-size:1em;
	margin:.5em 0 1.5em 0;
	background:#0f3e52;
	}
	
input.submit:hover {	
	background: #8c182d;
	color:#ffffff; !important
	}
	
h1.eventTitle {
	border-bottom:#8c182d solid 1px;
	padding:0 0 .25em 0;
	margin:0 0 .5em 0;
	}
	
.eventDetail a {
	color:#8c182d;
	padding:1px 2px;
	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;
	}

.eventDetail a:link, .eventDetail a:visited {
	text-decoration:none;
	}

.eventDetail a:hover, .eventDetail a:active {
	color:#ffffff;
	background:#8c182d;
	}

	
@media screen and (max-width: 1100px) {	

	

	
}
	
@media screen and (max-width: 950px) {
	

}

@media screen and (max-width: 800px) {
	

		
}
	
@media screen and (max-width: 620px) {
	
	
.events {
	text-align:center;
	}
	
a.learnMore {
	padding:.5em .75em;
	}
	
}

@media screen and (max-width: 500px) {
	

	

	
}
