/*
 Theme Name:     Warehouse United
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

.ekko-lightbox .modal-body{
	padding: 0px;
    background: #000;
}

.modal-backdrop.show{
    opacity: .75;
}

@media (min-width: 1200px){
    .container{
        max-width: 1440px;
    }
}

html{
    position: relative;
}

.container{
	padding-right: 25px;
    padding-left: 25px;
}

body{
    font-family: 'Vollkorn', serif;
    color: #8b8c8e;
    font-size: 20px;
}

h1, h3.large{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	color: #2f3034;
    font-size: 130px;
    letter-spacing: -7px;
    line-height: 130px;
}

h2{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	color: #2f3034;
	font-size: 58px;
	letter-spacing: 0px;
}

h2.large, h1.middle{   
	font-size: 90px;
    line-height: 90px;
    letter-spacing: -4px;
}

h3, h1.small, h2.small{
    font-size: 30px;
    font-weight: normal;
	color: #2f3034;
	line-height: 40px;
	font-family: 'Vollkorn', serif;
    text-transform: none;    
	letter-spacing: 0px;
}

h4{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 22px;
	color: #2f3034;
}

a.hero-link{
	color: #fff;
}

a.hero-link:hover{
	opacity: 0.6;
}


.navbar{
	display: block;
}

#content.site-content, .site-content {
	padding-bottom: 3.75rem;  
	padding-top: 280px;
}

header#masthead {   
	position: absolute;
    top: 0;
    width: 100%;
    box-shadow: none;
    background: none;  
	padding: 40px 0px;
}

header#masthead p, header#masthead p a{
    color: #2f3034;
}

.socials a{
	color: #2f3034;
    font-size: 22px;
}
a{
	color: #2f3034;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover{
    color: #8b8c8e;
	text-decoration: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	color: #2f3034;
	font-size: 16px;
    font-weight: normal!important;
    margin: 0px 15px;
    padding: 8px;
	border-bottom: 0px solid #EA5A28;
	transition: ease-in-out all 0.1s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a, body:not(.theme-preset-active) #masthead .navbar-nav > li.current-page-ancestor a{
    /* border-bottom: 3px solid #EA5A28; */
	color: #2f3034;
}

ul.navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu{
    display: block !important;
}

.header-dark {
}

.header-dark header#masthead p, .header-dark header#masthead p a, .header-dark .socials a, body:not(.theme-preset-active) .header-dark #masthead .navbar-nav > li > a{
	color: #fff;
}

body:not(.theme-preset-active) .header-dark #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) .header-dark #masthead .navbar-nav > li.active > a, body:not(.theme-preset-active) .header-dark #masthead .navbar-nav > li.current-page-ancestor > a{
    border-bottom: 3px solid #EA5A28;
}

.btn-lg, .nav-links a{
    font-size: 18px;
    background: #8b8c8e;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 20px 50px;
}

.btn-lg:hover, .nav-links a:hover{
	background: #2f3034;
    color: #fff;
}

.nav-links a{
    display: inline-block;
}

.btn-wide{   
	min-width: 300px;
}

.btn-white{    
	background: #fff;
    color: #2f3034;
}

.btn-sand{
	background: #aba798;
}

.btn-sand:hover{
    background: #8b8c8e;
}

.flat-top{
    border-radius: 0px 0px 3px 3px;
}

.text-sand{
	color: #aba798;
}

.text-grey{
	color: #515554;
}

.bg-copper{
	background: #a45c34;
}

.text-copper{
	color: #a45c34;
}

.bg-sand{
	background: #aba798;
}

.bg-green{
	background: #676d67;
}

.bg-dark-grey{
	background: #515554;
}

.bg-grey{
	background: #8b8c8e;
}

.bg-black{
	background: #000709;
}

.bg-dark{
	background: #2f3034!important;
}

.bg-half{
    background: linear-gradient(180deg, rgba(0,7,9,1) 55.2%, rgba(255,255,255,1) 55.2%);
}

.bg-half-2{    
	background: linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(47,48,52,1) 51%);
}

.bkg-img{
	background-size: cover;
	background-position: center;
}

.overlay{
    background: rgba(0,0,0,.6);
}

.form-control{
    background: #E8E8E8;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    padding: 20px;
    height: auto;
    max-height: 200px;
}

