/*
Theme Name: Vintus
Theme URI: vintus.com
Description: Custom WordPress theme for Vintus
Author: EventCreate
Author URI: https://www.eventcreate.com
Version: 1.0
Tags: wine, events
*/




body {

	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
}

body.presentation {
    overflow: initial;
}


h1, .h1, h2, .h2 {
	font-family: "baskerville-urw",serif;
	font-style: italic;
	font-weight: 400;
}


h1, .h1  {
    font-size: 80px;
    line-height: 86px;
		margin:10px 0;
}


h1 span, h2 span, .h1 span, .h2 span  {
	opacity: .5;

}

h2, .h2  {
	font-size: 42px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 20px;
	letter-spacing: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 14px;
	letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}





p {
	font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

p.lead {
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}




a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	transition: 1s all ease;

}

a:active {
	color: #000;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #000;
}


p a {
	text-decoration: underline;
}

a.inline-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: 20px;
}

.h4 a {
	font-size: 12px;
	opacity: .4;
}

.h4 a:hover {
	opacity: 1;
}



.btn-primary, .sf-field-submit input {
	background:#ff1900;

	padding:20px 30px;
	-webkit-transition: background .4s ease; /* Safari */
    transition: background .4s ease;
    border:none;
    border-radius: 0;


    -webkit-font-smoothing: antialiased;

    font-size: 14px;
    font-weight: 600;
    color: #fff;

    background: #000;
    padding: 14px 38px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    border: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;

}


.btn-ghost {
	-webkit-box-shadow:inset 0px 0px 0px 1.5px #uFFEF;
    -moz-box-shadow:inset 0px 0px 0px 1.5px #fff;
    box-shadow:inset 0px 0px 0px 1.5px #fff;
	background:none;
	    border: 1px solid;
    color: #fff;
}

.btn-ghost-dark {
	-webkit-box-shadow:inset 0px 0px 0px 1.5px #uFFEF;
    -moz-box-shadow:inset 0px 0px 0px 1.5px #fff;
    box-shadow:inset 0px 0px 0px 1.5px #fff;
	background:none;
	    border: 2px solid;
    color: #000;
}

.btn-primary:hover {
	background:#444;
}


.btn-small {
	  padding: 6px 15px;

}

ul {
	margin:0;
	list-style: none;
	padding:0;
}

.img-profile {
	border-radius: 50%;
}


select {
	height: 30px;
    background: none;
    border-radius: 0;
    outline: none;
    border: 1px solid;
    font-size: 12px;
}

.searchandfilter input[type='text'] {
	height: 30px;
    background: none;
    border-radius: 0;
    outline: none;
    border: 1px solid;
    font-size: 12px;
    padding: 7px;
    /* width: 100%; */
    color: #000;
}

.searchandfilter ul > li {
	padding-bottom: 20px !important;
}






.dropdown-menu {
	opacity: 0;
	top:120%;
		-webkit-transition: all .4s ease; /* Safari */
    transition: all .4s ease;
    display: block;
    visibility: hidden;
}

.open .dropdown-menu {
	opacity: 1;
	top:100%;
	visibility: visible;

}


.navbar .navbar-nav>li>a.navbar-title {
    font-family: "baskerville-urw",serif;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    font-size: 23px;
    padding-top: 16px;
    padding-left: 20px;
    letter-spacing: 1px;
    opacity: .5;
    line-height: initial;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #d4d4d4;
    background-color: #000;
    padding-left:24px;
    padding-right: 24px;
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5);
		border-left:1px solid #222;
		border-right:1px solid #222;

}

.navbar-nav>li>.dropdown-menu {
	margin-top: -1px;
	border:none;
	background:#000;
	box-shadow: 5px 5px 20px rgba(0,0,0,.5);
}

.dropdown-menu>li>a {

	font-size: 12px;
	font-weight: 400;
	color: #d4d4d4;
	padding:12px 20px;
		-webkit-transition: background .4s ease; /* Safari */
    transition: background .4s ease;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	color: #fff;
}

.dropdown-menu>li>a:hover {
	color:#fff;
	opacity: 1;
	background: transparent;
}



.navbar-btn {
    margin: 14px 15px 0 10px;
    float: left;
}


.navbar .caret {
	position: relative;
	top:-2px;
	margin-left: 0;
}

.caret {
	color: #fff;
}

.navbar-btn-full {
	background:#ff1900;
}

.navbar-default .navbar-nav>li.navbar-btn-full a{
	color:#fff;
	font-weight: bold;
}


.navbar-fixed-top {
	top:-140px;
	-webkit-transition: top .4s ease; /* Safari */
    transition: top .4s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);

}

.navbar-fixed-top.visible {
	top:0;

}






#search-filter-form-75 .sf-input-text{
			border: none;
    width: 308px;
    background: rgba(255,255,254,.2);
		height: 40px;
		font-family: "baskerville-urw",serif;
		font-style: italic;
		font-weight: 400;
		color:#fff;
		font-size: 16px;
		transition:.2s all ease;
		padding-left: 34px;

}

#search-filter-form-75 .sf-input-text:focus{

	background: rgba(255,255,254,1);
	color: #000;

}



#ajaxsearchlite1 .probox, div.asl_w .probox {
    border-radius: 0 !important;
}



.navbar-form div[id*='ajaxsearchpro1_1'].wpdreams_asl_container {
    width: 270px;

}

