﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Oswald', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	

	}

.fullbg {
	background:url(../siteart/hero-img2019.png) no-repeat;
	-webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover; 
            
	height:100%;
	background-attachment:fixed;
}

body {
    margin: 0;
	
	}


.attendees {
	width:100%;
	float:left;
	padding:140px 0 100px;
	
}

.attendees h2 {
	text-align:center;
	color:#fff;
	margin-bottom:15px;
	
}


.attendees a {
	text-align:center;
	display:block;
	margin:0 auto;
	background:#e63632;
	color:#fff!important;
	width:100%;
	max-width:300px;
	padding:15px;
	box-sizing:border-box;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}

.attendees a:hover {
	background:#000;
}


svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1, h2 {font-size:30px; text-transform:uppercase;}

p, ul {
	margin: 0;
	font-family: arial, sans-serif;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	width: 60%;
	}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:14px;
				}	
			nav.primary ul li a:hover {
				text-decoration:underline;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#4478db;
	width:150px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#5689EC !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	padding-top:1.5%;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}

/*===================== 
	layout styles 
=======================*/
.flex-container {
	display:flex;
	flex-wrap:wrap;
	width:60%;	
}

.wrap {
	max-width:60%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}



/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
	}
	
	



/*===================== 
	Home Page 
=======================*/

.hero-img2019 {
	
	background-size:cover;
	text-align:center;
	background-position:center;	
	padding:6% 0 3% 0;
}
.hero-img2018 {
	background:url(../siteart/hero-img.png) no-repeat;
	background-size:cover;
	text-align:center;
	background-position:center;	
	padding:6% 0 3% 0;
}
.hero-blk-bg {
	text-align:center;	
	background:rgba(0,0,0,.75);
	padding:3% 0;
	margin:3% 0;
}
.hero-blk-bg p {
	color:#fff;
	font-family:'Oswald', sans-serif;
	font-weight:bold;	
	text-transform:uppercase;
	font-size:20px;
}
.register-btn {
	background:#111;
	padding:1% 0;
	width:30%;
	margin:0 auto;
	text-align:center;
	color:#fff;	
}
.facebook-p-tag {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:1%;
}	
.hero-blk-bg .facebook {
	margin-top:3%;	
}
.thursday-bg-img {
	background:url(../siteart/logging-2-bg-img.png) no-repeat;
	background-size:cover;
	background-position:center;	
	position:relative;
	padding:6% 0 14% 0;
	margin-top:5%;
}

.vineyard-bg-img {
	background:url(../siteart/vineyard-course-bg-img.png) no-repeat;
	background-size:cover;
	background-position:center;	
	padding:3% 0;	
	position:relative;
	padding:12% 0;
	margin-top:-70px;
}
.schedule {
	position:relative;	
	z-index:9000;
	margin-top:-70px;
}
.air-hotel-section {
	margin-top:-70px;	
	position:relative;	
	z-index:9000;
}
.intin-div {
	background:rgba(0,0,0,.85);
	padding:3%;
	margin:2% 0;
	line-height:25px;
	color:#fff;
}
.air-div, .hotel-div {
	background:rgba(0,0,0,.85);
	color:#fff;
	padding:3%;
	margin:2% 0;
	line-height:25px;
}
.air-div h2, .hotel-div h2, .intin-div h2 {
	color:#ed1c24;
	padding-bottom:2%;
}
.neg-mg-intin {
	margin-top:-40px;
}
.hotel-div {
	position:relative;
	z-index:900;	
}
.hotel-btn {
	background: #ED1C24;
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
    padding: 1.5% 0;
	width:40%;
	text-align:center;
}	
.hotel-btn:hover {
    background:#D0171E;
}
.special-style {
	font-family:'Oswald', sans-serif;
	font-weight:bold;	
	text-transform:uppercase;
}
.holiday-img {
	margin-top: -80px;
	position:relative;
	background:url(../siteart/holiday-bg.png) no-repeat;
	background-size:cover;
	background-position:center;	
	padding:17% 0;
}
.contact {
	background:#222;
	padding:3% 0;
	text-align:center;	
	color:#fff;
}
.contact h2 {
	text-transform:uppercase;	
}
.contact p, .contact img {
	display:inline-block;
	vertical-align:middle;	
	padding-top:2%;
}
.holiday-img img {
	width:100%;	
}
.thankyou {
	text-align:center;	
	padding:4% 0;
}
.thankyou h2 {
	padding-bottom:2%;
	color:#ed1c24;
}
.thankyou .col-1-3 {
	background:#f9f9f9;
	width:28%;
	display:inline-block;
	vertical-align:middle;	
	text-align:center;
	margin:0 2%;
	padding:2% 0;
}

/*logos*/
.logo-wrap {
	width:80%;
	margin:0 auto;	
}
.logo-wrap img {
	display:inline-block;
	vertical-align:middle;
	width:18%;
	padding: 1% 0.2%;	
}
/* 	
#dia-logo img {
	width:20%;
	padding: 1% 0.2%;
}

#plat-logo img{
	padding: 1% 0.2%;
	width:20%;
}

#gold-logo img {
    padding: 1% 0.2%;
    width:20%;
}


#silv-logo{
	padding: 1% 0.2%;
}
#silv-logo img {
    width:20%;
    display: inline-block;
    padding: 1% 0.2%;
	vertical-align:middle;	
}

#beer-logo img{
	padding: 1% 0.2%;
	width:20%;
	display:inline-block;	
	vertical-align:middle;	
}

#bronze-logo img{
	padding: 1% 0.2%;
	width:20%;
	display:inline-block;
	vertical-align:middle;	
}
*/






