.featured-items {
  flex-grow: 1;
  max-width: 490px;
  margin-right: auto;
}
.featured-items ul {
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.featured-items ul > li {
  width: 33.333%;
  text-align: center
}
.nav-link {
  text-align: center;
  display: inline-block;
}
.nav-link h4{
  font-size: 12px;
  display: block; margin: 0 auto;
  max-width: 150px;
}
/*=== HEADER ===*/
.alert-link i {
	position: relative;
	top: 2px;
	right: 0px;
	transition: all 0.3s ease 0s;
}
.alert-link:hover i {
	right: -8px;
}
#header {
    height: 160px;
    text-transform: lowercase;
    font: 16px 'Copperplate';
    color: #fff;
    background-color: #002f87;
}
#header.top-info-show {
    height: 194px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 120;
}
#home .header-wrapper {
    position: absolute;
}
.top-info-bar {
    padding: 8px 0 6px;
    text-align: center;
    font-size: 18px;
    background-color: #f6921e;
    position: relative;
}
.top-info-bar .container {
    padding: 0 40px;
}
.top-info-bar p {
    margin-bottom: 0;
    display: inline;
}
.top-info-bar a {
	display: inline;
}
.top-info-bar strong {
    font-family: 'Copperplate-Bold';
    color: inherit;
}
.top-info-bar .close-btn {
    position: absolute;
    top: 7px;
	right: 20px;
}
.top-bar {
    height: 71px;
    background-color: #91bfea;
    border-bottom: 5px solid #fff;
}
.top-bar:after {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
}
.top-bar .container {
    padding: 21px 15px 21px;
}
.top-bar .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.top-bar .flexbox > div > * {
    vertical-align: middle;
}
.top-bar .social {
    margin-right: 22px;
    font-size: 25px;
    color: rgba(255,255,255,.6);
}
.top-bar .social a:not(:last-child) {
    margin-right: 3px;
}
.top-bar a:hover {
    color: #002f87;
}
.top-menu li {
    display: inline-block;
    margin-left: 15px;
}
.cart-btn {
    position: relative;
    color: #002f87;
}
.cart-btn .count {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.top-menu .cart-preview {
	background-color: #002f87;
	border-top: 1px solid #91bfea;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 45px 0 0;
	position: fixed;
	top: 0;
	right: -347px;
/* 	height: calc(100% - 65px); */
	height: 100%;
	width: 347px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 99;
}
.top-menu .cart-preview.show {
	right: 0;
}
.cart-preview .cart-items > p {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 30px;
	line-height: 37px;
	font-family: 'Copperplate';
	margin-bottom: 0;
}
.cart-preview .close-cart {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	border-left: solid 1px #91bfea;
	cursor: pointer;
	height: 45px;
}
.cart-preview .close-cart > i {
	margin: auto !important;
	padding: 0 5px;
	font-size: 24px;
}
.cart-preview .cart-items {
	border-top: 1px solid #91bfea;
	border-bottom: 1px solid #91bfea;
	flex-grow: 1;
	padding: 15px;
	height: 100%;
	overflow: auto;
}
.cart-preview .cart-items > *:last-child {
	padding-bottom: 15px;
}
.option-cart {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.option-cart span:first-child {
	flex-grow: 1;
	padding-right: 10px;
}
.cart-item-quantity button {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	width: 35px;
}
.cart-item-quantity button i {
	margin: auto !important;
	font-size: 12px;
	line-height: 16px;
}
.cart-item-quantity input[type="text"] {
	background: transparent;
	border: none;
	flex-grow: 1;
	padding: 5px;
	text-align: center;
	height: 24px;
	width: 50px;
}
.top-menu .cart-preview .cart-product {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-preview .cart-btn {
	margin: 20px 25px 20px;
}
.top-menu .cart-preview .cart-item-quantity {
	padding-top: 10px;
}
.top-menu .cart-preview .cart-item-quantity > div {
	background-color: #efefef;
	border-radius: 3px;
	display: flex;
	padding: 2px 0;
}
.top-menu .cart-preview .cart-product + .cart-product {
	padding-top: 20px;
}
.top-menu .cart-preview-img {
	border: 1px solid #fff;
	background-color: #FFF;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 10px;
	width: 25%;
}
.top-menu .cart-preview-img img {
	/* flexbox fix for IE */
	flex-shrink: 0;
}
.top-menu .cart-preview-details {
	text-align: left;
	padding: 0 20px 0 10px;
	position: relative;
	width: 75%;
}
.top-menu .cart-preview-details .remove-item {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.top-menu .cart-preview-details .remove-item > i {
	font-size: 18px;
	margin: auto;
}
.top-menu .cart-preview-details > * {
	font: 11px 'Newberry-Regular';
	margin-bottom: auto;
	text-transform: none;
	text-align: left;
}
.top-menu .cart-preview .btn {
	color: #fff;
	margin: auto;
	width: 100%;
	font-size: 18px;
	border: 1px solid #fff;
}
.top-menu .cart-preview .btn:hover,
.top-menu .cart-preview .btn:active {
	border-color: #f6921e;
}
.header-menu {
    position: relative;
    background-color: #002f87;
}
.header-menu .container {
    max-width: 1200px;
    padding: 0 55px;
}
.header-menu .container > .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header-menu .container > .flexbox > div:first-child,
.header-menu .container > .flexbox > div:last-child {
    display: none;
}
.header-menu .container > .flexbox > div:first-child {
    flex-shrink: 0;
    align-self: center;
    width: 106px;
}
.header-menu .container > .flexbox > div:nth-child(2) {
    flex-grow: 1;
}
.header-menu .top-menu {
    display: flex;
    height: 100%;
}
.header-menu .top-menu li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    margin: 0;
    height: 100%;
}
.header-menu .top-menu li > a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
	font-size: 14px;
}
.header-menu .top-menu li > a > i {
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	font-size: 20px;
}
.header-menu .top-menu li.view-cart-preview > a > i {
	width: auto !important;
}
.header-menu .top-menu li.view-cart-preview > a > div {
	display: block;
	width: 100%;
}
.header-menu .top-menu li:not(:last-child) > a:hover {
	color: #91bfea;
	background: #fff;
}
.header-menu .top-menu li:last-child {
    background-color: #91bfea;
}
.header-menu .top-menu li:last-child > a:hover {
	background-color: #f6921e;
}
.view-cart-preview i + span {
	padding-left: 2px;
}
.fixed .view-cart-preview i + span,
#inner .view-cart-preview i + span {
	
}
.header-menu .top-menu li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 1px;
    background-color: #91bfea;
}
.logo,
.logo img {
    display: block;
}
li.sign-in {
	position: relative;
}
/*=== FIXED & INNER HEADER STYLES ===*/
#inner #header {
    height: 89px;
    background-color: transparent;
}
#inner #header.top-info-show {
    height: 128px;
}
#home.fixed .header-wrapper {
    position: fixed;
    top: 0 !important;
}
#home.reset .header-wrapper {
    top: -200px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fixed .top-bar,
#inner .top-bar {
    height: 0;
    overflow: hidden;
    border-bottom: none;
}
.fixed .header-menu .container,
#inner .header-menu .container {
    padding: 0 0 0 55px;
}
.fixed .header-menu .container > .flexbox > div:first-child,
.fixed .header-menu .container > .flexbox > div:last-child,
#inner .header-menu .container > .flexbox > div:first-child,
#inner .header-menu .container > .flexbox > div:last-child {
    display: block;
}
.fixed .nav-menu,
#inner .nav-menu  {
    justify-content: flex-start;
}
.fixed li.centered-logo,
#inner li.centered-logo {
    width: 0;
}