div.asp_w.ajaxsearchpro.asp_non_compact {
    min-width: 270px !important;
    box-shadow: none !important;
}


.navbar-form #ajaxsearchpro1_1 .probox, div.asl_w .probox {
	 height: 42px;
    margin: 0;
    border:none;
}


#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
	height: 37px !important;
}

#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {

    height: 55px !important;
    background-color:transparent !important;
    background-image: none !important;
}

#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    height: 40px !important;
}

#ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchpro1_2 .probox .proloading, #ajaxsearchpro1_2 .probox .proclose, #ajaxsearchpro1_2 .probox .promagnifier, #ajaxsearchpro1_2 .probox .prosettings, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.asp_m_1 .probox .proclose, div.asp_m.asp_m_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .prosettings {
    height: 37px !important;

}


#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
    height: 42px !important;
}


.navbar-form div.asl_m .probox .proinput input {
    height: 24px;
}


.navbar-form div.asl_w .probox .promagnifier {
	position: relative;
	top:-2px;
}

.navbar-form div.asl_m .probox .proinput input.autocomplete {
    margin-top: -24px !important;
}

.navbar-form iv.asl_w .probox .proloading, .navbar-form div.asl_w .probox .proclose, .navbar-form div.asl_w .probox .promagnifier, .navbar-form div.asl_w .probox .prosettings {
    position: relative;
    top: -2px;
}


.navbar-form div.asl_m .probox .proclose svg {
	width: 18px;
	height: 18px;
}


.navbar .searchandfilter#search-filter-form-75 ul, .homepage-search .searchandfilter#search-filter-form-75 ul{
    clear: both;
    position: relative;
}

.navbar .searchandfilter#search-filter-form-75 ul li, .homepage-search .searchandfilter#search-filter-form-75 ul li {
    float: left;
    padding:0 !important;
}


.navbar .searchandfilter#search-filter-form-75 button, .homepage-search .searchandfilter#search-filter-form-75 button {
	height: 40px;
    background: transparent;
    border: none;
    position: absolute;
    left: 4px;
}





.navbar-form {
	margin-top: 12px;
	border-left: 1px solid rgba(255,255,255,.3) !important;
	margin-left: 20px;
	padding-left: 24px;
}

.navbar-form form{
	margin-top: 0;
}


.navbar-form button {
	color: #888;
}



.homepage-search .searchandfilter#search-filter-form-75 .sf-input-text {
	height: 52px;
	width: 500px;
	background: white;
	color: #000;
}

.homepage-search .searchandfilter#search-filter-form-75 button{
	height: 52px;
	color: #000;
}


 .homepage-search  .searchandfilter#search-filter-form-75 {
	width: 500px;
	margin:0 auto;
	padding-top: 30px;
 }


.mobile-subpage-nav .sf-field-search {
	display: none;
}






.navbar-default {
	background: rgba(0,0,0,.3);
	background: transparent;
	border-radius: 0;
	border:none;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding-top: 2px;
	z-index: 9;
	height: 70px;
}


.navbar-default.navbar-dark {
	background:black;
	position: relative;
	margin-bottom: 20px;
}

nav {
	height: 100px;
}

.navbar-brand svg {
	width:70px;
}

.navbar-brand svg .a{
	fill:#000;
}

.navbar-brand {
  padding: 0px;
  margin-top: 8px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px 15px 15px 20px;
  width: auto;
}

.navbar-toggle {
    z-index: 1;
}

.navbar-default .navbar-nav>li>a  {
	color: #fff;
    font-weight: 500;
    font-size: 11px;
		letter-spacing: 2px;
   	-webkit-transition: all .4s ease; /* Safari */
    transition: all .4s ease;
    padding:23px 12px;
    opacity: .8;
		text-transform: uppercase;
		-webkit-font-smoothing: auto;
}


.navbar-default .navbar-sep {
	padding-left: 20px;
}


.navbar-default .navbar-right.navbar-nav>li>a  {
    opacity: .4;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	opacity: 1;
}






.navbar-toggle {
  border: none;
  background: transparent !important;

}

  .navbar-toggle:hover {
    background: transparent !important;
  }

  .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background: #fff;
  }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .middle-bar {
    opacity: 0;
  }
  .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}


.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


.event-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.9);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease;
    overflow: scroll;
    z-index: 2;
}


.event-nav-mobile .sf-field-search {
	float: none!important;
    margin: 0 auto;
}

.event-nav-mobile  .sf-field-submit  {
	display: none !important;
}


.event-nav-mobile .event-nav-mobile-header  {
	margin-top:100px;
}

.event-nav-mobile .event-nav-mobile-header svg {
	width: 80px;

}

.event-nav-mobile .event-nav-mobile-header svg .a{
fill:#fff;

}

 .event-nav-mobile  ul {
        padding:40px 0 100px;
        text-align: center;
 }


 .event-nav-mobile  ul:first-child {
        padding:140px 0 0;
        text-align: center;
 }

  .event-nav-mobile  li {
            padding:10px 0;
            display: none;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
  }


  .event-nav-mobile  #search-filter-form-75 .sf-input-text {
  	padding-left: 10px;
  	background-color: #fff;
}


  .event-nav-mobile  li.spacer {
           margin-top:40px;
           border-top:1px solid rgba(255, 255, 255, 0.23);
           padding-top:40px;
    }

  .event-nav-mobile  li   a {



	    color: rgba(255,255,255,1);
	    font-size: 18px;
		font-family: "baskerville-urw",serif;
	    /* text-transform: uppercase; */
	    /* letter-spacing: 4px; */
	    font-weight: 400;
	    transition: .2s color ease;



    }

  .event-nav-mobile  li.social   a {
 		font-size: 14px;
 		display: inline-block;
 		margin:0 6px;
    }


  .event-nav-mobile  li   a:hover {
        color: #ff1900;
        text-decoration: none;

    }


  .event-nav-mobile.open {
    visibility: visible;
    opacity: 1;
}