body:not(.theme-preset-active) footer#colophon {
    color: #8b8c8e;
    background-color: #fff;
    font-size: inherit;
}

.uppercase{
	text-transform: uppercase;
}

.border-bottom{
	border-bottom: 2px solid #121213!important;
}

.border-top{
	border-top: 2px solid #676d67!important;
}

img.round{
	border-radius: 50%;
}

.link-top{
	top: 0;
}

.wpcf7 label {
    width: 100%;
}

.wpcf7 input[type=checkbox]{
margin-right: 10px;
}

.ajax-loader{
	display: none!important;
}

.wpcf7-spinner{
    position: absolute;
}

.wpcf7 .form-control{
	margin-top: 20px;
}

body .wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
}

.nav-tab{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    background: #515554;
    color: #fff;
    display: block;
    padding: 40px 30px;
    font-size: 22px;
	
    transition: all .15s ease-in-out;
}

.nav-tab.current-tab, .nav-tab:hover{
	background: #fff;
	color: #2f3034;
}

.bkg-img.nav-tab{
	background-color: #DE8B45;
}

.bkg-img.nav-tab:hover{
	background-image: none!important;
}

.nav-tab-local.nav-tab.current-tab, .nav-tab.nav-tab-local:hover{
	background: #EEEEEE;
}

.bg-light {
    background-color: #EEEEEE!important;
}

.menu-entry-content h4{
	margin-top: 40px;
	color: #ff4c00;
}

.btn-menu{   
    padding: 20px 30px;
    min-width: 200px;
}

/**********Accordian***********/

.accordion {
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: #eee;
    color: #8b8c8e;
    cursor: pointer;
    padding: 18px;
    padding-left: 26px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* .activeAcc used within JS do not change class name without amending JS*/
.activeAcc, .accordion:hover {
    color: black;
    background-color: #ddd;
}

.accordion:focus, .accordion.active {
    border: 0;
    outline: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    margin-top: -0.5rem;
    margin-bottom: 10px;
    width: 100%;
    padding: 18px;
    padding-left: 26px;
    padding-top: 0px;
    background-color: #ddd;
    display: none;
    overflow: hidden;
}

.panel p{
    margin: 0;
}

/********Accordian End*********/


/**********Drop Down Menu******/

.dropdown-menu {
    padding: 0px;
    min-width: 280px;
}

ul li ul.dropdown-menu {
    background-color: #f3f3f3;
    border: none;
    border-top: 3px solid #EA5A28 !important;
    border-radius: 0px;
    outline: none;
    margin-top: -3px;
}
/* 
ul li ul.dropdown-menu:hover {
    
} */

.dropdown-toggle::after{
    display: none;
}

ul li ul.dropdown-menu li {
    text-align: left;
    border-bottom: 0px !important;
}

ul li ul.dropdown-menu li a {
    margin: 0px 20px;
    padding: 8px;
    color: #8b8c8e !important;
    border-bottom: 0px !important;
}

ul li ul.dropdown-menu li:hover {
    background-color: #ddd;
}

ul li ul.dropdown-menu li a:hover {
    color: black !important;
}

/*******Drop Down Menu End*****/


.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    color: #000000;
}

.MultiCarousel { float: left; overflow: hidden; width: 100%; position:relative;
    margin-left: -16px;
    width: calc(100% + 32px); 
}
    .MultiCarousel .MultiCarousel-inner { transition: 0.5s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;
    padding: 0px 15px;}