/*=== MAIN NAVIGATION ===*/
#nav-btn,
#nav-close-btn {
    display: none;
}
#nav-close-btn,
#search-close-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 32px;
}
#nav-close-btn:hover,
#search-close-btn:hover {
    color: #f6921e;
}
.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
li.centered-logo {
    width: 226px;
    margin-top: -70px;
}
li.go-back {
    display: none;
}
.nav-menu > li.centered-logo a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-menu > li > a {
    padding: 32px 23px 31px;
    font: 24px 'Copperplate';
}
.nav-menu > li.has-child:hover > a,
.nav-menu > li > a:hover,
.nav-menu > li.active > a {
    color: #91bfea;
}
.nav-menu h5 {
    margin-bottom: 15px;
}
.top-level {
    position: absolute;
    top: 100%;
    right: 55px;
    left: 55px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 60px;
    color: #002f87;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    min-height: 285px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.1);
}
.top-level img {
    max-height: 195px;
}
.top-level .sub-ctrl {
    pointer-events: none;
}
.top-level .sub-ctrl:after {
    content: "\f105";
    font: 20px 'Font Awesome\ 5 Pro';
    font-weight: bold;
}
.top-level > ul {
    position: relative;
    width: 260px;
    padding: 30px 0;
}
.top-level > ul > li:not(:last-child) {
    margin-bottom: 20px;
}
.top-level > ul > li.has-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-level > ul > li.has-child:hover > a,
.top-level > ul > li.has-child:hover .sub-ctrl,
.top-level > ul > li > a:hover,
.top-level > ul > li.active > a {
    color: #f6921e;
}
.top-level > ul > li > a {
    flex-grow: 1;
    font: 20px/1.5 'Copperplate';
}
.top-level > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 480px;
    padding-left: 110px;
    opacity: 0;
    visibility: hidden;
}
.top-level > ul > li > ul > li.has-child {
    padding-right: 0;
}
.top-level > ul > li > ul > li .sub-ctrl {
    display: none;
}
.top-level > ul > li > ul > li > a {
    display: block;
    margin-bottom: 20px;
    text-transform: lowercase;
    text-align: center;
    font: 16px/20px 'Copperplate-Bold';
    color: #91bfea;
}
.top-level > ul > li > ul > li > ul {
    display: flex;
    justify-content: space-between;
}
.top-level > ul > li > ul > li > ul > li {
    padding: 0 10px;
}

/*
.nav-menu > li.has-child:hover .top-level,
.top-level > ul > li.has-child:hover > ul
*/.nav-menu > li.show-menu .top-level {
    opacity: 1;
    visibility: visible;
}

.top-level.alt li.has-child {
    position: relative;
}
.top-level.alt > ul > li > ul {
    padding-left: 30px;
}
.top-level.alt > ul > li > ul > li > a {
    text-align: inherit;
}

/***********************
  Pagination Styles
***********************/

/*=== PAGINATION ===*/
.pagination {
	display: block;
    white-space: nowrap;
}
.pagination li,
.pagination div {
    display: inline-block;
    font: normal 16px/20px 'Copperplate-Bold';
    color: #91bfea;
    margin: 0 4px;
}
/* override some list styles */
.pagination ul:not([class]) li {
	display: inline-block !important;
	padding: 0 !important;
}
.pagination li:before {
	content: none !important;
}
.pagination strong {
    font: inherit;
}
.pagination strong,
.pagination a:not([class]):hover {
    color: #f6921e;
}
.pagination .prev strong,
.pagination .next strong {
    color: inherit;
}
.pagination .prev:after,
.pagination .next:before {
    content: "" !important;
    display: inline-block !important;
    width: 2px !important;
    height: 16px !important;
    margin: 0 2px -3px 8px !important;
    background-color: #91bfea !important;
    
    border-radius: 0 !important;
    position: static !important;
    top: auto !important;
}
.pagination .prev:empty:after,
.pagination .next:empty:before {
	content: none !important;
}
.pagination .next:before {
    margin: 0 8px -3px 5px !important;
}


/*=== BREADCRUMBS ===*/
.breadcrumbs-wrapper {
    padding: 11px 0 9px;
    background-color: #e5e6e6;
}
.breadcrumbs {
    text-align: left;
}
.breadcrumbs li {
    display: inline-block;
    font: 14px/1.4 'Copperplate';
    color: #002f87;
}
.breadcrumbs,
.breadcrumbs * {
	/* keep these consistent for better mobile browser compatibility */
	vertical-align: top;
    line-height: 1.4;
}
.breadcrumbs li:last-child {
    color: #010101;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 4px 7px 0;
    background-color: #010101;
    transform: rotate(15deg);

}
.breadcrumbs li:last-child:after {
    content: none;
}

/*=== SEARCH ===*/
.search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0,47,135,.9);
    z-index: 150;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.search-box.open {
    opacity: 1;
    visibility: visible;
}
.search-box .flexbox {
    height: inherit;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.search-box .container {
    flex-grow: 1;
    max-width: 750px;
    width: 100%;
    margin: 0;
}
.search-form .relative {
    display: flex;
    flex-grow: 1;
    max-width: 100%;
}
.search-form .relative:before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 20px;
    font: 20px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #000000;
    transform: translateY(-60%);
}
.search-form ::-webkit-input-placeholder {
    font-family: 'Copperplate-Bold';
    color: #000000;
}
.search-form :-moz-placeholder {
    font-family: 'Copperplate-Bold';
    color: #000000;
}
.search-form ::-moz-placeholder {
    font-family: 'Copperplate-Bold';
    color: #000000;
}
.search-form :-ms-input-placeholder {
    font-family: 'Copperplate-Bold';
    color: #000000;
}
.search-form input[type="text"] {
    width: 100%;
    border: 2px solid #a6a6a6;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    padding: 14px 20px 14px 60px;
    vertical-align: top;
    font: 24px 'Copperplate-Bold';
    background-color: #fff;
}
.search-form button[type="submit"] {
    min-width: 155px;
    margin-left: -5px;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    font-family: 'Copperplate-Bold';
}
.search-box button[type="submit"]:hover {
    background-color: #91bfea;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    height: 520px;
    text-align: center;
}
.banner .top-slider,
.sub-banner .container,
.sub-banner .flexbox {
    height: 100%;
}
.banner .single-banner {
    display: flex;
}
.banner .slick-list,
.banner .slick-track {
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.banner .slick-list {
    height: calc(100% + 50px);
    padding-bottom: 50px;
}
.banner .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgba(16,26,48,0.6);
    background-color: #002f87;
    opacity: 0;
}
.banner:hover .slick-arrow {
    opacity: 1;
}
.banner .slick-arrow:hover {
    color: #fff;
    background-color: #f6921e;
}
.banner .slick-arrow.slick-prev {
    padding-right: 2px;
}
.banner .slick-arrow.slick-next {
    padding-left: 2px;
}
.banner .slick-arrow:after {
    font-size: 50px;
}
.banner .slick-dots {
    width: 64%;
    height: 12px;
}
.banner .slick-dots li button {
    height: 4px;
}
.banner .img-box,
.bar-callout .img-box {
    flex-grow: 1;
}
.banner-text {
    width: 36%;
    min-width: 440px;
    color: #fff;
    box-shadow: inset 0 0 115px 0 rgba(18,59,143,.82);
    background-color: #91bfea;
}
.banner-text * {
    color: inherit;
}
.banner-text a:not([href]) {
    display: none;
}
.banner-text .btn {
    min-width: 225px;
    padding: 18px 20px;
}
.large-text {
    margin-bottom: 30px;
    font: 38px/1.35 'Newberry-Bold';
}
.banner-content {
    font-size: 16px
}
.banner-content img {
    position: absolute;
    bottom: -65px;
    right: calc(100% - 30px);
    max-height: 390px;
    z-index: 1;
}
.sub-banner {
    height: 330px;
}

.listings-page sub-banner:after,
.sub-banner.larger:after {
    background: rgba(0,11,31,.68);
    opacity: 1;
    visibility: visible;
}

.sub-banner .flexbox {
    align-items: center;
    padding: 60px 0;
}
.sub-banner .banner-text {
    width: 48%;
    box-shadow: none;
    background-color: transparent;
}
.sub-banner .banner-content > :last-child {
    margin-bottom: 0;
}
.sub-banner h1:after,
.separator:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 9px;
    background-color: #f6921e;
}
.separator:after {
	background-color: #002f87;
}