.navbar-default .navbar-toggle {
    position: relative;
    z-index: 9999;
    padding: 16px 4px 0 0;
}

.navbar-default .navbar-collapse {
    border:none;
}


.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav{
	display: none !important;
}


.mobile-subpage-nav-toggle {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background:#1a1a1a;
	color:#fff;
	z-index: 999999;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	font-size: 24px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align:center;
	line-height: 50px;
}

a.btn.btn-primary.btn-nav {
    padding: 10px 20px;
    margin-top: 10px;
        background: transparent;
    border: 1px solid;
    transition: .3s background-color ease;
    margin-left: 4px;
}


a.btn.btn-primary.btn-nav:hover {
	background-color: #000;
}


.nav-simple {
	background-color: #212121;
	clear: both;
	    height: 40px;
}


.nav-simple a {
	float: right;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    border-left: 1px solid #ffffff38;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}


.nav-simple a.pull-left {
	border-left:none;
    border-right: 1px solid #ffffff38;
}


 .nav-simple a:hover {
 	background: #ffffff26;
 }






section {
	padding:50px 0 70px;
}

section:nth-child(1) {
	padding-top:0;
}


section h3{
	margin-bottom: 40px;
	margin-top: 0;
}

section h4 {
	margin-top: 0;
}

section h4 a{
	opacity: .5;
}

section h4 a:hover{
	opacity: 1;
}



.section {
	padding:50px 0 70px;
}

.section a {
	color: #222;
}

.section a:hover h2 {
	transition: .2s opacity ease;
	opacity: .8;
}

.section h2  {
	margin-top:0;
}

.section-header {
	margin-bottom: 40px;
}




.item {
	margin-bottom: 36px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
}

.item a {
	position: relative;
	display: block;
}

.item a.btn-small {
	width: 50%;
    float: left;
    display: inline-block;
}


.item .item-play-img {
	position: absolute;
	top:0;
	left: 0;
}

.item h3 {
	margin-bottom: 0;
}

.item:last-child {
    border:none;
    padding-bottom: 0;
}

.item-thumb {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position:50%;
	display: block;
	color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 120px;
}


.item-thumb:hover {
	color:#fff;
	opacity: .8;
}

.item-thumb-video {
	position: relative;
	text-align: center;
}


.item-thumb-video i {
	position: absolute;

}

.item .img-responsive {
    max-height: 200px;
    margin: 0 auto;
}


p.item-subtle {
	font-size: 13px;
	color:#888;
}

.col-md-2 .item-thumb{
	height: 120px;
}


.item-review {
	display: block;
	background-color: #000;
	color:#fff;
	width: 100%;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	transition: none;
	font-family: "baskerville-urw",serif;
	font-size: 40px;
	font-style: italic;

}

.item-review:hover {
	color: #fff;
}

.item-review-logo {
	max-width: 120px;
}



.item .sub-item {
	margin:30px 0 20px;
}



.item-grid-container {
	width: 33.33333333333%;
	float: left;

}

.item-grid-container-inner {
	padding:6px;
}


.item-grid {
	padding:40px 40px 80px 40px;
	display: block;
	width: 100%;
	background-size: cover;
	color: #fff;
	position: relative;
}



.item-grid .item-grid-cover {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .5;
	transition: .4s opacity ease;
}

.item-grid:hover {
	color:#fff;
}

.item-grid:hover .item-grid-cover {
	opacity: .6;
}


.item-grid-content{
	position: relative;
}


.item-grid-content h4 {
	margin:0 0 14px 0;
}

.item-grid-content p {
	font-size: 14px;
	line-height: 22px;
	opacity: .6;

	font-size: 16px;
	line-height: 26px;
	opacity: .8;
}

.item-grid-content h2 {
	font-size: 50px;
	margin-top: 6px;
}


.item h2 {
	margin-top: 0;
}





#home-secondary {
	padding: 80px 0 100px 0;
	background: black;
	margin:15px 0 0 0;
	color: #fff;
}

#home-secondary .thumbnail {
	background: rgba(255,255,255,.08);
	border:none;
	border-radius: 0;
	padding:16px;
	display: block;
	text-decoration: none;
	transition:.4s all ease;
}


#home-secondary .thumbnail:hover {
	background: rgba(255,255,255,.12);
	box-shadow: 2px 2px 10px rgba(0,0,0,.6);
}

#home-secondary .thumbnail h3 {
	font-size: 26px;
	color: #fff;
	font-family: "bebas-neue",sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 21px;
}


#home-secondary .thumbnail p {
	color: rgba(255,255,255,.5);
    font-weight: 400;
}






#home-secondary h2 {
	margin-bottom:80px;
}


#home-secondary .owl-dots {
    text-align: center;
}







#events-listing {
	padding-top:80px;
	padding-bottom:100px;
}

