/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



@font-face {
	font-family: 'Lilita One';
	src: url('LilitaOne.woff2') format('woff2'),
		url('LilitaOne.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
   font-family: 'manofa-regular';
   src: url('fonts/manofa-regular.ttf'); 
}
@font-face {
   font-family: 'storefrontpro';
   src: url('fonts/storefrontpro.otf'); 
}
@font-face {
   font-family: 'futura-medium-bt';
   src: url('fonts/futura-medium-bt.ttf'); 
}
#top nav > ul > li > a{
	font-family: 'manofa-regular';
}
#page-header-bg h1 {
	font-family: 'Lilita One';
	color: #f37721;
	-webkit-text-stroke: 2px #fff;
	text-transform: uppercase;
}

body h2.vc_custom_heading.menu_sec_title,
h2.vc_custom_heading.sec_small_title.shop_page_sandwich_title,
body h2{
   font-family: 'manofa-regular' !important;
}
.hero-h1 h1{
	-webkit-text-stroke: 2px #fff;
	font-family: 'Lilita One';
	text-transform: uppercase;
    font-size: 82px;
    line-height: 100px;
    max-width: 950px;
    margin: 0 auto;
}

.hero-sandwich{
	padding-top:5%
}

@media screen and (max-width: 1440px) {
	.hero-h1 h1 {
	    font-size: 67px;
    	line-height: 80px;
    	max-width: 700px;
    	margin: 0 auto;
	}
	.hero-sandwich{
		padding-top:0
	}
	.hero-img-wrap .img-with-aniamtion-wrap img{
		max-width: 660px;
		width: 100%;
		margin: 0 auto;
	}

}
@media (max-width:1300px){
	.hero-h1 h1{
		font-size: 55px;
		line-height: 64px;
		max-width: 570px;
	}
	.hero-sandwich{
		padding-top:0;
	}
}

@media (max-width:991px){
	.hero-h1 h1{
		font-size: 44px;
		line-height: 53px;
		margin-bottom: 30px;
		max-width: 550px;
	}
}
@media (max-width:767px){
	.hero-h1 h1{
		font-size: 33px;
		line-height: 40px;
		-webkit-text-stroke: 1px #fff;
	}
}
@media (max-width:380px){
	.hero-h1 h1{
		font-size: 30px;
		line-height: 35px;
	}
}

