/*
 Theme Name:   Grand Restaurant Child
 Description:  Grand Restaurant Child Theme
 Author:       Caitlin Gleason
 Template:     grandrestaurant
 Version:      1.0.0
 Text Domain:  grand-restaurant-child
*/
#wrapper {
	padding-top: 0;
}

#toTop {
	border-radius: 25px;
}

#mobile_nav_icon {
	margin-left: 0px;
}

.social_wrapper {
	margin: 0px;
	font-size: 1px;	
	margin-left: 10px;
}

.mobile_menu_wrapper .social_wrapper a, .footer_bar_wrapper social_wrapper a  {
	color: #777777;
}

.mobile_menu_wrapper .social_wrapper a:hover, .footer_bar_wrapper social_wrapper a:hover  {
	color: white;
}

#nav_wrapper {
	margin-top: -3px;
}

#menu_wrapper .social_wrapper ul li a {
	color:  #009344;
}

.top_bar, .top_bar.hasbg, .top_bar.scroll  {
	height: 64px !important;
}

.rev_slider, .rev_slider_wrapper  {
	max-height: 100vh !important;
}

#slide-1-layer-1, #slide-4-layer-1 {
	font-size: 3em;
	text-shadow: 0px 0px 10px black;
	letter-spacing: 2px;
}

.logo_align a img {
	height: 60px !important;
	width: auto !important;
	max-height: 60px !important;
}

#main_menu li a {
    	padding-top: 21px !important;
	padding-bottom: 22px !important;
}

.desc-home a, .desc-title, .desc-title h2 {
	text-transform: uppercase;
}

.desc-home{
	width: 70%;
	padding: 20px 0px;
	font-size: 16px;
	line-height: 22px;
    	margin-top: -60px;
}

.desc-right { 
	margin-left: 60px;
}

.desc-left {
	margin-left: 15%;
}

.desc-home a {
	color: white;
    	font-weight: 700;
    	margin-top: 10px;
    	letter-spacing: 1px;
    	font-size: 14px;
    	display: inline-block;
    	background: #009344;
    	padding: 5px 10px;
    	border-radius: 3px;
	border: transparent 1px solid;
} 

.desc-home a:hover {
	background: transparent;
	border: #009344 1px solid;
	color: #009344;
}

.desc-home a:first-of-type {
	margin-right: 10px;
}

.desc-title {
	color: white;
    	text-align: center;
    	background-size: cover;
    	padding: 20px 10%;
    	font-weight: 700;
    	font-size: 16px;
    	letter-spacing: 1px;
    	line-height: 22px;
}

.desc-title h2 {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
    	color: white;
    	font-size: 3em;
    	width: 80%;
    	line-height: 1em;
    	padding-top: 12px;
    	margin: 0 auto;
    	letter-spacing: 5px;
}

.cta-1 {
    	margin: 0 auto;
    	font-size: 2.7em;
    	line-height: 1.4em;
    	font-weight: 500;
    	padding: 40px;
}

.line {
	width: 25%;
	height: 0;
	border-bottom: 3px #cfa670 solid;
	margin: 0 auto;
}

.cta-hummus {
    	letter-spacing: 1px;
    	font-size: 1.75em;
    	line-height: 1.5em;
}

.one_half_bg {
	width: 40%;
	margin-top: 40vh;
	margin-bottom: 10vh;
}

/*<-------------------------FOOTER STYLING------------------------->*/

#footer .sidebar_widget li.widget_text h2.widgettitle {
	color: white;
	font-weight: 400;
	text-transform: none !important;
	font-size: 25px;
	font-family: Montserrat, Lato, Helvetica, Arial, sans-serif !important;
    	letter-spacing: 0;
    	border-bottom: 2px green solid;
    	padding-bottom: 5px;
}

.newsletter-info {
	border-bottom: 2px green solid;
	padding-bottom: 5px;
}

#mc_embed_signup form {
	padding-left: 0;
}

#mc_embed_signup .button {
	background-color: green !important;
	border: 1px solid green !important;
}

#mc_embed_signup .button:hover {
	background-color: transparent !important;
	border: 1px solid white !important;
}

.cff-header {
	display: none;
}
.cff-likebox {
	margin: 0;
}

/*<-------------------------LOCATION PAGE------------------------->*/