.MultiCarousel .MultiCarousel-inner .item > div img{
}

  .MultiCarousel .leftLst, .MultiCarousel .rightLst, .outer-btns .left-click, .outer-btns .right-click { 
    position: absolute;
    bottom: 0px;
    color: #2f3034;
    background: none!important;
    box-shadow: none!important;
    border: none!important;
    font-size: 34px;
    padding: 0px;
cursor: pointer;}
    .MultiCarousel .leftLst, .outer-btns .left-click { left:45%; }
    .MultiCarousel .rightLst, .outer-btns .right-click { right:45%; }
    
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over, .outer-btns .left-click.over, .outer-btns .right-click.over { pointer-events: none; 
    color: #8b8c8e; }

.minus-pizza{
	    margin-bottom: -56px;
}

.overlay-png{
    max-width: 600px;
    margin-top: -130px;
}

.navbar-light .navbar-toggler {
    color: #2f3034;
    border: none;
    outline: none!important;
    box-shadow: none!important;
    padding: 0px;
    border-radius: 0px;
    font-size: 30px;
    margin-top: 75px;
    position: relative;
    z-index: 1;
}

.header-dark .navbar-light .navbar-toggler{
	color: #fff;
}

.rounded {
    border-radius: 3px!important;
    overflow: hidden;
}

.dietary{   
	color: #aba798;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    width: 36px;
    display: inline-block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}

.diet-wrap{
	display: block;
	width: 100%;
	min-height: 36px;
}

.menu-select-wrap{
    height: 67px;
    position: relative;
    z-index: 1;
}

ul.menu-select{
	list-style: none;
	padding: 0px;
    margin: 0px;
}

.menu-select .btn-lg{ 
	background-color: #EEEEEE;
    color: #8b8c8e;
    padding: 20px 25px;
    text-align: left;
	display: none;
}

.menu-select .btn-lg:hover{
	background: #2f3034;
	color: #fff;
}

.menu-select .btn-lg.active, .menu-select .btn-lg.show-li{
	display: block;
}

.menu-select .btn-lg.active i{
    margin-top: 4px;
    -webkit-transform: rotate( 
-90deg
 );
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate( 
90deg
 ) 
}

.online-menu{
	display: none;
}

.online-menu.active{
	display: block;
}

.top-box{  
    flex-flow: column nowrap;
}

.bottom-image{
	margin-top: auto;
}

a img, a .overlay{
    transition: all .3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
}

a:hover .overlay {
    background: rgba(0,0,0,.8);
}

.accs img{
    max-height: 100px;
    width: auto;
  mix-blend-mode: multiply;
}

.modal .close{
	outline: none!important;
	border: none!important;
	color: #EA5A28;
    opacity: 1;
}

.news_subheading {
    color: #000;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
    }
}

@media screen and (max-width: 600px){
	
#wpadminbar {
    position: fixed;
}

}

@media (max-width: 1199px){
	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin: 0px 10px;
}
	
	.navbar-brand{
		width: 100%;
	}
	
	
.top-box{
    min-height: 0px;
}
	
}


@media (max-width: 991px){
	
	header#masthead {
    z-index: 1;
	}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold!important;
    padding: 15px 25px;
    margin: 0px;
    border-bottom: 1px solid #222;
	}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a{
    border-bottom: none;
	}
	
	.navbar-collapse{
    background: #2f3034;
    border-radius: 3px;
	}
	
	body:not(.theme-preset-active) #masthead .navbar-nav{
	}
	

	h3, h1.small, h2.small {
    font-size: 26px;
    line-height: 36px;
	}
	
	h1, h3.large {
    font-size: 130px;
    line-height: 130px;
    letter-spacing: -6px;
	}
	
	h2.large, h1.middle {
    font-size: 64px;
    line-height: 60px;
    letter-spacing: -2px;
	}
	
	h1, h3.large {
    font-size: 88px;
    line-height: 84px;
    letter-spacing: -4px;
	}
	
	h4, header#masthead p {
    font-size: 18px;
	}
	
	.overlay-png {  
		max-width: 600px;
    margin-top: -90px;
    width: 60%;
	}
	
	.nav-tab {
    padding: 34px 20px;
    font-size: 18px;
}
	.minus-pizza {
    margin-bottom: -48px;
}
	
	.btn-lg, .nav-links a {
    padding: 18px 40px;
}
	
    .dropdown-menu{
    min-width: 100px;
    }
	
}


@media (max-width: 768px){
	
	.navbar-brand > a img{
    max-width: 180px;
	}
	
	.diet-wrap{
		min-height: 0px;
	}
	
	#content.site-content, .site-content {
    padding-top: 250px;
		
	}
	
	body {
    font-size: 16px;
}
	
	.overlay-png {
    margin-top: -50px;
    width: 80%;
	}
	
	
	h3, h1.small, h2.small {
    font-size: 22px;
    line-height: 30px;
}
	
	h1, h3.large {
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -2px;
}
	
	h2.large, h1.middle {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1px;
	}
	
	.nav-tab {
    padding: 30px 10px;
	}

}
