
@font-face {
    font-family: 'bebasneue';
    src: url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasneuebook';
    src: url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_book-webfont.woff') format('woff'),
         url('/wp-content/themes/roger-mooking/lib/fonts/bebasneue_book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-text-size-adjust: 100%;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 30px;
    background-color: #1d1d1d;
}

img {
    outline: none;
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.content a {
    font-weight: 600;    
}

a {
    color: #618fb5;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus {
    outline: none;
}

a:hover {
    color: #be9816;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#open-menu {
    display: none;
    float: right;
    text-align: right;
    padding-right: 40px;
}

#open-menu a {
    color: #ffffff;
    font-size: 34px;
    line-height: 34px;
    text-decoration: none;
}

#open-menu a:hover {
    color: #618fb5;
    text-decoration: none;
}

#mobile-menu {
	display: none;
	position: absolute;
	top: -800px;
	left: 0;
	z-index: 9999;
	width: 100%;
    background-color: #2f2f2f;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;
}

#mobile-top {
    width: 100%;
    height: 60px;
    background-color: #1d1d1d;
    overflow: hidden;
}

#mobile-logo {
    display: none;
    float: left;
    width: 200px;
    padding-top: 30px;
    padding-left: 30px;
}

#mobile-logo img {
    width: 100%;
    height: auto;
}

#mobile-logo a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

#mobile-logo a:hover img {
	opacity: 0.7;
}

#close-menu {
    float: none;
    text-align: center;
    padding-right: 0px;
}

#close-menu a {
    color: #be9816;
    font-size: 35px;
    line-height: 60px;
    text-decoration: none;
}

#close-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-wrapper {
    max-width: 300px;
    margin: 0 auto;
}

#mobile-navigation {
    float: none;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 51px;
}

#mobile-navigation a {
    display: inline-block;
    color: #ffffff;
	font-family: 'bebasneuebook', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 4px 0px;
    margin-bottom: 4px;
}

#mobile-navigation a:hover {
    color: #618fb5;
    text-decoration: none;
}

#mobile-social {
    display: none;
    float: right;
    text-align: center;
    width: 100px;
    border-left: 1px solid #757575;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 3px;
}

#mobile-social a {
    color: #666665;
    font-size: 26px;
    line-height: 65px;
    text-decoration: none;
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
	filter: brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#mobile-social a:hover {
    color: #666665;
    text-decoration: none;
    -webkit-filter: brightness(140%); /* Safari 6.0 - 9.0 */
	filter: brightness(140%);
}

#mobile-social a img.mobile-cameo {
    display: inline-block;
    width: auto;
    height: 28px;
}

.common-pad {
    padding-left: 100px;
    padding-right: 100px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

#top-bar {
    height: 69px;
    border-bottom: 1px solid #6a5611;
    background-color: #1d1d1d;
    overflow: hidden;
    text-align: center;
}

#top-bar a {
    color: #666665;
    font-size: 18px;
    line-height: 70px;
    text-decoration: none;
    margin: 0px 10px;
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
	filter: brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#top-bar a:hover {
    color: #666665;
    text-decoration: none;
    -webkit-filter: brightness(140%); /* Safari 6.0 - 9.0 */
	filter: brightness(140%);
}

#top-bar a img.social-cameo {
    position: relative;
    top: 3px;
    display: inline-block;
    width: auto;
    height: 20px;
}

#header {
    position: absolute;
    top: 130px;
    left: 0px;
    z-index: 200;
    width: 100%;
}

#logo {
    float: left;
    width: 311px;
    padding-left: 70px;
}

#logo img {
    width: 100%;
    height: auto;
}

body.home #logo img {
	-webkit-filter: invert(1);
	filter: invert(1);	
}

#logo a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

#logo a:hover img {
	opacity: 0.7;
}

#navigation {
    float: right;
    text-align: right;
    padding-right: 68px;
    padding-top: 4px;
}

body.home #navigation {
	-webkit-filter: invert(1);
	filter: invert(1);	
}

#navigation span {
    display: inline-block;
    width: 24px;
}

#navigation a {
    position: relative;
    color: #ffffff;
    font-family: 'bebasneue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
}

#navigation a:hover {
    color: #ffffff;
    text-decoration: none;
}

#navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	right: 1px;
	background-color: #ffffff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#navigation a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

#content-header {
    height: 480px;
    background-color: #1d1d1d;
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content-header.about {
    background-image: url("../../img/headers/header-about-2023.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.about {
		background-image: url("../../img/headers/header-about-2023@2x.jpg");
	}
}

#content-header.art {
    background-image: url("../../img/headers/header-art.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.art {
		background-image: url("../../img/headers/header-art@2x.jpg");
	}
}

#content-header.shop {
    background-image: url("../../img/headers/header-shop-new.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.shop {
		background-image: url("../../img/headers/header-shop-new@2x.jpg");
	}
}

#content-header.tv {
    background-image: url("../../img/headers/header-tv-new.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.tv {
		background-image: url("../../img/headers/header-tv-new@2x.jpg");
	}
}

#content-header.music {
    background-image: url("../../img/headers/header-music-soundbites.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.music {
		background-image: url("../../img/headers/header-music-soundbites@2x.jpg");
	}
}

#content-header.chef {
    background-image: url("../../img/headers/header-chef.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.chef {
		background-image: url("../../img/headers/header-chef@2x.jpg");
	}
}

#content-header.recipes {
    background-image: url("../../img/headers/header-recipes.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.recipes {
		background-image: url("../../img/headers/header-recipes@2x.jpg");
	}
}

#content-header.charity {
    background-image: url("../../img/headers/header-charity.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.charity {
		background-image: url("../../img/headers/header-charity@2x.jpg");
	}
}

#content-header.press {
   background-image: url("../../img/headers/header-press-2023.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.press {
		background-image: url("../../img/headers/header-press-2023@2x.jpg");
	}
}

#content-header.contact {
    background-image: url("../../img/headers/header-contact-new.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-header.contact {
		background-image: url("../../img/headers/header-contact-new@2x.jpg");
	}
}

#content-lines {
    position: relative;
    background-color: #be9816;
    background-image: url("../../img/common/bg-lines.gif");
    background-repeat: repeat;
	background-position: left 20px top;
    background-size: 40px 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-lines {
		background-image: url("../../img/common/bg-lines@2x.gif");
	}
}

#content-background {
    position: relative;
    top: -50px;
    left: 0px;
    width: 100%;
}

#content-background-wrapper {
    width: calc(100% - 100px);
    max-width: 1650px;
    margin: 0 auto;
}

#content-background-top {
    height: 25px;
    background-image: url("../../img/common/white-bar.png");
    background-repeat: no-repeat;
	background-position: center top;
    background-size: 1650px 25px;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#content-background-top {
		background-image: url("../../img/common/white-bar@2x.png");
	}
}

#content-background-fill {
    background-color: #ffffff; 
    padding-bottom: 510px;  
}

#content-art {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 470px;
    padding-top: 205px;
    background-image: none;
}

#content-art-button {
    z-index: 101;
    width: 650px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

#content-art-button img {
    width: 100%;
    height: auto;
}

#content-art-button img.large {
    display: block;
}

#content-art-button img.small {
    display: none;
}

#content-art-button a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#content-art-button a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#content-art-snake {
    display: none;
}

#mobile-album {
    display: none;
}

#content-area {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

#footer {
    
}

#footer-wrapper {
	border-top: 1px solid #656565;
    height: 120px;
}

#footer-credits {
    float: left;
    color: #c3c3c3;
    font-family: 'bebasneue', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 54px;
}

#footer-credits a {
    color: #c7a223;
    text-decoration: none;
}

#footer-credits a:hover {
    color: #618fb5;
    text-decoration: none;
}

#footer-logos {
    float: right;
    text-align: right;
    padding-top: 20px;
}

#footer-logo-rm {
    display: inline-block;
    width: 45px;
    padding-top: 16px;
    padding-bottom: 19px;
}

#footer-logo-cow {
    display: inline-block;
    width: 45px;
    margin-left: 20px;
    border-left: 1px solid #4e4e4e;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #4e4e4e;
    margin-right: 20px;
    padding-top: 16px;
    padding-bottom: 19px;
}

#footer-logo-21 {
    display: inline-block;
    width: 45px;
    padding-top: 16px;
    padding-bottom: 19px;
}

#footer-logos img {
    width: 100%;
    height: auto;
}

#footer-logos a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#footer-logos a:hover img {
	-webkit-filter: grayscale(100%) brightness(150%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(150%);
}

#title {
    position: relative;
    text-align: center;
    padding: 68px 100px 0px 100px;
}