.cta-container .cta-1 {
	color: white;
	text-shadow: 2px 2px 3px black;
	text-align: center;
	text-transform: uppercase;
}

.cta-container {
	width: 80%;
	margin: 0 auto 500px auto;
}

.airline-logo {
	width: 25%;
	float: left;
}

.airline-logo img {
	width: 80%;
	margin-left: 10%;
}

.grocery-logo {
	width: 18%;
	margin: 30px 1%;
	float: left;
}


#text-5 {
	margin-top: 30px;
}

#text-5 .widgettitle {
	font-size: 2em;
}	

#text-5 . textwidget {
	font-size: 18px;
    	line-height: 25px;
}

#location-contact:before {
	content:"";
	display:block;
	height:90px; /* fixed header height*/
	margin:-90px 0 0; /* negative fixed header height */
}
/*<-------------------------CONTACT PAGE------------------------->*/

.gform_title {
	text-transform: uppercase;
	font-size: 2em !important;
	font-weight: 600 !important;
}

.gform_wrapper span.gform_description {
	font-size: 1.5em !important;
	line-height: 1.5em !important;
}

.gform_wrapper, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 0 10px 11px !important;
	border-radius: 4px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .gform_wrapper select {
	appearance: normal;
	-moz-appearance: menubar; /* Firefox */
	-webkit-appearance: menulist-button; /* Safari and Chrome */
	height: 40px;
	border-radius: 3px;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus {
	border-color: #009344 !important;
}

.gform_wrapper .top_label .gfield_label, body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label{
	color: transparent !important;
    	line-height: 0;
}

.gform_confirmation_message_2 gform_confirmation_message {
	color: #009344;
    	margin-top: 60px;
    	font-size: 1.5em;
   	border: 1px solid #009344;
    	border-radius: 4px;
    	padding: 10px 5px;
}

.gform_wrapper ul.gfield_checkbox li {
	float: left;
    	margin-bottom: 30px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: 3px !important;
}

.gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
	margin-right: 10px;
	font-size: 12px;
}
/*<-------------------------RECIPES PAGE------------------------->*/

.tp-fullwidth-forcer {
	max-height: 100vh;
}

.one #mc_embed_signup {
	margin-top: -.2em;
}

.one #mc_embed_signup form {
	text-align: center;
	background: #3b3b3b;
	padding-top: 20px;
	padding-bottom: 20px;
}

.one #mc_embed_signup p, .one #mc_embed_signup form #mc_embed_signup_scroll label, .one #mc_embed_signup form #mc_embed_signup_scroll br {
	display: none;
}

.one #mc_embed_signup form #mc_embed_signup_scroll .clear input {
	margin-bottom: 0;
}

.recipe-title-container {
	margin: 40px auto; 
	position: relative; 
	text-align: center;
}

.recipe-title {
	width: 30%; 
	float: left; 
	font-size: 25px; 
	font-weight: 600; 
	letter-spacing: 3px;
}

.recipe-side-line {
	width: 70%; 
	float: left; 
	border-bottom: 3px #5e5e5e solid; 
	margin-top: 5px;
	display: block;
}

.search-wrap {
	display: none;
}

#wrapper>#cooked-plugin-page {
	width: 80%;
    	margin: 0 auto;
    	margin-top: 100px;
}

/*<----------------------------------------MEDIA QUERIES---------------------------------------->*/
@media screen and (max-width: 1400px) {

	.desc-right {
		margin-left: 90px;
	}

	.desc-title h2 {
		font-size: 2.6em;
	}
	
	.desc-home a {
		font-size: 12px;
	}

/*<-------------------------RECIPES PAGE------------------------->*/

	.recipe-title-container { 
		margin: 0 auto;
	}
	.recipe-title {
		width: 40%;
		font-size: 25px;
	}
	.recipe-side-line {
		width: 60%;
	}
}

@media screen and (max-width: 1300px) {
	
	#menu_wrapper div .nav li>a {
		font-size: 13px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.desc-right {
		margin-left: 120px;
	}
	
	.desc-title {
		font-size: 14px;
	}
	
	.desc-title h2{
		font-size: 2.3em;
	}

	.desc-left {
    		margin-left: 0%;
	}
	
	.cta-1 {
		font-size: 2em;
	}
}