#events-listing .thumbnail {
	background: rgba(255,255,255,.08);
	border:none;
	border-radius: 0;
	padding:16px;
	display: block;
	text-decoration: none;
	transition:.4s all ease;
}


#events-listing .thumbnail:hover {
	background: rgba(255,255,255,.12);
	box-shadow: 2px 2px 10px rgba(0,0,0,.6);
}

#events-listing .thumbnail h3 {
	font-size: 26px;
	color: #fff;
	font-family: "bebas-neue",sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 21px;
}


#events-listing .thumbnail p {
	color: rgba(255,255,255,.5);
    font-weight: 400;
}

#events-listing .h1 a{
	font-weight:400;
	color: #222;
}
#events-listing .h1 a:hover{
	text-decoration:none;
}

#events-listing .row{
	margin-bottom:70px;
}



#events-listing h2 {
	margin-bottom:80px;
}






#home-subscribe {
	padding-top:80px;
	padding-bottom: 100px;
}


#home-subscribe p {
	color: rgba(0,0,0,.5);
	margin:30px 0 60px;
}



#home-subscribe .form-control {
	height: 56px;
}



.collage-container {
	position: relative;
}

.collage-wrapper {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition:.6s opacity ease;
	    display: block;

}


.collage-wrapper .collage-video {
	position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    height: 100px;
    margin-top: -50px;

}


.collage-container:hover .collage-wrapper {
	cursor: pointer;
	opacity: 1;

}

.fancybox-opened .fancybox-skin {
	box-shadow: none !important;
}


#mc-embedded-subscribe-form .form-control{
	width:300px;
}

#mc-embedded-subscribe-form .btn {
	height: 56px;
	background:#000;
	padding:0 16px;
}


@media (min-width: 0) {
#mc-embedded-subscribe-form.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

}


#schedule {
	background:#fff;
	position: relative;
	padding:80px 0 280px 0;
}



#schedule:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #374e5e;
    background: #000;
    opacity: .05;
}




#schedule h2 {
	color:#4e4e4e;
}

#schedule a.h1 {
	font-size:140px;
}

#schedule a {
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 1s ease-out; /* Safari */
    transition: opacity 1s ease-out;
	opacity: 0;
}


#schedule a.visible {

	opacity: 1;
}


#schedule a:hover {
	color: #ff1900;
	text-decoration: none;
}



#schedule a {
	overflow: hidden;
	line-height: 1;
	color: #242424;
	color: rgba(0, 0, 0, 0.3);
	    outline: none;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 70px;
}



#schedule a:hover {
	color: #242424;
}

#schedule a::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #ff1900;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

#schedule a:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#schedule a span {
	display: block;
	position: relative;
}

#schedule a span::before {
	content: attr(data-letters);
	position: absolute;
	color: #fff;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

#schedule a:hover span::before {
	width: 100%;
}



.schedule-bg {
	position: absolute;
	top:0;
	left;:0;
	width: 100%;
	height: 100%;
	display: none;
}


.schedule-bg:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #374e5e;
    background: #000;
    opacity: .68;
}












.event-hero {
	background-size: cover;
	background-position: 50%;
	height: 540px;
	position: relative;
}


.event-hero .cover {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
    opacity: .5;
}


.event-hero .btn{
	margin-right: 10px;
}

.event-hero .container {
	position: relative;
}




#event-meta {
	margin-top: 60px;

}


#event-meta p.lead {
	font-size: 16px;
	margin-top: 16px;

}




#event-body {
	margin-top: 70px;
	margin-bottom: 100px;
}

#event-body p {
    font-size: 16px;
    line-height: 30px;
    color: #00000070;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}



#event-featured-wines {
	background: #000;
	padding:80px 0 120px;
	color: #fff;
}

#event-featured-wines a {
	color: #fff;
	text-decoration: none;
}


#event-featured-wines .wine-carousel a:hover img {
	transform: scale(1.05,1.05);
	transition: .3s all ease;
}







#event-featured-wines h3 {
	margin-bottom: 60px;
}

#event-featured-wines h4 {
	margin-top: 30px;
	line-height: 1.5;
}


#event-featured-wines p {
	font-family: "baskerville-urw",serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin:0 auto;
	max-width: 280px;
	opacity: .7;
}


#event-featured-wines .slick-slide img {
    display: inline-block;
    max-height: 300px;
}


#event-producers {
	margin-top: 80px;
	margin-bottom: 140px;
}

#event-producers .producer a {
	color: #333;

}


#event-producers a:hover h2 {
	opacity: .8;
	transition: .2s opacity ease;
}

#event-featured-wines .slick-dots li button:before {
    font-size: 8px;
    opacity: .25;
    color: #fff;
}

#event-featured-wines .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

#event-featured-wines .slick-dots {
    bottom: -70px;
}


#event-featured-wines .wine-slick-arrow {
	position: absolute;
    top: 40%;
    display: block;
    padding: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    opacity: .3;
}


#event-featured-wines .wine-slick-arrow:hover {
    opacity: .7;
}


#event-featured-wines .wine-slick-arrow.wine-slick-prev {
	left: -25px;
}

#event-featured-wines .wine-slick-arrow.wine-slick-next {
	right: -25px;
}


#event-producers h3 {
	margin-bottom: 40px;
}




.producer-thumb {
    width: 100%;
    height: 220px;
    background-position: 50%;
    background-size: cover;
   	position: relative;
}