#title-line {
    background-image: url("../../img/common/line.gif");
    background-repeat: repeat-x;
	background-position: center top 27px;
    background-size: 100% 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#title-line {
		background-image: url("../../img/common/line@2x.gif");
	}
}

#title h1 {
    display: inline-block;
    color: #3a3a3a;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;  
    padding-left: 44px;
    padding-right: 40px;
    background-color: #ffffff;
}

#content-full {

}

.narrow-pad {
    padding-left: 100px;
    padding-right: 100px;
}

#content-wrapper {
    
}

.narrow-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

#content {
    padding-top: 76px;
}

#home-header {
    position: relative;
    height: 1790px;
    background-image: url("../../img/home/bg-header-2023.jpg");
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-header {
		background-image: url("../../img/home/bg-header-2023@2x.jpg");
	}
}

#home-intro {
    z-index: 100;
    padding-top: 700px;
}

@media all and (min-width: 1999px) {
	#home-intro {
    	padding-top: 850px;
	}
}

#home-intro-wrapper {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

#home-intro-wrapper .text-bg {
    padding: 0px 6px 0px 8px; 
    margin: 0px -6px 0px -8px;
}

#home-intro-wrapper .bg-grey {
    background-color: #575757;
    text-shadow: none !important;
}

#home-intro-wrapper .bg-gold {
    background-color: #c7a223;
    text-shadow: none !important;
}

#home-art {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 605px;
    padding-top: 330px;
    background-image: none;
}

body.home #content-art-snake {
    height: 355px !important;    
}

#home-shop-recipes {
    background-color: #e0e0e0;    
}

#home-shop {
    float: left;
    width: 50%;
}

#home-shop-title {
    color: #618fb5;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    padding-left: 4px;
    text-align: center;
    padding-top: 63px;
}

#home-shop-title a {
    color: #618fb5;
    text-decoration: none;
}

#home-shop-title a:hover {
    color: #1d1d1d;
    text-decoration: none;
}

#home-shop-items {
    text-align: center;
    padding: 64px 25px 0px 25px;
}

#home-shop-items a {
    display: inline-block;
    width: 155px;
    max-width: calc(33.33% - 50px);
    margin: 0px 25px;
}

#home-shop-items a.last {
    display: none;    
}

#home-shop-items img {
    width: 100%;
    height: auto;
}

#home-shop-items a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#home-shop-items a:hover img {
	-webkit-filter: grayscale(100%) brightness(180%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(180%);
}

#home-recipes {
    float: right;
    width: 50%;
}

#home-recipes a {
    display: block;
    width: 100%;
    height: 430px;
    background-color: #c7a223;
    background-image: url("../../img/home/bg-recipes.gif");
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) contrast(100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-recipes a {
		background-image: url("../../img/home/bg-recipes@2x.gif");
	}
}

#home-recipes a:hover {
    -webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) contrast(120%);
}

#home-recipes a span {
    display: inline-block;
    color: #1d1d1d;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 12px;
    padding-left: 12px;
    padding-top: 63px;
    padding-bottom: 20px;
}

#home-recipes a img {
    display: inline-block;
    width: 550px;
    height: auto;
}

#mobile-recipes {
    display: none;    
}

#home-logos {
    position: relative;
    height: 230px;
    background-color: #ffffff;
}

#home-logos-fade-l {
    position: absolute;
    top: 0px;
    left: 110px;
    z-index: 500;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

#home-logos-fade-r {
    position: absolute;
    top: 0px;
    right: 110px;
    z-index: 501;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

#home-logos-prev.slick-prev {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 502;
    text-align: left;
}

#home-logos-next.slick-next {
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 503;
    text-align: right;
}

a.home-logos-arrow {
    color: #c7a223;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

a.home-logos-arrow:hover {
    color: #618fb5;
    text-decoration: none;
}

a.slick-disabled {
    color: #e0e0e0 !important;
}

#home-logos-wrapper {
    padding: 70px 110px 0px 110px;
}

.home-logos-item {
    text-align: center;
    outline: none !important;
}

.home-logos-item a, .home-logos-item img.no-link {
    display: inline-block;
    margin: 0px 60px;
}

.home-logos-item img {
    width: auto;
    height: 85px;
}

.home-logos-item a img {
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
	filter: brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.home-logos-item a:hover img {
	-webkit-filter: brightness(150%); /* Safari 6.0 - 9.0 */
	filter: brightness(150%);
}

#home-food {
    background-color: #e0e0e0;
}

#home-food a.home-food-item {
    float: left;
    width: 20%;
    height: 250px;
    background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

#home-food a.home-food-item:hover {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#home-food a.home-food-item img {
    width: 178px;
    height: auto;
}

.content strong,
.content b {
  font-weight: 400;
}

.content em,
.content i {
  font-style: italic;
}

.content i.fab, .content i.fal, .content i.far, .content i.fas {
    font-style: normal !important; 
}

.content p, .content ul, .content ol {
    margin-bottom: 30px;
}

.content li {
    
}

.content li li {
    margin-bottom: 0px;
}

.content li:last-of-type {
    
}

.content ul li {
    position: relative;
    padding-left: 22px;
}

.content ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\2022";
    color: #bbbbbb;
}

.content ul.gold-list li::before {
    color: #be9816;
}

#recipe-text ul li {
    padding-left: 50px;   
}

#recipe-text ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\2022";
    color: #bbbbbb;
}

.content ol li {
    position: relative;
    padding-left: 50px;
    counter-increment: item;
}

.content ol li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: counter(item)".";
    color: #bbbbbb;
}

.content ol li ol li {
    counter-increment: subitem;
}

.content ol li ol li::before {
    content: counter(subitem, lower-roman)".";
    color: #bbbbbb;
}

.content h2 {
    display: block;
    color: #be9816;
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
}

.content h2.margin-bottom {
    margin-bottom: 28px;
}

.content h2 a {
    color: #be9816;
    text-decoration: none;
}

.content h2 a:hover {
    color: #618fb5;
    text-decoration: none;
}

.content h3 {
    display: block;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

/* ----- SORT OUT ALL THESE, ADD WHAT's MISSING, STYLE ----- */
/* ----- blockquotes, lists, captions, image alignments, etc. ----- */
.content blockquote {
  margin: 0 0 40px;
  padding: 0 20px;
  font-style: italic;
  border-left: 5px solid #aaaaaa;
}
/* ----- SORT OUT ALL THESE, ADD WHAT's MISSING, STYLE ----- */

.contact-item {
    margin-bottom: 62px;
}

.contact-item:last-of-type {
    margin-bottom: 30px;
}

#recipes-filter {
    float: right;
    width: 250px;
    padding-top: 86px;
}

#recipes-filter .facetwp-facet {
    margin-bottom: 40px !important;
}

#recipes-keyword {
    
}

#recipes-keyword input {
    width: calc(100% - 72px);
    height: 48px;
    border: 1px solid #878787;
    border-radius: 25px;
    background-color: transparent;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 0px 50px 0px 20px !important;
	min-width: 0px !important;
}

#recipes-keyword .facetwp-icon {
    top: 0px !important;
    right: 10px !important;
    /*opacity: 1 !important;*/
}

#recipes-keyword .facetwp-btn::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #618fb5;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002" !important;
    background-image: none !important;
}

#recipes-types {
    padding-top: 0px;    
}

#recipes-types .facetwp-checkbox {
    background-image: url("../../img/common/uncheck.png") !important;
    background-size: 18px 18px !important;
    margin-bottom: 20px;
    padding-left: 50px !important;
    cursor: pointer;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#recipes-types .facetwp-checkbox {
		background-image: url("../../img/common/uncheck@2x.png") !important;
	}
}

#recipes-types .facetwp-checkbox.checked {
    background-image: url("../../img/common/check.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#recipes-types .facetwp-checkbox.checked {
		background-image: url("../../img/common/check@2x.png") !important;
	}
}

#recipes-types .facetwp-checkbox span {
    color: #bbbbbb;
}

#recipes-types a.facetwp-toggle {
    text-transform: lowercase;
}

#recipes-content {
    float: left;
    width: calc(100% - 300px);
    padding-top: 86px;
    padding-bottom: 30px;
}

.recipes-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.recipes-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.recipes-item:nth-of-type(3n+4) {
	clear: both;
}

.recipes-item:nth-of-type(1n+4) {
	margin-top: 50px;
}

.recipes-img {
    
}

.recipes-img img {
    width: 100%;
    height: auto;
}

.recipes-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

.recipes-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.recipes-text {
    text-align: center;
    padding-top: 16px;    
}

.recipes-text h2 {
    color: #be9816;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
}

.recipes-featured {
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding-top: 1px;
}

#recipe-item {
    padding-top: 86px; 
}

#recipe-img {
    
}