@media screen and (max-width: 1200px) {
	
	.desc-right {
		margin-left: 140px;
	}

	.desc-title h2 {
		width: 85%;
	}
	
	.desc-home a {
		font-size: 10px;
	}

	.one_half_bg {
    		width: 50%;
    		margin-top: 30vh;
	}
	
}

@media screen and (max-width: 1052px) {
	.desc-title h2 {
		font-size: 2.7em;
	}
	
	.desc-left, .desc-title-left {
		margin-left: -50px;
	}
	.desc-home {
		width: 75%;
	}
	
	.desc-right {
		margin-left: 150px;
	}
	
	.desc-title-right {
		margin-right: -50px;
	}

	.footer_bar_wrapper {
		margin: 0px;
	}
	
}

@media screen and (max-width: 1023px) {
	
	.desc-home {
		margin-top: 0px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.desc-title {
		line-height: 20px;
	}

	.desc-title h2 {
		font-size: 2.5em;
	}

	.cta-hummus {
		font-size: 1.3em;
	}
	
	.cta-1 {
		padding: 10px 40px;
	}
	
	#footer {
		padding: 0px;
	}

	.desc-home a:first-of-type {
		margin-right: 5px;
	}
	
}

@media screen and (max-width: 960px) {

	#mobile_nav_icon {
		margin-left: 10px;
		display: inline-block;
	}

	.mobile_menu_wrapper .social_wrapper {
		display: inline-block;
	}

	.header_style_wrapper .social_wrapper {
		float: left !important;
	}
	
	.desc-home {
		position: relative;
		margin: 0px;
		width: 100%;
		padding-top: 0px;
		padding: 20px 0px 20px;
		box-sizing: border-box;
	}
	.desc-title-right {
		margin-right: -20px;
		float: right;
	}
	.desc-title-left {
		margin-left: 0px;
	}
	
	.desc-title {
		width: 100%;
		margin-top: 0px;
		box-sizing: border-box;
		margin: 0px;
	}
	
	.photo_wall_wrapper .wall_entry {
		width: 49.9% !important;
	}

	#footer ul.sidebar_widget {
		width: 100%;
	}

	#footer .sidebar_widget li.widget_text h2.widgettitle {
		font-size: 18px;
	}

	.cta-1 {
		padding: 10px 0px;
	}

/*<-------------------------RECIPES PAGE------------------------->*/

	.recipe-title {
		width: 100%;
		font-size: 30px;
	}
	.recipe-side-line {
		display: none;
	}
/*<-------------------------LOCATION PAGE------------------------->*/

	.page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_wrapper {
		width: 100% !important;
		margin-top: -40px !important;
	}
}

@media screen and (max-width: 900px) {

	#text-2, #text-4 {
		display: none;
	}

	#footer .sidebar_widget.three #text-3 {
		width: 100%;
	}
	
	.cta-1 {	
		font-size: 1.5em;
	}

	.one_half_bg {
		margin-top: 20vh;
	}

}

@media screen and (max-width: 767px) {

	.page_content_wrapper .inner > div {
	    width: 100% !important;
	    padding: 10px 0px!important;
	}
	.standard_wrapper {
		padding: 0px 15px !important;
	}

	#mobile_nav_icon {
		float: right;
	}
	.desc-home{
		padding: 0px 0px 20px;
	}

	.header_style_wrapper .social_wrapper {
		display: none; 
	}
	
	.desc-title{
		margin: 0px;
		width: 100%;
	}
	.page_content_wrapper .inner > div{
		margin: 0px;
	}
	.desc-title h2 {
		font-size: 2.5em;
	}
	.desc-home{

	}

	.cta-1 {
		font-size: 2em;
	}

	.one_half_bg {
	    	font-size: 1.5em;
    		margin-bottom: 30px;
   		margin-bottom: 0;
    		margin-top: 40vh;
	}
	
	.one {	
		margin: 0 !important;
	}