.producer-thumb .producer-thumb-freetext {
    position: absolute;
    background: black;
    right: -10px;
    top: 10px;
    padding: 4px 10px;
    color: #fff;
}


.producer-logo {
	max-width: 148px;
}


.wine-review {
	font-family: "baskerville-urw",serif;
    font-style: italic;
    font-weight: 400;
}


.wine-price-subprice {
	margin-left: 10px;
}











.event-new-secondary-img-container {
	padding-bottom:100px;
	padding-top:40px;
}

.event-new-secondary-img-container img {
	width:100%;
}

.event-new-desc h2{
	margin-bottom:80px;
	text-align:center;
}


.event-new-desc img{
	max-width:100%;
	height:auto;
}


#event-sponsors {

	background:black;
	padding:100px 0 140px;
	color:#fff;
}

#event-sponsors img {

	margin-top:60px;

}




#event-photos {
	padding-bottom: 100px;
}

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left;
  padding:5px;
}

.grid-item img {
  display: block;
  width: 100%;

}





#location-info {
	background:#000;
	padding-top:70px;
	padding-bottom: 120px;
	color:#fff;
}

#location-info h2{
	margin-bottom: 30px;
	font-size: 47px;
    letter-spacing: 4px;
}



.event-new-intro {
	margin-top: 60px;
}

.event-new-intro span {
	opacity: 1;
}

.event-new-intro p.lead {
	margin: 40px auto 40px auto;
    max-width: 600px;
    color: rgba(0,0,0,.5);
}

.event-new-actions {
	margin:0 0 120px 0;
}

.event-new-actions .btn {
	background:black;
}

.event-new-actions .btn:hover {
	background:#ff1900;
}







.page-hero {
	background-size: cover;
	background-position: 50% ;
	padding:200px 0 260px;
	color:#fff;
	position: relative;

}

.page-hero-sm {
	padding:140px 0 100px;
}





.page-content-container {
}

.page-hero .cover {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
    opacity: .4;
}

.page-hero h4 a {
	color:#fff;
}

.page-hero h1 {
	font-size: 78px;
	line-height: 1.1;
	margin-bottom: 20px;
	text-shadow: 1px 1px #0000001f;
}


.page-hero p a {
	color: #fff;
    font-weight: inherit;
    text-decoration: underline;
}



.page-hero p a.btn {
    font-weight: bold;
    text-decoration: none;
}



.page-hero p a:hover {
	color: #fff;
	opacity: .8;
}


.page-hero .container {
	position: relative;
}

.page-hero-gallery-link {
	position: absolute;
	right: 14px;
	bottom: 14px;
}



.page-hero-gallery-link .btn-ghost {
	padding: 10px 16px;
    font-size: 13px;
}


.page-hero h2 img {
    display: inline-block;
    height: 48px;
    position: relative;
    top: -8px;
    margin-left: 11px;
}



.page-hero#homepage {
	padding:200px 0 300px;
}

.page-hero#homepage p {
	opacity: .8;
	margin-top: 20px;
}





.page-content {
	padding-top:30px;
	padding-bottom: 100px;
	min-height: 300px;
}

.page-content-lg {
	padding-top:50px;
	padding-bottom: 100px;
	min-height: 300px;
}

.page-content-intro {
	margin-bottom: 50px;
}


.page-content h1 {
	font-size: 70px;
	margin-top: 0;
}


.page-content-bullet {
	margin:40px 0 10px;
}




#blog {
	 background:#efefef;
	 padding-top:20px;
}

.blog-post {
	background: #fff;
	padding:50px 60px;
	margin:0 0 30px 0;
}



#blog iframe {
	 max-width:100%;
}




.producer-copy {
	border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    position: relative;
}

.producer-copy .col-md-8 {
    padding-bottom: 72px;
    padding-top: 84px;


}

.producer-copy p {
    font-size: 16px;
    line-height: 30px;
    color: #00000070;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}



.producer-copy-close {
	position: absolute;
    top: 16px;
    right: 16px;
    font-size: 26px;
    opacity: .3;
    cursor: pointer;
    z-index: 9;
}

.producer-copy-close:hover {
    opacity: 1;
}




#footer {
	margin-top:50px;
	font-size: 13px;
	color: rgba(255,255,255,.7);
	background: #171717;
	padding:70px 0 90px;
}



#footer h4{
	color: rgba(255,255,255,1);
}


#footer svg {
	max-width: 200px;
}

#footer a {
	color: rgba(255,255,255,.8);
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
}





#footer a:hover {
	color: #ff1900;

}


#footer a.btn {
	color: #fff;
    margin-top: 9px;
    display: inline-block;
    padding: 10px 18px;
}

#footer a sup {
	text-transform: uppercase;
	color: #ff1900;
}



#footer-social a  {
	display: inline;
}

#footer-social a i {
	font-size: 19px;
}

#footer-legal {
    color: rgba(255, 255, 255, 0.79);
    font-size: 12px;
    padding: 120px 0 60px;
    background: black;
}

#footer-legal img {
    max-width: 120px;
    margin-bottom: 80px;
}

#footer-legal p {
    font-size: 13px;
}


#footer-legal a{
	color:rgba(255, 255, 255, 0.79);
	text-decoration:none;
	font-weight: 300;
	display: inline-block;
	margin-left: 6px;
}

#footer-legal  a:hover {
	text-decoration:underline;

}