.offer{
	width: 100%;
	max-width: 166px;
	height: 166px;
	position: absolute;
	left: auto;
	right: 18%;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.county-section .offer{
	right: 10%;
	top: 60px;
}

.offer p{
	font-family:Oswald;
	text-align:center;
	font-size:40px;
	font-weight	:500;
	color: #0e0e0e;
	line-height: 40px;
}
.county-section .offer p{
	color: #fff;
}
.offer p strong{
	font-family:Oswald;
	display:block;
	font-weight:400;
	font-size:27px;	
}
.offer p em{
	display:block;
	font-family:Oswald;
	font-size:16px;	
	font-weight:normal;
	font-style: normal;
	margin-top: 7px;
}
.home_tabing_inner_sec  .row_col_wrap_12_inner {
    justify-content: center;
}
.footer_address_col_1 address {
    max-width: 250px;
    margin: 0 auto;
}
@media (max-width:1199px){
	.offer{
		right: 10%;
	}
}

@media (max-width:991px){
	.county-section .offer{
		height: 130px;
	}
	.offer{
		height: 100px;
		right:0;
	}
	.offer p{
		line-height: 24px;
		font-size: 26px;
	}
	.offer p strong{
		font-size: 16px;
	}
}
@media (max-width:767px){
	.county-section .offer {
		right: 0;
		top: 0;
		height: 120px;
	}
	.offer{
		height: 80px;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: -40px;
	}
	.offer p {
		line-height: 20px;
		font-size: 18px;
	}
	.offer p strong {
		font-size: 12px;
	}
}

@media (max-width:480px){
	.county-section .offer{
		height: 80px;
		top: -20px;
	}
	.county-section .offer p{
		font-size: 14px;		
		line-height: 16px;
	}
	.offer p em{
		margin-top: 0;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1000px){
	#header-outer #logo, #header-outer .logo-spacing{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a{
	opacity:1;
}


/* Custom Tabs */
.custom-tabs .ui-tabs-nav li{
	position:relative;
	border-bottom:0 !important;
	width: 33%;
}
.custom-tabs .ui-tabs-nav li:before{
	display:block !important;
}
.custom-tabs .ui-tabs-nav li a{
	padding: 25px 30px 0 30px !important;
	font-family: Oswald !important;
	text-transform: uppercase;
	font-size: 24px !important;
	opacity: 0.6 !important;
}
.custom-tabs .ui-tabs-nav li:after{
	display:block !important;
	position:absolute;
	right:0;
	top:-30px;
	content:'';
	background-color: rgb(210, 210, 210);
	width: 1px;
	height: 90px;	
}
.custom-tabs .ui-tabs-nav li:last-child:after{
	display:none !important;
}
.custom-tabs .ui-tabs-nav li a.active-tab:after{
	filter: invert(49%) sepia(83%) saturate(502%) hue-rotate(340deg) brightness(95%) contrast(100%);
	opacity: 1;
}

.tab-product-wrap .nectar-badge__inner{
	font-size: 18px;
	font-family: "Oswald";
	font-weight: bold;
}


.custom-tabs .ui-tabs-nav li a.active-tab{
	opacity: 1 !important;
}
.custom-tabs .ui-tabs-nav li a:before{
	box-shadow:none !important
}
.custom-tabs .ui-tabs-nav li a:after{
	content:'';
	position:absolute;
	top:-36px;
	left:0 !important;
	right:0;
	width:50px !important;
	height:50px !important;
	margin:0 auto;
	display:block !important;
	background-color: transparent !important;
	transform: none !important;
}
.custom-tabs .ui-tabs-nav li:first-child a:after{
	background:url("img/sandwich.svg") no-repeat !important;
	background-size:contain !important;
	background-position:center !important;
}
.custom-tabs .ui-tabs-nav li:nth-child(2) a:after{
	background:url("img/sides.svg") no-repeat !important;
	background-size:contain !important;
	background-position:center !important;
}
.custom-tabs .ui-tabs-nav li:last-child a:after{
	background:url("img/drinks.svg") no-repeat !important;
	background-size:contain !important;
	background-position:center !important;
}
.tab-product-wrap .img-with-aniamtion-wrap .hover-wrap{
	overflow:visible;
	margin-bottom:0;
}

.tab-product-wrap .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tab-product-wrap .nectar-badge{
	position: absolute;
	top: 30px;
	left: 15px;
}



.tab-product-wrap .tab-title {
	margin-top:16px;
	text-transform:uppercase !important;
	font-weight:600 !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
}
.tab-product-wrap .tab-text {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(117, 117, 117);
	line-height: 1.5;
	text-align: center;
	margin-top:15px;
}
@media (max-width:1560px){
	.tab-product-wrap .custom-size{
		padding: 80px 0 30px 0;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1440px) {
	.custom-tabs .ui-tabs-nav li a{
		font-size: 22px !important;
	}
	.tab-product-wrap .img-with-aniamtion-wrap{
		padding: 66px 0 40px 0;
	}
}
@media screen and  (max-width: 1300px) {
	.tab-product-wrap .img-with-aniamtion-wrap{
		padding: 66px 0 30px 0;
	}
}

@media (max-width:1199px){
	.tab-product-wrap .custom-size{
		padding: 80px 20px 30px 20px;
	}
}

@media (max-width:991px){
	.tab-product-wrap .img-with-aniamtion-wrap{
		padding: 50px 20px 20px 20px;
	}
	.tab-product-wrap .tab-text {
		margin-top:5px;
	}
	.tab-product-wrap .nectar-badge{
		top: 10px;
	}
	.custom-tabs .ui-tabs-nav li a{
		font-size: 18px !important;
	}
	.custom-tabs .ui-tabs-nav li a:after{
		top: -26px;
		width: 40px !important;
		height: 40px !important;
	}	
}
@media (max-width:767px){
	.custom-tabs .ui-tabs-nav li a{
		padding: 25px 0px 0 0px !important;
		font-size: 16px !important;
	}
	.tabbed>ul, .wpb_content_element .tabbed .wpb_tabs_nav{
		margin-bottom: 10px;
	}
}

/* County Section Home page */
.county-section .left-text .heading-line .inner{
	color: #fff;
	 line-height: 60px;
}
.county-section .left-text .heading-line h4 {
	font-weight: 600;
	margin-bottom: 0;
	text-transform:uppercase;
}
.county-section .left-text .heading-line h4 .inner:first-child{
	font-size: 40px;
	line-height: 53px;
}
.county-section .left-text .county-text p{		
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.5;
	font-weight: 400;
}

.county-section .left-text  .county-button{
	font-size:20px;
	padding-left: 60px;
	padding-right: 60px;
}

.county-section .right-side .box-inner-wrap{
	border: 1px solid rgb(221, 221, 221) !important;
	padding:30px !important
}

.county-section .right-side .box-inner-wrap .inner-wrap img{
	margin: 0 auto;
}

.county-section .right-side .box-inner-wrap .inner-wrap h5{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: none;
}

@media (max-width:1199px){
	.county-section .left-text .heading-line h4{
		font-size: 50px;
		line-height: 50px;
	}
	.county-section .right-side .box-inner-wrap .inner-wrap img{
		max-width: 120px !important;
	}
}

@media (max-width:991px){
	.county-section .left-text .heading-line{
		margin:0 auto;
	}
	.county-section .left-text .heading-line h4{
		font-size: 50px;
		line-height: 60px;
	}
	.county-section .left-text .heading-line h4 .inner:first-child{
		font-size: 40px;
	}
	/* 	.county-section .right-side .box-inner-wrap .inner-wrap{
	display: flex;
	flex-direction: column;
	min-height: 140px;
}

	.county-section .right-side .box-inner-wrap .inner-wrap h5{
	margin-top: auto;
} */
}

/* Hopme page product zoom section */

.home_crazy .product-wrap .vc_column-inner{
	margin-bottom:30px
}

.our_cary_sec.home_crazy > .row_col_wrap_12{
	padding-bottom: 70px;
}
.our_cary_sec.home_crazy .crazy_title{
	padding-bottom:30px;
}
.our_cary_sec.home_crazy .crazy_row{
	padding-top:15px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
	.our_cary_sec.home_crazy > .row_col_wrap_12{
		padding-bottom: 40px;
		padding-top: 65px;
	}
	.our_cary_sec.home_crazy .crazy_title{
		padding-bottom:20px;
	}
	.our_cary_sec.home_crazy .crazy_row{
		padding-top:10px;
	}
	.product-wrap .nectar-badge{
		margin-bottom: 17px !important;
	}
	.product-wrap .tab-title,.product-wrap .tab-text{
		margin-bottom: 10px;
	}
	.contact_us_form_sec .row_col_wrap_12 {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

@media (max-width:991px){
	.home_crazy .product-wrap .vc_column-inner{
		margin-bottom:5px
	}
}


.product-wrap .wpb_wrapper{
	position:relative;
}

.product-wrap .wpb_wrapper .code-text{
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 1;
	margin-bottom: 0;
}

.product-wrap .wpb_wrapper .code-text p{
	border-radius: 5px;
	background-color: rgba(26, 26, 26, 0.6);
	color:#fff;
	font-size:14px;
	font-weight:100;
	padding:8px 11px;
	display:inline-block;
	text-transform:uppercase;
	z-index: 10;
	line-height: normal;
}
.product-wrap  .img-with-aniamtion-wrap:nth-child(3){
	position:absolute;
	top: 40%;
	left: 20px;
	z-index: 1;
}

.product-wrap .magnific-popup{
	position:relative;
	display:block;
}
.product-wrap .magnific-popup:after{
	content:"";
	position:absolute;
	top: auto;
	left: 12px;
	bottom: 10px;
	z-index: 1;
	width: 40px;
	height: 40px;
	background:url("img/zoom.png") no-repeat;
	background-position: center;
	background-size: contain;
}

.product-wrap .img-with-aniamtion-wrap:first-child .hover-wrap,.product-wrap .img-with-aniamtion-wrap .hover-wrap{
	margin-bottom: 0;
}
.product-wrap .tab-title,.product-wrap .product-box{
	width:100%;
}
.product-wrap .tab-title,.product-wrap .tab-text p{
	padding:0 20px;
}
.product-wrap .tab-title{
	line-height: normal !important;
	font-size:22px !important;
	font-weight:600 !important;
	margin-top: 12px !important;
    margin-bottom: 12px !important;
	color:#283034 !important;
}
.product-wrap .tab-text p{
	line-height: normal;
	color:#757575;
	margin-top:10px;
}
.product-wrap .nectar-badge{
	text-align:left;
	margin-left:20px;
	margin-bottom:27px !important;
}
.product-wrap .nectar-badge .nectar-badge__inner{
	font-weight: 600;
	font-family: Oswald;
}
.discover_right_sec  a.nectar-button.large.regular.extra-color-1.regular-button.all_btn {
    margin-top: 25px;
    margin-bottom: 35px;
}
@media screen and (max-width: 690px){
	.product-wrap .tab-title{
		margin-top: 8px !important;
    	margin-bottom: 8px !important;
	}
}
@media screen and (min-width: 691px) and (max-width: 999px){
	.product-wrap .tab-title{
		margin-top: 10px !important;
    	margin-bottom: 10px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
	.product-wrap  .img-with-aniamtion-wrap:nth-child(3){
		top: 35%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1023px){
	.product-wrap  .img-with-aniamtion-wrap:nth-child(3){
		top: 30%;
	}
}
@media (max-width:991px){
	.product-wrap .img-with-aniamtion-wrap:nth-child(3){
		top: 15px;
		right: 20px;
		left:auto;
	}
}
/* Footer */
#footer-widgets .widget {
	text-align:center
}
#footer-widgets h4{
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: inherit;
}
#footer-widgets p{	
	padding-bottom: 8px !important;
	line-height: 25px;
}
#footer-widgets p .footer-call{
	font-weight: bold;
	color: #f37721 !important;
	font-size: 30px;
	margin-top: 6px;
	display: block;
}
#footer-widgets .footer-social{
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0 5px;
}
#footer-widgets .footer-social li{}
#footer-widgets .footer-social li a{
	display:inline-block;
	line-height: normal;		
}
#footer-widgets .footer-social li a svg{
	width:25px;
	height:20px;
	fill:#132c38;
}
#footer-widgets .footer-social ul li a svg path{
	fill:#132c38;
}
@media only screen and (min-width: 1000px){
	body #footer-outer .row {
    	padding: 60px 0 80px;
	}}
