/*
Welcome to Custom CSS!
*/
.site-title {
	display: none;
}

.site-header {
	background-color: #fff;
}

.genesis-nav-menu {
	line-height: .3;
	color: #D31F26;
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover {
	color: #D31F26;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #D31F26 !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	cursor: pointer;
	color: #D31F26;
}

.nav-primary .genesis-nav-menu a {
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.nav-primary {
	float: none;
	background-color: #000;
	border-radius: 5px;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	letter-spacing: 1.9px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
}

.menu-item-2310 {
	background-color: #D31F26;
	float: right;
	border-radius: 0 5px 5px 0;
}

.nav-primary .genesis-nav-menu > .menu-item-2310 a:hover {
	color: #fff;
}

.nav-primary .genesis-nav-menu > .menu-item-2310 a {
	color: #fff;
}

.title-area {
	float: none;
	cursor: pointer;
	margin: 5px 0;
	background-size: 100% 100%;
	width: 60%;
}

.header-image .site-title a {
	display: block;
	float: left;
	min-height: 110px;
	text-indent: -9999px;
	width: 100%;
}

.site-inner {
	margin: 196px 0 40px;
}

.site-description {
	border-bottom: double #ddd;
	border-top: none;
	font-family: 'Lora', serif;
	font-size: 30px;
	overflow: hidden;
	margin: 30px 0 0;
	padding-bottom: 24px;
	text-align: center;
}

.site-footer, .site-footer a {
	color: #fff !important;
	background-color: #000;
}

.site-footer {
	padding: 12px 20px;
}

.footer-widgets {
	border-top: 5px solid #D31F26;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
	cursor: pointer;
}

.textwidget {
	color: #fff;
}

section#text-17 {
	position: fixed;
	top: 20px;
	z-index: 999;
	font-size: 29px;
	font-family: "Lora", Sans-serif;
	font-weight: 400;
	margin-left: -2.1em;
}

section#text-17 p {
	color: #000;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	cursor: pointer;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #fc2a1c;
}

.site-header .title-area {
	background-position: 0 20px !important;
}

@media only screen and (min-width: 961px) {
.nav-primary {
	margin-top: 20px;
}
}

@media only screen and (max-width: 960px) {
	.site-inner {
		margin: 0;
	}
	
	.site-header .title-area {
		/*background: url(https://winebloggersconference.org/wp-content/uploads/2017/03/WBC-no-date-_mobile.jpg) no-repeat !important;*/
		background-size: 300px !important;
		background-position: top center !important;
		margin-bottom: -60px;
	}
	
	.responsive-menu-icon {
		cursor: pointer;
		text-align: right;
		padding-top: 7px;
		padding-right: 7px;
		margin-bottom: 0;
	}
	
	section#text-17 {
		position: inherit;
		margin-left: 0;
	}
	
	.site-description {
		margin: -33px 0 0;
	}
	
	.title-area {
		margin: 0 auto;
		width: 80%;
	}
	
.register-nav {
	background: #D31F26
	}
}	