#footer-legal .footer-social-links a {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;

}

#footer-legal .footer-social-links a span {
	display: none;
}




.form-control {
	background: #efefef;
    border-radius: 0;
}



.gform_wrapper form.signup {
	margin: 40px 0 30px;
}


body .gform_wrapper .top_label div.ginput_container {
	margin:0 !important;
}


.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	letter-spacing: 0 !important;
	font-weight: 500;
}


.gform_button {
    color: #fff;
    background: #000;
    padding: 14px 38px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    border: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}


.gform_button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #uFFEF;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #fff;
    box-shadow: inset 0px 0px 0px 1.5px #fff;
}




textarea#comment {
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding:10px;
}


.comment-form #submit {
	padding: 14px 38px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    border: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    background: transparent;
    padding:0;
    color: #888;
}


.comment-form .comment-form-comment {
	margin-bottom: 0;
}



.modal-dialog {
 	max-width: 460px;
}

.modal-content {
	 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    border-radius: 0;
}


.modal-header {
    padding: 50px 24px 30px 24px;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
}


.modal-body {
    position: relative;
    padding: 24px;
}


.modal-body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.modal-body input {
	width: 100% !important;
}

.modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 14px;
    right: 12px;
    background: transparent;
    text-shadow: none;
    outline: none;
    z-index: 999;
}


.bootstrap-growl {
	position: fixed !important;
    background: white;
    border: 1px solid #444;
    border-radius: 0;
    padding: 20px;
    color: #000;
}




#homepage-tiles {
	margin-bottom: 100px;
	margin-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1404px;
}

.homepage-tiles {
	position: relative;
    height: 710px;
}

.homepage-tile {
	position: absolute;
	background-size: cover;
	padding: 80px 60px 30px 50px;
	color:#fff;
	display: block;
}

.homepage-tile-cover {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .6;
	transition: .4s opacity ease;
}

.homepage-tile:hover {
	color:#fff;
}

.homepage-tile:hover .homepage-tile-cover{
	opacity: .6;
}


.homepage-tile-content {
	position: relative;
}


.homepage-tile-content h4 {
	margin:0;
}

.homepage-tile-content p {
	opacity: .8;
}

.homepage-tile-content h2 {
	font-size: 50px;
	margin-top: 6px;
}


.homepage-tile:nth-child(1) {
	width: 60%;
	top:0;
	left: -5px;
	height: 400px;
}

.homepage-tile:nth-child(2) {
	width: 40%;
	top:0;
	right:-5px;
	height: 200px;
	padding: 40px 60px 30px 50px;
}



.homepage-tile:nth-child(2) h2 {
	font-size: 40px;
}


.homepage-tile:nth-child(3){
	width: 60%;
	top:410px;
	left: -5px;
	height: 300px;
}


.homepage-tile:nth-child(4) {
	width: 40%;
	top:210px;
	right:-5px;
	height: 500px;
}




#event-featured-wines {
	background: #000;
	padding:80px 0 120px;
	color: #fff;
}

#event-featured-wines a {
	color: #fff;
	text-decoration: none;
}


#event-featured-wines .wine-carousel a:hover img {
	transform: scale(1.05,1.05);
	transition: .3s all ease;
}





#producer-carousel {
	background: #000;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}


#producer-carousel a {
	color: #fff;
}

#producer-carousel .h2 {
	font-size: 30px;
}



#producer-carousel .slick-slide img {
    display: inline-block;
    max-height: 300px;
}


#producer-carousel .slick-dots li button:before {
    font-size: 8px;
    opacity: .25;
    color: #fff;
}

#producer-carousel .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

#producer-carousel .slick-dots {
    bottom: -70px;
}


#producer-carousel .wine-slick-arrow {
	position: absolute;
    top: 40%;
    display: block;
    padding: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    opacity: .3;
}


#producer-carousel .wine-slick-arrow:hover {
    opacity: .7;
}


#producer-carousel .wine-slick-arrow.wine-slick-prev {
	left: -40px;
}

#producer-carousel .wine-slick-arrow.wine-slick-next {
	right: -40px;
}

#producer-carousel .slick-dots li {
	width: 4px;
}

.carousel .slick-slide {
	padding:12px;
}

.carousel .carousel-image {
	width: 100%;
	height: 220px;
	background-size: cover;

}

.carousel a {
	padding: 12px 20px;
    display: block;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,.08);

}


.carousel a:hover {
    background: rgba(255,255,255,.18);
}

.carousel a p {
	font-size: 14px;
	opacity: .8;
}


#homepage-videos {
	padding-top:60px;
	padding-bottom: 100px;
}





.searchandfilter h4 {
    font-size: 12px !important;
    opacity: .3;
    padding-top: 0 !important;
}


.searchandfilter label {
    opacity: #999;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

.searchandfilter ul li li {
    padding: 3px 0 !important;
}



.view-toggle-container {
	margin-bottom: 26px;
}


.view-toggle-container span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
}



.view-toggle-container a {
	display: inline-block;
	margin-left: 4px;
	transition: none;
	border-bottom: 2px solid transparent;
}

.view-toggle-container a i {
	display: none;
}

.view-toggle-container a.active {
		border-bottom: 2px solid;
	padding-bottom: 2px;
}

.page-sub-navigation {
	border-right: 1px solid #efefef;
    width: 220px;
    padding-bottom: 20px;
}