/*=== FEATURED & RELATED PRODUCTS ===*/
.featured-products {
    padding: 135px 0 75px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town.png) no-repeat top center;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town.png) no-repeat top center;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town.png) no-repeat top center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    background-size: cover;
    overflow: hidden;
}
.featured-products .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}
.featured-products .container > .flexbox {
    flex-wrap: nowrap;
    align-items: center;
}
.featured-products .container > .flexbox > div:first-child {
    flex-shrink: 0;
    flex-basis: 455px;
    padding-left: 55px;
}
.featured-slider .slick-track {
    display: flex;
    align-items: flex-start;
}
.featured-slider .slick-slide {
    position: relative;
    width: 330px;
    text-align: center;
}
.featured-slider .slick-slide img {
    height: 400px;
}
.featured-slider .slick-slide h3 {
    margin: 5px 0 0;
    font-size: 24px;
}
.featured-slider .slick-slide .badge {
    position: absolute;
    top: 20px;
    right: -5px;
    width: 82px;
    height: 51px;
    background: url(../images/layout/icon-badge.png) no-repeat;
}
.related-products {
    padding: 45px 0 70px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 25%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town-dark.png) no-repeat top -20px center;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 25%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town-dark.png) no-repeat top -20px center;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 25%, rgba(255,255,255,1) 100%), url(../images/layout/bg-town-dark.png) no-repeat top -20px center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    background-size: cover;
}
.testimonials-wrapper h2,
.cta-callout h2,
.page-content h1 {
    font-size: 54px;
}
.sp-extraProdHeader {
  font-weight: bold;
  font: 54px / 1.17 'Newberry-Bold';
  color: #002f87;
}
.related-slider .slick-list {
    margin: 0 -15px;
    padding: 35px 10px 0;
}
.related-slider .slick-track {
    display: flex;
    background-color: #fff;
}
.related-slider .slick-dots {
    bottom: -15px;
}
.related-slider .listing {
    height: inherit;
    float: none;
}
.related-slider .listing .listing-img {
    justify-content: flex-start;
}
.related-slider .listing h4:after {
    content: none;
}
.related-slider .listing h6 {
    font-family: 'Copperplate-Bold';
}

/*=== CALLOUTS ===*/
.callouts-wrapper {
    padding: 65px 0;
}
.callouts-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: center;
    height: 465px;
}
.callouts-wrapper .flexbox > div {
    width: 50%;
}
.callouts-wrapper .flexbox > div:first-child {
    margin-right: 20px;
}
.callouts-wrapper .flexbox > div:last-child {
    margin-left: 20px;
}
.callouts-wrapper .flexbox > div:only-child {
    margin: 0;
}
.event-callout {
    position: relative;
    border-radius: 12px;
    background-color: #91bfea;
}
.event-callout:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 1px solid #fff;
    border-radius: 12px;
}
.event-callout .img-box {
    height: 68%;
    border-bottom: 6px solid #fff;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    padding: 40px 50px 20px;
}
.event-callout .img-box + div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px 35px;
    z-index: 1;
}
.event-callout .img-box + div img {
	max-height: 88px;
	text-align: center;
}
.event-callout h3 {
    font-size: 30px;
}
.recipe-callout {
    border-radius: 12px;
    padding: 35px 50px;
    color: #fff;
    box-shadow: inset 50px 75px 50px 50px rgba(34,34,34,.55);
}
.recipe-callout .relative {
    height: 100%;
}
.recipe-callout .btn:hover {
    background-color: #91bfea;
}
.recipe-callout img {
    display: block;
    margin-top: 25px;
    left: 0;
    max-height: 290px;
}
.recipe-callout *,
.recipe-callout-list *,
.bar-callout *,
.listing .listing-overlay *,
.recent-recipes .recipe-title *,
.category-list * {
    color: inherit;
}
.recipe-callout-list .flexbox {
    flex-wrap: nowrap;
    justify-content: center;
    height: 270px;
    text-align: center;
    color: #fff;
}
.recipe-callout-list .flexbox > div {
    width: 33.33%;
    border-right: 10px solid;
}
.recipe-callout-list .flexbox > div:last-child {
    border: transparent;
}
.recipe-callout-list .relative {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 70px 45px 10px;
}
.recipe-callout-list .relative > h3 {
    min-height: 82px;
    margin-bottom: 0;
}
.recipe-callout-list .overlay h3 {
    margin-bottom: 30px;
}
.recipe-callout-list .overlay {
    background: #002f87;
}
.recipe-callout-list .overlay,
.recipe-callout-list .flexbox > div:hover .relative,
.recipe .overlay,
.recent-recipes .recipe:hover .recipe-title {
    opacity: 0;
    visibility: hidden;
}
.recipe-callout-list .flexbox > div:hover .overlay,
.recipe-callout-list .img-box:after,
.recipe:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.banner-content {
	margin-bottom: 25px;
}

/* new banner layouts */
.single-banner.fullwidth .banner-text {
	width: 100%;
	background: none;
	box-shadow: none;
}
.single-banner.cutoutimage .banner-text {
	box-shadow: none;
	background: none;
}
.single-banner.fullwidth .frame-box,
.single-banner.cutoutimage .frame-box {
	border: none;
}
.single-banner.fullwidth .large-text {
	text-shadow: 1px 1px 1px #000;
}
.single-banner.fullwidth .banner-content {
	text-shadow: 0 0 8px #000;
}

