.filter-border{

}


	.views-exposed-form{
		display: none;
	}
.recipe-grid {
	display: block;
	position: relative;
	z-index: 101;
}
#main.show .recipe-grid{
	display: block;
}

.recipe-grid .cell-wrap{
	float: left;
	display: inline-block
}
.recipe-grid .views-exposed-form {

	width: 100%;
}
.recipe-grid .views-exposed-form .form-actions {
	clear: both;
	display: none;
}
.recipe-teaser {
	margin: 0 auto;
	position: relative;
}
.recipe-teaser a {
	text-decoration: none;
}
.recipe-teaser .image {
	padding: 10px 0;
}
.recipe-teaser a > .image {
	margin-top: 30px;
}
.recipe-teaser .image > div {
	margin: 0 auto;
}

.recipe-teaser:hover .image{
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
}

.recipe-teaser .title {
	position: absolute;
    bottom: 50px;
    width: 100%;
    height: 90px;
	opacity: 1;
	padding: 10px 0;
	text-align: center;
	transition: opacity .5s ease-in-out;
	background-color: rgba(0,0,0,0.6);
}



.recipe-teaser .title h3{
	min-height: 36px;
	padding: 0px 20px;
	font-size: 25px;
	margin-top: 5px;
}

.recipe-teaser .hover-info h3{
	min-height: 36px;
	padding:0px 10px;

}

.recipe-teaser .title p{
	font-weight: 100;
	padding: 0px 20px;
	line-height: 18px;
}

.recipe-teaser .hover-info p{
	font-weight: 100;
	padding: 0px 10px;
	margin-top: 50px;
}

.recipe-teaser a:hover .title {
	opacity: 0;
}
.recipe-teaser .hover-info {
	background: rgba(0,0,0,.6);
	border: 2px solid #1f1f1f;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 10px;
	padding-top: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: opacity .5s ease-in-out;
}
.recipe-teaser a:hover .hover-info {
	opacity: 1;
}
.recipe-teaser .hover-info .bars {
	border-right: 1px solid #baab8f;
    border-left: 1px solid #baab8f;
    height: 40px;
    width: 2px;
    margin: 0 auto;
    margin-top: 40px;
}
.recipe-teaser .hover-info .icon {
	margin-bottom: 10px;
	margin-top: 20px;
}
.recipe-teaser .title .icon .svg-wrap svg {
	fill: #fff;
	height: 100%;
	max-height: 25px;
	max-width: 100px;
	width: 100%;
}
.recipe-teaser .title .icon .svg-wrap svg path {
    fill: #fff;
}


.recipe-teaser .button {
	margin: 15px 0px;
}

.recipe-grid .recipe-filters {
	white-space: nowrap;

}


/*  start filter bar */

.dt-filter-container{
	/*overflow: hidden;*/
	background-color: #272727;
	border-top: 1px solid #baab8f;
	border-bottom: 1px solid #baab8f;
}
.dt-filter-container > .width-wrapper{
	border-left: 1px solid #baab8f;
	border-right: 1px solid #baab8f;
	/*overflow: hidden;*/
	box-sizing: border-box;
}
.filter-dt{
	font-size: 24px;
	color: #baab8f;
	font-weight:bold;
	letter-spacing: .01em;
	font-family: 'HWTUnitGothic';
	position: relative;

}
.filter-dt-button{
	width: 50%;
	float: left;
	padding:30px 0 30px 75px;
	box-sizing: border-box;
	border-right: 1px solid #baab8f;
	cursor: pointer;
}
.filter-dt-button.search-focused{
	width: 40%;
}
.filter-dt .recipe-search .icon-search {
	cursor: pointer;
}

.filter-dt-button:before{
    content: '\e908';
    position: absolute;
    left: 30px;
    font-family: 'jdicons';
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: normal;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    padding-top:5px;
}

.filter-dt.open .filter-dt-button{
	border-right:none;
	width: 100%;
}

/*.filter-dt.open .recipe-search{
	display: none;
}

.filter-dt.open .recipe-viewall{
	display: none;
}*/


 .filter-dt-button.open:before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-type-dt span{
	color: #baab8f;
	font-weight: bold;
	font-family: 'HWTUnitGothic';
	font-size: 18px;
	letter-spacing: .08em;
}
.filter-type-dt ul{
	padding-top: 10px;
	padding-left: 25px;
}
.filter-type-dt ul li{
	color: #fff;
	font-weight: bold;
	font-family: 'HWTUnitGothic';
	font-size: 18px;
	letter-spacing: .08em;
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
}
.filter-type-dt ul li.active:before{
	content: '\e906';
    font-family: 'jdicons';
    position: absolute;
    font-size: 11px;
    left: -20px;
    font-weight: normal;
    color: #baab8f;
}
.filter-type-dt{
	float: left;

	/*padding-bottom: 30px;*/
}
.filter-type-dt.open{
	display: block;
}




/* end select boxes */



/*  end filter bar*/





/*  start select boxes */

.recipe-grid .form-item-product label, .recipe-grid .form-item-occassion label, .recipe-grid .form-item-tastes label{
	display: none;
}

