/*
Theme Name: At The Drive In Theme
Theme URI: 
Description: At The Drive In Theme
Version: 1.0
Author: Lab Digital Creative
Author URI: https://labdigitalcreative.com
Tags: 
*/


/* RESET (http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none - public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--nav_main: rgba(0,0,0,0.3);
		--green: #5c9a5d;
	--text: #000;
	--white: #fff;
	--nav_font_hover: #5c9a5d;
	--nav_font: #ffffff;
	--nav_second: #f57c00;
--dblue: #0a25bf;
--blue: #0c2ff2;
--mblue: #4478a6;
--lblue: #a0bed9;
	
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamBlack.woff2') format('woff2'),
        url('webfonts/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamBold.woff2') format('woff2'),
        url('webfonts/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamLight.woff2') format('woff2'),
        url('webfonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamMedium.woff2') format('woff2'),
        url('webfonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background: #5917a4;
	color: #ffffff;
}

::-moz-selection {
	background: #5917a4;
	color: #ffffff;
}

::-webkit-selection {
	background: #5917a4;
	color: #ffffff;
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a, a:hover {
	text-decoration: none;
}


/* 
==========================================================================
GLOBALS
==========================================================================
*/


body {
    background: var(--white);
    color: var(--text);
    font: 15px/1.8 'Gotham', Helvetica, Arial, sans-serif;
    margin:0;
    -webkit-font-smoothing: antialiased;
}

.container {
  margin: 0 auto;
}

.inner {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.utility-nav {
  background: var(--green);
  text-align: center;
}

.utility-nav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.utility-nav li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
width: 100%;
}


.utility-nav a {
  color: white;
	display:block;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--green);
  width: 100%;
  padding: 5px 0;		
border-right: 1px solid #338333;
}

.utility-nav a:first-of-type {	
border-left: 1px solid #338333;
}

.utility-nav a:hover {
	background: var(--nav_second);
}


header {
	background: #fff;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	padding: 0;
	height:120px;
}

.inner-head {
    width: 100%;
    position: relative;
    margin: 0 auto;
	max-width: 1500px;
    padding: 0 30px;
}


	.logo {
  float: left;
  width: 250px;
  height: auto;
  margin: 10px 0 0 0;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

nav {
	float: right;

	font-weight: 700;
	font-size: 16px;
	padding: 31px 0;
}

.field-wrap {
  margin: 0 0 20px 0 !important;
}


/* 
==========================================================================
NAV
==========================================================================
*/

.nav-button svg {
  width: 35px;
  height: 35px;
}

nav li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 30px 35px 0;
}

