@font-face {
    font-family: 'code_boldregular';
    src: url('fonts/code_bold-webfont.woff2') format('woff2'),
         url('fonts/code_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'code_lightregular';
    src: url('fonts/code_light-webfont.woff2') format('woff2'),
         url('fonts/code_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.raleway { font-family: 'Raleway', sans-serif; }
.mw80 { max-width: 80%; margin:auto; }
.image-responsive img { max-width: 100%; }

.code-light{
	 font-family: 'code_lightregular';
}

.code-bold{
	font-family: 'code_boldregular';
}

a{
	color:#717D7D;
}

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

.animated,
.animated-delay{
	opacity: 0;
}

.bamboo{
	background: transparent url(../img/bg-bamboo.jpg);
}


.box-shadow{
	    -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.5);
}

.bg-white{
	background: #fff;
}

.bg-dark-grey { background:rgba(0,0,0,0.65); }

body{
	font-family: 'Lato', sans-serif;
	font-size:17px;
	line-height: 26px;
	color:#767670;
	background: transparent url(i/bg-page.jpg) repeat-y 0 0;
	background-size:100%;
	background-attachment: fixed;
}

body.open{
	overflow: hidden;
}

.bg-gray{
	background: #f2f2f2;
}

.button{
	padding: 8px 40px;
    border: 1px solid #95958c;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin: auto;
   	text-align: center;
}


.row.circles{
	margin: 0 auto 55px;
	padding:0;
}


.clearfix{
	clear:both;
}

.code_lightregular{
	font-family: 'code_lightregular';
}


.container{
	position: relative;
}

.fading_overlay{ position:fixed; width:100%; height:4000px; background: #fff; z-index: 10000;top:0;left:0;}

.footer{
	padding-top:50px;
	padding-bottom:50px;
	background: #1d1d1d;
	color:#737475;
}

.footer a{
	color:#737475;
}

.about-team-page .footer{
	margin-bottom: 0;
	display: none;
}

.footer .button{

	display: block;
	max-width: 380px;
	text-align: center;
	margin-bottom: 12px;
}


.footer .legal{
	font-size:10px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
}

.footer .legal span{
	font-weight: bold;
	font-style: italic;
}

.footer-links{
	border-top:1px solid #323232;
	border-bottom: 1px solid #323232;
	max-width: 1170px;
	margin:auto;
	padding:50px 0 30px;
}

.footer-links li{
	padding:0 0 15px;
}

.footer-links .col-md-8,
.footer-links .col-md-7,
.footer-links .col-md-5,
.footer-links .col-md-4,
.footer-links .col-md-3,
.footer-links .col-md-2,
.footer-links .row,
.footer-links .container{
	padding:0;
	margin:0;
}

.footer-links .col-md-5{
	text-align: right;
}

.footer-links .button{
	margin-left:inherit;
	margin-right:inherit;
	float:right;
	min-width: 255px;
}


h1{
	 font-family: 'code_boldregular';
	 text-align: center;
	 font-size:40px;
	 margin-bottom: 40px;
	letter-spacing: .3em;
	position: relative;
	 text-indent: 0.6em;
	 margin-top:0;
	 z-index: 100;
	 display: block;
	
}

h1.mobile{
		display: none;
}

h1:before{
	content:'';
	position: absolute;
	top:50%;
	left:0;
	height: 1px;
	border-top:1px solid #b0b0b0;
	z-index: 100;
    /*
display: inline-block;
    content: "";
*/
	
}

h1:after{
	content:'';
	position: absolute;
	top:50%;
	right:0;
	height: 1px;
	border-top:1px solid #b0b0b0;
	z-index: 100;
}

.header{
	padding:23px 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-page .header{
	padding-bottom: 23px;
}

.header.scrolled{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #eaeaea;
    z-index: 10;
    border-bottom:1px solid #ECECEC;
}

.header.scrolled .logo{
	width:200px;
	
}

.hamburger{
	width: 27px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
}


.hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #464646;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 8px;
}

.hamburger span:nth-child(4) {
    top: 16px;
}

.hamburger span:nth-child(2), 
.hamburger span:nth-child(3) {
    top: 8px;
}

.hero{
	width: 100%;
}


/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.home-page .hvr-sweep-to-top:before{
	background:   #000000;
}

.contact-page .hvr-sweep-to-top:before,
.has-concepts-grid .hvr-sweep-to-top:before{
	background:  #000000;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active,
.contact-wrapper:hover .hvr-sweep-to-top, .contact-wrapper:hover .hvr-sweep-to-top a {
  color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,
.team:hover .hvr-sweep-to-top:before, .team:focus .hvr-sweep-to-top:before, .team:active .hvr-sweep-to-top:before ,
.evolution:hover .hvr-sweep-to-top:before, .evolution:focus .hvr-sweep-to-top:before, .evolution:active .hvr-sweep-to-top:before,
.creative-markets:hover .hvr-sweep-to-top:before, .creative-markets:focus .hvr-sweep-to-top:before, .creative-markets:active .hvr-sweep-to-top:before,
.celebrity-council:hover .hvr-sweep-to-top:before, .celebrity-council:focus .hvr-sweep-to-top:before, .celebrity-council:active .hvr-sweep-to-top:before,
.news-wrapper:hover  .hvr-sweep-to-top:before,
.contact-wrapper:hover  .hvr-sweep-to-top:before,
.event-wrapper:hover .hvr-sweep-to-top:before,
.bio-wrapper:hover .hvr-sweep-to-top:before,
.concept-wrapper:hover   .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-trigger:hover .hamburger span:nth-child(1){
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-trigger:hover .hamburger span:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger:hover .hamburger span:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-trigger:hover .hamburger span:nth-child(4){
  top: 18px;
  width: 0%;
  left: 50%;
}


.logo{
	padding-left:30px;
	 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.like-link{cursor: pointer}

.menu-trigger{
	position: absolute;
	top:44px;
	right:30px;
	height:20px;
	line-height: 20px;
	z-index: 1001;
	cursor: pointer;
}

.menu-trigger .menu-title{
	font-size:18px;
	font-family: 'code_boldregular';
	color:#464646;
	display: inline-block;
	padding-left:5px;
	
}

.open .menu-trigger .menu-title{
	display: none;
}

.open .hamburger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.open .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
   width: 180%;
   height:5px;
}


.open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
   width: 180%;
   height:5px;
}


.open .hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.overlay{
	position: fixed;
	background: #eaeaea;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: -2;
	 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    *filter: alpha(opacity=0);
    opacity: 0;

}

.open .overlay{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    *filter: alpha(opacity=1);
	opacity: 1;
	position: fixed;
	z-index: 1000;
}

.overlay > ul{
	position: absolute;
	top:50%;
	transform:translateY(-51%);
	left:50%;
	margin-left:-20%;
	width:40%;
	
	 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.overlay > ul li a{
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size:30px;
	height: 78px;
	line-height: 78px;
	border-bottom:2px solid #F2F2F2;
	color:#737B7D;
	position: relative;
	 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.overlay > ul li a.last{
	border-bottom:0;
}

.overlay > ul li a.active,
.overlay > ul li a:hover{
	color:#fff;
}

.overlay > ul li a:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	background: #ccc;
	width:10px;
	height:78px;
	 -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}



.overlay > ul li a.black:before{background: #000000;}
.overlay > ul li a.gray:before{background: #6a7979;}

.overlay > ul li a.red:before{
	background: #EE2A38;
}

.overlay > ul li a.blue:before{
	background: #33B1CA;
}

.overlay > ul li a.green:before{
	background: #63CAB9;
}

/*
.overlay > ul li a.gray:before{
	background: #717D7D;
}
*/

.overlay > ul li a.pink:before{
	background: #B51984;
}


.overlay > ul li a.active:before,
.overlay > ul li a:hover:before{
	width:100%;
}


.row{
	margin:0;
}

.responsive-image{max-width: 100%}

section{
	position: relative;
}

.table{
	display: table;
	width:100%;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
}

/**----------------------------------------------------
Page Styles
----------------------------------------------------**/

.craveable-markets-page .content{
	width:80%;
	margin:auto;
}

.craveable-markets-page .content h1{
	padding:96px 0 50px;
	margin:0;
}

.craveable-markets-logo-wrapper{
	margin: auto auto 38px;
	text-align: center;
}

.craveable-markets-logo-wrapper img{
	max-width: 100%;
}

.creative-concepts-page h1{
	/* padding:30px 0 40px; */
	margin:0;
}


.about-events-page .event-wrapper.row{
	padding:0;
	margin:0;
	background: #ECECEC;
	margin-bottom: 40px;
}


.about-events-page .event-content{
	padding:50px;
	margin:0;
}

.about-events-page .event-title{
	font-size:24px;
}

.about-events-page .event-date{
	font-size:15px;
}

.about-events-page .event-image{
	margin:0;
	padding:0;
	min-height: 300px;
}

.about-events-page .event-text{
	font-size:15px;
	margin-top:40px;
}

.about-events-page .event-image img{
	max-width: 100%;
}

.about-events-page .event-video{
	position: relative;
	height:300px;
}

.about-events-page .video-play-button{
	position: absolute;
	top:50%;
	left:50%;
	width:110px;
	height: 110px;
	z-index: 10;
	margin-left:-55px;
	margin-top:-55px;
}

.news-title{
	font-size:24px;	
}

.news-date{
	font-size:15px;
}

.news-summary{
	font-size: 15px;
	margin-top: 40px;
}

.news-wrapper{
	padding:0px;
	background: #ECECEC;
	margin-bottom:40px;
	cursor: pointer;
}

.contact-wrapper{
	cursor:pointer;
}

.news-content{
	padding:50px;
}

.news-image{
	min-height: 450px;
}

.sweet-spot-page .event-wrapper.row{
	padding:0;
	margin:0;
	background: #fff;
	margin-bottom: 40px;
}


.sweet-spot-page .event-content{
	padding:50px;
	margin:0;
}

.sweet-spot-page .event-title{
	font-size:24px;
}

.sweet-spot-page .event-date{
	font-size:15px;
}



.sweet-spot-page .event-text{
	font-size:15px;
	margin-top:25px;
}

.sweet-spot-page .event-content .button{
	margin-top:25px;
	background: #fff;
	font-size:11px;
}

.news-page .news-learn-more{
	margin-top:25px;
	background: #fff;
	font-size:11px;
}

.sweet-spot-page .event-image img,
.sweet-spot-page .event-video img{
	max-width: 100%;
}

.sweet-spot-page .event-video{
	position: relative;
	height:300px;
}

.sweet-spot-page .video-play-button{
	position: absolute;
	top:50%;
	left:50%;
	width:110px;
	height: 110px;
	z-index: 10;
	margin-left:-55px;
	margin-top:-55px;
}


.recipe-page .recipe-wrapper{
	background: #ECECEC;
	padding:60px;
	font-size:14px;
}

.recipe-page .recipe-image{
	float:left;
	margin:0 50px 50px 0;
}

.recipe-page .recipe-title{
	font-size:24px;
	font-weight: 300;
	margin-bottom:30px;
}

.recipe-page .recipe-label{
	font-weight: bold;
	font-size:18px;
	margin-bottom:20px;
}

.recipe-page .recipe-wrapper .button{
	background: #fff;
	font-size:11px;
}

.social{
	display: table;
	width: 165px;
	margin:5px auto 30px;
}

.social li{
	display: table-cell;
}

.social li a{
	display: block;
	width:43px;
	height: 43px;
	background: transparent url(i/social.png) no-repeat 0 0;
}

.social li a.tw{
	background: transparent url(i/social.png) no-repeat -54px 0
}

.social li a.ig{
	background: transparent url(i/social.png) no-repeat -108px 0
}

.zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt,
.zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt p{
    color: #464646;
    opacity: 1;
   font-family: 'Lato', sans-serif;
   font-size:16px;
}

.zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt{
	min-height: 250px;
	width: 600px;
    margin-left: -50% !important;
}

.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .detail .detail-image, 
.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .detail .detail-image--border{
	
	/* border-color:#f01c30; */
	border-color: rgba(0,0,0, .25) !important;

}

.zoomtimeline.mode-3dslider .yearlist-con:after{
	/* background-color: #f01c30 !important; */
	background-color: #000000 !important;
	height: 3px;
}



.zoomtimeline.mode-3dslider .yearlist-con .yearlist .year figure{
	height:20px;
	width:20px;
	top:-4px;
	border:3px solid #fff;
	margin-left:-8px;
}


.zoomtimeline a{
	color:#000 !important;
}

.hex-desc{
	 color: #767670;
	opacity: 1 !important;
	font-size:16px;
}

.zoomtimeline.mode-3dslider .details-container > .detail .detail-image, 
.zoomtimeline.mode-3dslider .details-container > .detail .detail-image--border{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	
}

.zoomtimeline-wrapper, .faded-wrapper{
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	padding:80px 40px 0px;
	margin-bottom:100px;
}

.zoomtimeline{
	margin-bottom: 0;
}

.faded-wrapper{
	color:#fff;
}

.home-page .container,
.about-chg-page .container,
.about-team-page .container,
.culinary-council-page .container,
.about-events-page .container,
.news-page .container,
.contact-page .container,
.creative-concepts-page .container,
.consulting-page .container,
.sweet-spot-page .container,
.craveable-markets-page .container,
.celebrity-chef-concepts-page .container{
	max-width: 96%;	
	width:auto;
	padding:0;
}


.about-chg-page h1:before,
.about-chg-page h1:after{
	width:calc(50% - 200px);
}

.about-events-page h1:before,
.about-events-page h1:after{
	width:calc(50% - 150px);
}

.about-team-page h1:before,
.about-team-page h1:after{
	width:calc(50% - 150px);
}

.creative-concepts-page  h1:before,
.creative-concepts-page  h1:after{
	width:calc(50% - 525px);
}

.news-page h1:before,
.news-page h1:after{
	width:calc(50% - 100px);
}


.contact-page h1:before,
.contact-page h1:after{
	width:calc(50% - 360px);
}


.culinary-council-page h1:before,
.culinary-council-page h1:after{
	width:calc(50% - 310px);
}

.celebrity-chef-concepts-page h1:before,
.celebrity-chef-concepts-page h1:after{
	width:calc(50% - 410px);
}

.consulting-page h1:before,
.consulting-page h1:after{
	width:calc(50% - 340px);
}

.sweet-spot-page h1:before,
.sweet-spot-page h1:after{
	width:calc(50% - 200px);
}

.council-bios,
.news-items,
.contact-items,
.press-items{
	text-align: center;
}

.council-bios li,
.news-items li,
.contact-items li,
.press-items li{
	display: inline-block;
	max-width: 295px;
	margin-right: 15px;
	margin-bottom:70px;
	position: relative;
}

.news-items li,
.press-items li{
	max-width: 400px;
	height: 354px;
	overflow: hidden;
	background: #ccc;
}

.press-items li{
	height: 260px;
}

.contact-items li{
	max-width: 389px;
	height: 343px;
	overflow: hidden;
}

.council-bios li img,
.news-items li img,
.contact-items li img{
	max-width: 100%;
}

.council-bios li:nth-child(4n),
.news-items li:nth-child(3n),
.contact-items li:nth-child(3n){
	/* margin-right: 0px; */
}

.bio-label,
.news-label,
.contact-label,
.press-label{
	position: absolute;
	width:100%;
	height:48px;
	line-height: 48px;
	background: #6a7979;
	text-align: center;
	text-transform: uppercase;
	font-size:13px;
	left:0;
	bottom:0;
	color:#fff;
	letter-spacing: .5em;
}

.news-label{
	height: 113px;
	line-height: normal;
	letter-spacing: normal;
	padding:35px 28px;
	box-sizing: border-box;
}

.contact-label{
	height: 121px;
	line-height: normal;
	letter-spacing: .3em;
	text-indent: .3em;
	padding:25px 0;
	box-sizing: border-box;
	text-align: center;
	font-size:16px;
	color:#fff;
	background: #6a7979;
	
	
}

.contact-label a{
	font-size:11px;
	letter-spacing: .1em;
	padding:10px 20px;
	border:1px solid #fff;
	color:#fff;
	display: inline-block;
	margin-top:20px;
	font-family: 'code_boldregular';
}

.news-label a{
	color:#fff;
}


.about-events-page .bg-white{
	background: #ffffff;
	padding:0;
}

.about-events-page .private-events-catering{
	background:rgba(0,0,0,0.65);
	min-height: 220px;
	/* overflow: hidden; */
	padding:0;
	box-sizing: border-box;
	position: relative;
	margin-bottom:50px;
	font-size:18px;
	
	-webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 9px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 9px 0px rgba(50, 50, 50, 0.5);
	
}


.about-events-page .private-events-catering:after{
	content:'';
	position: absolute;
	bottom:-17px;
	left:0;
	width:100%;
	height: 17px;
	background: transparent url(i/bg-shadow.png) no-repeat 0 0;
}

.about-events-page .offsite-catering{
	background:rgba(0,0,0,0.65);
	
	min-height: 220px;
	padding-right:0;
	box-sizing: border-box;
	margin-bottom:50px;
	font-size:18px;
	
	
	-webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 9px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 9px 0px rgba(50, 50, 50, 0.5);
}

.about-events-page .offsite-catering:after{
	content:'';
	position: absolute;
	bottom:-17px;
	left:0;
	width:100%;
	height: 17px;
	background: transparent url(i/bg-shadow.png) no-repeat 0 0;
}


.about-events-page h2{
	font-size:23px;
	padding-bottom:40px;
	margin:0;
	text-transform: uppercase;
	color:#505151;
	    letter-spacing: .3em;
}

.about-events-page .col-md-6{
	margin:0;
	padding:0;
}

.about-events-page .col-md-6 img{
	width: 100%;
}

.about-events-page .col-md-6.padded-content{
	padding:55px;
}

.about-events-page .faded-wrapper h2{
	font-size:40px;
	color:#fff;
	    letter-spacing: .3em;
}



.consulting-page .partnerships span {
    background: #717d7d;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    display: inline-block;
    width: 240px;
    height: 240px;
    line-height: 240px;
    text-align: center;
    border: #bfc4c4 6px solid;
    margin: auto 5px auto ; 
}

.consulting-page .partnerships{
	margin-top:40px;
	margin-bottom:80px;
	text-align:center;
}

.consulting-page .col-md-4{
	padding:0;
}

.consulting-page .col-md-6,
.consulting-page .col-md-12{
	padding:0;
	margin:0;
}

.consulting-page .col-md-6 {
	height:550px;
	display: table;
}

.consulting-page .col-md-6 .table-cell{
	padding:40px 60px;
	vertical-align: middle;
}

.consulting-page .consulting-logo{
	margin-bottom: 45px;
	text-align: center;
	width:100%;
}

.consulting-page .consulting-logo img{
	display: inline-block;
}

.consulting-page .mb-50{
	margin-bottom:50px;
}


.about-team-page .scroll-pane{
		width: 100%;
		height: 300px;
		overflow: auto;
	}
.about-team-page .scroll-pane-content{
	padding-right:20px;
}

body.about-team-page {
	background: #fff url(../img/bg-team.jpg) repeat-x center bottom;
	background-attachment: fixed;
}

.about-team-page .team-members-wrapper{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}

.about-team-page h1{
	margin-bottom:0;
}

.about-team-page .footer{
	position: fixed;
	bottom: -50px;
	width:100%;
}

.about-team-page .team-member-name{
	background-color: rgba(0, 0, 0, .9);
	color:#fff;
	width:60%;
	text-align: center;
	position: absolute;
	bottom:15%;
	left:50%;
	margin-left:-30%;
	height:100px;
	display: none;
}

.about-team-page .name-and-title{
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-size:24px;
}

.about-team-page .name-and-title span{
	font-size:14px;
}

.about-team-page .team-member-image img{
	max-width: 100%;
}

.contact-page .phone{
	margin-bottom:60px;
}

.craveable-markets-page .mt-100{
	margin-top:100px;
}

.craveable-markets-page .mb-100{
	margin-bottom:100px;
}

.home-page .slide-1,
.home-page .slide-2,
.home-page .slide-3,
.home-page .slide-4{
	background: transparent url(i/bg-home-slide-2-darker.jpg) no-repeat center center;
	height: 375px;
	color:#fff;
	letter-spacing: .1em;
	padding:0 0 0 50px;
	margin:0;
	box-sizing: border-box;
	background-size:cover;
}

.home-page .slide-1 .slide-title,
.home-page .slide-2 .slide-title,
.home-page .slide-3 .slide-title,
.home-page .slide-4 .slide-title{
	font-size:40px;
	margin-bottom: 10px;
	line-height: normal;
	
}

.home-page .slide-1 .slide-title{
	 font-family: 'code_boldregular';
}


.home-page .slide-3 .slide-title{
	font-family: 'Cantata One', serif;
	font-size:58px;
	font-weight: 400;
}

.home-page .slide-1 .slide-caption,
.home-page .slide-2 .slide-caption,
.home-page .slide-3 .slide-caption,
.home-page .slide-4 .slide-caption{
	font-size:20px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .03em;
	font-family: 'Raleway', sans-serif;
	text-transform: lowercase;
}

.home-page .slide-2 .slide-title{
	margin-top:20px;
}

.home-page .slide-2 .slide-caption{
	margin-top:20px;
}

.home-page .slide-2{
	background: #000 url(i/bg-home-slide-woodwind.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}


.home-page .slide-3{
	background: transparent url(i/bg-home-slide-caputo.jpg) no-repeat center center;
	background-size:cover;
}


.home-page .slide-4{
	background: #000 url(i/bg-home-slide-prime.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}




.home-page .table{
	display: table;
	width:100%;
	height: 100%;
}

.home-page .table-cell{
	display:table-cell;
	vertical-align: middle;
	height: 200px;
	width:100%;
}

.home-page .slide-1 .slide-button,
.home-page .slide-2 .slide-button,
.home-page .slide-3 .slide-button,
.home-page .slide-4 .slide-button{
	display: inline-block;
	background: #000000;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding:10px 40px;
	color:#fff;
	font-size:15px;
	margin-top:30px;
}

.home-page .slide-2 .slide-button{
	background: #6a7979;
}

.home-page .action-words{
	font-size:60px;
	padding:60px 0;
	letter-spacing: .1em;
}

.home-page .evolution{
	background: #000 url(i/home-craveable-concepts-2019.jpg) no-repeat center center;
	background-size:cover;
	min-height: 479px;
	position: relative;
	cursor:pointer;
}

.home-page .team{
	background: #000 url(i/home-team.jpg) no-repeat center center;
	background-size:cover;
	min-height: 229px;
	margin-bottom:20px;
	margin:0 0 21px;
	position: relative;
	cursor:pointer;
}

.home-page .craveable-markets{
	background: transparent url(i/home-creative-markets-2019.jpg) no-repeat center center;
	background-size:cover;
	min-height: 229px;
	max-width: 48%;
	margin-right:4%;
	position: relative;
	overflow: hidden;
    cursor:pointer;
}

.home-page .celebrity-council{
	background: #000 url(i/home-celebrity-council.jpg) no-repeat center center;
	background-size:cover;
	min-height: 229px;
	margin:0;
	max-width: 48%;
	position: relative;
	overflow: hidden;
		cursor:pointer;
}

.home-page .spacer-25{
	padding:25px 0 0 0;
	clear:both;
}

.home-page .spacer-50{
	padding:50px 0 0 0;
	clear:both;
}

.home-page .spacer-100{
	padding:100px 0 0 0;
	clear:both;
}
.home-page .home-label{
	font-size:20px;
	position: absolute;
	bottom:0;
	left:50%;
	transform:translateX(-51.5%);
	color:#fff;
	background: #6a7979;
	padding:10px 40px;
	letter-spacing: .3em;
	text-indent:.3em;
	box-sizing: border-box;
}

.home-page .evolution .home-label{
	padding: 20px 40px;
    min-width: 70%;
    text-align: center;
}


.home-page .craveable-markets .home-label,
.home-page .celebrity-council .home-label{
	font-size:16px;
	width:106%;
	text-align: center;
	padding:20px 0;
}

.sweet-spot-page .zac-young{
	height:500px;
	background: transparent url(i/zac-young.jpg) no-repeat center -75px;
	background-size:cover;
	position: relative;
	margin-bottom: 80px;
}

.sweet-spot-page .event-image{
	border:1px solid #ECECEC;
	max-width: 100%;
	height:auto;
}


.sweet-spot-page .img-wrapper{
	position: absolute;
	left:100px;
	top:50%;
	transform:translateY(-51.5%);
	z-index: 10;
	width:230px;
	height: 230px;
}

.sweet-spot-page .img-wrapper img{
	max-width: 100%;
}


.sweet-spot-page .event-wrapper{
	margin-bottom: 20px;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}


.about-team-page .mobile-team{
	display: none;
}


	.about-team-page .team-pop-up{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 10000;
		top:0;
		left:0;
		background: rgba(0,0,0, .90);
	}
	
	.about-team-page .img-col{
		
		background-attachment: fixed;
		background: #fff url(../img/bg-team.jpg) repeat-x center bottom;
	}
	
	.about-team-page .bio-col{
		
		color:#fff;
	}
	
	
	.about-team-page .popup-team-img-wrapper{
		position: relative;
		width:75%;
		text-align: center;
	}
	
	.about-team-page .popup-team-img-wrapper img{
		position: absolute;
		bottom:91px;
		left:50%;
		transform:translateX(-35%);
	}
	
	.about-team-page .team-bio{
		width:80%;
		position: absolute;
		top:50%;
		left:50%;
		margin-left:-40%;
		transform:translateY(-50%);
	}	
	
	
	.about-team-page .team-bio .name-and-title{
		margin-bottom:30px;
		display: block;
	}
	
	
	.about-team-page .close-pop-up{
		color:#fff;
		font-size:55px;
		position: absolute;
		top:30px;
		right:30px;
		text-decoration: none;
		display: block;
		z-index: 100001;
	
		
	}
	
	.about-team-page .img-col .logo{
		padding-left:30px;
		padding-top:23px;
	}
	

.overlay > ul li.sub-nav a { font-size:25px; }

/**----------------------------------------------------
Responsive
----------------------------------------------------**/

@media screen and (max-height: 700px) {
	
	.overlay > ul li a, .overlay > ul li.sub-nav a{
		font-size:18px;
		height: 40px;
		line-height: 40px;
	}
	
	.overlay > ul li a:before{
		height:40px;
	}
}


@media screen and (min-width: 1400px) {
		.sweet-spot-page .zac-young{
			background: transparent url(i/zac-young.jpg) no-repeat center -160px;
			background-size:cover;
			height:600px;
		}
		
		
		
	}

@media screen and (max-width: 1320px){
	
	.news-items li{
		max-width:250px;
		height: 300px;
	}

}


@media screen and (max-width: 1023px) {
	
	.overlay > ul{
		margin-left:-40%;
		width:80%;
	}
	
	.news-items li{
		max-width:200px;
		height: 300px;
	}
	
	.contact-items li{
		max-width:245px;
		height:271px;
	}
}


@media screen and (max-width: 991px) {
	.about-events-page .col-md-6 img{
		max-width: none;
		width: 100%;
	}
	
	.about-team-page .team-pop-up .col-md-6, 
		.about-team-page .popup-team-img-wrapper{
			height:auto;
		}
		
		.about-team-page .team-pop-up{
			position: absolute;
			top:0;
			left:0;
		}
		
		.about-team-page .team-bio,
		.about-team-page .popup-team-img-wrapper img{
			position: static;
			transform:translateY(0);
			margin:auto;
		}
		
		.about-team-page .popup-team-img-wrapper{
			margin:auto;
		}
		
		.about-team-page .team-pop-up .team-bio{
			padding:30px 15px;
			width:100%;
			background: rgba(0,0,0, .90);
		}

	
	
}


@media screen and (max-width: 960px) {
	.consulting-page .col-md-6{
		min-height: 300px;
		height: auto;
		display: block;
	}
}

@media screen and (max-width: 769px) {

	h1.animated{
		display: none;
	}
	
	h1.mobile{
		display: block;
	}


	.consulting-page .col-md-6 .table-cell{
		display: block;
		margin: auto;
	}

	.overlay ul li a, .overlay > ul li.sub-nav a{
		font-size:22px;
	}
	
	.footer .button,
	.footer .legal{
		float:none;
		margin:auto auto 20px; 
		display: block;
		text-align: center;
	}
	
	
		.about-events-page .col-md-6.padded-content{
		padding:50px 25px;
	}
	
	.about-events-page h1{
		margin-bottom: 40px;
	}
	
	.about-events-page h2{
		letter-spacing: 0em;
	}
	
	.about-events-page .faded-wrapper h2{
		font-size:30px;
		 letter-spacing: 0em;
		
	}
	
	
	.home-page .evolution,
	.home-page .team,
	
	.home-page .craveable-markets,
	.home-page .celebrity-council{
		max-width: inherit;
		margin:0 0 21px;
		background-position: top center;
	}
	
	
	.home-page .craveable-markets	,
	.home-page .celebrity-council{
		min-height: 329px;
	}
	
	.home-page .action-words{
		font-size:36px;
	}
	
	.footer-links li{
		text-align: center;
	}
	
	.news-wrapper{
		font-size:12px;
	}
	
	.contact-label{
		font-size:12px;
	}
	
	.contact-label a{
		padding:10px;
	}

}


@media screen and (max-width: 600px){

	.sweet-spot-page .img-wrapper{
		left:40px;
		top:40px;
		width:130px;
		height: 130px;
		transform:none;
		
	}
}

	



@media screen and (max-width: 469px) {
	
	.overlay > ul li a, .overlay > ul li.sub-nav a{
		font-size:16px;
		height: 40px;
		line-height: 40px;
	}
	
	.overlay > ul{
		margin-left:-45%;
		width:90%;
	}
	
	.overlay > ul li a:before{
		height:40px;
	}
	
	.logo{
		width:200px;
	}
	
	
	.craveable-markets-page .content h1{
		font-size: 40px;
    	padding: 50px 0 30px;
	}

	.event-image,
	.event-image img{
		width:100%;
	}
	
	.header.scrolled .menu-trigger{
		top:44px;
	}
	
	.about-events-page .col-md-6.padded-content{
		padding:25px 10px;
	}
	
	.news-items li{
		display: block;
		max-width:90%;
		height: 250px;
		margin:auto;
		margin-bottom:35px;
	}
	
	.contact-items li{
		display: block;
		max-width:90%;
		height:271px;
		margin:auto;
		margin-bottom:35px;
	}
	
	.press-items li{
		height: 230px;
		margin-bottom:20px;
	}

	.about-team-page .team-members-wrapper{
		position: static;
		
	}
	
	
.home-page .craveable-markets,
	.home-page .celebrity-council{
		min-height: 229px;
	}

	.zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt,
	.zoomtimeline.mode-3dslider.under-600 .details-container > .detail .detail-excerpt{
		margin-left: 0 !important;
	}
	
	h1{
		font-size:25px;
		letter-spacing: .15em;
		margin-bottom:15px;
	}
	
	h1:before, h1:after{
		display: none;
	}
	
	
	
	
	
	
	/*
.team-member-name{
		display: none !important;
	}
*/
	
	.about-team-page .mobile-team{
		display: block;
	}
	
	
	.about-team-page .mobile-team{
		list-style-type:none;
		margin:20px 0 0 0;
		padding:0;
	}
	
	.about-team-page .mobile-team li{
		list-style: none;
		width:38%;
		display: inline-block;
		margin:0 20px 20px; 
		box-sizing: border-box;
		position: relative;
	}
	
	.about-team-page .bx-wrapper{
		display: none;
	}

	.about-team-page .team-pop-up{
			position: fixed;
			top:0;
			left:0;
		}
		
		.about-team-page .about-team-page .scroll-pane{
			height: 100px;
		}
	
	.about-team-page .team-member-name{
		height: 36px;
		overflow: hidden;
		bottom:0px;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding:5px;
		display: block !important;
		left:0;
	
	}
	
	
	.about-team-page .name-and-title{
		font-size:9px;
		line-height: 10px;
		text-align: center;
		display: block;

	}
	
	.about-team-page .name-and-title span{
		font-size:9px;
	}
	

}


@media screen and (max-width: 375px){

	.sweet-spot-page .img-wrapper{
		left:20px;
		top:20px;
		width:90px;
		height: 90px;
		transform:none;
		
	}
}


