/*
Theme Name: Trunks
Theme URI: http://Elephantusk.com
Author: Colmiyo
Author URI: 
Description: Fante
Version: 1.0
License: GNU General Public License v2 or later
License URI:

*/


body{
	margin: 0;padding:0;
	overflow-x:hidden;
	 -webkit-font-smoothing: subpixel-antialiased;	
background: #efefef;
}



@-webkit-keyframes scale {
    0%   { -webkit-transform:scale(1);}
    100% {-webkit-transform:scale(1.1); }
}
@-moz-keyframes scale {
    0%   { -moz-transform:scale(1);}
    100% {-moz-transform:scale(1.1); }
}
@-o-keyframes scale {
    0%   { -o-transform:scale(1);}
    100% {-o-transform:scale(1.1); }
}
@keyframes scale {
    0%   { transform:scale(1);}
    100% { transform:scale(1.1); }
} 

.menu a, .logo ,a , h2, h3, h4, h5, h6, .header , .contact-form input[type=submit], .button{
	color:#0e0e0e;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	/*font-family: 'Georgia', serif;*/
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 3px;
	font-weight: 300;
	text-decoration: none;
		text-transform:uppercase;
}

a, p {
	text-transform: none;
}

a, a:linked, a:visited, a:hover, a:active, a:focus{
	outline: none;
	border:0;
	text-decoration: underline;	
	outline: none;
}

a.link{
	color:#ff593c;;
	text-decoration:none;
}