.single-banner.cutoutimage {
	position: relative;
	background-color: #91bfea;
	box-shadow: inset 0 0 115px 0 rgba(18,59,143,.82);
	padding: 20px;
	box-sizing: content-box;
}
.single-banner.cutoutimage:after {
	content: "";
	height: calc(100% - 30px);
	width: calc(100% - 70px);
	border: 1px solid #fff;
	border-radius: 12px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.single-banner.cutoutimage .frame-box {
	text-align: left;
}
.single-banner.cutoutimage .frame-box .btn {
	align-self: flex-start;
}	
.featured-slider .slick-slide .badge {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease 0s;
}
.featured-slider .slick-slide:hover .badge {
	visibility: visible;
	opacity: 1;
}

.featured-slider .slick-slide a {
	max-height: 100%;
	max-width: 100%;
}

.featured-slider .slick-slide img {
	max-height: 100% !important;
	height: auto !important;
}
.bar-callout h2 {
    margin: 30px 0;
}
.bar-callout .flexbox {
    flex-wrap: nowrap;
    height: 435px;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
}
.bar-callout .flexbox > div:first-child {
    width: 35%;
    min-width: 420px;
    background-color: #f6921e;
}
.bar-callout .icon {
    height: 65px;
    margin-bottom: 10px;
}
.bar-callout .icon + h2 {
    margin: 20px 0 30px;
}
.bar-callout .icon + p {
    margin-bottom: 0;
}
.bar-callout i {
	font-size: 54px;
}
.bar-callout i + p {
	margin-top: 15px;
}

.bar-callout .icon img,
.listing .listing-img img,
.item-gallery-wrapper .main-photo img,
.item-gallery img {
    max-height: 100%;
}
.container .bar-callout .flexbox {
    flex-direction: row-reverse;
    height: 320px;
    border-radius: 12px;
}
.container .bar-callout .flexbox > div:first-child {
    width: 315px;
    min-width: 315px;
    border-left: 5px solid;
    background-color: #002f87;
}
.container .bar-callout .btn.white:hover,
.recipe-callout-list .btn.white:hover {
    background-color: #f6921e;
}
.container .bar-callout + .listing-items {
    padding-bottom: 110px;
}
.cta-callout {
    padding: 58px 0;
    background-color: #e5e6e6;
}
.cta-callout .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.cta-callout .flexbox > div:first-child {
    flex-grow: 1;
    padding-right: 15px;
}
.cta-callout .flexbox > div * {
    margin-bottom: 0;
}
.cta-callout.cta2 {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    padding: 30px 20px 35px;
    color: #fff;
    text-align: center;
    z-index: 0;
}
.cta-callout.cta2::after {
    content: '';
    background-color: rgba(0,0,0,0.15);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cta-callout.cta2 h3 {
    color: #fff;
}
.cta-callout.cta2 > div {
    margin: 20px auto;
}
.menu-callout {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    width: 235px;
    height: 225px;
    margin-left: 25px;
    border-radius: 12px;
    padding: 19px;
    font: 24px 'Copperplate';
    color: #fff;
}
.menu-callout:after {
    background: -moz-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,0) 1%, rgba(24,24,24,0) 60%, rgba(24,24,24,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,0) 1%, rgba(24,24,24,0) 60%, rgba(24,24,24,0.7) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0) 0%, rgba(24,24,24,0) 1%, rgba(24,24,24,0) 60%, rgba(24,24,24,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181818', endColorstr='#b3181818',GradientType=0 );

    opacity: inherit;
    visibility: inherit;

}
.menu-callout [class*="fa-"] {
    width: 58px;
    border-radius: 50%;
    padding-right: 4px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    color: #002f87;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*=== LISTINGS PAGE ===*/
.listings-options {
    margin: 32px 0;
}
.listings-options:last-child {
    margin: 32px 0 55px;
}
.listings-options,
.property-filter {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.listings-options > div:first-child,
.property-filter > div:first-child {
    flex-grow: 1;
}
.listings-options > div > * {
    vertical-align: middle;
}
.listings-options > div > span:not(:last-child) {
    padding-right: 15px;
}
.property-filter i {
    padding-right: 10px;
    vertical-align: middle;
    text-transform: lowercase;
    font: normal 16px/20px 'Copperplate-Bold';
    color: #91bfea;
}
.property-filter .select2-container + span {
    padding-left: 15px;
}
.listing-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.listing-items .listing {
    width: calc(25% - 20px);
}
.listing {
    position: relative;
    margin: 0 10px 20px;
    padding: 30px 10px 20px;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.listing h4 {
    margin-bottom: 0;
    color: #000918;
}
.sp-listingHeader {
  margin-bottom: 0;
  color: #000918;
  font: 24px / 1.2 'Copperplate-Bold';
}
.sp-prodInfoHeader {
  margin-bottom: 10px;
  font: 24px / 1.2 'Copperplate-Bold';
  color: #002f87;
}
.listing h4:after,
.listing .listing-overlay h4:after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 15px auto 0;
    background-color: #002f87;
}
.listing .listing-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 215px;
    margin-bottom: 5px;
}
.listing .listing-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.listing .listing-overlay > a {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 50px 10px;
    background-color: rgba(2,37,108,.9);
}
.listing .listing-overlay h4:after {
    background-color: #fff;
}
.listing .options-list {
    position: relative;
    display: flex;
    background-color: #fff;
}
.listing .options-list:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #91bfea;
}
.listing .options-list li {
    width: 50%;
    padding: 8px;
}
.listing .options-list a {
    display: block;
    text-transform: lowercase;
    font: 16px/1 'Copperplate-Bold';
    color: #002f87;
}
.listing .options-list a:hover {
    color: #91bfea;
}
.listing .options-list [class*="fa-"] {
    display: block;
    margin-bottom: 3px;
    font-size: 24px;
}
.listing:hover {
    box-shadow: 0px 0px 18px 10px rgba(0,0,0,.14);
}
.listing:hover .listing-info {
    opacity: 0;
    visibility: hidden;
}
.listing:hover .listing-overlay {
    opacity: 1;
    visibility: visible;
}

/*=== DETAILS PAGE ===*/
.details {
    padding: 60px 0 115px;
}
.details-content {
    display: flex;
    align-items: flex-start;
}
.details-content > div {
    width: 50%;
}
.details-content > div:last-child {
    padding: 40px 0 0 25px;
}
.details-content .price {
    margin-bottom: 20px;
    font: 36px/1 'Copperplate-Bold';
    color: #002f87;
}
.details-content .price sup {
    font-size: 18px;
}
.item-gallery-wrapper {
    text-align: center;
}
.item-gallery-wrapper .main-photo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 490px;
    cursor: pointer;
}
.item-gallery-wrapper .main-photo .play-btn {
    width: 146px;
    height: 146px;
    line-height: 134px;
    padding-left: 10px;
    font-size: 60px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.item-gallery-wrapper .main-photo .play-btn:hover {
	color: #f6921e;
}
.giveitzing {
	margin: 30px auto;
}
.item-gallery {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.item-gallery a {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 5px;
}
.item-description {
    padding-right: 30px;
}
.item-description h1 {
	font-family: 'Copperplate-Bold', Copperplate;
}
.item-description h1 + p {
    margin-bottom: 20px;
}
.gluten-free-badge {
	background: url(../images/icons/gluten-free-badge.png) no-repeat center center;
	width: 100px;
	height: 40px;
	background-size: contain;
	margin-bottom: 15px;
}
.gluten-free-badge.gfb-shop {
	margin-bottom: 25px;
}
.item-cart {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
}
.item-cart .qty {
    display: flex;
    height: 56px;
    margin-right: 10px;
    border: 1px solid #002f87;
    border-radius: 8px;
    color: #002f87;
}
.item-cart .qty button {
    width: 52px;
    border: 0;
    font-size: 28px;
    background-color: transparent;
    cursor: pointer;
}
.item-cart .qty input {
    width: 60px;
    border-right: 1px solid #002f87;
    border-left: 1px solid #002f87;
    text-align: center;
    font: 28px 'Copperplate-Bold';
    color: #91bfea;
}
.item-cart .btn {
/*     flex-grow: 1; */
    
}
.item-cart .item-options {
    margin: 8px 0 8px 14px;
    /*margin: 8px auto;*/
}
.item-options {
    margin: 8px 0;
}
.item-options li {
    display: inline-block;
    margin-right: 20px;
}
.item-options li,
.packing label,
.print-btn {
    text-transform: lowercase;
    font: 16px/20px 'Copperplate-Bold';
    color: #91bfea;
}
.item-options li:last-child {
    margin-right: 0;
}
.item-options i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 10px;
    font-style: normal;
    color: #fff;
}
.item-options [class*="fa-"] {
    font-size: 28px;
    color: #002f87;
}
.item-shop .item-cart {
    padding: 20px 0 32px;
}
.item-shop > strong {
    position: relative;
    display: block;
    text-transform: lowercase;
    text-align: center;
    font: 18px/1 'Copperplate-Bold';
}
.item-shop > strong:before,
.item-shop > strong:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 45px);
    height: 1px;
    background-color: #002f87;
}
.item-shop > strong:after {
    left: auto;
    right: 0;
}
.item-shop > .btn {
    display: block;
    margin: 10px;
    border: 1px solid;
    padding: 14px 20px;
    color: #002f87;
    background-color: transparent;
}
.item-shop > .btn:hover {
    color: #fff;
    background-color: #002f87;
}
.item-shop span {
    padding-left: 10px;
    font-size: 12px;
}
.contact-to-order {
	margin-bottom: 40px;
}
.packing {
    display: flex;
    max-width: 520px;
    margin-bottom: 30px;
    text-align: center;
}
.packing div {
    position: relative;
    width: 33.33%;
    padding: 15px 5px;
    border-right: 1px solid #002f87;
    cursor: pointer;
}
.packing div:last-child,
.product-features .flexbox > div:last-child,
.preparation-list li:last-child {
    border-right: 0;
}
.packing span {
    display: block;
    height: 68px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.packing i[class*="fa"] {
	display: none;
	position: absolute;
	text-align: center;
	top: 40px;
	left: 50%;
	font-size: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}
.packing i[class*="fa"]:before {
	position: relative;
	z-index: 1;
}
.packing i[class*="fa"]:after {
	content: "";
	display: block;
	position: absolute;
	top:2px;
	left: 2px;
	height: 36px;
	width: 36px;
	background: #002f87;
	border-radius: 50%;
	z-index: 0
}
.packing input:checked + i {
	display: block;
}
/*
.packing span.p3 {
    background-image: url(../images/layout/multiple-opts-3.png);
}
.packing span.p6 {
    background-image: url(../images/layout/multiple-opts-6.png);
}
.packing span.p9 {
    background-image: url(../images/layout/multiple-opts-9.png);
}
*/
.packing label {
    display: block;
    cursor: pointer;
}
.packing p {
	font: 14px 'Newberry-Regular';
	color: #010101;
}
.packing input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
i.add-to-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 31px;
    line-height: 31px;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    background: url(../images/layout/icon-heart-alt.png) no-repeat;
    cursor: pointer;
}
.add-to-favorite i,
.add-comment i {
	position: relative;
    display: inline-block;
    width: 29px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    z-index: 0;
}
.add-to-favorite i:after {
	content: '\f004';
	font-family:"Font Awesome 5 Pro";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #062f87;
	font-weight: 700;
	font-size: 29px;
	z-index: -1;
}
.add-comment i {
    background: url(../images/layout/icon-comment.png) no-repeat;
}