.wines .page-sub-navigation {
	 padding-bottom: 20px;

	 border:none;
	 width: inherit;
}




.page-sub-navigation li {
	padding:4px 0;
}


.page-sub-navigation li.primary {
	padding-bottom: 20px;
}


.page-sub-navigation li.primary a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
}


.page-sub-navigation a {
	font-size: 14px;
	font-weight: bold;
	transition: none;
}


.page-sub-navigation a:hover {
	opacity: .5;
	color: black;
}

.page-sub-navigation-container {

}

.page-sub-navigation-container.affix {
	top:20px;
}


.producers .page-content-description {
	margin-top: 30px;
}


.page-content-description {
	margin-top: 60px;
}

.producer-logo {
	margin-top: 20px;
}





.wines h3.wine-producer-name {
	margin:0;
}


.wines .wine-bottle {
	float:right;
    max-width: 200px;
    padding: 20px 50px 20px 50px;
}

.wines .wine-label {
    float: right;
    max-width: 320px;
    padding: 0 0 20px 100px;
}


li.wine-select {
	padding-bottom: 20px;
}

.wine-select select {
	width: 80%;
}


.alignleft {
	float:left;
	margin:0 20px 12px 0;
}

.page-content-description h4{
	margin-top: 42px;
	margin-bottom: 16px;
}

.wp-caption-text {
	font-size: 13px;
    color: #999;
}



.team-member h5 {
	font-size:18px;
	margin:10px 0 5px;
}


.team-member p {
	font-size:14px;
	opacity: .5;
	line-height: 1.5;
	min-height: 70px;
}




.page-content-sub-description {

	margin-top:50px;
}


.page-content-sub-description img{

	margin-top:30px;
	margin-bottom: 30px;
}


.searchandfilter .chosen-container-single .chosen-single {
    background: #fff;
    border: 1px solid #000;
}


div.asl_r.vertical{

	padding:0 !important;
}



.searchandfilter .noUi-connect {
    background-color: #efefef !important;
}




blockquote {
		font-family: "baskerville-urw",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	margin:40px 0;
	padding:0;
	border:none;
	position: relative;
		color:#999;

}

blockquote:before{
	content: "“";
	position: absolute;
	top:0;
	font-size: 60px;
	left:-50px;
	line-height: 60px;
}


blockquote p {
		font-family: "baskerville-urw",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	color:#999;

}



.wines .well {
	margin-top: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 50px;
}


.page-content-bullet:first-child {
	margin-top:0;
}


.chosen-container {
	max-width: 100%;
	width: 100% !important;
}


#map-gallery-trigger {
	position: relative;
	display: block;
}

.map-gallery-btn-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}


.map-gallery-btn {
	position: relative;
	top:40%;
}


div.asl_m {
    z-index: 1 !important;
}


.pagination h2.screen-reader-text {

	display:none;
}


div.asl_r .results .item .asl_content h3 a:hover {
    line-height: 22px !important;
}



.wines .page-content h1 {
    font-size: 50px;
    line-height: 58px;
}


.searchandfilter select.sf-input-select {
    min-width: 170px;
    max-width: 100% !important;
    width: 100% !important;
}



.view-custom section h4 {
    margin-top: 30px;
}


img.aligncenter {
	margin: 0 auto;
    display: block;
}


.presentation-content h1 span, .presentation-content h2 span {
    opacity: 1;
}

.presentation-content hr {
	margin-top: 100px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}

.presentation-content h3 {
	margin-top:50px;
}



.label {
    /* display: inline; */
    /* padding: .2em .6em .3em; */
    /* font-size: 75%; */
    /* font-weight: 700; */
    /* line-height: 1; */
    /* color: #fff; */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    /* border-radius: .25em; */
}


body.label {
	display: initial;
	padding: initial;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	color: initial;
	text-align: initial;
	white-space: initial;
	vertical-align: baseline;
	border-radius: initial;
}




.producers-country-list  h3 {
	    margin-bottom: 40px;
    margin-top: 60px;

}


.producers-country-list h4 {
    margin-top: 26px;
}

.producers-country-list  .producers-country-list-header-top {
	margin-top: 20px;
}




.share-via-email {

}




@media only screen and (max-width: 991px) {

	.gallery-item {
		width: 100% !important;
		float: none  !important;
	}

	.gallery-item img {
    	width: 100%;
		height:auto;
	}


	.mobile-subpage-nav {
		position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    padding: 50px;
	    background: #fff;
	    z-index: 9999;
	    visibility: hidden;
	    opacity: 0;
	    transition: .2s opacity ease;
	    overflow: scroll;
	}


	.mobile-subpage-nav.active {
	    visibility: visible;
	    opacity: 1;
	}


}