a.link:hover{
	color:#ff593c;;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}


h1{font-size:36px}
h2{font-size:32px;}
h3{font-size:28px;}
h4{font-size:18px;}
h5{font-size:16px}
h6{font-size:14px;}

span, li, input, textarea, .wpcf7-response-output, button{
	font-family: 'Abril Fatface', cursive;
	color:#0e0e0e;
	font-style: normal;
	font-weight: 100;
	text-transform: none;
}

p{
	font-family: 'Helvetica',sans-serif ;
	font-size:14px;	
	line-height: 1.4em;
}

 .wpcf7-response-output{
	 font-style: italic;
 }

label{
	
}


input, select, textarea{
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	width:35%;
	padding:2%;
	border:none;
	outline:none;
	border-radius:3px;	
}

input:not([type=submit]) , select, textarea{
	background: rgba(255,255,255,.2);
}

 select ,textarea{
	width:35%;
	margin:-2.5% 0 2.5% 15%;
}

 input:focus,  select:focus,  textarea:focus{
	background: rgba(255,255,255,.8);
	transition:.5s all ease;
}

input[type=submit]{
	color:#fff;
	font-size:14px;
	margin-bottom: 90px;
	line-height:1px;
	width:auto;
	padding:20px;
}

button{
	outline:none;
	border:0;
	padding:1% 3.5%;
	margin-top:20px;
	border-radius:3px;
	font-size:16px;
	cursor:pointer;
}

svg{
	width:100%;
	height:100%;
}


.overlay{
min-width:100%;
min-height: 100%;
background:#0e0e0e;
display: block;
position:fixed;
top:0;
left:0;
z-index:50;
display: none;
overflow:hidden; 
}



.overlay.slide, .speckle.slide{
	display: block;
}

.top-header{
	height:auto;
}


.menu{
	width:70%;
	height:auto;
	margin:0 auto;
	padding:12px 15%;
	background: #efefef;
	  -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    z-index: 550;
    position:fixed;
    top:0;left:0;
    overflow: hidden;
}

.menu.active {
top:0;
left:0;
width:100%;
z-index: 550;
}

.menu a {
	color:#222222;
	line-height:1em;
}

.menu ul{
	float:left;
}

.menu li{
	display:inline-block;
	margin-top:15px;
	margin-left:20px;
	padding:5px 8px;
	border-radius:3px;
	border:2px solid rgba(255,255,255,0);
	transition:all .5s ease;
}

.menu li:hover{
	border-color:rgba(250, 205, 5, 1);
}

.sub-menu a{

}

.menu a[title~="sub"]{
	
}

.menu a:hover{
}

.menu nav a{
}

.menu nav a:before{

}

.menu nav .sub-menu a:before{

}


.menu nav a:hover:before{

}

.menu-item-has-children{
	position: relative;
}

.menu-item-has-children span{
	position: absolute;
	top:20px;
	left:200px;
	display: block;
	width:20px;
	height:20px;
	z-index: 999999999999999;
	color: #fff;
}

.menu-item-has-children span::before, .menu-item-has-children span::after{
	content:'';
	display:block;
	position: absolute;
	top:6px;
	left:0;
	width:20px;
	height:5px;
	background:#989898;
	transition-duration:0.3s, 0.3s;
	transition-delay: 0.1s, 0s;
	cursor:pointer;
}


.menu-item-has-children span::after{
	transform: rotate(90deg);
	
}

.menu-item-has-children span.active::before{
	transform: rotate(-45deg);
}
.menu-item-has-children span.active::after{
	transform:rotate(45deg);
}

.menu-item-has-children span.active::before, .menu-item-has-children span.active::after,
.menu-item-has-children span:hover::before, .menu-item-has-children span:hover::after{
	background:#fff;
}

.sub-menu{
	display: none;
	margin-left:20px;
}

.sub-menu.active{
	display: block;
}


nav{
}

.logo{
	width:160px;
	height:128px;
	background:	url('assets/GOODFOOD.png') ;
	background-size:100%;
	font-size: 2.8em;
	display: block;
	margin:0 auto;
	position:fixed;
	left:0;
	margin:auto;
	top:5px;
	z-index:900;
	text-indent: 99999999px;
}



.nav-trigger{
	background:none;
    height:50px;
	width:1.8%;
	padding:0 2%;
	display: flex;	
	position: fixed;
	top:10px;
	left:95%;
	z-index: 800;
	font-size:2.4em;
	color:#0e0e0e;
	font-style: normal;
	z-index: :20000;
	text-decoration: none;
	border: none;
	outline: none;
	display:none;
}
.nav-trigger:visited, .nav-trigger:hover, .nav-trigger:active, .nav-trigger:focus{
	color: inherit;
	outline: none;
	border:none;
	text-decoration: none;
}

.nav-trigger.active{
	color:inherit;
	z-index:999999999;
}

.nav-trigger span{
	display: block;
	position: absolute;
	height:6px;
	background: #0e0e0e;
	top:20px;
	left:8px;
	right:8px;
}

.nav-trigger:hover span, .nav-trigger:hover span::before, .nav-trigger:hover span::after {
	background:rgba(250, 205, 5, 0.6);
	mix-blend-mode:multiply;
}

.nav-trigger span::before{
	top:-10px;
	transition-property: top, transform;
}

.nav-trigger span::after{
	bottom:-10px;
	transition-property: bottom, transform;
}

.nav-trigger span::before, .nav-trigger span::after{
	content:'';
	position:absolute;
	display: block;
	left:0;
	width:100%;
	height:6px;
	background: #000;
	transition-duration:0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.nav-trigger.active span{ 
	background: none;
}

.nav-trigger.active span::before{ 
	top:0;
	transform:rotate(45deg);
}

.nav-trigger.active span::after{ 
	bottom:0;
	transform:rotate(-45deg);
}

.nav-trigger.active span::before, .nav-trigger.active span::after{
	background: #000;
	transition-delay: 0s, 0.3s;
}

.nav-trigger.active:hover span::before, .nav-trigger.active:hover span::after{
}

.container, .blog-footer{
	width:100%;height:100%;
	margin:0 ;padding:0;
	clear: both;
	overflow:hidden;
	position: relative;
}


.gallery-wrap, .blog-wrap, .reservation-form, .reservation-wrap{
	margin:2.5%;padding:2.5% 0 0 0;
	width:95%;
	height:100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.reservation-wrap{
	background: #2c2c2c;
	margin:0;
	width:100%;
	color:#efefef;
	padding:30px 0;
}

.reservation-form{
	padding:0;
}



/**********************HERO IMAGE**************************/
.hero .blog-img{
	margin-top:60px;
	width:100%;
	height:450px;
	background:	url('assets/hero.jpeg') center no-repeat;
	background-size:100%;
}



.gallery-wrap ul, .gallery-wrap li{
	margin: 0;padding:0;
	list-style: none;
	position: relative;
	color:#000;
	font-size:14px;
}

.gallery-wrap li{
	float:left;
	/*width:30%;
	margin: 1.65%;
	padding:0;*/
	width:33.3%;
}

.gallery-wrap.locations li{
	width:25%;
}

.gallery-wrap.locations h5, .gallery-wrap.locations p{
	margin:5px 0;
}

.gallery-wrap figure{
	background:#d1ab00;
	/*border-radius: 6px;*/
}

.gallery-wrap figcaption{
	/*padding:5px 5px 5px 10px;*/
	display:none;
}


.gallery-description{
	width:100%;
	padding:0;
	height:100%;
	position: absolute;
	top:0;
	opacity: 0;
	left:0;
	text-indent: 20px;
	background:rgba(250, 205, 5, 0.6);
		overflow: hidden;
	-webkit-transition: all .4s cubic-bezier(0.680, 0, 0.265, 1); 
-webkit-transition: all .4s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: all .4s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: all .4s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: all .4s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.gallery-description a{
position: absolute;
	top:80%;
	left:0;
}


.gallery-item:hover .gallery-description{
	top:0;
	opacity: 1;
	-webkit-transition: all .7s cubic-bezier(0.680, 0, 0.265, 1);
-webkit-transition: all .7s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: all .7s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: all .7s cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: all .7s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.gallery-thumb {
	width:100%;
	margin: 0;padding: 0;
	overflow: hidden;
	position: relative;
}


.gallery-thumb:before:hover{
	display:none;
}

.gallery-thumb div{
	width:100%;
	float:left;
	text-align: left;
	overflow: hidden;
}



.gallery-thumb img{
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
transform: scale(1.1);
-webkit-transition: -webkit-transform .6s, -webkit-filter .6s;
-moz-transition: -moz-transform .6s, -moz-filter .6s;
-o-transition: -o-transform .6s, -o-filter .6s;
transition: transform .6s, filter .6s;
 transition-timing-function: ease;

}

.gallery-thumb img:hover, .gallery-thumb:hover img{
 -webkit-transform:scale(1.2);
 -moz-transform:scale(1.2);
 -o-transform:scale(1.2);
 transform:scale(1.2);
 	filter:grayscale(30%);
-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
filter:blur(5px);
}

.gallery-description span{
	
	z-index: 20;
	opacity: 0;
	text-align: left;
	left:5%;
	top:0;
	width:90%;
}

.gallery-description h4, .discipline li {
color:#fff;
}




.gallery-description p{
	padding-top:40px;
}



.gallery-description:hover span{
	opacity: 100;
}


.gallery-wrap ul.discipline{
display:block;
overflow:hidden;
float:left;
}


.discipline li{
	display:block;
	float: left;
	border-radius: 5px;
	margin:.5% 3% .5% 0;padding:.8% 3%;
	font-size: .9em;
}

.discipline li.recent-header{
	background: none;
	width:100%;
	display: block;
	margin-left:0;
	padding-left:0;
}



/*BLOG STYLES*/

/*a.underline {
	position: relative;
}

a.underline:before{
	position: absolute;
	width:0%;
	height:6px;
	content: "";
	display: block;
	top:100%;
}

a.underline:hover:before{
	width:100%;
	transition: width 200ms ease;
}
.post-date{
padding:5px;
border-radius: 5px;
position: absolute;
top:20%;
left:-10px;
}

.post-date .header{
	color:#fff;
	display:block;
	text-align: center;
}

.post-wrap{
    margin: 2.5%;
    width: 45%;
    display: inline-block;
    float: left;
    position:relative;
}


.post-wrap.hero, .post-wrap.blog-single{
	width:100%;
	margin-right:0;
	margin-left:0;
	float: none;
}

.post-wrap h2{
	font-size:32px!important;
	margin-top: 50px;
}

.post-wrap .button{
	float:right;
}



.blog-wrap img{
	min-width:100%;
	max-width:100%;
	height:auto;
}



.blog-img img{
	  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
}

/*Single Page*/
.blog-wrap .post-gallery , .post-copy{
	min-width:75%;
	max-width:75%;
	margin-top:50px;
	line-height: 2.4em;
}

.blog-single .post-date{
	top:-10px;
	left:15px;
}

.blog-wrap .post-gallery img{
	margin:0;
	padding:0;
}

.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:35px;
	height:0;
	overflow:hidden;
	margin-bottom: 10px;
}

iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:10px;
}



.post-gallery p{
	margin:20px 0;
}

/*Contact Styles*/
.reservation-form{
	position: relative;
}
.reservation-form label{
	position: absolute;
}

.reservation-form h2, .reservation-form label{
	color:#f0f0f0;
}

.reservation-form .half{
	width:50%;
	margin:0;
	padding:0;
	float:left;
}

.reservation-form input, .reservation-form select, .reservation-form textarea{
	margin:-2% 0 2.5% 30%;
}
	


.reservation-form button{
background:rgba(250, 205, 5, 1);
}

 input:focus,  select:focus,  textarea:focus{
	background: rgba(255,255,255,.8);
	transition:.5s all ease;
}

.ajax-loader{
	position: absolute;
	display: block;
	width:50px;
	height:50px;
	bottom:20px;
}

.wpcf7-submit, .button{
	background:#474646;
	-webkit-transition:text-indent .5s ease;
	-o-transition:text-indent .5s ease;
	-moz-transition:text-indent .5s ease;
	transition:text-indent .5s ease, background .6s ease;
	position:relative;
	}
	
.wpcf7-submit::after, .button::after{
	position: absolute;
	top:10px;
	left:-10px;
	display: block;
	content: '+';
	width:20px;
	height:20px;
}


.button, .button:hover{
	padding:10px;
	border-radius:5px;
	color:#fff;
	font-size:14px;
}

.wpcf7-submit:hover, .button:hover{
	text-indent:30px;
}

	
.wpcf7-response-output{
width:90%;
	font-size: 1.2em;
	position: absolute;
	bottom:-10px;
	right:0;
	padding:20px 5px 20px 5px!important;
}

.wpcf7-mail-sent-ok{
	background: #5fc588;
	border:#5fc588 2px solid !important;
	border-radius: 8px;
}

div.wpcf7-validation-errors{
	background: #e4e480;
	border:#e4e480 2px solid !important;
	border-radius: 8px;
}

/********************Footer Styles*******************/

.blog-footer{
width:95%;
padding:0 2.5%;	

}

.social-links .menu{
	position:static;
	width:100%;
	margin:0;padding:0;
}



.social-links li{
	display: inline-block;
	width:30px;
	height:30px;
	text-indent: 9999999px;
	position: relative;
}

/****bug??? ******/
.social-links .menu a{
	margin:0;padding:0;
	width:0;height:0;
}
.social-links .menu li a{
	font-size:18px;
	letter-spacing: 1px; 
}

.social-links li a::after{
	content:'';
	width:20px;
	height:20px;
	display:block;
	background:lime;
	position: absolute;
	top:0;
	left:0;
	background:	url('assets/social.svg') ;
	background-size:400%;
}

.social-links li a:hover::after{
}

li.youtube a::after{
	background-position: 40px 0;
}

li.twitter a::after{
	background-position: -20px 0;
}

.social-links .menu a:hover{
	letter-spacing: 1px;
	color:crimson;
}

.copyright{
	text-transform: capitalize;
}


@media only screen
and (min-width : 320px) 
and (max-width : 960px){

 .container{width:100%; margin:0; padding:0%;
 }
 
 .full-wrap{
	width:100%;
}


.hero .blog-img{
	width:110%;
}


nav{
margin-top:90px;	
}

.nav-trigger{
width:50px;
text-align: center;
left:85%;
position: absolute;
display:block;
}

.logo{
left:0;
right:0;
position: absolute;
z-index:90;
}

.hero .blog-img{
	margin-top:0px;
	background-position: top center;
	background-size: 110%;
}


.gallery-wrap, .blog-wrap,.reservation-form{
	margin:2.5% 10%;padding:2.5% 0 0 0;
	width:80%;
}

 
.reservation-wrap{
	width:100%; 
	 
 }
 
 .reservation-form .half{
	 width:100%;
	 float: none;
 }
 
 .reservation-form input, .reservation-form select, .reservation-form textarea{
	 margin-left:50%;
 }
 
 
 .menu{
	background:rgba(250, 205, 5, 1);	 
	width:100%;
	display: none;
	min-height:100%;/*Make Dynamic*/
    top:100px;left:0;
 }

.menu.active {
display: block;
}

.menu ul{
	margin-top:50px;
}
 
 .menu li{
	display:block;
}

.menu li:hover{
	border-color:rgba(255,255,255,0);
}



.social-links .menu{
	display:block;
	background:none;
}

 
.social-links .menu li{
	display:inline-block;
	padding:0;
	margin:10px 0px;
}
 
 /********************************************/


.hero h1{
	font-size:4em!important;
	text-align:center;
	line-height:8em;
}

.gallery-wrap li{
	width:50%;
	overflow: hidden;
	float: left;
}

.gallery-wrap.locations li{
	width:50%;
}

.gallery-description{
	width:42.5%;
}

.gallery-description h3{
	font-size: 2.6em;
	margin-top: 20px;
}

.discipline li{
	display: none;
}

.post-wrap{
	display: block;
	width:95%;
	height:auto;
}

.post-date{
	top:40%;
}

.blog-info, .blog-img{
	display: block;
	height:auto;
	clear: both;
	width: 100%;
	margin: 0; padding:0;
	overflow: hidden;
}

.blog-info{
	width:95%;
	padding:2.5% 0 1% 0;
}


.contact-form input[type=submit]{
	margin-bottom: 140px;
}

.wpcf7-response-output{
	bottom:0px;
	left:-1%;
}

.seperator{
	height:50px;
}

}

@media only screen
and (min-width : 320px) 
and (max-width : 760px){
.menu{
    top:100px;left:0;
}

nav{
	margin-left:0%;
}

.menu a{
	float: none;
}

.menu a[title~="sub"]{
	font-size: 1.4em;
	margin:5% 0;
}

.menu-item-has-children span{
	top:12px;
	left:45%;
}

.sub-menu a{
	line-height:1.6em;
}


.menu nav a:before,
 a.underline:before{
	 background: none;
 }


.hero .blog-img{
	background-size: 145%;
}
	
	
.blog-wrap .post-gallery, .post-copy{
	min-width:100%;
	max-width:100%;
}

label{
	position:static;
}
.contact-form input, .contact-form select, .contact-form textarea{
	width:95%;
	margin:0;
}




}

@media only screen 
and (min-width : 1240px){

}