@media only screen and (min-width: 1px) and (max-width: 999px){
	#footer-widgets .container .col {
		margin-bottom: 30px !important;
	}
}

/*20-10-22*/
/*Header*/
header#top .row > .col.span_3 {
    visibility: hidden;
}
#header-outer header{
	background-color: rgb(243 119 33 / 88%);
	padding: 12px 0;
}
body #header-outer #top nav > ul > li > a{
	color: #FFF !important;
}
body #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after{
	border-color: #FFF !important;
}
.hero-h1 .vc_column-inner .hover-wrap-inner img {
    max-width: 400px;
}
.hero_banner_sec > .row_col_wrap_12 {
    padding-top: 125px !important;
    padding-bottom: 750px !important;
}
.home_tabing_inner_sec ul.wpb_tabs_nav.ui-tabs-nav {
    max-width: 560px;
    margin: 0 auto 40px;
}
.tab-product-wrap .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.tab-product-wrap .img-with-aniamtion-wrap{
	padding: 0;
}
.home_sec_2 h4.vc_custom_heading.tab-title{
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'manofa-regular';
}
.home_sec_2  > .row_col_wrap_12 {
    padding-top: 120px;
    padding-bottom: 60px;
}

.three_layaer_sec > .row_col_wrap_12 {
    padding-top: 630px;
    padding-bottom: 50px;
}
.three_layaer_sec h2.vc_custom_heading {
    font-family: 'manofa-regular';
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
}
.three_layaer_sec .instagram_short_des p {
    color: #FFF;
    font-family: 'manofa-regular';
    font-size: 24px;
    max-width: 100%;
}
.our_best_sec h2.vc_custom_heading{
	font-family: 'manofa-regular';
}
.our_best_sec h2.vc_custom_heading.best_title{
	font-family: 'storefrontpro';
}
.justinbiber_sec h3.vc_custom_heading {
    font-family: 'manofa-regular';
    text-transform: capitalize;
    font-weight: bold;
}
.justinbiber_sec h2.vc_custom_heading {
    font-family: 'futura-medium-bt';
    font-size: 36px;
    line-height: 46px;
    font-weight: 100;
}
.justinbiber_inner_sec {
    padding-top: 50px;
    padding-bottom: 800px  !important;
}
.instagram_sec_title h2 {
    color: #fff !important;
    font-family: 'manofa-regular';
}
.instagram_social_icon ul {
    margin: 0;
    display: flex;
    border-right: 2px solid #FFF;
}
.instagram_social_icon ul li {
    list-style: none;
    margin: 0 5px;
}
.instagram_social_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.instagram_social_icon ul li a img {
    margin: 0 !important;
    max-width: 26px !important;
}
.instagram_title a {
    color: #FFFF;
}
.instagram_social_icon ul li:last-child {
    margin-right: 10px;
}
.instagram_title {
    margin-left: 10px;
}
.home_catering_sec > .row_col_wrap_12 {
    padding-top: 370px;
    padding-bottom: 370px;
}
.home_catering_sec .row-bg-wrap:before {
    content: '';
    position: absolute;
    background-image: url('./img/catering_shap.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
}
.home_catering_sec.about_sec_brd_1 .row-bg-wrap:before,
.home_catering_sec.about_contact_sec .row-bg-wrap:before{
    background-image: url('./img/about_banner_shap.png');
    opacity: 0.7;
}
.home_contact_us_form_sec .contact_location_box_sec > .vc_column-inner:before,
 .home_contact_us_form_sec .contact_number_box_sec > .vc_column-inner:after{
	display: none;
}
.home_contact_us_form_sec .contact_address_box p,
.home_contact_us_form_sec .contact_inner_box  p{
	color: #FFF;
}
.home_contact_us_form_sec h2.vc_custom_heading,
.home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading{
	font-family: 'manofa-regular';

}
.home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading{
	margin-bottom: 15px;
}
.home_contact_us_form_sec .contact_inner_box  p {
    font-family: 'futura-medium-bt';
    font-size: 20px;
    max-width: 310px;
    margin: 0 auto;
    font-weight: 200;
}
.home_contact_us_form_sec .get_in_touhc_inner_sec input[type="text"], 
.home_contact_us_form_sec .get_in_touhc_inner_sec input[type="email"],
.home_contact_us_form_sec .get_in_touhc_inner_sec textarea{
	border: 1px solid #fff !important;
	color: #fff;
}
.home_contact_us_form_sec .get_in_touhc_inner_sec input::placeholder,
.home_contact_us_form_sec .get_in_touhc_inner_sec textarea::placeholder{
	color: #FFF;
}
.home_contact_us_form_sec  .get_in_touhc_form_btn input.wpcf7-form-control.has-spinner.wpcf7-submit{
	background-color: #fff;
	color: #1c3664;
}
.home_copyright_text_box li{
	list-style: none;
}
.home_copyright_text_box pre.wp-block-code {
    background-color: transparent;
    padding: 0;
    margin: 0;
    height: auto;
}
.home_copyright_text_box pre.wp-block-code code {
    margin: 0;
    text-align: center;
}

.home_copyright_box p {
    color: #FFFF;
    font-size: 18px;
    font-family: 'futura-medium-bt';
}
.home_contact_us_form_sec .home_copyright_box p a{
	color: #FFF;
}
body .contact_us_form_sec .row_col_wrap_12{
	padding-bottom: 10px;
}
.home_copyright_box {
    padding-top: 50px;
}
.home_copyright_text_box {
    background-color: #1c3664;
     text-align: center;
     padding-top: 10px;
    padding-bottom: 10px;
}
.home_copyright_text_box img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.home_copyright_text_box figure.wp-block-image.size-large {
    margin: 0;
}
.home_catering_sec h2 {
    font-size: 98px;
}
body .contact_us_form_sec .wpcf7 form .wpcf7-response-output{
	bottom: 60px;
}
/* About Page */
header#top.inner_page_header .row > .col.span_3{
	visibility: visible;
}
header#top ul.buttons.sf-menu {
    visibility: hidden;
}
#top.inner_page_header ul.buttons.sf-menu{
	visibility: visible;
}
header#top.inner_page_header a#inner_page_logo {
    width: 100%;
    max-width: 210px;
}
header#top.inner_page_header a#inner_page_logo img {
    margin-bottom: 0;
}
/*#top.inner_page_header ul.buttons.sf-menu li a {
    font-family: 'storefrontpro';
}*/
.home_catering_sec.about_sec_brd_1 h2{
	font-family: 'storefrontpro';
}
.about_like_sec_1 h3.vc_custom_heading,
.about_like_sec_1 h2.vc_custom_heading{
	font-family: 'manofa-regular';
}
.sandwish_des_about p {
    color: #1c3664;
    text-align: left;
    font-family: 'futura-medium-bt';
    padding-bottom: 11px;
    font-size: 18px;
}
.about_like_sec_1 h3.vc_custom_heading {
    margin: 0;
    font-weight: bold;
}
.about_like_sec_1 .hover-wrap {
    margin-bottom: 0;
}
.about_like_sec_1 > .row_col_wrap_12 {
    padding-top: 80px;
    padding-bottom: 40px;
}
.sandwish_des_about_top {
    padding-top: 25px;
}
img.sandwish_des_about_image {
    padding-top: 50px;
    width: 100%;
    max-width: 800px !important;
}
.our_cary_sec h2.vc_custom_heading {
    font-family: 'manofa-regular';
}
.three_layaer_sec.discover_sec_des > .row_col_wrap_12 {
    padding-top: 0;
}
.three_layaer_sec.discover_sec_des {
    margin-top: -80px;
}
.discover_sec_des  h2.vc_custom_heading {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 25px;
}
.footer_logo {
    text-align: center;
    padding-bottom: 30px;
}
.footer_logo  img {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
}
.footer_logo a{
	display: block;
}
.discover_sec_main {
    margin-top: -1px;
}
.discover_sec_main img{
	width: 100%;
}
/* Menu Page */
.menu_tab_main ul.wpb_tabs_nav li a {
    font-weight: 400 !important;
    font-size: 19px;
    padding: 10px 30px;
}
.menu_tab_main ul.wpb_tabs_nav li {
    margin: 0 5px;
    min-width: 250px;
}
.menu_tab_main ul.wpb_tabs_nav {
    margin-bottom: 45px !important;
}
.menu_tab_main .tabbed>ul li a{
	color: #fff;
    background-color: #1c3664;
}
.menu_tab_main .tabbed>ul li a span{
    text-transform: uppercase;
}
.menu_tab_main .tabbed>ul li a:hover{
    background-color: #f37721;
    border-color: #f37721;
}
.menu_tab_sec_1 > .row_col_wrap_12 {
    padding-top: 80px;
    padding-bottom: 30px;
}
.get_touch_sec_contact_page > .row_col_wrap_12 {
    padding-bottom: 100px !important;
}
.get_touch_sec_contact_page .get_touch_description p{
	color: #FFF;
}
body .contact_us_form_sec.get_touch_sec_contact_page .wpcf7 form .wpcf7-response-output {
    bottom: -40px;
}
/* Responsive */
@media screen and (max-width: 690px){
	.hero-h1 .vc_column-inner .hover-wrap-inner img {
    	max-width: 140px;
	}
	.hero_banner_sec > .row_col_wrap_12 {
    	padding-top: 60px !important;
    	padding-bottom: 240px !important;
	}
	.home_sec_2 > .row_col_wrap_12{
		 padding-top: 0;
	}
	.home_tabing_inner_sec ul.wpb_tabs_nav.ui-tabs-nav {
    	max-width: 510px;
    	margin: 0 auto 0;
	}
	.home_sec_2 h4.vc_custom_heading.tab-title{
		 font-size: 18px !important;
	}
	.home_sec_2 .tab-product-wrap {
    	margin-bottom: 15px;
	}
	.home_sec_2 .top_padding_tablet_30px {
    	margin-bottom: 0 !important;
	}
	.home_tabing_inner_sec {
    	margin-bottom: 0 !important;
	}
	.three_layaer_sec > .row_col_wrap_12 {
        padding-top: 100px;
   		padding-bottom: 5px;
	}
	.three_layaer_sec h2.vc_custom_heading{
		padding-top: 5px;
    	padding-bottom: 5px;
    	font-size: 18px !important;
    	line-height: 22px !important;
	}
	.three_layaer_sec .instagram_short_des p{
		font-size: 15px;
    	line-height: 20px;
   		max-width: 260px;
	}
	.our_best_sec h2.vc_custom_heading.best_title{
		margin-bottom: 0;
    	padding-bottom: 0 !important;
	}
	.our_best_sec h2.vc_custom_heading{
		margin-bottom: 0;
	}
	.product-wrap .tab-title{
		font-size: 20px !important;
	}
	.our_best_sec .product-wrap {
    	margin-bottom: 15px;
	}
	.justinbiber_sec h2.vc_custom_heading{
		 font-size: 18px !important;
    	line-height: 25px !important;
	}
	.justinbiber_sec h2.vc_custom_heading br{
		display: none;
	}
	.justinbiber_inner_sec {
    	padding-top: 20px;
    	padding-bottom: 370px  !important;
	}
	.instagram_sec_title h2{
		font-size: 24px;
	}
	.instagram_inner_se {
    	margin-bottom: 0 !important;
	}
	.instagram_social_icon ul li a img{
		max-width: 22px !important;
	}
	.instagram_inner_se div#sbi_images {
    	padding: 0 0 10px !important;
	}
	.home_catering_sec > .row_col_wrap_12 {
    	padding-top: 120px;
    	padding-bottom: 100px;
	}
	.home_contact_us_form_sec .contact_inner_box p{
		font-size: 17px;
		max-width: 280px;
	}
	.home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading {
    	margin-bottom: 0;
	}
	.home_copyright_box {
    	padding-top: 15px;
	}
	.home_copyright_box p{
		font-size: 14px;
		line-height: 20px;
	}
	.home_copyright_text_box img{
		max-width: 120px;
	}
	body .contact_us_form_sec .wpcf7 form .wpcf7-response-output {
    	bottom: 45px;
	}
	/* About Page */
	
	.about_sec_brd_1 h2 {
    	font-size: 42px;
	}
	.about_like_sec_1 > .row_col_wrap_12{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.about_like_sec_1  h2.vc_custom_heading {
    	font-size: 22px !important;
    	line-height: 30px !important;
	}
	.sandwish_des_about_top {
    	padding-top: 5px;
	}
	.sandwish_des_about p{
		padding-bottom: 10px;
    	font-size: 16px;
	}
	img.sandwish_des_about_image{
		padding-top: 0;
    	max-width: 100% !important;
	}
	.footer_logo img{
		max-width: 160px;
	}
	.footer_logo{
    	padding-bottom: 15px;
	}
	header#top.inner_page_header a#inner_page_logo{
		max-width: 150px;
	}
	/* Menu Page */
	.menu_tab_sec_1 > .row_col_wrap_12 {
    	padding-top: 50px;
    	padding-bottom: 15px;
	}
	.menu_tab_main ul.wpb_tabs_nav li a {
    	font-size: 12px;
    	padding: 7px 12px;
    	line-height: 20px;
	}
	.menu_tab_main ul.wpb_tabs_nav {
    	margin-bottom: 25px !important;
	}
	.menu_tab_main ul.wpb_tabs_nav li {
    	margin: 5px;
    	min-width:auto;
	}
	/* Contact Us Page */
	.get_touch_sec_contact_page > .row_col_wrap_12 {
    	padding-bottom: 50px !important;
	}
}

