


/* css - kings hotdogs contact page */

/* Background Styles */
* {
    box-sizing: border-box;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

html {
    height: 100%;
    background-color: black;
}

footer {
  display: flex;
  position: relative;
  z-index: 10;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fdfff2;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* end background styles */


/* header */

      /* fixed header .navbar-wrap {
                        position: fixed;
                        top:0;
                        left: 0;
                        width: 100%;
                        z-index: 4;
                    }    */


.navbar-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
/* --- dark blue navbar color ---- */
.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #0F2971;           /*#6585e7;*/   /*#11296e;*/ /*#0F2971;*/       /*#365899;*/           /*#9ba8ca;*/
    color: black;
    height: 85px;
    border-bottom: solid 1px lightgray;
    box-shadow: 0px 1px 2px .5px #888888;
    z-index: 4;
}


/* --- light blue navbar color --- 
.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #6585e7;           /*#6585e7;*/   /*#11296e;*/ /*#0F2971;*/       /*#365899;*/           /*#9ba8ca;*/ /*
    color: black;
    height: 85px;
    border-bottom: solid 1px lightgray;
    box-shadow: 0px 1px 2px .5px #888888;
    z-index: 4;
/* fixed header [ z-index: 4; ] */    
}
*/
.logo {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: .5rem;
    margin-right: .5rem;
    top: 0px;
    z-index: 4;
}

.logo img {
    max-width: 180px;
    height: auto;
    margin-left: 10px;
}

.header-logo-img {
    position: relative;
    min-height: inherit;
    flex-shrink: 0.6;
}

.navbar-links {
    height: 100%; 
}

.navbar-links.active {
    transform: translate(-20%, 0%);
    height: -webkit-fill-available;
    height: 100%;
    position: relative;
    z-index: 4;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #bec3c9;
    padding: 1rem;
    padding-top: 28px;
    padding-bottom: 22px;
}
.nav-text {
    padding-top: 6px;
}

.navbar-links li a:hover {
    color: #911c1c;
}

.navbar-links li a:active {
    color: #333333;
}

.toggle-button {
    position: absolute;
    right: 2rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: #5c5c5c;
    border-radius: 20px;
    z-index: 5;
}



/* end header */


.page-clr.contact {
    position: relative;
    width: 100%;
    border: solid 1px lightgray;
    box-shadow: 0px 1px 2px 0.5px #888888;
}


.footer-opensign {
    max-width: 235px;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.content-clr.contact {
    display: flex;
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    z-index: 1;
}

.content-row {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 10px;
}

.column-wrap {
    width: 100%;
    height: auto;
}

.column-wrap.c40 {
    position: relative;
    height: auto;
}

.column-wrap.c60 {
    position: relative;
    height: auto;
    margin-left: 10px;
}

@media (max-width: 767px) {
    /* contact page columns */
    .content-row {
        flex-direction: column;
        margin-left: 50px;
        margin-right: 10px;
    }
    .column-wrap.c60 {
        width: 100%;
    }
    .column-wrap.c40 {
        width: 100%;
    }
    .contact-h2 {
        margin-left: -30px;
    }
    .parallax-img {
        background-position: right bottom;
    }
    /* end contact page columns */
}

.about-text {
    margin-left: 10px;
    margin-right: 10px;
}


.item-name {
  text-align: left;
  padding: 10px;
}

.list-icon-open-img {
    width: 10px;
    height: auto;
}

.list-icon-closed-img {
    width: auto;
    height: 10px;
}

.list-icon:before a {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: left;
}

.toggle-list-link {
    text-decoration: none;
    color: #625f5f;
}

.toggle-list-link:hover {
    color: black;
}

#no-display-ul {
    display: none;
}

#no-display-icon {
    display: none;
}

#no-display-em {
    display: none;
}

 
#no-display-icon-em {
    display: none;
}

#no-display-cd {
    display: none;
}

#no-display-icon-cd {
    display: none;
}



.toggle-list-link {
    border: none;
    background: none;
    font-family: inherit;
    font-size: 16px;
}

.contact-list-items {
    padding-left: 0px;
}

.contact-list-item {
    list-style: none;
    margin-left: 7px;
}

.list-icon-opensign {
    width: auto;
    height: 18px;
    margin-right: 10px;
    margin-left: 8px;
}

.list-icon-text > a {
    text-decoration: none;
    color: black;
}
.list-icon-text > a:hover {
    text-decoration: none;
    color: #4287f5;
}

#no-display-cd > li {
    padding-bottom: 10px;
    letter-spacing: 1.2px;
}



p {
    line-height: 24px;
}
h3 {
    margin-left: 10px;
    color: #000F2B;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 2.5px;
}

.contact-block {
    margin-left: 10px;
}

.item-name.em {
    margin-left: 10px;
}

.contact-h2 {
    color: #000F2B;
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 2.5px;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.mapdiv {
    width: 100%;
    position: relative;
    height: 300px;
}

.map {
    height: 300px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 69% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.2s; 
}

.map:hover {
    filter: brightness( 100% ) contrast( 100% ) saturate( 110% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.2s;
}

/* footer - coming-soon */
.copyright.box {
  padding-top: 8px;
  padding-bottom: 5px;
}

.copyrighttxt {
  text-align: center;
  color: #04030f;
  width: 100%;
  margin: 0px;
  font-size: 12px;
}
.footer.bar {
    position: relative;
    bottom: 0;
    border-top-style: solid;
    border-top-color: #edfdfb;
    border-width: 2px; 
    width: 100%;
    height: 48px;
    background-color: #e8e8ff;
    opacity: 0.5;
}
/* end footer - coming-soon */


/* footer_sidemenu */
/* footer bottom copyright */
.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #1d1d1d;
  border-top: 0.1px solid black;
  color: #b3b3b3;
}

.copyright {
   font-size: 12px;
   font-family: 'Montserrat', sans-serif;
}
/* end footer bottom copyright */

/* footer side navbar */
.footer-side-navbar {
    display: flex;
    position: relative;
}

.footer-navbar > li > a {
  text-decoration: none;
  color: #9e9e9e;
}

.footer-navbar > li {
  margin: 10px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2.4px;
  list-style: none;
  text-align: right;
}

.footer-call-icon {
  list-style: none;
  margin: 1px;
  font-size: 10px;
}

.flexbox-container {
    width: 100%;
    padding: 0px;
    position: relative;
    background-color: #222;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-top: 3px double black;
    border-radius: 3px;
}

.flexbox-item {
    max-width: 340px;
    margin: 0px;
    position: relative;
}

.brandbox {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    min-width: 228px;
    padding: 10px;
    margin: 5px;
}

.hours {
    min-height: 130px;
}

.fb-likebox {
    min-height: 130px;
    border: 2px solid #444444;
    border-radius: 4px;
    margin: 20px;
}

.footer-logo {
  display: block;
}

.footer-logo img{
  position: relative;
  display: flex;
  max-width: 210px;
  height: auto;
  margin-top: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-opensign {
    max-width: 235px;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.footer-phone {
    text-decoration: none;
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: -30px;
    padding-bottom: 1px;
  }

.footer-address {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 1.2px;
  margin-top: -10px;
}
/* end footer_sidemenu */




