﻿/*!
 * Site designed by: Jordan Zoucha of Sandhills Publishing.
 *
 * This code was ran through an auto prefixer to maximize compatibility. If you wish to run it through the same auto prefixer, you may find it at https://autoprefixer.github.io/
 *
 */

/*--- #header STYLES ---------------------*/
#header {
    height: 116px;
    /* padding: 0px 403px 0 387px; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 100001;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
/* padding: 0 16px; */width: 100%;}

#home #header {
    justify-content: center;
}
/* LOGO
------------------------------------------------*/
#logo {
    margin-right: 270px;
}

#home #logo {
    display: none;
}
#logo img {
    height: 85px;
}
/***** Start of primary nav ******/
#menu-button {
    display: none;
}
nav.mobile {
    display: none;
}
nav.primary {
}
nav.primary ul {
    display: flex;
    justify-content: space-between;
    width: 618.2px;
}

nav.primary ul li {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 14px;
}

svg {
    height: 12px;
}
nav.primary a {
    text-align: center;
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

a#storeDesktop {border-bottom: 1px solid black;}
nav.primary a:hover {color: rgb(40, 56, 120);}
/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 'Montserrat', arial, sans-serif;
    padding: 14px 10px 8px;
    text-align: left;
    color: rgb(27, 27, 27);
    border-right: none;
    border-left: none;
    font-size: 14px;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    position: absolute;
    display: none;
}
nav.primary ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}
nav.primary ul li:hover > ul {
    line-height: 1.9;
    z-index: 9999;
    display: block;
    /* position: relative; */
    margin: 0;
    border: 15px solid white;
    border-radius: 4px;
    box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24);
    width: auto;
}
nav.primary ul ul li {
    position: relative;
    display: block;
    float: none;
    width: 200p;
    margin: 0;
    background: white;
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1023px) {
.slideDown {
    /* top: calc(7.5625rem + ((1vw - 3.2px) * 9.7143)); */
    -webkit-animation: .001s ease-out 0s 1 slideIn;
    animation: .001s ease-out 0s 1 forwards slideIn;
}
.slideUp {
    -webkit-animation: .001s ease-out 0s 1 slideOut;
    animation: .001s ease-out 0s 1 slideOut;
}
/*==============================
	Mobile Nav Styles			
================================*/
nav.primary {
    display: none;
}
#menu-button {
    /* font-size: 24px; */
    /* position: relative; */
    /* line-height:60px; */
    z-index: 9999; /* needs to be lower than nav.mobile, adjust as needed */
    display: inline-block;
    /* height: 37px; */
    text-align: center;
    /* background: rgb(26, 26, 26); */
}
#menu-button a {
    font-family: acumin-pro, sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* padding: 6px 0; */
    padding-right: 40px;
    padding-left: calc(1.875rem + ((1vw - 7.68px) * 14.9804));
}
.menu-toggle .fas {
    -ms-flex-item-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
nav.mobile {
    z-index: 100001; /* needs to be higher than #menu-button, adjust as needed */
    display: block;
    visibility: hidden;
    overflow: auto;
    /* left: -250px; */
    width: 100%;
    height: auto;
    background: rgba(22, 22, 22, 0.8);
    position: fixed;
    top: 0;
    height: 100vh;
    padding: 30px 0;
}
/* MENU ##header SOCIAL MEDIA */
nav.mobile .social-media {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    text-decoration: none;
    word-spacing: 13px;
    color: #ccc !important;
}
nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    text-decoration: none;
    color: #ccc;
}
nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    text-decoration: underline;
    color: #fff;
}
/* MENU ##header STYLES */
nav.mobile .mobile_top {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: block;
    margin: 50px 0 10px 0;
    padding: 0;
    color: #999;
}
/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -38px;
    right: 13px;
    padding: 3px 8px 3px;
    text-decoration: none;
    color: #999;
    background: #222;
}
nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff;
}
/* MENU LIST STYLE */
nav.mobile ul {
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
    list-style: none;
}
nav.mobile ul li {
    /* border-bottom: 1px solid #151515; */
    position: relative;
    border-top: 1px solid #454545;
    color: white;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 18px;
    border-bottom: 0.1px solid white;
    border-top: none;
}

li#dropdown ul li {
    border: none;
    padding: 5px 0 5px 0px;
}

li#dropdown ul li a {
    font-size: 13px !important;
    padding: 0;
}

li#dropdown span {
    padding-top: 17px;
}

li#exit {
    border-bottom: none;
    color: white;
    padding: 0;
    margin-bottom: -18px;
    border: none;
}
/* FIRST LEVEL */
nav.mobile ul li a {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 20px !important;
    position: relative;
    display: block;
    /* padding: 5px; */
    /* border-left:4px #333 solid; */
    /* text-align: center; */
    text-decoration: none;
    color: white;
    font-weight: 300;
}

a#store {
    font-weight: 700;
}
nav.mobile ul li a:hover {
    color: rgb(132, 146, 223);
     /* border highlight - Change to fit match site colors */
}
/* SECOND LEVEL */
nav.mobile ul li li:last-child {
    border: none;
}
nav.mobile ul li li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #d0d0d0;
    /* border-left: 4px #444 solid; */
    /* background: #444; */
}
nav.mobile ul li li a:hover {
    /* background: black; */
}
/* THIRD LEVEL */
nav.mobile ul li li li:last-child {
    border: none;
}
nav.mobile ul li li li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    color: #ccc;
    border-left: 4px #555 solid;
    background: #555;
}
nav.mobile ul li li li a:hover {
    background: rgba(85,85,85,.5);
}
nav.mobile ul li .click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    position: absolute;
    z-index: 12399994;
    top: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
}
.nav-footer {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 15px 0;
    text-align: center;
    color: #1b1b1b;
}
/* FONT AWESOME ICONS */
nav.mobile ul li a .fa {
    font-weight: 100;
    width: 25px;
    margin: 0 6px 0 0;
    padding: 8px 3px;
    text-align: center;
    border-radius: 30px;
    background: #292929;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
nav.mobile ul li .fa-chevron-down {

    color: rgb(26, 26, 26);
}
}

@media screen and (max-width: 1200px) {
#logo {
 margin-right: 6%;
}
nav a {
 font-size: calc(0.75rem + ((1vw - 7.68px) * 0.431)) !important;
}
#logo img {

}
}

@media screen and (max-width: 1023px) {


#header {
    flex-direction: row-reverse;
    /* padding: 15px 0 0; */
    height: 110px;
    justify-content: flex-end;
}

#home #header {
    padding: 0 0;
}
#logo {
    margin-right: 0;
}
#logo img {
    width: 100%;
}
#header a {
text-align: center;margin-left: 18%;}
#menu-button {
}

}

@media screen and (max-width: 767px) {
#menu-button a {
    padding-left: 18px !important;
    padding-right: 18px;
}

#exit a {
    color: white;
    background: none;
    right: 0;
    /* position: relative; */
    padding: 30px 0 0 !important;
    font-size: 14px !important;
}
}

@media screen and (max-width:450px) {
#menu-button {
}
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

/*----IE ONLY STYLES - KEEP AT BOTTOM OF CSS----*/