/* Tablet Css */
@media screen and (min-width: 691px) and (max-width: 999px){
	.hero_banner_sec > .row_col_wrap_12 {
    	padding-top: 50px !important;
    	padding-bottom: 400px !important;
	}
	#header-outer[data-has-menu][data-format] #top.inner_page_header .row{
		justify-content: flex-end;
	}
	.hero-h1 .vc_column-inner .hover-wrap-inner img {
    	max-width: 220px;
	}
	.home_sec_2 > .row_col_wrap_12{
		padding-top: 0;
	}
	.home_tabing_inner_sec ul.wpb_tabs_nav.ui-tabs-nav{
		margin: 0 auto 15px;
	}
	.home_sec_2 .tab-product-wrap {
    	width: 50%;
    	margin-bottom: 0 !important;
	}
	.home_sec_2 h4.vc_custom_heading.tab-title{
		font-size: 20px !important;
	}
	.home_tabing_inner_sec {
    	margin-bottom: 0 !important;
	}
	.three_layaer_sec > .row_col_wrap_12 {
    	padding-top: 330px;
    	padding-bottom: 30px;
	}
	.three_layaer_sec h2.vc_custom_heading{
		font-size: 32px !important;
    	line-height: 36px !important;
	}
	.three_layaer_sec .instagram_short_des p{
		font-size: 16px;
	}
	body .our_best_sec .vc_row.inner_row.top_padding_tablet_30px {
    	margin-top: 0px !important;
    	padding-top: 0 !important;
	}
	.our_cary_sec.home_crazy > .row_col_wrap_12 {
    	padding-bottom: 55px;
	}
	.justinbiber_sec h2.vc_custom_heading{
		font-size: 30px !important;
    	line-height: 35px !important;
	}
	.justinbiber_sec h2.vc_custom_heading br {
    	display: none;
	}
	.justinbiber_inner_sec {
    	padding-top: 50px;
    	padding-bottom: 368px  !important;
	}
	.home_catering_sec > .row_col_wrap_12 {
    	padding-top: 180px;
    	padding-bottom: 180px;
	}
	.home_catering_sec h2 {
    	font-size: 62px;
	}
	.contact_inner_sec .row_col_wrap_12_inner {
    	padding-top: 10px;
	}
	.contact_inner_box {
        width: 50%;
        margin-bottom: 0 !important;
    }
    .home_contact_us_form_sec .contact_inner_box p{
    	font-size: 18px;
    }
    .home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading {
    	margin-bottom: 5px;
	}
	.home_copyright_box {
    	padding-top: 30px;
	}
	.home_copyright_box p{
		font-size: 16px;
	}
	.home_copyright_text_box img{
		max-width: 180px;
	}
	/* About us page */
	.sandwish_des_about_top {
    	padding-top: 5px;
	}
	.about_like_sec_1 > .row_col_wrap_12 {
    	padding-top: 55px;
    	padding-bottom: 25px;
	}
	img.sandwish_des_about_image{
		padding-top: 0;
	}
	.sandwish_des_about p{
		font-size: 17px;
	}
	/* Menu Page*/
	.menu_tab_sec_1 > .row_col_wrap_12 {
    	padding-top: 50px;
    	padding-bottom: 10px;
	}
	.menu_tab_main ul.wpb_tabs_nav li {
    	margin: 5px;
	}
	.menu_tab_main ul.wpb_tabs_nav li a{
		font-size: 15px;
    	padding: 5px 10px;
	}
	.menu_tab_main ul.wpb_tabs_nav {
    	margin-bottom: 35px !important;
	}
	.get_touch_sec_contact_page > .row_col_wrap_12 {
    	padding-bottom: 60px !important;
	}

}	
@media screen and (max-width: 999px){
	body #header-outer{
		padding: 0;
	}
	#header-outer #top .slide-out-widget-area-toggle a .lines:after,
	#header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
	#header-outer #top .slide-out-widget-area-toggle a .lines:before{
		background-color: #FFF !important;
	}
	.home_sec_2 a.nectar-button.large.regular.regular-button.all_btn,
	body a.nectar-button.large.regular.regular-button.all_btn {
    	font-size: 15px !important;
    	line-height: 18px !important;
    	padding: 10px 35px !important;
    	margin-top: 5px !important;
	}
	body .home_sec_2  a.nectar-button.large.regular.regular-button.all_btn {
    	margin-top: 0;
	}
	/* About Us Page */
	header#top.inner_page_header a#inner_page_logo {
    	display: block;
    	max-width: 170px;
	}
	
}
@media screen and (min-width: 1000px) and (max-width: 1159px){
	.hero_banner_sec > .row_col_wrap_12{
		padding-top: 100px !important;
    	padding-bottom: 530px !important;
	}
	.hero-h1 .vc_column-inner .hover-wrap-inner img {
    	max-width: 250px;
	}
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 20px;
    	margin-right: 20px;
	}
	#top nav > ul > li > a{
    	font-size: 16px;
	}
	#header-outer header{
		padding: 5px 0;
	}
	.home_sec_2 h4.vc_custom_heading.tab-title{
		    font-size: 20px !important;
	}
	.home_tabing_inner_sec ul.wpb_tabs_nav.ui-tabs-nav{
		    margin: 0 auto 30px;
	}
	body .home_sec_2  a.nectar-button.large.regular.regular-button.all_btn {
    	margin-top: 15px;
	}
	.three_layaer_sec > .row_col_wrap_12 {
    	padding-top: 350px;
    	padding-bottom: 50px;
	}
	.justinbiber_inner_sec {
    	padding-top: 50px;
    	padding-bottom: 420px  !important;
	}
	.justinbiber_sec h2.vc_custom_heading{
		font-size: 27px;
    	line-height: 34px;
	}
	.home_catering_sec > .row_col_wrap_12 {
    	padding-top: 260px;
    	padding-bottom: 260px;
	}
	.home_catering_sec h2 {
    	font-size: 68px;
	}
	.home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading {
    	margin-bottom: 10px;
	}
	.wpb_wrapper>div {
    	margin-bottom: 24px;
	}
	.home_copyright_text_box img{
		max-width: 190px;
	}
	/* About Us Page */
	.about_like_sec_1 > .row_col_wrap_12 {
    	padding-top: 60px;
    	padding-bottom: 35px;
	}
	.sandwish_des_about_top {
    	padding-top: 0;
	}
	img.sandwish_des_about_image{
		padding-top: 20px;
	}
	.discover_sec_des h2.vc_custom_heading{
		max-width: 820px;
		font-size: 34px;
    	line-height: 40px !important;
	}
	/* Menu Page*/
	.menu_tab_sec_1 > .row_col_wrap_12 {
    	padding-top: 65px;
    	padding-bottom: 10px;
	}
	.menu_tab_main ul.wpb_tabs_nav li a{
		font-size: 17px;
    	padding: 8px 21px;
	}
	.menu_tab_main ul.wpb_tabs_nav {
    	margin-bottom: 35px !important;
	}

}
@media screen and (min-width: 1160px) and (max-width: 1440px){
	.hero_banner_sec > .row_col_wrap_12 {
    	padding-top: 95px !important;
    	padding-bottom: 530px !important;
	}
	.hero-h1 .vc_column-inner .hover-wrap-inner img {
    	max-width: 280px;
	}
	.three_layaer_sec > .row_col_wrap_12 {
    	padding-top: 430px;
    	padding-bottom: 30px;
	}
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 25px;
    	margin-right: 25px;
	}
	#top nav > ul > li > a{
    	font-size: 17px;
	}
	.justinbiber_inner_sec {
    	padding-top: 50px;
    	padding-bottom: 540px  !important;
	}
	.home_catering_sec > .row_col_wrap_12 {
    	padding-top: 290px;
    	padding-bottom: 290px;
	}
	.home_catering_sec h2 {
    	font-size: 70px;
    	line-height: 75px;
	}
	.home_copyright_box {
    	padding-top: 30px;
	}
	.home_contact_us_form_sec .contact_inner_box h3.vc_custom_heading {
    	margin-bottom: 10px;
	}
	.home_copyright_text_box img{
		max-width: 180px;
	}
	/* About Us Page */
	.about_like_sec_1 > .row_col_wrap_12 {
    	padding-top: 70px;
    	padding-bottom: 40px;
	}
	.sandwish_des_about_top {
    	padding-top: 0;
	}
	img.sandwish_des_about_image{
		padding-top: 20px;
	}
	.discover_sec_des h2.vc_custom_heading{
		max-width: 820px;
		font-size: 36px;
    	line-height: 41px !important;
	}
	/* Menu Page*/
	.menu_tab_sec_1 > .row_col_wrap_12 {
    	padding-top: 75px;
    	padding-bottom: 25px;
	}
	.menu_tab_main ul.wpb_tabs_nav li a{
		font-size: 18px;
    	padding: 10px 22px;
	}
	.menu_tab_main ul.wpb_tabs_nav li {
    	margin: 0 10px;
	}
	.menu_tab_main ul.wpb_tabs_nav {
    	margin-bottom: 35px !important;
	}
}
@media screen and (min-width: 1441px) and (max-width: 1600px){
	.three_layaer_sec > .row_col_wrap_12 {
    	padding-top: 570px;
    	padding-bottom: 45px;
	}
	.justinbiber_inner_sec {
    	padding-top: 50px;
    	padding-bottom: 560px  !important;
	}
	.home_catering_sec > .row_col_wrap_12 {
    	padding-top: 340px;
    	padding-bottom: 340px;
	}
	.home_catering_sec h2 {
    	font-size: 88px;
	}

}