@media only screen and (max-width: 766px) {


	.item-grid-container {
		width: 100%;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	    max-height: 440px;
	    margin-top: 30px;
	}

	#about .col-md-6 {
		margin-bottom: 100px;
	}

	#schedule a.h1 {
	    font-size: 50px;
    	width: 100%;
    	margin-right: 0;
	}

	#footer {
		text-align: center;
	}

	.event-hero .btn {
    	margin-bottom: 10px;
	}

	h1, .page-hero h1, .h1 {
		font-size: 60px;
    	line-height: 72px;
	}

	#home-secondary .h1 {
		font-size: 72px;
		line-height: 80px;
	}

	#event-details {

    	padding-left: 15px;
    	position: relative;
     	left: 0;
    	top:0;
	}

	.event-body-secondary {
		margin-top: 60px;
	}

	.mobile-margin-top {
		margin-top: 60px;
	}





	.item-thumb {
		height: 100px;
	}

	.homepage-tiles {
		position: relative;
	    height: inherit;
	}

	.homepage-tile {
		position: relative;
		background-size: cover;
		padding: 60px 40px 20px 40px;
		color:#fff;
		display: block;
		width: 100% !important;
		top:inherit !important;
		left: inherit !important;
		right: inherit !important;
		height: inherit !important;
		margin-bottom: 20px;
	}

	.item h2 {
    	font-size: 40px;
	}


	.wines .wine-bottle {
	    float: right;
	    max-width: 83px;
	    padding: 0 0 20px 20px;
	}

	.wines .page-content h1 {
	    font-size: 44px;
	    line-height: 50px;
	}

}



.producers-dropdown .select2-container {
	width: 100% !important;
}

.producers-dropdown .select2-container--default .select2-selection--single {
    background-color: transparent;
    border:none;
}

.producers-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    font-size: 60px;
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    text-shadow: 1px 1px #0000001f;
    font-family: "baskerville-urw",serif;
    font-style: italic;
    font-weight: 400;
    overflow: visible;
}

.producers-dropdown.wines-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
.producers-dropdown.vintage-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: .6;
}


.producers-dropdown .select2-container .select2-selection--single {
    height: 64px;
	overflow: visible;
    outline: none;
}


.producers-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}


.producers-dropdown  .fa-caret-down {
	font-size: 33px;
    position: relative;
    top: -8px;
}





.producers-dropdown .select2-selection__arrow {
	display: none;
}



.producers .page-hero {
	min-height: 652px;
}

.producers .page-content h1 {
	font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 20px;
	line-height: 36px;
    letter-spacing: 8px;
    font-weight: 700;
    text-transform: uppercase;
}





@media only screen and (max-width: 766px) {
	.producers-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
	    font-size: 36px;
	}

	.producers-dropdown .select2-container .select2-selection--single {
	    height: 42px;

	}

	.producers-dropdown  .fa-caret-down {
		font-size: 20px;
	    top: -3px;
	}
	.homepage-search{
		margin-top: 100px!important;
	}


}



.content-page-actions {

}

.content-page-actions a.btn {

	float:left;
	width: 75px;
    margin-right: 2px;
}


.cta-block {
	margin:20px 0 50px;
}


.cta-block .btn {
	display: inline-block;
}

.cta-block .btn.featured {
	background: #205061;
	background-color: rgb(161,9,36);
}


.cta-block .btn.featured:hover {
	background: #444;
}


.mobile-subpage-nav {
	background: #efefef;
    padding: 20px;
}


.mobile-subpage-nav .searchandfilter select.sf-input-select {
    min-width: 221px;
    background: #fff;
}

.margin-40 {
	margin-bottom: 40px;
}


.sell-sheet-generator-body #ajaxsearchlite1 .probox, .sell-sheet-generator-body div.asl_w .probox {

    background-color: #efefef;
    border: 2px solid #ccc;
}

.sell-sheet-generator-body .well {
	background-color: #7d8e97;
	margin-bottom: 0;
	color: #fff;
}


.sell-sheet-generator-body .well i {
	opacity: .5;
	cursor: pointer;
	font-size: 18px;
}


.sell-sheet-generator-body .well i:hover {
	opacity: 1;
}


.sell-sheet-generator-body .form-group {
    margin-bottom: 6px;
}

.sell-sheet-generator-body .form-control {
	height: 30px;
    padding: 6px;
    font-size: 13px;
}


.sellsheetcontainer .table.sellsheettable td {
	border-top:1px solid #333;
	padding: 16px;
	font-size: 10px;
	vertical-align: top;
}

.sellsheetcontainer .table.sellsheettableintro td {
	border:none;
	vertical-align: top;
}

.sellsheetcontainer td img {
	max-width: none; width: 100%;
}


.sellsheetcontainer {
	font-size: 9px;
}

.sellsheetcontainer h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 2px;
    font-style: normal;
    font-weight: bold;
}

.sellsheetcontainer p {
	font-size: 11px;
	line-height: 15px;
}

.sellsheetcontainer {

}





@page { margin: 0px 0px; }

body.sellsheetcontainer {

	margin:90px 25px;
 }

.sellsheetcontainer header {
	position: fixed; top: 0px; left: 0px; right: 0px;  height: 54px;
	padding:20px;
	color: #000;
}


.sellsheetcontainer  footer {
	position: fixed; bottom: 0px; left: 0px; right: 0px; background-color: #000; height: 40px;
	padding:10px 20px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
}



.table.sellsheettablesubtable {
	margin-top: 20px;
}

.sellsheetcontainer .table.sellsheettable .sellsheettablesubtable td {
	border:none;
	padding:0;
}


.sellsheettablesubtable td {
	border:none !important;
	padding:0 !important;
	border:none !important;
}

.sellsheet-inlinetable td {
	border:none !important;
	padding:0 !important;
	border:none !important;

}

.sell-sheet-generator-body h2 {
	margin:0;
	font-size: 32px;
}

.sellsheetpricing td {
	padding:0 10px !important;
		border:none !important;

}

.homepage-search{
	margin-top: 80px;
}