.countdown-bg {
	background:#ed1c24;	
	padding:2.5% 0;
	text-align:center;
	color:#FFFFFF;
	font-size:25px;
	text-transform:uppercase;
	font-family:'Oswald', sans-serif;
}
.facebook-section {
	padding:3% 0;	
}
.fb-page {
	display:inline-block;
	vertical-align:top;	
	width:45%;
}
.find-us {
	color:#ed1c24;	
}
.paragragh {
	background:#f9f9f9;
	padding:3%;
	display:inline-block;
	vertical-align:top;	
	width:45%;
}
.blk-bg {
	text-align:center;	
	background:rgba(0,0,0,.75);
	padding:3% 0;
	color:#ed1c24;
}
.blk-bg .attendee-btn {
    background: #ED1C24;
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
    padding: 1.5% 0;
	margin:2% auto 0 auto;
	width:25%;
}
.blk-bg .attendee-btn:hover {
    background:#D0171E;
}
.end-footer {
	background:url(../siteart/footer-bg.png) no-repeat;
	background-size:cover;
	background-position:center;
	padding:12% 0;
	border-bottom:10px solid #ed1c24;
}

/*home===================================*/

.belowfullimg {
	width:100%;
	float:left;
	background:#fff;
	
	border-top:5px solid #e63632;
}

.belowfullimg hr {
	width:100%;
	float:left;
}

.sectionbg {
	width:100%;
	float:left;
	
	
	margin-top:-40px;
	z-index:0;
	position:relative;
}

#hotels {
	background:url("../siteart/hotels.jpg");
	background-size:cover;
	background-position:top;
	background-attachment:fixed;
	height:600px;
}

#active {
	background:url("../siteart/golf.jpg");
	background-size:cover;
	background-position:top;
	background-attachment:fixed;
	height:400px;
}

#mon {
	background:url("../siteart/hero-img2019.png");
	background-size:cover;
	background-position:top;
	background-attachment:fixed;
	height:300px;
}

.belowfullimg p {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:16px;
	text-align:center;
}

.belowfullimg h2 {
	text-align:center;
}


.homebutton {
	background:#e63632;
	text-align:center;
	padding:10px 30px;
	border:1px solid #e63632;
	text-transform:uppercase;
	color:#fff!important;
	font-weight:700;
}

.homebutton:hover {
	background:#000;
}

.homethirds {
	width:33.33%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}
.homethirds img {
	width:100%;
	float:left;
}


.bluebox {

	background-image: linear-gradient(rgba(236,247,251,1.90) , rgba(111,205,229,1.90));
	width:100%;
	float:left;
	padding:50px 40px;
	box-sizing:border-box;
	
	z-index:1;
	position:relative;
	margin-top:40px;
	box-shadow: 2px 2px 10px #000;
}

.lefthome {
	width:50%;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
}

.righthome {
	width:50%;
	float:left;
	padding-left:10px;
	box-sizing:border-box;
}

.fb-page {
	width:100%!important;
	max-width:500px!important;
	float:none;
	margin:0 auto;
	display:block!important;
}

/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1450px) {
.wrap {
    max-width:80%;
}
.register-btn {
    width: 60%;
    padding: 2% 0;
}
}

@media screen and (max-width: 1170px) {
	.bluebox {
		margin-top:20px!important;
	}
}


@media screen and (max-width: 1050px) {
.wrap {
    max-width:80%;
}
.thankyou .col-1-2 {
    width: 47%;
    margin: 0 1%;
    padding: 2% 0;
}
ul {
    padding: 0;
}	
.blk-bg .attendee-btn {
    width:40%;
}
.register-btn {
	width:50%;	
}
}

@media screen and (max-width: 900px) {
.wrap {
    max-width:85%;
}
.thankyou .col-1-2 {
    width: 47%;
    margin: 0 1%;
    padding: 2% 0;
}
ul {
    padding: 0;
}
.blk-bg .attendee-btn {
    padding: 2.5% 0;
    width: 55%;
}

}

@media screen and (max-width: 760px) {
	.homethirds {
		width:100%;
		float:left;
		padding:10px;
		box-sizing:border-box;
	}
}

@media screen and (max-width: 760px) {
.hero-img img {
	width:40%;	
}
.hero-img .facebook img {
	width:10%;	
}
h2 {
	font-size:25px;	
}
.register-btn {
	width:75%;
	padding:2% 0;	
}
.contact p, .contact img {
    display: block;
    text-align: center;
    margin: 0 auto;
	padding-right:0 !important;
}
.wrap {
    max-width: 90%;
}
.thursday-bg-img {
    padding: 8% 0 14% 0;
}
.schedule {
    margin-top: -50px;
}
.intin-div {
    padding: 10%;
}
.air-div, .hotel-div {
    padding: 7%;
}
.vineyard-bg-img {
    margin-top: -20px;
    padding: 25% 0;
}
.hotel-btn {
    padding:2% 0;
    width: 100%;
}
.thankyou .col-1-3 {
    width: 100%;
    margin: 2% 0;
}
.holiday-img {
    margin-top: 1%;
}
.thankyou .col-1-2 {
    width: 95%;
    margin:1% 0;
}
.fb-page {
    width: 100%;
	margin:0 auto 2% auto;
}
.paragragh {
    width: 94%;
}
.blk-bg {
    padding: 7% 0;
}
.blk-bg .attendee-btn {
    width: 95%;
	padding: 3.5% 0;
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#8494a3;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}
	