/*=== PROFILE PAGE ===*/
.top-banner .flexbox {
    flex-wrap: nowrap;
    min-height: 575px;
}
.top-banner .flexbox > div:last-child {
    position: relative;
    align-self: center;
    max-width: 810px;
    width: 100%;
    padding: 40px 55px 40px 240px;
}
.top-banner .img-box {
    width: 33%;
    min-width: 390px;
}
.top-banner .item-description img {
    position: absolute;
    top: 50%;
    right: calc(100% - 160px);
    max-height: 490px;
    min-height: 350px;
    transform: translateY(-50%);
}
.product-features {
    padding: 35px 0;
    text-align: center;
    background-color: #e5e6e6;
}
.product-features .flexbox {
    flex-wrap: nowrap;
}
.product-features .flexbox > div {
    width: 33.33%;
    border-right: 1px solid #002f87;
    padding: 5px 30px;
}
.product-features .icon {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
    color: #91bfea;
}
.product-features [class*="fa-"] {
    vertical-align: middle;
    font-size: 28px;
    color: #002f87;
}
.product-features p {
    margin-bottom: 0;
}
.product-features ul {
    list-style-type: none;
}
.product-features li {
    display: inline-block;
    line-height: 20px;
}
.product-features li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 7px -2px 11px;
    background-color: #010101;
}
.slide-level {
    position: relative;
    width: 260px;
    height: 23px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgb(145,191,234);
    background: -moz-linear-gradient(left, rgba(145,191,234,1) 0%, rgba(246,146,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(145,191,234,1) 0%, rgba(246,146,30,1) 100%);
    background: linear-gradient(to right, rgba(145,191,234,1) 0%, rgba(246,146,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bfea', endColorstr='#f6921e',GradientType=1 );
}
.slide-level .spin {
    position: absolute;
    top: -6px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
}
.additional-info {
    padding: 40px 0;
}
.profile-tab-list {
    text-align: center;
}
.profile-tab-list li {
    display: inline-block;
    margin: 0 25px;
    vertical-align: top;
}
.profile-tab-list a {
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    font: 18px/1 'Copperplate-Light';
    color: #002f87;
}
.profile-tab-list a.active {
    border-bottom-color: #f6921e;
    color: #f6921e;
}
.profile-tabs {
    max-width: 660px;
    margin: 55px auto 70px;
    line-height: 1.3;
    font-size: 20px;
}
.profile-tabs p {
    line-height: inherit;
}
.profile-tabs ul:not([class]) li {
    position: relative;
    padding-left: 18px;
}
.profile-tabs ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #010101;
}
.profile-tab-box:not(.active) {
    display: none;
}

/*=== RECENT RECIPE PAGE ===*/
.category-wrapper {
    padding: 30px 0;
    background-color: #e5e6e6;
}
.category-wrapper .search-form form {
    display: flex;
    align-items: center;
}
.category-wrapper .select2-container {
    min-width: 350px;
    max-width: 350px;
    margin-right: 20px;
    text-transform: lowercase;
    font-family: 'Copperplate-Bold';
    color: #fff;
}
.category-wrapper .select2-container .select2-selection--single {
    height: 60px;
}
.category-wrapper .select2-container--default .select2-selection--single {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    border-color: #002f87;
    background-color: #002f87;
    transition: all 0.3s ease 0s;
}
.category-wrapper .select2-container--default .select2-selection--single:hover,
.category-wrapper .select2-container--open .select2-selection--single {
    border-color: #f6921e;
    background-color: #f6921e;    
}
.category-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.category-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}
.category-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 24px;
}
.category-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static;
    width: 32px;
    border: 0;
}
.category-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    transform: none;
}
.category-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-weight: normal;
    color: inherit;
}
.category-wrapper + .prop-listings .listing-items {
    margin: 0 -20px;
}
.sub-banner + .category-wrapper {
    padding: 100px 0 30px;
}
.sub-banner + .category-wrapper .category-list {
    top: -158px;
    margin: 0 -5px -115px;
}
.category-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -5px 30px;
    z-index: 2;
}
.category-wrapper.details .category-list {
	margin: 0 -5px 15px;
}
.category-list li {
    margin: 0 5px;
}
.category-list a {
    width: 116px;
    height: 116px;
    text-align: center;
    color: #fff;
}
.category-list .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50%;
    padding: 10px;
}
.category-list .img-box:after {
    background: rgba(0,47,135,.6);
    opacity: 1;
    visibility: visible;
}
.category-list a:hover .img-box,
.category-list .active .img-box {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.64);
}
.category-list a:hover .img-box:after,
.category-list .active .img-box:after {
    background: rgba(246,146,30,.8);
}
.recipe {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 40px);
    margin: 25px 20px 20px;
    border: 1px solid #a6a6a6;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.recipe .img-box {
    height: 228px;
}
.recipe .recipe-title {
    min-height: 130px;
    padding: 15px 25px 0;
}
.recent-recipes {
    padding: 90px 0 105px;
}
.recent-recipes .container > .flexbox {
    justify-content: center;
}
.recent-recipes .container > .no-results {
	flex-direction: column;
	text-align: center;
}
.recent-recipes .recipe {
    width: 33.33%;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.recent-recipes .recipe .img-box {
    height: 445px;
}
.recent-recipes .recipe .recipe-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 50px 0;
    color: #fff;
}
.listing-items .recipe h3 {
    font-size: 24px;
}
.listing-items.no-results {
	flex-direction: column;
	text-align: center;
	padding: 60px 0px;
}