#recipe-img-wrapper {
    position: relative;
}

#recipe-img-wrapper img {
    width: 100%;
    height: auto;
}

#recipe-img-wrapper img.recipe-featured {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 178px;
    height: auto;
}

#recipe-text {
    padding-top: 91px;
}

.chef-title {
    
}

.chef-video {
    padding-top: 8px;
    padding-bottom: 35px;
}

.chef-divider {   
    padding-top: 35px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 59px;
}

.shows-content {
    padding-bottom: 30px;    
}

.shows-item {
    float: left;
    width: calc(33.33% - 33.33px);
}

.shows-item:nth-of-type(3n+1) {
    padding-left: 0px;
    padding-right: 25px;
}

.shows-item:nth-of-type(3n+2) {
    padding-left: 25px;
    padding-right: 25px;
}

.shows-item:nth-of-type(3n+3) {
    padding-left: 25px;
    padding-right: 0px;
}

.shows-item:nth-of-type(3n+4) {
	clear: both;
}

.shows-item:nth-of-type(1n+4) {
	margin-top: 55px;
    border-top: 1px solid #bbbbbb;
    padding-top: 40px;
}

.shows-img {
    min-height: 150px;
    /* center content vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.shows-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.shows-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.shows-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.shows-img img.full {
    display: block;    
}

.shows-img img.tablet {
    display: none;    
}

.shows-img img.mobile {
    display: none;    
}

.shows-text {
    padding-top: 40px;    
}

.shows-text h2 a {
    color: #be9816;
    text-decoration: none;
}

.shows-text h2 a:hover {
    color: #618fb5;
    text-decoration: none;
}

.shows-button {
    text-align: center;
    padding-top: 35px;
}

.shows-button a {
    display: inline-block;
    width: 150px;
    height: 60px;
    border: none;
    border-radius: 30px;
    background-color: #be9816;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.shows-button a:hover {
    background-color: #618fb5;
    color: #ffffff;
    text-decoration: none;
}

#show-item {
     
}

#show-img {
    padding-top: 10px; 
    padding-bottom: 91px;
}

#show-img img {
    width: 100%;
    height: auto;
}

#show-text {
    
}

#show-clips {
    margin-top: 53px;
    border-top: 1px solid #bbbbbb;
    padding-top: 43px;
    padding-bottom: 30px;
}

#show-clips-title {
    text-align: center;
    padding-bottom: 47px;
}

#show-clips-videos {
    
}

.show-clips-item {
    float: left;
    width: calc(50% - 25px);
    margin-right: 50px;
}

.show-clips-item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.show-clips-item:nth-of-type(2n+3) {
	clear: both;
}

.show-clips-item:nth-of-type(1n+3) {
    margin-top: 50px;
}

.charity-divider {   
    padding-top: 35px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 59px;
}

.charity-top {
    padding-top: 10px;
}

.charity-img {
    padding-bottom: 20px;
}

.charity-img img {
    width: 100%;
    height: auto;
}

.charity-img img.full {
    display: block;    
}

.charity-img img.tablet {
    display: none;    
}

.charity-img img.mobile {
    display: none;    
}

.charity-video, .charity-photo {
    max-width: 400px; 
    padding-bottom: 30px;
}

.charity-photo img {
    width: 100%;
    height: auto;
}

#music-video {
    padding-top: 86px;
    padding-bottom: 100px;
}

#music-feature {
    background-color: #e7e7e7;
}

#music-feature-wrapper {
    max-width: 850px;
    padding-top: 41px;
    padding-bottom: 100px;
}

#music-feature-title {
    text-align: center;
    padding-bottom: 39px;
}

#music-feature-title h3 {
    display: block;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-top: 2px;
}

#music-feature-title h3 span {
    font-weight: 700;
    text-transform: uppercase;
}

#music-feature-img {
    float: left;
    width: 350px;
}

#music-feature-img img {
    width: 100%;
    height: auto;
}

#music-feature-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

#music-feature-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#music-feature-links {
    float: right;
    width: calc(100% - 400px);
}

#music-feature-links a {
    display: block;
    width: 100%;
    height: 49px;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 49px;
    text-decoration: none;
    border-bottom: 1px solid #bababa;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#music-feature-links a i {
    float: left;
    color: #be9816;
    font-size: 20px;
    line-height: 49px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    padding-left: 50px;
}

#music-feature-links a span {
    float: right;
    text-align: right;
    color: #3f3f3f;
    font-weight: 200;
    line-height: 49px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    padding-right: 50px;
}

#music-feature-links a:hover {
    border-bottom: 1px solid #618fb5;    
}

#music-feature-links a:hover i {
    color: #618fb5;
    text-decoration: none;
}

#music-feature-links a:hover span {
    color: #618fb5;
    text-decoration: none;
}

#music-feature-button {
    text-align: center;
    padding-top: 20px;
}

#music-feature-button a {
    display: inline-block;
    max-width: 100%;
    width: 290px;
    height: 60px;
    border: none !important;
    border-radius: 30px;
    background-color: #be9816;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#music-feature-button a:hover {
    border: none !important;
    background-color: #618fb5;
    color: #ffffff;
    text-decoration: none;
}

#music-list {
    padding-top: 100px;
    padding-bottom: 30px;
}

.music-list-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.music-list-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.music-list-item:nth-of-type(3n+4) {
	clear: both;
}

.music-list-item:nth-of-type(1n+4) {
    margin-top: 50px;
}

.music-list-img {
    
}

.music-list-img img {
    width: 100%;
    height: auto;
}

.music-list-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

.music-list-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.music-list-title {
    text-align: center;
    padding-top: 16px;    
}

#album-item {
    padding-top: 86px;
}

#album-title-mobile {
    display: none;    
}

#album-left {
    float: left;
    width: calc(100% - 500px);
    padding-bottom: 30px;
}

#album-img {
    
}

#album-img img {
    width: 100%;
    height: auto;
}

#album-links {
    padding-top: 21px;
}

#album-links a {
    display: block;
    width: 100%;
    height: 49px;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 49px;
    text-decoration: none;
    border-bottom: 1px solid #bababa;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#album-links a i {
    float: left;
    color: #be9816;
    font-size: 20px;
    line-height: 49px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#album-links a span {
    float: right;
    text-align: right;
    color: #3f3f3f;
    font-weight: 200;
    line-height: 49px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#album-links a:hover {
    border-bottom: 1px solid #618fb5;    
}

#album-links a:hover i {
    color: #618fb5;
    text-decoration: none;
}

#album-links a:hover span {
    color: #618fb5;
    text-decoration: none;
}

#album-text {
    float: right;
    width: 450px;
}

#album-title {
    padding-bottom: 28px;
}

#album-title h3 {
    display: block;
    color: #3f3f3f;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-top: 2px;
}

#album-title h3 span {
    font-weight: 700;
    text-transform: uppercase;
}

#album-tracks {
    
}

.album-tracks-pad {
    padding-top: 30px;
}

#album-tracks-title {
    font-weight: 600;
    padding-bottom: 0px;
}

#album-tracks ol li {
    padding-left: 35px;
    margin-top: 30px;
}

#album-tracks ol li::before {
    top: 2px;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 600;
}

#album-tracks ol li a {
    font-weight: 400;
}

a.song-credit-link {
    position: relative;
    padding-left: 35px;
    color: #618fb5;
    font-style: 300;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.song-credit-link i {
    position: absolute;
    top: 2px;
    left: 0px;
    color: #be9816; 
    font-size: 18px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.song-credit-link:hover {
    color: #be9816;
    text-decoration: none;
}

a.song-credit-link:hover i {
    color: #3f3f3f;
}

.shop-padding {
    padding-bottom: 30px;    
}

.shop-box {
    background-color: #f1f1f1;
    padding: 50px;
}

.shop-title {
    color: #be9816;
    padding-bottom: 4px;
}

.shop-title a {
    color: #be9816;
    text-decoration: none;
}

.shop-title a:hover {
    color: #618fb5;
    text-decoration: none;   
}

.shop-text {
    font-size: 14px;
    line-height: 22px;
}

.shop-text p {
    margin-bottom: 0px !important;    
}

.shop-button {
    padding-top: 14px;
}

.shop-button a {
    display: inline-block;
    width: 130px;
    height: 60px;
    border: none;
    border-radius: 30px;
    background-color: #be9816;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.shop-button a:hover {
    background-color: #618fb5;
    color: #ffffff;
    text-decoration: none;
}

#shop-apparel-title {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 45px;
}

#shop-apparel-content {
    
}

#shop-apparel-wrapper {
    display: table;    
}

#shop-apparel-img {
    display: table-cell;
    width: 250px;    
}

#shop-apparel-img img {
    width: 100%;
    height: auto;
}

#shop-apparel-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

#shop-apparel-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#shop-apparel-text {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 250px);
    padding-left: 50px;
}

#shop-music-title {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 45px;
}

#shop-music-content {
    
}

.shop-music-item {
    float: left;
    width: calc(50% - 25px);
    margin-right: 50px;
}

.shop-music-item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.shop-music-item:nth-of-type(2n+3) {
	clear: both;
}

.shop-music-item:nth-of-type(1n+3) {
    margin-top: 50px;
}

.shop-music-img {
    max-width: 250px;
    margin: 0 auto;
}

.shop-music-img img {
    width: 100%;
    height: auto;
}

.shop-music-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

.shop-music-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.shop-music-text {
    text-align: center;
}

.shop-music-text .shop-title {
    padding-top: 40px;
}

#shop-books-title {
    text-align: center;
    padding-bottom: 45px;
}

#shop-books-content {
    
}

#shop-books-wrapper {
    display: table;    
}

#shop-books-img {
    display: table-cell;
    width: 200px;    
}

#shop-books-img img {
    width: 100%;
    height: auto;
}

#shop-books-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

#shop-books-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#shop-books-text {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 200px);
    padding-left: 50px;
}

.press-content {
    padding-bottom: 30px;    
}

.press-item {
    float: left;
    width: calc(33.33% - 33.33px);
}

.press-item:nth-of-type(3n+1) {
    padding-left: 0px;
    padding-right: 25px;
}

.press-item:nth-of-type(3n+2) {
    padding-left: 25px;
    padding-right: 25px;
}

.press-item:nth-of-type(3n+3) {
    padding-left: 25px;
    padding-right: 0px;
}

.press-item:nth-of-type(3n+4) {
	clear: both;
}

.press-item:nth-of-type(1n+4) {
	margin-top: 55px;
    border-top: 1px solid #bbbbbb;
    padding-top: 40px;
}

.press-img {
    max-width: 250px;
    min-height: 150px;
    /* center content vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;*/
}