.filter-type-dt .select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}
.filter-type-dt .select-wrapper select {
	bottom: 0;
	display: none;
	font-size: 16px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.rcpmod-select {
	cursor: pointer;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	color: #baab8f;
}
.rcpmod-select .selected {
	font-family: 'EditSerifCy',Slab-Serif,Sans-Serif;
	font-size: 24px;
	padding: 10px 0px;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px dashed #baab8f;
	text-align: left;
}
.rcpmod-select.cl-drop .selected{
	color: #fff;
	font-family: 'HWTUnitGothic',Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	border-top:0px;
	border-left: 0px solid #baab8f;
	border-right: 1px solid #baab8f;
	border-bottom: 0px;
	padding: 25px 30px 25px 10px;
}

.rcpmod-select .selected:after {
	content: "\e904";
	font-family: 'jdicons';
	font-size: 8px;
	line-height: 45px;
	position: absolute;
	right: -15px;
	top: 17px;
	z-index: 101;
}
.rcpmod-select.cl-drop .selected:after{
	right: 15px;
}
.rcpmod-select.collapsed .selected:after {
	content: "\e900";
	z-index: 99;
}
.rcpmod-select .dropdown {
	background: #000;
	text-align: left;
	max-height: 200px;
	left: -1px;
	list-style: none !important;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	padding: 0 !important;
	right: -1px;
	top: 100%;
	z-index: 1000;
}
.rcpmod-select .dropdown div {
	position: relative;
}
.rcpmod-select.cl-drop .dropdown {
	border: 2px solid #ffffff;
	left: 0px;
	right: 0px;
	position: absolute;
}

.rcpmod-select.collapsed .dropdown {
	display:none;
	border-width: 0px;
	height: 0;
}
.rcpmod-select .dropdown li {
	background: #000;
	box-sizing: border-box;
	color: #baab8f;
	font-family: 'EditSerifCy',Slab-Serif,Sans-Serif;
	font-size: 18px;
	padding: 10px;
	position: relative;
	-webkit-transition: color .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background .25s ease-in-out;
	transition: color .25s ease-in-out, background .25s ease-in-out;
	width: 100%;
}

.rcpmod-select.cl-drop .dropdown li {
	color: #ffffff;
	font-family: 'HWTUnitGothic',Sans-Serif;
	font-weight: bold;
}

.rcpmod-select .dropdown li:first-child {
	padding-top: 10px;
}
.rcpmod-select .dropdown li:hover {
	background-color: #212121;
}
/* end select boxes */

/*  search box styles */
.recipe-grid .form-autocomplete{
	width: 90%;
}

.js input.form-autocomplete{
	background-image: none;
	background-color: #272727;
	border: 0px;
	color: #baab8f;
    font-size: 22px;
    padding-left: 10px;
}

.js-form-type-entity-autocomplete{
	padding: 22px 0px;
    border-right: 2px solid #baa;
    border-left: 1px solid #baa;
}

/* end search box styles */


/* pill boxes and drink count styles */
.recipe-grid .pill-wrap, .recipe-grid .pill-wrap .col-6{
	float: left;
}



/* end pill boxes */


.recipe-grid .recipe-filters > div {
	white-space: normal;
}
.recipe-grid .recipe-filters .form-item {
	display: inline-block;
	width: 24%;
	float: left;
}
.recipe-grid .recipe-filters .recipe-filter{
	margin-top:20px;
}
.recipe-grid .recipe-filters .recipe-filter-dropdown{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.recipe-grid .recipe-filters .recipe-filter-dropdown .mod-select .selected:after {
	line-height: 41px;
}
.mobile-filter-child,
.mobile-filter-header,
.mobile-filter-container{
	display: none;
	position:relative;
}


.recipe-viewall{
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	padding:30px 0 30px 80px;
	box-sizing: border-box;
	border-right: 1px solid #baab8f;
	cursor: pointer;
}
.recipe-viewall .icon-grid{
    color: #baab8f;
    font-size: 22px;
    left: 30px;
    position: absolute;
    top: 50%;
    margin-top:-11px;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.recipe-search{
	width: 25%;
	float: left;
	position: relative;
	padding:24px;
	box-sizing: border-box;
}
.recipe-search.search-focused{
	width: 35%;
}
.recipe-search-input{
	text-transform: uppercase;
	background-color: #272727;
	border: none;
	color: #fff;
	padding-left: 30px;
	max-width: calc(100% - 30px);
}
.search-focused .recipe-search-input{
	width: 90%;
	outline:none;
}
.recipe-search .icon-search{
    color: #baab8f;
    font-size: 22px;
    left: 24px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.recipe-grid-button-container .width-wrapper{
	text-align: center;
}
#main.show .recipe-grid-button-container{
	display: none;
}

.filter-dt-container{
/*	padding-left: 40px;*/
}

@media (max-width: 640px) {
	.dt-filter-container{
		display: none;
	}

	.mobile-filter-child,
	.mobile-filter-header,
	.mobile-filter-container{
		display: block;
		position:relative;
	}
	.component.page-header.recipe_overview{
		border-bottom: none;
	}
	.recipe-teaser a:hover .hover-info {
		opacity: 0;
	}
	.recipe-teaser a:hover .title {
		opacity: 1;
	}

	.recipe-teaser .title h3{
		text-decoration: underline;
	}

	.recipe-teaser .title .icon{
		display: block;
	}

	.recipe-grid .recipe-filters .form-item {
		display: block;
		text-align: center;
		width: 100%;
	}
	.recipe-grid .recipe-filters .recipe-filter-dropdown {
		display: inline-block;
	}
	.views-exposed-form{
		display: none;
	}
	.mobile-filter-header{
		display: block;
	}
	.mobile-filter-container{
		display: block;
		width: 100%;
		z-index: 100;
	  	-webkit-transition: top .25s ease-in-out;
  		-moz-transition: top .25s ease-in-out;
  		-o-transition: top .25s ease-in-out;
  		transition: top .25s ease-in-out;
	}
	.mobile-filter-container.active{
		z-index: 200;
	}
	.mobile-filter-container.fixed{
		position: fixed;
	}
	.mobile-filter-child{
		border-bottom: 1px solid #baab8f;
		z-index: 100;
		background-color: #272727;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		-webkit-transition: right .25s ease-in-out;
  		-moz-transition: right .25s ease-in-out;
  		-o-transition: right .25s ease-in-out;
  		transition: right .25s ease-in-out;
  		overflow: hidden;
  		height: 100%;
    	overflow-y: auto;
    	overflow-x: hidden;
	}
	.mobile-filter-child.active{
		right: 0;
		display: block;
	}
	.mobile-filter-header{
		border-top:1px solid #baab8f;
		border-bottom:1px solid #baab8f;
		cursor: pointer;
		border-right:none;
		border-left:none;
	}
	.mobile-filter-header:after{
		content: '\e908';
		position: absolute;
		right: 30px;
		font-family: 'jdicons';
		font-size: 16px;
		vertical-align: middle;
		line-height: 18px;
		font-weight: normal;
		-webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: transform .25s ease-in-out;
	    -moz-transition: transform .25s ease-in-out;
	    -ms-transition: transform .25s ease-in-out;
	    -o-transition: transform .25s ease-in-out;
	    transition: transform .25s ease-in-out;
	}
	.mobile-filter-header.active:after{
		-webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	.mobile-filter-header,
	.mobile-filter-child div.filter-type,
	.mobile-filter-submit{
		width: 100%;
		background-color: #272727;
		font-family: 'HWTUnitGothic';
		font-size: 16px;
		font-weight:bold;
		color: #baab8f;
		padding: 20px 25px;
		text-transform: uppercase;
		letter-spacing: .105em;
		box-sizing: border-box;
		text-align: left;
	}
	.mobile-filter-container > .mobile-filter-header{
		width: 65%;
		float: left;
		padding: 20px 65px;
	}
	.mobile-filter-container > .mobile-filter-header:after{
		left: 30px;
		right: inherit;
	}
	.mob-viewall{
		width: 35%;
		background-color: #272727;
		font-family: 'HWTUnitGothic';
		font-size: 16px;
		font-weight:bold;
		color: #baab8f;
		padding: 20px 25px 20px 50px;
		text-transform: uppercase;
		letter-spacing: .105em;
		box-sizing: border-box;
		float: left;
		border-top: 1px solid #baab8f;
		border-left: 1px solid #baab8f;
		border-bottom: 1px solid #baab8f;
		position: relative;
		cursor:pointer;

	}
	.mob-viewall span{
		position: absolute;
		left: 20px;
	}
	.filter-type{
		position: relative;
		cursor: pointer;
	}
	.filter-type{
		border-bottom: 1px solid #baab8f;
	}
	.filter-type.active.flavor{
		border-bottom: 1px solid #baab8f;
	}
	.filter-type:after{
		content: '\e900';
		position: absolute;
		right: 33px;
		font-family: 'jdicons';
		font-size: 6px;
		vertical-align: middle;
		line-height: 18px;
	}
	.filter-type.active:after{
		content: '\e904';
	}
	.mobile-filter-child .innerWrapper.active ul{
		margin-top: -5px;
	}
	.mobile-filter-child ul li{
		font-family: 'HWTUnitGothic';
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 15px 50px;
		text-transform: uppercase;
		letter-spacing: .105em;
	}
	.mobile-filter-child .innerWrapper{
		max-height: 0;
		overflow: hidden;
	}
	.innerWrapper.active{
		max-height: 100%;
		padding-top: 15px;
	}
	.innerWrapper.active:not(:last-of-type){
		border-bottom: 1px solid #baab8f;
	}
	.mobile-filter-option{
		position: relative;
		cursor: pointer;
	}
	.mobile-filter-option.active:before{
		content: '\e906';
	    font-family: 'jdicons';
	    position: absolute;
	    font-size: 11px;
	    left: 30px;
	    font-weight: normal;
	    color: #baab8f;
	}
	.mobile-filter-submit{
		text-align: center;
		cursor: pointer;
		margin-bottom: 100px;
	}
}