/*=== SINGLE RECIPE PAGE ===*/
.recipe-content {
    padding-bottom: 15px;
}
.recipe-content .container {
    max-width: 1200px;
    padding: 0 50px;
}
.recipe-content .flexbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.recipe-content .flexbox > div:first-child {
    width: 375px;
    flex-shrink: 0;
    padding: 40px 30px 0 0;
}
.recipe-content .flexbox > div:first-child img {
    display: block;
    margin: 0 auto;
}
.recipe-content .flexbox > div:last-child {
    flex-grow: 1;
    width: 100%;
}
.recipe-content .item-options {
    margin: 8px 0 35px;
}
.recipe-content .item-gallery-wrapper .main-photo {
    height: 560px;
}
.recipe-content .item-gallery-wrapper .main-photo img,
.recipe-content .item-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ie fix for images */
.msie .item-gallery-wrapper .main-photo {
	align-items: flex-start;
}
.msie .recipe-content .item-gallery-wrapper .main-photo img {
	height: auto;
}
.recipe-content .item-gallery {
    margin-top: 20px;
}
.recipe-content .item-gallery a {
    width: 33.33%;
    height: 162px;
    margin: 0 15px 0 0;
}
.recipe-content .item-gallery a:last-child {
    margin: 0;
}
.preparation-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
}
.preparation-list li {
    max-width: 40%;
    border-right: 1px solid #002f87;
    padding: 5px 22px;
}
.preparation-list h5 {
    color: #002f87;
}
.recipe-info {
    padding: 30px 0 50px;
    line-height: 1.3;
    font-size: 18px;
}
.recipe-info .container {
    max-width: 870px;
}
.recipe-info .container > :first-child {
    padding-right: 90px;
}
.recipe-info h2,
.recipe-info h3,
.print-btn:hover [class*="fa-"] {
    color: #f6921e;
}
.recipe-info p {
    line-height: inherit;
}
.recipe-info ul:not([class]) {
	margin: 25px 0 40px;
}
.recipe-info ul:not([class]) > li {
	font-size: 18px;
}
.recipe-info ul:not([class]) > li:before {
	top: 13px;
}
/*
.recipe-info ul:not([class]) {
    display: inline-block;
    width: 47%;
    margin: 25px 0 40px;
    vertical-align: top;
}
.recipe-info ul:not([class]) + ul:not([class]) {
    margin: 10px 0 40px 5%;
}
.recipe-info ul:not([class]) li {
    margin-bottom: 35px;
}
*/
.recipe-info ol {
    margin-bottom: 50px;
}
.recipe-info ol li {
    margin-bottom: 25px;
}
.recent-recipes .recipe .img-box:after {
	opacity: 1;
    visibility: visible;
}
.recent-recipes .recipe:hover .img-box:after {
	opacity: 0;
    visibility: hidden;
}
.last-photo {
	position: relative;
}
.last-photo:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,47,135,.6);
	z-index: 1;
}
.last-photo:after {
	content: "View More";
	display: block;
	width: 100%;
	font-size: 24px;
	font-family: 'Copperplate-Bold';
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);

}
.last-photo:hover:before {
	background-color: rgba(246,146,30,.8);
}
.print-btn {
    position: absolute;
    top: 7px;
    right: 15px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.print-btn [class*="fa-"] {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 28px;
    color: #002f87;
    transition: all 0.3s ease 0s;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    line-height: 50px;
    border: 6px solid;
    padding-left: 3px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    transform: translate(-50%, -50%);
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    padding: 50px 0 70px;
    text-align: center;
    font-size: 16px;
    background-color: #f3f4f5;
}
.testimonials-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 50px;
}
.testimonials-wrapper .testim {
    width: 258px;
    margin: 0 10px;
}
.testim {
    text-align: left;
    font-size: 16px;
}
.testim p {
    margin-bottom: 12px;
}
.testim .author {
    font-size: 14px;
    color: #5d5c5c;
}
.testim .author [class*="fa-"] {
    vertical-align: middle;
    font-size: 18px;
    color: #002f87;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 65px 0 35px;
}
.listings-page + .main-content {
	padding: 15px 0 35px;
}
.sidebar {
    width: 380px;
    padding-left: 50px;
}
.sidebar > * {
    margin-bottom: 35px;
}
/*
.sidebar img {
    width: inherit;
}
*/
/*
#container ul:not([class]) li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
    line-height: 20px;
}
#container ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #010101;
}
*/

.page-content .container {
    max-width: 1180px;
}
.page-content .flexbox {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 65px 0 95px;
}
.page-content .flexbox > * {
    margin: 0 50px;
}
.page-content .flexbox > img {
    flex-shrink: 0;
    border: 1px solid #002f87;
    border-radius: 12px;
    padding: 15px;
}
.page-content .flexbox > div > a {
    text-transform: lowercase;
    font: 18px 'Copperplate-Bold';
    color: #002f87;
}
.page-content .flexbox > div > a:hover {
    color: #f6921e;
}
.page-content .flexbox > div > a:after {
    content: "\f105";
    display: inline-block;
    margin: 1px 0 0 5px;
    vertical-align: top;
    font: 18px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    transition: none;
}
.page-content .flexbox h2,
.page-content .flexbox h5 {
    margin-bottom: 25px;
}

.section-content toggle-box > h3 > i {
    position: absolute;
    right: 15px;
    top: 5px;
    transition: all 0.3s ease 0s;
}
.section-content toggle-box > h3.open > i {
    transform: rotate(90deg);
}
.section-content:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #eee;
}

.toggle-box {
	position: relative;
}

.toggle-head {
	cursor: pointer;
	margin-bottom: 0;
}
.toggle-content {
	display: none;
}
.toggle-content > div {
	margin-top: 20px;
}

/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #02276d;
}
.footer-wrapper > .relative {
    height: 100%;
    padding: 45px 0;
}
.footer-wrapper > .relative:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/layout/bg-town-light.png) no-repeat top center;
    background-size: cover;
}
.footer-wrapper .container {
    z-index: 1;
}
.footer-wrapper .logo {
    width: 99px;
    height: 85px;
    margin: 0 auto 45px;
    background: url(../images/layout/logo-sm.png) no-repeat;
}
.footer-wrapper ul,
.footer-wrapper li {
    display: inline-block;
}
.footer-wrapper li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 6px -2px 6px;
    background-color: #fff;
}
.footer-wrapper li a {
    text-decoration: underline;
}
.footer-wrapper a {
    color: #91bfea;
}
.footer-wrapper a:hover,
.footer-wrapper button:hover {
    color: #f6921e;
}
.signup-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
/*
.signup-box form {
    width: 240px;
    border: 1px solid #fff;
    padding: 14px 30px 10px;
    border-radius: 25px;
}
.signup-box input[type="email"] {
    width: 150px;
    font: inherit;
    color: inherit;
    background-color: transparent;
}
.signup-box button {
    border: 0;
    vertical-align: middle;
    font-size: 22px;
    background-color: transparent;
    cursor: pointer;
}
*/
.signup-box h4 {
    margin: 0;
    color: #91bfea;
}
.copyright {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: space-between; */
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 23px 0 19px;
    font-size: 12px;
}
.copyright > div:last-child {
	margin-top: 5px;
}
.copyright li a {
    text-decoration: none;
    color: inherit;
}
.copyright li:before {
    height: 12px;
}
.copyright h5 {
    display: inline-block;
    margin-right: 20px;
    line-height: 22px;
    font-size: 18px;
    color: inherit;
}
.copyright h5 strong {
    font-family: inherit;
    color: #91bfea;
}

.prod-images {
	position: relative;
	text-align: center;
}

.prod-images > img,
.prod-images > a {
	width: 50%;
}

.prod-images > img:first-child,
.prod-images > a:first-child {
	float: left;
}

.prod-images > img:nth-child(2),
.prod-images > a:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.prod-images > img:last-child,
.prod-images > a:last-child {
	float: right;
	position: static;
}

.prod-images > img:only-child,
.prod-images > a:only-child {
	float: none;
}


/*
.recipe-content .prod-images a {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.recipe-content .prod-images a:first-child {
	float: left;
}
.recipe-content .prod-images a:last-child {
	float: right;
	position: static;
}
.recipe-content .prod-images a:only-child {
	float: none;
}
*/


.recipe-content h1 + h4,
.recipe-content h4 + h4 {
	font: 14px 'Newberry-Regular';
	color: #010101;
	font-weight: normal;
}
.recipe-content h1 + h4 a {
	color: #91bfea;
}
.recipe-content h1 + h4 a:hover,
.recipe-content h1 + h4 a:active {
	color: inherit;
}
.recipe-options {
	position: absolute;
	top: 7px;
	right: 15px;
}
.recipe-options > button {
	vertical-align: middle;
}
.recipe-options > button:not(:first-child) {
	margin-left: 8px;
}
.print-btn {
	position: relative;top:auto;right:auto;
}
.share-btn {
	font: 16px/20px 'Copperplate-Bold';
	color: #91bfea;
	background: none;
	border: none;
}
.share-btn i {
	font-size: 28px;
	color: #002f87;
	margin-right: 2px;
	vertical-align: middle;
}

.add-to-favorite:not(.no-click).loved:before {
	content: "\f004";
	font-family:"Font Awesome 5 Pro";
	position: absolute;
	top: 10px;
	left: 2px;
	font-size: 13px;
	font-weight: 700;
}
.add-to-favorite i.loved {
	color: #FFF !important;
}
.add-to-favorite .loved:after,
.add-to-favorite.loved.no-click {
	color: #f6921e !important;
}
#form-container {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	transition: all 0.3s ease 0.2s;
	
	opacity: 0;
	visibility: hidden;
}

.show-form #form-container {
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible
}

#form-container #form-overflow {
	display: block;
	position: absolute;
	top: 35%;
	left: 35%;
	width: calc(100% - 60px);
	height: auto;
	max-width: 700px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.5);	
	-webkit-transform: scale(0.2) translate(-50%, -35%);
	-moz-transform:    scale(0.2) translate(-50%, -35%);
	-ms-transform:     scale(0.2) translate(-50%, -35%);
	-o-transform:      scale(0.2) translate(-50%, -35%);
	transform:         scale(0.2) translate(-50%, -35%); 
	border-radius: 12px;
	opacity:0;
	transition: all 0.3s ease 0s;
}