.press-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.press-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.press-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.press-img img.full {
    display: block;    
}

.press-img img.tablet {
    display: none;    
}

.press-img img.mobile {
    display: none;    
}

.press-text {
    padding-top: 30px;    
}

.press-text h2 a {
    color: #be9816;
    text-decoration: none;
}

.press-text h2 a:hover {
    color: #618fb5;
    text-decoration: none;
}

#eyw-interactive {
    position: relative;
    padding-bottom: 30px;
}

#eyw-interactive img {
    width: 100%;
    height: auto;
}

#eyw-interactive a {
    /* center content vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0.2;
    -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

#eyw-interactive a img {
    width: 90%;
    max-width: 80px;
    height: auto;
}

/*#eyw-interactive a:hover {
    opacity: 1;
}*/

.fancybox-caption-wrap {
    text-align: center !important;    
}

@keyframes flickerAnimation {
  0%   { opacity:0.2; }
  50%  { opacity:1; }
  100% { opacity:0.2; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0.2; }
  50%  { opacity:1; }
  100% { opacity:0.2; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0.2; }
  50%  { opacity:1; }
  100% { opacity:0.2; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0.2; }
  50%  { opacity:1; }
  100% { opacity:0.2; }
}

#eyw-interactive a:hover {
    /*-webkit-animation: none;
   -moz-animation: none;
   -o-animation: none;
    animation: none;*/
    opacity: 1 !important;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#list {
	background-color: #1b1b1b;	
}

#list-wrapper {
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 65px;
	padding-bottom: 84px;
}

#list-title {
	width: calc(100% - 300px);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

#list-form {
	width: 300px;
}

body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
	color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 30px;
    text-align: left;
}

body .gform_wrapper .gform_heading {
	display: none;	
}

body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
	padding-bottom: 10px;
}

body .gform_wrapper .gform_validation_container { 
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

body .gform_wrapper .gfield_label {
	display: none;
}

body .gform_wrapper .gform_required_legend, body .gform_wrapper span.gfield_required {
    display: none;  
}

body img.gform_ajax_spinner {
    display: none !important;
}

body .gform_wrapper.gform_validation_error .gform_heading {
    display: none;
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
    width: 100%;
    height: 44px;
    color: #b7b7b7;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 300;
    line-height: normal;
	border: none;
    border-bottom: 1px solid #656565;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0px 3px;
    margin-bottom: 0px;
    text-align: left;
}

body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper textarea:focus {
    border-bottom: 1px solid #ffffff;
}

body .gform_wrapper ::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1.0 !important; /* for chrome */
}

body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7;
	opacity: 1.0 !important;
}

body .gform_wrapper ::-moz-placeholder {  /* Firefox 19+ */
    color: #b7b7b7;
	opacity: 1.0 !important;
}

body .gform_wrapper :-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1.0 !important;
}

body .gform_wrapper .gform_footer {
	padding-top: 16px;
}