/*<-------------------------LOCATION PAGE------------------------->*/

	.cta-container {
		width: 90%;
		margin: 0 auto 300px auto;
	}
	
	.airline-logo {
		width: 75%;
    		margin: 10px 12.5%;
	}

	.grocery-logo {
		width: 48%;
		margin: -3px 1%;
	}
	
	.grocery-logo:last-of-type {
		margin: -3px 26%;
	}

	.page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_wrapper {
		width: 100% !important;
		margin-top: 0px !important;
	}

	.page_content_wrapper .inner .sidebar_wrapper #text-5 {
		margin-top: -60px !important;
	}

/*<-------------------------RECIPES PAGE------------------------->*/

	#rev_slider_6_1 ul li .slotholder .defaultimg {
		display: block;
	}
	.one #mc_embed_signup input.email {
		width: 60%;
	}
	
	.one #mc_embed_signup .clear {
		display: inline;
	}
	
	#wrapper>#cooked-plugin-page {
		width: 95%;
	}

}

@media screen and (max-width: 600px) {

	.desc-title h2 {
		font-size: 1.5em;
	}

	.cta-hummus {
		font-size: 1em;
	}

}

@media screen and (max-width: 450px) {
	
	.recipe-social {
		margin-top: 25px;
	}
	
}
/*<-------------------------Our Foods PAGE------------------------->*/
@font-face {
    font-family: 'NexaLight';
    src: url('fonts/Nexa_Free_Light-webfont.eot');
    src: url('fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NexaBold';
    src:url('fonts/NexaBold.ttf.woff') format('woff'),
        url('fonts/NexaBold.ttf.svg#NexaBold') format('svg'),
        url('fonts/NexaBold.ttf.eot'),
        url('fonts/NexaBold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
.OurFoodsBox{
    font-family: 'NexaLight';
    position: absolute; 
    left: 0px; 
    background: #265e00; 
    padding: 50px; 
    width: 69%; 
    top: 100%; 
    font-size: 18px;
}
.titleBotCen{
    display: inline-block;
}
.titleBotCen .cta-1{
    font-family: 'NexaBold';
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.OurFoodsBox2{
    margin-top: 5%;
}
.OurFoodsBox2 button{
    font-family: 'NexaBold';
    display: block;
    margin-top: 50px;
    font-size: 14px;
}
#OurproudRetail .ppb_title{
    padding-bottom: 15px;
    margin-top: 10px;
}
.store-logo{
    text-align: center;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 14px 0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.store-logo img{
    margin: 0px;
    display: inline-block;
}
#OurproudRetail .ppb_title, #OurproudRetail .ppb_title_first{
    font-family: 'NexaBold';
    font-size: 36px;
    line-height: 1.4em;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: uppercase;
    margin-right: 8px;
    color: #222;
}
#OurproudRetail .ppb_title_first{
    display: inline-block;
}
.getintouch_box h3{
    font-family: 'NexaBold';
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 15px;
}
.getintouch_box p{
    margin-bottom: 15px;
}
.social_icon{
    margin: 0px;
    padding: 0px;
}
.social_icon li{
    list-style: none;
    display: inline-block;
}
.our_foods_cat{
    background: #212121;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
}
.our_foods_cat ul{
    margin: 0px;
    padding: 0px;
}
.our_foods_cat ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 30px;
    font-family: 'NexaBold';
    font-size: 20px;
    margin: 0px 10px;
    cursor: pointer;
}
.OurFoodSection{
    padding-top: 30px;
    padding-bottom: 50px;
}
.ourfood_wrapper{
    max-width: 1024px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 0px;
}
.OurFoodsGrid{
    padding: 0px;
    margin: 0px;
}
.OurFoodsGrid li{
    list-style: none;
    width: 33.3333%;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-top: 140px;
    float: left;
    
    /*position: relative!important;
    left: 0px!important;
    top: 0px!important;
    display: inline-block;
    vertical-align: top;*/
}
.grid-item-inner{
    border: 3px solid #7d7d7d;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
}
.grid-item-inner:hover{
    background: #a6ef9f;
}
.grid-item-images{
    margin-top: -140px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 280px;
}
.grid-item-images img{
    max-width: 100%;
    height: auto;
}
.grid-item-inner h3{
    font-family: 'NexaBold';
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 15px;
    width: 100%;
    color: #000000;
}
.grid-item-text, .grid-item-text p{
    font-family: 'NexaLight';
    color: #000000;
    margin: 0px;
    line-height: normal;
    font-size: 15px;
}
.grid-item-text{
    min-height: 60px;
}
.item-view{
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #000000;
    font-family: 'NexaBold';
    font-style: italic;
    font-size: 17px;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    text-transform: uppercase;    
}
.grid-item-inner:hover .item-view{
    opacity: 1;
    visibility: visible;
}
.our_foods_form .gform_wrapper, .our_foods_form .gform_wrapper .gform_heading{
    margin: 0px;
    padding-top: 0px;
}
body .our_foods_form .gform_wrapper ul li.gfield{
    margin-top: 0px;
    margin-bottom: 10px;
}
.our_foods_form .gform_wrapper .ginput_complex input{
    font-style: normal;
    width: 100%;
}
.our_foods_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
}
body .our_foods_form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    margin: 0px;
}
body .our_foods_form .gform_wrapper ul li.gfield .gfield_label{
    display: none;
}
.our_foods_form .gform_wrapper .gform_footer{
    margin-top: 0px;
    padding: 0px;
}
.our_foods_form .gform_wrapper .gform_footer input.button, .our_foods_form .gform_wrapper .gform_footer input[type=submit]{
    font-size: 13px;
}
.our_foods_form input:-moz-placeholder, .our_foods_form  textarea:-moz-placeholder {  
    color: #444444;
    opacity:1;
    font-style: normal;
}  
.our_foods_form input:-ms-input-placeholder, .our_foods_form  textarea:-ms-input-placeholder {  
    color: #444444;
    opacity:1;
    font-style: normal
}
.our_foods_form input::-o-input-placeholder, .our_foods_form  textarea::-o-input-placeholder {  
    color: #444444;
    opacity:1;
    font-style: normal
} 
.our_foods_form input::-webkit-input-placeholder, .our_foods_form  textarea::-webkit-input-placeholder {  
    color: #444444;
    opacity:1;
    font-style: normal
}
#our-foods-banner-1 .parallax_scroll, #our-foods-banner-2 .parallax_scroll{
    display: block!important;
     transform: translate3d(0px, 0px, 0px)!important;
}
#page_content_wrapper .inner .sidebar_content .ProductsList .OurFoodsGrid{
    margin: 0px;
}
.ProductsList .OurFoodsGrid li{
    
}
.woocommerce div div.product {
    /*padding-top: 40px;*/
}
div .image-zoom.is-ready img{
    cursor: move;
    cursor: -webkit-zoom-in;
}
@media screen and (max-width: 1172px) {
    .OurFoodsBox{
        top: 70%;
    }
    .OurFoodsBox2 {
        margin-top: 0%;
    }
}
@media screen and (max-width: 960px) {
    #our-foods-banner-1 .one_half.parallax_scroll, #our-foods-banner-2 .one_half.parallax_scroll {
        padding: 20px !important;
    }
    .OurFoodsBox{
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
        margin-top: -10%;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
	.desc-title h2 {
	    padding: 10px 0px;
	}
    .our_foods_cat ul li{
        padding: 10px 20px;
        font-size: 17px;
        margin: 0px 0px;
    }
    .OurFoodsGrid li{
        width: 50%;
    }
    .grid-item-inner h3{
        width: 100%;
        font-size: 20px
    }
}
@media screen and (max-width: 420px) {
    .OurFoodsGrid li{
        width: 100%;
        margin-top: 120px;
    }
    .OurFoodsBox{
        padding: 30px;
    }
    #OurproudRetail .ppb_title, #OurproudRetail .ppb_title_first{
        font-size: 26px;
        margin: 0px;
    }
    .OurFoodsBox2 button{
        margin-top: 20px;
        font-size: 13px;
    }
    #our-foods-banner-2{
        padding: 30px 0px!important;
    }
    .getintouch_box h3 br{
        display: none;
    }
    .our_foods_form .gform_wrapper{
        padding: 0px!important;
        margin-top: -30px;
    }
    .titleBotCen .cta-1{
        width: 100%;
    }
    .getintouch_box h3{
        font-size: 1.5em;
    }
    .page_content_wrapper .store-logo img{
        height: 60px;
        width: auto;
    }
    div .ui-accordion .ui-accordion-header a{
        font-size: 14px;
    }
    .ui-accordion .ui-accordion-header a{
        padding-right: 40px;
    }
}