#form-container #form-display {
	display: block;
	padding: 50px 50px 60px 30px;
	width: 100%;
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#form-container #form-display #comment-form {
	padding-bottom: 30px;
}

.show-form #form-container #form-overflow { 
	top: 50%;
	left: 50%;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform:    scale(1) translate(-50%, -50%);
	-ms-transform:     scale(1) translate(-50%, -50%);
	-o-transform:      scale(1) translate(-50%, -50%);
	transform:         scale(1) translate(-50%, -50%);
	opacity: 1;
	transition: all 0.3s ease 0.4s;
}

#form-display h3 {
	font-size: 26px;
	text-align: center;
	padding-left: 3em;
	padding-bottom: 12px;
}

#form-display .close-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0) url("/images/highslide/graphics/close.png") repeat scroll 0 0 !important;
    right: -10px !important;
	top: -10px !important;
	z-index: 10;
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
.all-comments {
	padding: 30px 0;
}
.comments-view {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
li.comment {
	flex-basis: 50%;
	padding: 30px;
}
.comments-view:nth-of-type(odd) li.comment:nth-child(even),
.comments-view:nth-of-type(even) li.comment:nth-child(odd) {
	background-color: #e5e6e6;
}

.all-comments h3 {
	border-bottom: 1px solid #002f87;
	margin-bottom: 26px;
}
.comment-popup {
	display: none;
}
.popup p {
	font-size: 18px;
	line-height: 26px;
}
#comments-slider {
	height:128px !important;
	overflow: visible;
	transition: all 0.2s ease 0.1s;
	opacity: 1;
	position: relative;
}
#comments {
	position: relative;
}
#comments:after {
	content: "\f110";
	font-family:"Font Awesome 5 Pro";
	-webkit-animation:fa-spin 2s linear infinite;
	animation:fa-spin 2s linear infinite;
	display: inline-block;
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

#comments.show:after {
	opacity: 1;
	visibility: visible;
}
.show #comments-slider{
	overflow: hidden;
	opacity: 0;
}
#comments-slider .comment {
	padding: 0 10px;
}
.show #comments-slider .comment {
	width: 660px !important;
}
#comments-slider .slick-arrow,
#recipes.profile-tab-box .slick-arrow {
	color: #000;
}
#comments-slider .slick-prev,
#recipes.profile-tab-box .slick-prev {
	left: -45px;
}
#comments-slider .slick-next,
#recipes.profile-tab-box .slick-next {
    right: -40px;
}

#recipes.profile-tab-box .recipe {
	width: 255px !important;
}

#custom-layout ul li {
	padding: 0px 0px 3px 13px;
	position: relative;
}
#custom-layout ul li:before {
	content: '';
	background-color: #f6921e;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 5px;
	height: 5px;
	width: 5px;
}
.strength_meter {
	float: right !important;
	display: inline-block !important;
	width: auto !important;
}

#gameday-recipes {
	background: url(/images/pages/chalkboard-football-recipe-background.jpg) no-repeat;
	background-attachment: fixed;
	min-height: 400px;
	width: 100%;
	background-size: cover;
	padding: 1px 20px;
}
#gameday-recipes h2 {
	color: #fff;
	text-align: center;
	margin: 50px auto;
}
#gameday-recipes h3 {
	color: #fff;
	font-size: 25px;
}
#gameday-recipes .recipe {
	background-color: transparent !important;
}
#gameday-recipes .recipe .img-box {
	background-size: 350px;
	height: 300px
}
#themed-bloody-marys span {
	width: 80%;
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 20px;
}

/* mix n match modals */

/* Product modal */
#prod-modal {
/* 	width:400px; */
	margin:2em auto;
}
#prod-modal img {
	float:left;
	margin-right:1em;
	max-width:100px;
/* 	height:180px; */
}
#prod-modal p {
	text-align:center;
	color:#666;
	font-size:12.5pt;
}
#prod-modal h1 {
	font:28pt/1.2 Garamond,'Times New Roman',Times,serif;
	margin:0 0 -0.35em;
}
#prod-modal h1+p {
	text-align:left;
}
#prod-modal h1+p strong {
	color:#000;
	display:block;
}
#prod-modal .pack {
	display:inline-block;
	text-align:center;
	font-size:9pt;
	height:0;
	width:140px;
	padding:80px 0 0 2em;
	margin-left:-2em;
}


/* Mix-n-match modal */
#mixmatch-modal .main.col {
	position:relative;
    width:530px;
    z-index:10;
}
#mixmatch-modal .side.col {
    width:240px;
    margin-left:10px;
}
#mixmatch-modal article.tab {
	padding-left: 1em;
	padding-right: 1em;
}

#mixmatch-modal h1 {
	font:28pt/1.2 Garamond,'Times New Roman',Times,serif;
	margin:0 0 -0.35em;
}
#mixmatch-modal p {
	color:#666;
}
#mixmatch-modal nav {
	padding:0 0 3px;
	box-shadow:0 0.7em 0.4em -0.4em #7fb5e2
}
#mixmatch-modal .pack {
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	margin:0 0 0.2em 2.5em;
	height:70px;
	width:150px;
	top:-0.6em;
}

#prod-search {
	list-style:none;
	white-space:nowrap;
	color:#000;
	background:#6daedf;
	margin:0.4em 0;
	padding:0.5em 1em 0.4em;
	border:1px solid #00529b;
	border-radius:0.6em;
	box-shadow:inset 0 -5.5em 3em -3em rgba(255,255,255,0.8);
}
#prod-search li {
	display:inline;
}
#prod-search a {
	position:relative;
	font-size:8.5pt;
	margin:0 0.3em;
	color:#666;
}
#prod-search .sel a {
	color:#00529b;
}
#prod-search .sel>a:after {
	content:' ';
	position:absolute;
	bottom:-15px;
	left:50%;
	margin:0 0 0 -10px;
	border-bottom:9px solid #93c0e6;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}


#mixmatch-choose {
	list-style:none;
	margin:2em 0 0;
	padding:0;
	max-height:400px;
	overflow:auto;
}
#mixmatch-choose li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	height:160px;
	width:160px;
	margin:0 0 3em;
	border:2px solid #ebebeb;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
#mixmatch-choose img {
	display:block;
	margin:5px auto;
	max-width:150px;
	height:150px;
}
#mixmatch-choose strong {
	display:block;
	margin-top:1em;
	font-size:9pt;
}

#mixmatch-pack {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
#mixmatch-pack li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:0 0 0.5em;
	min-height:85px;
	width:60px;
	margin-right: 4%;
}
#mixmatch-pack li:before {
	content:' ';
	position:absolute;
	width:100%;
	height:0;
	left:0;
	border-top:1px solid #a5835d;
}
#mixmatch-pack li:first-child:before,
#mixmatch-pack li:first-child+li:before,
#mixmatch-pack li:first-child+li+li:before {
	display:none;
}
#mixmatch-pack strong {
	display:block;
	font-size:8.5pt;
	font-weight:normal;
	color:#00539b;
}
#mixmatch-pack img {
	display:block;
	margin:1em auto 0.5em;
	max-height:75px;
	max-width:75px;
}

/* Mac OSX Lion and Up hide scrollbars by default in Safari and Chrome */
/*
#mixmatch-modal ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
#mixmatch-modal ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.2);
}

#mixmatch-modal ::-webkit-scrollbar-thumb:hover {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#mixmatch-modal #mixmatch-choose .ui-draggable-dragging {
	border: none;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

#mixmatch-modal #mixmatch-pack .ui-state-hover {
	outline: 1px solid #00529B;
}
*/

.mixmatch-modal .tingle-modal-box__content {
	padding-top: 120px;
}
.mixmatch-modal h2 {
	text-align: center;
	background-color: #002f87;
	color: #fff;
	padding: 20px;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
#mixmatch-modal h1 {
	margin: 0 auto 15px;
}

.mixmatch-modal .tingle-modal-box {
	max-height: 641px;
}