body .gform_wrapper .button.gform_button {
	display: inline-block;
	width: 90px;
	height: 50px;
	box-sizing: border-box;
	border: none;
	border-radius: 0px;
	background-color: #c09820;
	color: #1b1b1b;
    font-family: 'bebasneue', sans-serif;
    font-size: 22px;
    font-weight: 400;
	line-height: 50px;
    letter-spacing: 2px;
	text-decoration: none;
    cursor: pointer;
    outline: none;
	text-align: center;
	padding: 0px 0px 0px 2px;
    margin: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body .gform_wrapper .button.gform_button:hover {
	background-color: #ffffff;
	color: #1b1b1b;
}

body .gform_wrapper .validation_message {
    display: none !important;
}




/* -------------------- */
/* -------------------- */

@media all and (max-width: 1449px) {

    /* drop side lines */

    #content-background-wrapper {
        width: 100%;
    }
    
}

    
/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

    /* ipad horizontal layout */

    body {
        font-size: 17px;
        line-height: 26px;
    }

    .common-pad {
        padding-left: 50px;
        padding-right: 50px;
    }

    #header {
        top: 120px;
    }

    #logo {
        width: 260px;
        padding-left: 50px;
    }

    #navigation {
        padding-right: 48px;
        padding-top: 2px;
    }

    #navigation span {
        width: 20px;
    }

    #navigation a {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2px;
    }

    #content-header {
        height: 340px;
    }

    #content-lines {
        background-color: #ffffff;
        background-image: none;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
        #content-lines {
            background-image: none;
        }
    }

    #content-background {
        top: -25px;
    }

    #content-background-fill {
        padding-bottom: 552px;  
    }

    #content-art {
        bottom: -25px;
        height: 520px;
        padding-top: 110px;
        background-size: auto 690px;
    }

    #content-art-snake {
        height: 202px;
        background-position: calc(50% + 205px) top;
        background-size: auto 240px;
    }

    #title {
        padding: 34px 50px 0px 50px;
    }

    #title-line {
        background-position: center top 21px;
    }

    #title h1 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 2px;  
        padding-left: 30px;
        padding-right: 28px;
    }

    .narrow-pad {
        padding-left: 100px;
        padding-right: 100px;
    }

    #content {
        padding-top: 48px;
    }
    
    #home-header {
        height: 1370px;
    }

    #home-intro {
        padding-top: 530px;
    }

    #home-intro-wrapper {
        font-size: 38px;
        line-height: 55px;
        letter-spacing: 4px;  
        padding-left: 60px;
        padding-right: 60px;
    }

    #home-intro-wrapper .text-bg {
        padding: 0px 4px 0px 6px; 
        margin: 0px -4px 0px -6px;
    }

    #home-art {
        height: 520px;
        padding-top: 110px;
        background-size: auto 690px;
    }

    body.home #content-art-snake {
        height: 202px !important;    
    }

    #home-shop {
        float: none;
        width: 100%;
        height: 350px;
    }

    #home-shop-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 3px;
        padding-left: 3px;
        padding-top: 36px;
    }

    #home-shop-items {
        padding: 34px 90px 0px 90px;
    }

    #home-shop-items a {
        display: inline-block;
        width: 155px;
        max-width: calc(25% - 50px);
        margin: 0px 25px;
    }

    #home-shop-items a.last {
        display: inline-block;    
    }

    #home-recipes {
        float: none;
        width: 100%;
    }

    #home-recipes a {
        width: 100%;
        height: 350px;
    }

    #home-recipes a span {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 12px;
        padding-left: 12px;
        padding-top: 54px;
        padding-bottom: 20px;
    }

    #home-recipes a img {
        width: 440px;
        height: auto;
    }

    #home-logos {
        height: 170px;
    }

    #home-logos-fade-l {
        left: 110px;
        width: 60px;
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    #home-logos-fade-r {
        right: 110px;
        width: 60px;
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    }

    #home-logos-prev.slick-prev {
        top: 70px;
        left: 40px;
    }

    #home-logos-next.slick-next {
        top: 70px;
        right: 40px;
    }

    a.home-logos-arrow {
        font-size: 30px;
        line-height: 30px;
    }

    #home-logos-wrapper {
        padding: 55px 110px 0px 110px;
    }

    .home-logos-item a, .home-logos-item img.no-link {
        margin: 0px 40px;
    }

    .home-logos-item img {
        width: auto;
        height: 57px;
    }

    #home-food a.home-food-item {
        width: 25%;
        height: 200px;
    }

    #home-food a.home-food-item:nth-of-type(5) {
        display: none;
    }
    
    #home-food a.home-food-item img {
        width: 140px;
        height: auto;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 26px;
    }

    .content ul li {
        padding-left: 22px;
    }
    
    #recipe-text ul li {
        padding-left: 40px;    
    }

    .content ol li {
        padding-left: 40px;
    }

    .content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .content h2.margin-bottom {
        margin-bottom: 23px;
    }

    .content h3 {
        font-size: 17px;
        line-height: 26px;
    }
    
    .contact-item {
        margin-bottom: 58px;
    }

    .contact-item:last-of-type {
        margin-bottom: 26px;
    }
    
    #recipes-filter {
        padding-top: 48px;
    }

    #recipes-filter .facetwp-facet {
        margin-bottom: 20px !important;
    }

    #recipes-types .facetwp-checkbox {
        margin-bottom: 14px;
        padding-left: 40px !important;
        font-size: 16px;
        line-height: 24px;
    }

    #recipes-content {
        width: calc(100% - 290px);
        padding-top: 48px;
        padding-bottom: 26px;
    }

    .recipes-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .recipes-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .recipes-item:nth-of-type(3n+4) {
        clear: both;
    }

    .recipes-item:nth-of-type(1n+4) {
        margin-top: 40px;
    }

    .recipes-text {
        padding-top: 12px;    
    }

    .recipes-text h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .recipes-featured {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        padding-top: 0px;
    }

    #recipe-item {
        padding-top: 48px; 
    }

    #recipe-text {
        padding-top: 50px;
    }

    #recipe-img-wrapper img.recipe-featured {
        width: 140px;
    }
    
    .chef-video {
        padding-top: 8px;
        padding-bottom: 35px;
    }

    .chef-divider {   
        padding-top: 25px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 45px;
    }
    
    .shows-content {
        padding-bottom: 26px;    
    }
    
    .shows-item {
        width: calc(33.33% - 28px);
    }

    .shows-item:nth-of-type(3n+1) {
        padding-left: 0px;
        padding-right: 21px;
    }

    .shows-item:nth-of-type(3n+2) {
        padding-left: 21px;
        padding-right: 21px;
    }

    .shows-item:nth-of-type(3n+3) {
        padding-left: 21px;
        padding-right: 0px;
    }

    .shows-item:nth-of-type(3n+4) {
        clear: both;
    }

    .shows-item:nth-of-type(1n+4) {
        margin-top: 50px;
        border-top: 1px solid #bbbbbb;
        padding-top: 35px;
    }

    .shows-img {
        min-height: 120px;
    }

    .shows-img img.full {
        display: none;    
    }

    .shows-img img.tablet {
        display: block;    
    }

    .shows-img img.mobile {
        display: none;    
    }

    .shows-text {
        padding-top: 30px;    
    }

    #show-img {
        padding-top: 0px; 
        padding-bottom: 50px;
    }

    #show-clips {
        margin-top: 48px;
        border-top: 1px solid #bbbbbb;
        padding-top: 38px;
        padding-bottom: 26px;
    }

    #show-clips-title {
        text-align: center;
        padding-bottom: 42px;
    }

    .show-clips-item {
        float: left;
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .show-clips-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .show-clips-item:nth-of-type(2n+3) {
        clear: both;
    }

    .show-clips-item:nth-of-type(1n+3) {
        margin-top: 40px;
    }
    
    .charity-divider {
        padding-top: 25px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 45px;
    }

    .charity-top {
        padding-top: 0px;
    }

    .charity-img {
        padding-bottom: 20px;
    }
    
    .charity-img img.full {
        display: none;    
    }

    .charity-img img.tablet {
        display: block;    
    }

    .charity-img img.mobile {
        display: none;    
    }

    .charity-video, .charity-photo {
        padding-bottom: 26px;
    }
    
    #music-video {
        padding-top: 48px;
        padding-bottom: 50px;
    }

    #music-feature-wrapper {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #music-feature-title {
        padding-bottom: 30px;
    }

    #music-feature-title h3 {
        line-height: 30px;
    }

    #music-feature-img {
        float: left;
        width: 350px;
    }

    #music-feature-links {
        float: right;
        width: calc(100% - 390px);
    }

    #music-feature-links a {
        height: 49px;
        font-size: 17px;
        line-height: 49px;
    }

    #music-feature-links a i {
        font-size: 20px;
        line-height: 49px;
        padding-left: 40px;
    }

    #music-feature-links a span {
        line-height: 49px;
        padding-right: 40px;
    }

    #music-feature-button {
        padding-top: 20px;
    }

    #music-list {
        padding-top: 50px;
        padding-bottom: 26px;
    }

    .music-list-item {
        float: left;
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .music-list-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .music-list-item:nth-of-type(3n+4) {
        clear: both;
    }

    .music-list-item:nth-of-type(1n+4) {
        margin-top: 40px;
    }

    .music-list-title {
        padding-top: 12px;    
    }

    #album-item {
        padding-top: 48px;
    }

    #album-title-mobile {
        display: none;    
    }

    #album-left {
        width: calc(100% - 490px);
        padding-bottom: 26px;
    }

    #album-links {
        padding-top: 12px;
    }

    #album-links a {
        height: 49px;
        font-size: 17px;
        line-height: 49px;
    }

    #album-links a i {
        font-size: 20px;
        line-height: 49px;
    }

    #album-links a span {
        line-height: 49px;
    }

    #album-text {
        width: 450px;
    }

    #album-title {
        padding-bottom: 23px;
    }

    #album-title h3 {
        line-height: 30px;
    }

    .album-tracks-pad {
        padding-top: 26px;
    }

    #album-tracks ol li {
        padding-left: 35px;
        margin-top: 26px;
    }
    
    .shop-padding {
        padding-bottom: 26px;    
    }
    
    .shop-box {
        padding: 40px;
    }

    .shop-title {
        padding-bottom: 4px;
    }

    .shop-text {
        font-size: 14px;
        line-height: 22px;
    }

    .shop-button {
        padding-top: 14px;
    }

    #shop-apparel-title {
        padding-top: 37px;
        padding-bottom: 40px;
    }

    #shop-apparel-text {
        padding-left: 40px;
    }

    #shop-music-title {
        padding-top: 37px;
        padding-bottom: 40px;
    }

    .shop-music-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .shop-music-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .shop-music-item:nth-of-type(2n+3) {
        clear: both;
    }

    .shop-music-item:nth-of-type(1n+3) {
        margin-top: 40px;
    }

    .shop-music-text .shop-title {
        padding-top: 40px;
    }

    #shop-books-title {
        padding-bottom: 40px;
    }

    #shop-books-text {
        padding-left: 40px;
    }
    
    .press-content {
        padding-bottom: 26px;    
    }
    
    .press-item {
        width: calc(33.33% - 28px);
    }

    .press-item:nth-of-type(3n+1) {
        padding-left: 0px;
        padding-right: 21px;
    }

    .press-item:nth-of-type(3n+2) {
        padding-left: 21px;
        padding-right: 21px;
    }

    .press-item:nth-of-type(3n+3) {
        padding-left: 21px;
        padding-right: 0px;
    }

    .press-item:nth-of-type(3n+4) {
        clear: both;
    }

    .press-item:nth-of-type(1n+4) {
        margin-top: 50px;
        border-top: 1px solid #bbbbbb;
        padding-top: 35px;
    }

    .press-img {
        min-height: 120px;
    }

    .press-img img.full {
        display: none;    
    }

    .press-img img.tablet {
        display: block;    
    }

    .press-img img.mobile {
        display: none;    
    }

    .press-text {
        padding-top: 20px;    
    }
    
    #eyw-interactive {
        padding-bottom: 26px;
    }

	#list-wrapper {
		max-width: 800px;
		padding-top: 65px;
		padding-bottom: 84px;
	}

	#list-title {
		width: calc(100% - 300px);
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 3px;
	}

	#list-form {
		width: 300px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
        font-size: 17px;
        line-height: 26px;
	}

	body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		padding-bottom: 10px;
	}
     
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */
    
    .common-pad {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #top-bar {
        height: 59px;
    }

    #top-bar a {
        line-height: 60px;
    }

    #header {
        top: 96px;
    }

    #logo {
        width: 260px;
        padding-left: 40px;
        padding-top: 5px;
    }

    #navigation {
        display: none;
    }
    
    #mobile-menu {
        display: block;    
    }
    
    #open-menu {
        display: block;    
    }

    #content-header {
        height: 320px;
    }

    #content-background-fill {
        padding-bottom: 407px;  
    }

    #content-art {
        height: 400px;
        padding-top: 66px;
        background-size: auto 520px;
    }
    
    #content-art-button {
        width: 508px;
    }

    #content-art-button img.large {
        display: none;
    }

    #content-art-button img.small {
        display: block;
    }

    #content-art-snake {
        height: 210px;
        background-position: calc(50% + 202px) top;
        background-size: auto 210px;
    }

    #title {
        padding: 34px 40px 0px 40px;
    }

    #title-line {
        background-position: center top 21px;
    }

    #title h1 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 2px;  
        padding-left: 30px;
        padding-right: 28px;
    }

    .narrow-pad {
        padding-left: 80px;
        padding-right: 80px;
    }

    #content {
        padding-top: 48px;
    }
    
    #home-header {
        height: 1100px;
    }

    #home-intro {
        padding-top: 440px;
    }

    #home-intro-wrapper {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 4px;  
        padding-left: 40px;
        padding-right: 40px;
    }

    #home-intro-wrapper .text-bg {
        padding: 0px 4px 0px 6px; 
        margin: 0px -4px 0px -6px;
    }

    #home-art {
        height: 400px;
        padding-top: 55px;
        background-size: auto 520px;
    }

    body.home #content-art-snake {
        height: 210px !important;    
    }

    #home-shop {
        height: 350px;
    }

    #home-shop-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 3px;
        padding-left: 3px;
        padding-top: 36px;
    }

    #home-shop-items {
        padding: 34px 80px 0px 80px;
    }

    #home-shop-items a {
        display: inline-block;
        width: 155px;
        max-width: calc(33.33% - 40px);
        margin: 0px 20px;
    }

    #home-shop-items a.last {
        display: none;    
    }

    #home-recipes a {
        width: 100%;
        height: 350px;
    }

    #home-recipes a span {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 12px;
        padding-left: 12px;
        padding-top: 54px;
        padding-bottom: 20px;
    }

    #home-recipes a img {
        width: 440px;
        height: auto;
    }

    #home-logos {
        height: 170px;
    }

    #home-logos-fade-l {
        left: 80px;
        width: 50px;
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    #home-logos-fade-r {
        right: 80px;
        width: 50px;
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    }

    #home-logos-prev.slick-prev {
        top: 72px;
        left: 30px;
    }

    #home-logos-next.slick-next {
        top: 72px;
        right: 30px;
    }

    a.home-logos-arrow {
        font-size: 24px;
        line-height: 24px;
    }

    #home-logos-wrapper {
        padding: 55px 80px 0px 80px;
    }

    .home-logos-item a, .home-logos-item img.no-link {
        margin: 0px 40px;
    }

    .home-logos-item img {
        width: auto;
        height: 57px;
    }

    #home-food a.home-food-item {
        width: 33.33%;
        height: 200px;
    }
    
    #home-food a.home-food-item:nth-of-type(4) {
        display: none;
    }

    #home-food a.home-food-item:nth-of-type(5) {
        display: none;
    }
    
    #home-food a.home-food-item img {
        width: 140px;
        height: auto;
    }
    
    #recipes-filter {
        width: 200px;
        padding-top: 48px;
    }

    #recipes-filter .facetwp-facet {
        margin-bottom: 20px !important;
    }
    
    #recipes-types {
        padding-top: 20px;    
    }

    #recipes-types .facetwp-checkbox {
        margin-bottom: 14px;
        padding-left: 40px !important;
        font-size: 16px;
        line-height: 24px;
    }

    #recipes-content {
        width: calc(100% - 240px);
        padding-top: 48px;
        padding-bottom: 26px;
    }

    .recipes-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .recipes-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }
    
    .recipes-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .recipes-item:nth-of-type(3n+4) {
        clear: none;
    }
    
    .recipes-item:nth-of-type(2n+3) {
        clear: both;
    }

    .recipes-item:nth-of-type(1n+4) {
        margin-top: 40px;
    }
    
    .recipes-item:nth-of-type(1n+3) {
        margin-top: 40px;
    }

    .recipes-text {
        padding-top: 12px;    
    }

    .recipes-text h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .recipes-featured {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        padding-top: 0px;
    }

    #recipe-item {
        padding-top: 48px; 
    }

    #recipe-text {
        padding-top: 50px;
    }

    #recipe-img-wrapper img.recipe-featured {
        width: 140px;
    }
    
    .chef-video {
        padding-top: 8px;
        padding-bottom: 30px;
    }

    .chef-divider {   
        padding-top: 20px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 40px;
    }
    
    .shows-item {
        width: calc(50% - 30px);
    }

    .shows-item:nth-of-type(3n+1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .shows-item:nth-of-type(3n+2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .shows-item:nth-of-type(3n+3) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .shows-item:nth-of-type(2n+1) {
        padding-left: 0px;
        padding-right: 30px;
    }
    
    .shows-item:nth-of-type(2n+2) {
        padding-left: 30px;
        padding-right: 0px;
    }

    .shows-item:nth-of-type(3n+4) {
        clear: none;
    }

    .shows-item:nth-of-type(2n+3) {
        clear: both;
    }

    .shows-item:nth-of-type(1n+4) {
        margin-top: 40px;
        border-top: 1px solid #bbbbbb;
        padding-top: 25px;
    }

    .shows-item:nth-of-type(1n+3) {
        margin-top: 40px;
        border-top: 1px solid #bbbbbb;
        padding-top: 25px;
    }

    .shows-img {
        min-height: 120px;
    }

    .shows-img img.full {
        display: none;    
    }

    .shows-img img.tablet {
        display: block;    
    }

    .shows-img img.mobile {
        display: none;    
    }

    .shows-text {
        padding-top: 30px;    
    }

    #show-img {
        padding-top: 0px; 
        padding-bottom: 50px;
    }

    #show-clips {
        margin-top: 38px;
        border-top: 1px solid #bbbbbb;
        padding-top: 28px;
        padding-bottom: 26px;
    }

    #show-clips-title {
        padding-bottom: 32px;
    }

    .show-clips-item {
        float: left;
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .show-clips-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .show-clips-item:nth-of-type(2n+3) {
        clear: both;
    }

    .show-clips-item:nth-of-type(1n+3) {
        margin-top: 40px;
    }
    
    .charity-divider {
        padding-top: 20px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 40px;
    }

    .charity-top {
        padding-top: 0px;
    }

    .charity-img {
        padding-bottom: 20px;
    }
    
    .charity-img img.full {
        display: none;    
    }

    .charity-img img.tablet {
        display: block;    
    }

    .charity-img img.mobile {
        display: none;    
    }

    .charity-video, .charity-photo {
        padding-bottom: 26px;
    }
    
    #music-video {
        padding-top: 48px;
        padding-bottom: 50px;
    }

    #music-feature-wrapper {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #music-feature-title {
        padding-bottom: 30px;
    }

    #music-feature-title h3 {
        line-height: 30px;
    }

    #music-feature-img {
        float: left;
        width: calc(50% - 20px);
    }

    #music-feature-links {
        float: right;
        width: calc(50% - 20px);
    }

    #music-feature-links a {
        height: 49px;
        font-size: 17px;
        line-height: 49px;
    }

    #music-feature-links a i {
        font-size: 20px;
        line-height: 49px;
        padding-left: 30px;
    }

    #music-feature-links a span {
        line-height: 49px;
        padding-right: 30px;
    }

    #music-feature-button {
        padding-top: 20px;
    }

    #music-list {
        padding-top: 50px;
        padding-bottom: 26px;
    }

    .music-list-item {
        float: left;
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .music-list-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }
    
    .music-list-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .music-list-item:nth-of-type(3n+4) {
        clear: none;
    }

    .music-list-item:nth-of-type(2n+3) {
        clear: both;
    }

    .music-list-item:nth-of-type(1n+4) {
        margin-top: 40px;
    }

    .music-list-item:nth-of-type(1n+3) {
        margin-top: 40px;
    }

    .music-list-title {
        padding-top: 12px;    
    }

    #album-item {
        padding-top: 48px;
    }

    #album-title-mobile {
        display: none;    
    }

    #album-left {
        width: 260px;
        padding-bottom: 26px;
    }

    #album-links {
        padding-top: 12px;
    }

    #album-links a {
        height: 49px;
        font-size: 17px;
        line-height: 49px;
    }

    #album-links a i {
        font-size: 20px;
        line-height: 49px;
    }

    #album-links a span {
        line-height: 49px;
    }

    #album-text {
        width: calc(100% - 300px);
    }

    #album-title {
        padding-bottom: 23px;
    }

    #album-title h3 {
        line-height: 30px;
    }

    .album-tracks-pad {
        padding-top: 26px;
    }

    #album-tracks ol li {
        padding-left: 35px;
        margin-top: 26px;
    }
    
    .press-item {
        width: calc(50% - 30px);
    }

    .press-item:nth-of-type(3n+1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .press-item:nth-of-type(3n+2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .press-item:nth-of-type(3n+3) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .press-item:nth-of-type(2n+1) {
        padding-left: 0px;
        padding-right: 30px;
    }
    
    .press-item:nth-of-type(2n+2) {
        padding-left: 30px;
        padding-right: 0px;
    }

    .press-item:nth-of-type(3n+4) {
        clear: none;
    }

    .press-item:nth-of-type(2n+3) {
        clear: both;
    }

    .press-item:nth-of-type(1n+4) {
        margin-top: 40px;
        border-top: 1px solid #bbbbbb;
        padding-top: 25px;
    }

    .press-item:nth-of-type(1n+3) {
        margin-top: 40px;
        border-top: 1px solid #bbbbbb;
        padding-top: 25px;
    }

    .press-img {
        min-height: 120px;
    }

    .press-img img.full {
        display: none;    
    }

    .press-img img.tablet {
        display: block;    
    }

    .press-img img.mobile {
        display: none;    
    }

    .press-text {
        padding-top: 20px;    
    }

	#list-wrapper {
		max-width: 800px;
		padding-top: 65px;
		padding-bottom: 84px;
	}

	#list-title {
		width: calc(100% - 300px);
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 3px;
	}

	#list-form {
		width: 300px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
        font-size: 17px;
        line-height: 26px;
	}

	body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		padding-bottom: 10px;
	}

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {
	
	/* mobile layout */
    
    body {
        font-size: 14px;
        line-height: 20px;
    }
    
    .common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }

    #top-bar {
        display: none;
    }
    
    #mobile-top {
        height: 80px;
    }
    
    #mobile-logo {
        display: block;
    }

    #close-menu {
        float: right;
        text-align: right;
        padding-right: 30px;
    }

    #close-menu a {
        line-height: 80px;
    }

    #mobile-navigation {
        float: left;
        text-align: left;
        padding-left: 30px;
    }
    
    #mobile-social {
        display: block;    
    }
    
    #header {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 200;
        width: 100%;
        height: 80px;
        background-color: #1d1d1d;
    }
    
    #logo {
        width: 200px;
        padding-left: 30px;
        padding-top: 30px;
    }

	body.home #logo img {
		-webkit-filter: invert(0);
		filter: invert(0);	
	}
    
    #open-menu {
        padding-right: 30px;
    }

    #open-menu a {
        font-size: 30px;
        line-height: 80px;
    }
    
    #content-header {
        height: 230px;
    }

    #content-background {
        top: -14px;
    }

    #content-background-top {
        height: 14px;
        background-size: auto 14px;
    }

    #content-background-fill { 
        padding-bottom: 5px;
    }

    #content-art {
        display: none;
    }
    
    #mobile-album {
        display: block;
        background-color: #e3ebf4;
        padding: 50px 50px 0px 50px;
    }
    
    #mobile-album-cover {
        max-width: 300px;
        margin: 0 auto;
    }
    
    #mobile-album-cover img {
        width: 100%;
        height: auto;
    }
    
    #mobile-album-cover a img {
        -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%) contrast(100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;	
    }

    #mobile-album-cover a:hover img {
        -webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) contrast(120%);
    }
    
    #mobile-album-text {
        color: #1d1d1d;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    
    #mobile-album-text span {
        color: #be9816;
    }
    
    #mobile-album-button {
        width: calc(100% + 100px);
        margin-left: -50px;
    }
    
    #mobile-album-button a {
        display: block;
        height: 70px;
        background-color: #787878;
        background-image: url("../../img/common/arrow.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 12px 6px;
        color: #ffffff;
        font-family: 'bebasneuebook', sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 3px;
        padding-left: 3px;
        text-align: center;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;	
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
        #mobile-album-button a {
            background-image: url("../../img/common/arrow@2x.png");
        }
    }
    
    #mobile-album-button a:hover {
        background-color: #be9816;    
    }

    #title {
        padding: 14px 20px 0px 20px;
    }

    #title-line {
        background-position: center top 12px;
    }

    #title h1 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;  
        padding-left: 20px;
        padding-right: 19px;
    }
    
    #footer-wrapper {
        height: 180px;
    }

    #footer-credits {
        float: none;
        text-align: center;
        padding-top: 28px;
        padding-left: 1px;
    }

    #footer-logos {
        float: none;
        text-align: center;
        padding-top: 29px;
    }

    .narrow-pad {
        padding-left: 30px;
        padding-right: 30px;
    }

    #content {
        padding-top: 22px;
    }
    
    #home-header {
        height: 500px;
    }

    #home-intro {
        padding-top: 250px;
    }

    #home-intro-wrapper {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;  
        padding-left: 20px;
        padding-right: 18px;
    }

    #home-intro-wrapper .text-bg {
        padding: 0px; 
        margin: 0px; 
        color: #c7a223;
        background-color: transparent !important;
    }

    #home-art {
        display: none;
    }
    
    #home-shop-recipes {
        display: none;    
    }

    #home-logos {
        display: none;
    }

    #home-food {
        display: none;
    }
    
    #mobile-recipes {
        display: block;
    }

    #mobile-recipes a {
        display: block;
        width: 100%;
        height: 200px;
        background-color: #c7a223;
        background-image: url("../../img/home/bg-recipes.gif");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%) contrast(100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;	
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
        #mobile-recipes a {
            background-image: url("../../img/home/bg-recipes@2x.gif");
        }
    }

    #mobile-recipes a:hover {
        -webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) contrast(120%);
    }

    #mobile-recipes a span {
        display: inline-block;
        color: #1d1d1d;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 4px;
        padding-left: 4px;
        padding-top: 36px;
        padding-bottom: 15px;
    }

    #mobile-recipes a img {
        display: inline-block;
        width: 210px;
        height: auto;
    }
      
    .content p, .content ul, .content ol {
        margin-bottom: 20px;
    }

    .content ul li {
        padding-left: 20px;
    }
    
    #recipe-text ul li {
        padding-left: 20px;    
    }

    .content ol li {
        padding-left: 20px;
    }
    
    .content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .content h2.margin-bottom {
        margin-bottom: 10px;
    }

    .content h3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .contact-item {
        margin-bottom: 40px;
    }

    .contact-item:last-of-type {
        margin-bottom: 20px;
    }
    
    #recipes-filter {
        float: none;
        width: 100%;
        padding-top: 38px;
    }

    #recipes-filter .facetwp-facet {
        margin-bottom: 0px !important;
    }
    
    #recipes-keyword input {
        width: calc(100% - 57px);
        height: 38px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 200;
        padding: 0px 40px 0px 15px !important;
    }

    #recipes-keyword .facetwp-btn {
        top: 2px !important;
        right: 10px !important;
    }

    #recipes-keyword .facetwp-btn::before {
        font-size: 14px;
    }

    #recipes-types .facetwp-checkbox {
        float: left;
        margin-right: 20px;
        margin-bottom: 14px;
        background-size: 14px 14px !important;
        padding-left: 20px !important;
        font-size: 14px;
        line-height: 20px;
    }
    
    #recipes-types a.facetwp-toggle {
        display: block;
        clear: both;
    }
    
    #recipes-types a.facetwp-toggle.facetwp-hidden {
        display: none;
    }

    #recipes-content {
        float: none;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .recipes-item {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .recipes-item:nth-of-type(3n+3) {
        margin-right: 30px;
    }
    
    .recipes-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .recipes-item:nth-of-type(3n+4) {
        clear: none;
    }
    
    .recipes-item:nth-of-type(2n+3) {
        clear: both;
    }

    .recipes-item:nth-of-type(1n+4) {
        margin-top: 30px;
    }
    
    .recipes-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }

    .recipes-text {
        padding-top: 10px;    
    }

    .recipes-text h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .recipes-featured {
        font-size: 12px;
        line-height: 20px;
    }

    #recipe-item {
        padding-top: 38px; 
    }

    #recipe-text {
        padding-top: 40px;
    }

    #recipe-img-wrapper img.recipe-featured {
        width: 100px;
    }
    
    .chef-video {
        padding-top: 8px;
        padding-bottom: 24px;
    }

    .chef-divider {   
        padding-top: 15px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 30px;
    }
    
    .shows-content {
        padding-bottom: 20px;    
    }
    
    .shows-item {
        float: none;
        width: 100%;
    }

    .shows-item:nth-of-type(2n+1) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .shows-item:nth-of-type(2n+2) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .shows-item:nth-of-type(2n+3) {
        clear: none;
    }

    .shows-item:nth-of-type(1n+4) {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }

    .shows-item:nth-of-type(1n+3) {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }
    
    .shows-item:nth-of-type(1) {
        padding-top: 16px;
    }
    
    .shows-item:nth-of-type(1n+2) {
        padding-top: 48px;
    }

    .shows-img {
        min-height: 0px;
        display: block;
        text-align: center;
    }

    .shows-img img.full {
        display: none;    
    }

    .shows-img img.tablet {
        display: none;    
    }

    .shows-img img.mobile {
        display: inline-block;    
    }

    .shows-text {
        padding-top: 12px;
        text-align: center;
    }
    
    .shows-button {
        padding-top: 16px;
        text-align: center;
    }

    .shows-button a {
        width: 110px;
        height: 44px;
        border-radius: 22px;
        font-size: 14px;
        line-height: 44px;
    }

    #show-img {
        padding-top: 16px; 
        padding-bottom: 40px;
    }

    #show-clips {
        margin-top: 38px;
        border-top: 1px solid #bbbbbb;
        padding-top: 28px;
        padding-bottom: 20px;
    }

    #show-clips-title {
        padding-bottom: 32px;
    }

    .show-clips-item {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .show-clips-item:nth-of-type(2n+2) {
        margin: 0 auto;
    }

    .show-clips-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }

    .show-clips-item:nth-of-type(1n+2) {
        margin-top: 30px;
    }
    
    .charity-divider {
        padding-top: 15px;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 30px;
    }

    .charity-top {
        padding-top: 16px;
    }

    .charity-img {
        padding-bottom: 14px;
    }
    
    .charity-img img.full {
        display: none;    
    }

    .charity-img img.tablet {
        display: none;    
    }

    .charity-img img.mobile {
        display: block;    
    }

    .charity-video, .charity-photo {
        padding-bottom: 20px;
    }
    
    #music-video {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    #music-feature-wrapper {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #music-feature-title {
        padding-bottom: 20px;
    }

    #music-feature-title h3 {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-left: 1px;
        margin-top: 1px;
    }

    #music-feature-img {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    #music-feature-links {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        padding-top: 12px;
    }

    #music-feature-links a {
        height: 39px;
        font-size: 14px;
        line-height: 39px;
    }

    #music-feature-links a i {
        font-size: 17px;
        line-height: 39px;
        padding-left: 0px;
    }

    #music-feature-links a span {
        line-height: 39px;
        padding-right: 0px;
    }

    #music-feature-button {
        padding-top: 12px;
    }
    
    #music-feature-button a {
        max-width: 100%;
        width: 220px;
        height: 44px;
        border-radius: 22px;
        font-size: 14px;
        line-height: 44px;
    }
    
    #music-list {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .music-list-item {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .music-list-item:nth-of-type(3n+3) {
        margin: 0 auto;
    }
    
    .music-list-item:nth-of-type(2n+2) {
        margin: 0 auto;
    }

    .music-list-item:nth-of-type(3n+4) {
        clear: none;
    }

    .music-list-item:nth-of-type(2n+3) {
        clear: none;
    }

    .music-list-item:nth-of-type(1n+4) {
        margin-top: 30px;
    }

    .music-list-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }

    .music-list-item:nth-of-type(1n+2) {
        margin-top: 30px;
    }

    .music-list-title {
        padding-top: 12px;    
    }

    #album-item {
        padding-top: 22px;
    }

    #album-title-mobile {
        display: block;  
        text-align: center;
        padding-bottom: 20px;
    }
    
    #album-title-mobile h3 {
        display: block;
        color: #3f3f3f;
        font-family: 'Muli', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1px;
        margin-left: 1px;
        margin-top: 1px;
    }
    
    #album-title-mobile h3 span {
        font-weight: 700;
        text-transform: uppercase;
    }

    #album-left {
        float: none;
        width: 100%;
        max-width: 350px; 
        margin: 0 auto;
        padding-bottom: 0px;
    }

    #album-links {
        padding-top: 12px;
    }

    #album-links a {
        height: 39px;
        font-size: 14px;
        line-height: 39px;
    }

    #album-links a i {
        font-size: 17px;
        line-height: 39px;
    }

    #album-links a span {
        line-height: 39px;
    }

    #album-text {
        float: none;
        width: 100%;
        padding-top: 40px;
    }

    #album-title {
        display: none;
    }

    .album-tracks-pad {
        padding-top: 20px;
    }

    #album-tracks ol li {
        padding-left: 20px;
        margin-top: 20px;
    }
    
    a.song-credit-link {
        padding-left: 20px;
    }

    a.song-credit-link i {
        top: 1px;
        font-size: 15px;
    }
    
    .shop-padding {
        padding-bottom: 20px;    
    }
    
    .shop-box {
        padding: 30px;
    }

    .shop-title {
        font-size: 15px;
        padding-bottom: 4px;
    }

    .shop-text {
        font-size: 14px;
        line-height: 20px;
    }

    .shop-button {
        padding-top: 12px;
    }
    
    .shop-button a {
        max-width: 100%;
        width: 80px;
        height: 44px;
        border-radius: 22px;
        font-size: 14px;
        line-height: 44px;
    }

    #shop-apparel-title {
        padding-top: 24px;
        padding-bottom: 25px;
    }
    
    #shop-apparel-img {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    #shop-apparel-text {
        display: block;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    #shop-music-title {
        padding-top: 24px;
        padding-bottom: 25px;
    }

    .shop-music-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .shop-music-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .shop-music-item:nth-of-type(2n+3) {
        clear: none;
    }

    .shop-music-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }
    
    .shop-music-item:nth-of-type(1n+2) {
        margin-top: 30px;
    }
    
    .shop-music-img {
        max-width: 250px;
        margin: 0 auto;
    }
    
    .shop-music-height {
        min-height: 0px !important;    
    }

    .shop-title {
        padding-top: 20px !important;
    }

    #shop-books-title {
        padding-bottom: 25px;
    }

    #shop-books-img {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    #shop-books-text {
        display: block;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    
    .press-content {
        padding-bottom: 20px;    
    }
    
    .press-item {
        float: none;
        width: 100%;
    }

    .press-item:nth-of-type(2n+1) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .press-item:nth-of-type(2n+2) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .press-item:nth-of-type(2n+3) {
        clear: none;
    }

    .press-item:nth-of-type(1n+4) {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }

    .press-item:nth-of-type(1n+3) {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }
    
    .press-item:nth-of-type(1) {
        padding-top: 16px;
    }
    
    .press-item:nth-of-type(1n+2) {
        padding-top: 48px;
    }

    .press-img {
        min-height: 0px;
        margin: 0 auto;
        text-align: center;
    }

    .press-img img.full {
        display: none;    
    }

    .press-img img.tablet {
        display: none;    
    }

    .press-img img.mobile {
        display: inline-block;    
    }

    .press-text {
        padding-top: 12px;
        text-align: center;
    }
    
    #eyw-interactive {
        padding-bottom: 20px;
    }

	#list-wrapper {
		display: block;
		max-width: 320px;
		padding-top: 78px;
		padding-bottom: 78px;
	}

	#list-title {
		width: auto;
		font-size: 38px;
		line-height: 40px;
		letter-spacing: 3px;
	}

	#list-form {
		width: auto;
		padding-top: 28px;
	}

	body .gform_confirmation_message, body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
        font-size: 14px;
        line-height: 20px;
	}

	body .gform_wrapper .gform_heading, body .gform_wrapper .validation_error {
		padding-bottom: 10px;
	}
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */
	
    #content-header {
        height: 130px;
    }
    
    .recipes-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .recipes-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }
    
    .recipes-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .recipes-item:nth-of-type(3n+4) {
        clear: none;
    }
    
    .recipes-item:nth-of-type(2n+3) {
        clear: none;
    }

    .recipes-item:nth-of-type(1n+4) {
        margin-top: 30px;
    }
    
    .recipes-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }
    
    .recipes-item:nth-of-type(1n+2) {
        margin-top: 30px;
    }

    #recipe-text {
        padding-top: 34px;
    }

    #recipe-img-wrapper img.recipe-featured {
        width: 80px;
    }
	
}


@media all and (min-width: 1024px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}