nav a {
	color: var(--text);
		font: 16px 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

nav a:hover {
	color: var(--mblue);
}


.nav {
	list-style: none;
    display: flex;
    justify-content: space-between;
}

.nav .menu-item-has-children a::after {
  position: absolute;
  right: -22px;
  top: 1px;
  color: var(--text);
  cursor: pointer;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  text-align: right;
}

.nav .sub-menu {
  list-style: none;
  width: 250px;
  min-width: 250px;
  margin: 0 0 0 0;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  top: 71px;
  padding: 0;
	right:-250px;
  text-align: left;
  background: var(--dblue);
  border:0; 
}

.sub-menu li {
	margin: 0;
	padding: 0px;
	left:0px;
}

.sub-menu a {
    text-transform: none;
	transition: all 0.3s ease-in;      
}

.sub-menu a:hover {
	transition: all 0.3s ease-in-out;      
}

.nav li {
    position: relative;
    display: block;
}

.nav > li {
	display:inline-block;
}

.nav > li > a {
    display: block;
    color: var(--text);
}

.nav a {
	position: relative;  
}

.nav a:hover {
    color: var(--mblue);
}

.nav li ul {
    position: absolute;
  	top:0;
  	right:-30px;
  	width:100%;
  	opacity:0;
  	visibility:hidden;
  	z-index:1;

}

.nav > li.hover > ul {
	opacity:1;   
	visibility:visible;   
	top:100%;
	right:-30px;
}

.nav li li ul {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  top: 0 !important;
  right: -250px;
  min-width: 250px !important;
}

.nav li li.hover ul {
    opacity:1;   
    visibility:visible;   
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
    border-top: 0;
    color: var(--white);
    font-weight: 500;
    padding: 10px 25px;
    margin: 0;
    font-size: 16px;
}

.nav li li li a {
    z-index:200;
    border-top: 0;
	color:var(--white);
    background: var(--blue)!important;
}

.nav li li a:hover {
	background: var(--mblue) !important;
	color: var(--white);
	left:0;
}

.nav li li li a:hover {
    background: var(--mblue) !important;
   color: var(--white);
    left:0;
}



.nav li li:hover:after,
.nav li li:after {
	content: "";
	display: none;     
}



.active .sub-menu {
	opacity:1;
	visibility: unset;
}

.menu-item-has-children a:after {
	color: var(--text);
}

.menu-item-has-children a:hover:after {
	color: var(--mblue);
}

.sub-menu a:after {
	display: none;
	content: "";
}

.nav .sub-menu .menu-item-has-children:after {
    display: block!important;
  position: absolute;
  right: 15px!important;
  top: 10px!important;
  color: var(--white)!important;
  cursor: pointer;
  content: "\f054"!important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px!important;
  text-align: right;
	z-index:999;
}

.nav .sub-menu .menu-item-has-children:hover:after {
    display: block!important;
  color: var(--white)!important;
	z-index:999;
}


/* 
==========================================================================
MOBILE NAV
==========================================================================
*/

.nav-wrapper {
  background-color: var(--dblue);
  height: 100%;
  padding: 80px 0px 0px 0px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 300px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
    position: relative;
}

.nav-wrapper a {
  display: block;
  font-size: 18px;
  color: var(--white);
  border: 0;
  transition: all 0.3s ease-in;
}

.nav-wrapper a:hover {
    color: var(--white);
    background: var(--blue);
    border: 0;
    transition: all 0.3s ease-in-out;   
}

.nav-button {
  color: var(--white);
  font-size: 16px;
  margin: 0px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  display: none;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 20px;
}

.nav-button img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button span {
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button:hover {
    opacity: 0.5;
    color: var(--white); 
    transition: all 0.3s ease-in-out;   
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 35px;
    right: 20px;
    transition: all 0.3s ease-in;
}

.nav-wrapper .menu-item-has-children ul {
    display: none;
}

.nav-wrapper .nav-buttons:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
    transition: all 0.3s ease-in-out;   
    color: var(--white);
}

.button-lines {
    font: 16px Helvetica, Epilogue, sans-serif; 
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
    margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: var(--nav_font);
}

.nav-visible .menutag {
    color: var(--nav_font);
    margin: 0;

    font-size: 15px;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;  
    margin: 0;
    line-height: 12px;   
}

.close img {
    width: 30px;
}

.closer {
    display: inline-block;
    vertical-align: middle; 
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;  
    cursor: pointer;
    transition: all 0.3s ease-in-out;   
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;       
}

.side-item {
    position: relative;
    margin: 45px 0 0 0;
}

.nav-wrapper .menu-item-has-children ul {
    padding: 0;
    margin: 0;
}

.nav-wrapper .menu-item-has-children {
    position: relative;
    cursor: pointer;
}

.nav-wrapper a:hover,
.nav-wrapper .menu-item-has-children a:hover {
    background: var(--mblue);!important;
    color: var(--white);!important;
}

.nav-wrapper .menu-item-has-children::after {
  position: absolute;
  right: 10px;
  top: 12px;
  color: var(--white);
  cursor: pointer;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 75px;
  text-align: right;
  font-size: 15px;
}

.nav-wrapper a {
    padding: 10px 20px;
}

.nav-wrapper .minus::after {
  content: "\f068";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  top: 14px;
}

.nav-wrapper ul {
    margin: 0;
} 

.nav-wrapper li {
    list-style: none;
    padding: 0;
}

.nav-wrapper .menu-item-has-children:hover:after {
    color: var(--mblue);
}

.nav-wrapper .menu-item-has-children a:after {
    content: "";
}

.nav-wrapper .menu-item-has-children ul a {
  display: block;
  font-size: 16px;
}

.nav-wrapper .menu-item-has-children ul a {
    color: var(--white);
    padding: 10px;
    background: var(--blue);
}

.nav-wrapper .menu-item-has-children ul a {
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 25px !important;
}


.nav-wrapper .menu-item-has-children ul a:hover {
    color: var(--white);
    padding: 10px;
    background: var(--mblue);!important;
}



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

	header {
		height:75px;
	}
	
	.util-nav,
.utility-nav,
nav {
    display: none;
}

.nav-button {
    display: block;
}

.side-item.cust-side {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.cust-side p {
  margin: 0;
}

.cust-side a {
  background: var(--mblue);
  color: #fff;
  margin: 10px 0 0 0;
}

.cust-side a {
  background: var(--text);
  color: #fff;
}

.cust-side .cta-button {
  background: var(--lblue)!important;
	display:block!important;
	width:100%!important;
  color: #fff!important;
  margin: 0!important;
}

.cust-side .cta-button:hover {
  background: var(--mblue)!important;
	display:block!important;
	width:100%!important;
  color: #fff!important;
}
	
	

}



.field-wrap input[type="submit"] {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #f6961b;
  border-radius: 0px !important;
  letter-spacing: 0px;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #0a25bf!important;
}

.field-wrap input[type="submit"]:hover {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #f6961b;
  border-radius: 0px !important;
  letter-spacing: 0px;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--lblue)!important;
}

.field-wrap {
  margin: 0 0 20px 0 !important;
}