.mixmatch-modal .tingle-modal-box ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.mixmatch-modal .tingle-modal-box ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.2);
}

.mixmatch-modal .tingle-modal-box ::-webkit-scrollbar-thumb:hover {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#mix-match-info {
	display: block;
	padding-left: 10px;
}

#mixmatch-modal p {
	font-size: 18px;
	line-height: 28px;
}
#mixmatch-modal .cats-modal p {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 14px;
	padding-left: 20px;
}
.cats-modal > ul {
	display: flex;
	border-top: 1px solid #b9b9b9;
	padding: 0 20px 60px 20px;
}
.cats-modal > ul > li {
	padding: 10px 16px;
	background-color: #e5e6e6;
	border-radius: 0 0px 10px 10px;
	cursor: pointer;
}
.cats-modal > ul > li + li {
	margin: 0 0 0 5px;
}
.cats-modal > ul > li.on {
	background: #002f87;
	color: #fff;
}
.prods-container {
	display: flex;
	min-height: 448px;
}
.select-prods,
.prod-picks {
	width: 40%;
}
.prod-picks {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
}
.select-prods ul,
.prod-picks ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}
.prod-picks ul {
	justify-content: flex-end;
}
.select-prods ul > li,
.prod-picks ul > li  {
	width: 33.333%;
	text-align: center
}
.select-prods ul > li > img {
	margin: 0 auto;
}
button#reset {
	margin: auto auto 0;
    width: 135px;
    min-width: 0;
    background-color: #b41721;
}
#choices {
	margin-bottom: 40px;
}
#choices > li {
	position: relative;
}
#choices > li:not(.no-item):not(:first-child):before {
	content: "\f057";
	font-family:"Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	cursor: pointer;
	color:#fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease 0s;
	font-weight: 700;
}
#choices > li:not(.no-item):not(:first-child):hover:before {
	opacity: 1;
	visibility: visible;
}
#choices > li > img[src*="bottle_outline"] {
	max-height: 128px;
}
.pack-options {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	border-top: 1px solid #fff;
	margin-top: 5px;
}
#pack-edit {
	float: right;
    margin-top: -3px;
    color: #002f87;
}
#pack-edit:active {
	color: #FFF;
}

/* FAQs page */

.cat-title {
	font-size: 36px;
	font-family: 'Newberry-Bold';
	margin: 40px auto;
	cursor: pointer;
}
.cat-title:first-child {
	margin-top: 0;
}
.faq + .faq {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.faq > h3 > i,
.question i,
.toggle-head > i {
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.3s ease 0s;
}
.toggle-head > i {
	top: 25px;
}
.faq > h3.open > i,
.show .question i,
.show .toggle-head > i {
transform: rotate(90deg);
}
.question {
	position: relative;
	margin: 0;
	padding-right: 70px;
	cursor: pointer;
}
.section-content .question {
	font-size: 22px;
}

.show .question:after {
	border-top-width: 0;
	border-bottom-width: 8px;
}

.answer {
	padding: 20px 0 0;
}
.answer p {
	margin: 0;
}
.answer-drop {
	display: none;
}

.checkout-pages.breadcrumbs-wrapper,
#inner-banner.checkout-pages {
	display: none !important	
}

/* ---- Site Search Results Page ---- */

/***************************************************************
Search Results Page */

#search-results > ol > li {
	font-size:24px;
}
#search-results > ol > li p {
	font-size:16px;
}
.search-data {
	margin-bottom: 40px;
}

.search-result {
	background-color: #efefef;
	color: #000;
	padding: 8px 20px 6px;
	font-size: 18px;
}

.search-result strong {
	color: #002f87;
	text-transform: uppercase;
	font-family: 'Univers-Condensed-Medium';
}

.search-result .links {
	float: right;
}
.search-result .links span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.search-result .links strong {
	font-family: 'Univers-Condensed-Medium';
	text-decoration: underline;
}

.search-result .links a {
	font-family: 'Univers-Condensed-Medium';
	color: #002f87;
	text-transform: uppercase;
	font-size: 18px;
}
.search-result .links a:hover {
	text-decoration: underline;
}

.search-results {
	list-style-type: none;
	text-align: left;
	margin:0 auto;
	margin-bottom: 70px;
	/* list-style-position: inside; */
}

.search-results header {
  font-size: 18px;
  color: rgba(37, 37, 38, 0.75);
  text-decoration: underline;
}

.search-results header + small {
	display: block;
	font-size: 12px;
}

.search-results > li {
	padding: 12px;
	margin-left: 0 !important;
}

.search-results > li + li {
	margin-top: 10px;
}

.search-results > li:nth-child(2n+2) {
	background-color: #efefef;
}

.search-results > li a:hover, .search-results > li a:active {
	color:#002f87;
	
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.search-results mark {
	color:#002f87; 
	background: transparent;
}

.search-results > li a {
	display: inline-block;
}

.search-results > li p {
	margin: .25em 0;
}

.product-results-section + .page-results-section {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 2px solid #424141
}

.product-results-section .product-list {
	margin: 0 !important;
}

.search-heading {
  text-transform: uppercase;
}

.search-heading span,
.search-footer {
	color: #636466;
	font: 24px/1.2 'Univers-Condensed-Bold';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.connect-social {
	font-size: 40px;
	margin-bottom: 50px;
}
.connect-social a {
	color: #002f87;
}
.connect-social a:hover {
	color: #91bfea;
}

/* ----- B2B Page Styles ----- */

.b2b-downloads > h2 {
	border-bottom: solid 3px #e6e6e6;
	position: relative;
	margin-bottom: 25px;
}
.b2b-downloads > h2 > i {
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.3s ease 0s;
}
.b2b-downloads > h2.open > i {
	transform: rotate(90deg);
}
.b2b-downloads .download-slide {
	display: none;
	flex-wrap: wrap;
}
.b2b-downloads .download-slide .flexbox > div > a {
	background-attachment: scroll;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 125px;
	width: 90px;
}
.b2b-downloads .download-slide .flexbox > div {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	display: flex;
	padding: 15px 15px 30px;
	width: 33.33%;
}
.b2b-downloads .download-slide .flexbox > div:nth-child(-n+3) {
	border-top: none;
}
.b2b-downloads .download-slide .flexbox > div:nth-child(3n),
.b2b-downloads .download-slide .flexbox > div:last-child {
	border-right: none;
}
.b2b-downloads .download-slide .flexbox .download-info {
	flex-grow: 1;
	padding-left: 15px;
}
.b2b-downloads .download-slide .flexbox .download-info p {
	margin-bottom: 3px;
}
.b2b-downloads .download-slide .flexbox .download-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px !important;
}
.b2b-downloads .download-slide .flexbox .download-title > span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.b2b-downloads .download-slide .flexbox .download-info > a.btn {
	font-size: 15px;
	padding: 10px 15px !important;
	min-width: auto;
	height: auto;
	min-height: auto;
	margin-top: 10px;
}
.pop-up {
	background-color: #fff;
	padding: 30px;
}
.btn.smaller {
	padding: 10px 15px;
}
.btn.gray {
	/*background-color: #c9c9c9;*/
	background-color: #f6921e;
}
.btn.gray:hover {
    /*background: #A30C33;*/
    background: #002f87;
    color: #fff;
}
.btn.gray.light {
	background-color: transparent;
	color: #707070;
	border-color: #707070;
	display: inline-flex;
	margin: 10px;
}

.btn.gray.light:hover,
.btn.gray.light:active,
.btn.gray.light.active {
    border-color: #002f87;
    background: #002f87;
    color: #fff;
}
.btn + .btn {
    margin-left: 8px;
}
.btn.light {
    border: 1px solid #707070;
    color: #0F206C;
    background: transparent;
}
.btn.light:hover {
    border-color: #0F206C;
    color: #fff;
    background: #0F206C;
}
.item-shop > .btn.orange {
    display: block;
    margin: 10px;
    /*border: 1px solid;*/
    padding: 14px 20px;
    color: #fff;
    background-color: #f6921e;
}
.item-shop > .btn.orange {
    background-color: #f6921e;
}
.item-shop > .btn.orange:hover {
    background-color: #002f87;
}