@font-face {
    font-family: gotham-light;
    src: url("font/gotham-light-webfont.ttf") format("opentype");
}

@font-face {
    font-family: gotham-medium;
    src: url("font/gotham-medium-webfont.ttf") format("opentype");
}

@font-face {
    font-family: bebas-neue-bold;
    src: url("font/BebasNeue-Bold.ttf") format("opentype");
}

@font-face {
    font-family: didot-italic;
    src: url("font/DidotItalic.ttf") format("opentype");
}

body {
    background-color: white;
}

.content {
/*    max-width: 2000px;*/
    margin: 0 auto;
}

.header {
    background-color: white;    
    padding: 20px;
}

.logo {
    width: 100%;
    margin-bottom: 10px;
}

.mobile-menu-button {
    display: none;
}

.logo img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.menu-overlay, .overlay {
    font-family: gotham-light;
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay {
    width: 100%;
    display: none;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f2d465;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.menu-overlay a.menu-btn {
    border-bottom: 2px solid;
}

.menu-overlay a:hover, .menu-overlay a:focus, .menu-overlay a.active {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.menu-container {
    font-family: gotham-light;
    font-size: 1.5em;
    font-weight: bold;
    color: black;
/*    color: #f2d465;    */
    display: flex;
    max-width: 50%;
    margin: 0 auto 20px;
}

.menu-element {
    flex: 1 1 100px;
    text-align: center;
}

.menu-element a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.image-container {
    width: 100%;
    margin-bottom: 40px;
}

.pos1 {
    position: relative;
}

.image-container img {
    width: 100%;
/*    max-width: 1500px;*/
    margin: 0 auto;
    display: block;
}

.image-container ul {
    margin: 0 auto;
}

.retailers {
    font-family: bebas-neue-bold;
    color: white;
    text-align: center;
    background-image: url(../images/new/0303_AWSite_BlackSnackBG.jpg);
    background-repeat:repeat;
    padding: 40px 20px 20px;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    margin-bottom: 20px;
}

.retailers h1 {
  overflow: hidden;
  text-align: center;
  font-size: 3em;
  letter-spacing: 10px;
  margin: 0;
}

.retailers h1:before,
.retailers h1:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}

.retailers h1:before {
  right: 1em;
  margin-left: -50%;
}

.retailers h1:after {
  left: 1em;
  margin-right: -50%;
}

.logos ul {
    list-style: none;
    padding: 0;
}

.logos li {
    display: inline-block;
    width: 15%;
}

.logos li img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.item1 {
    grid-area: a;
    text-align: right;    
}

.item2 {
    grid-area: b;
    border: 3px solid;
    text-align: center;
    font-size: 2em;
    letter-spacing: 5px;
    border-bottom: none;
    display: grid;
    align-items: center;
}

.item3 {
    grid-area: c;
    border: 3px solid; 
    text-align: center;
    display: grid;
    align-items: center;
}

.item4 {
    grid-area: d;    
}

.events {
    font-family: bebas-neue-bold;
    color: white;
    padding: 40px 10px 60px;
}

.events-grid-container {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;        
    grid-template-areas: 
    "a b d"
    "a c d"
    "a c d"
    "a c d"
    "a c d"
    "a c d"
    "a c d"
    "a c d"
    "a c d";
    grid-column-gap: 10px;    
}

ul.events-list {
    list-style: none;
    padding: 0 10px;
}

ul.events-list table {
    width: 100%;
}

ul.events-list li {
    margin-bottom: 10px;
}

td.date {
    width: 40%;
    text-align: right;
    padding-right: 10px;
    font-size: 1.3em;
    letter-spacing: 2px;
}

td.venue {
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

.circle {
    border: 2px solid;
    display: inline-block;
    padding: 5px;
    border-radius: 170em;
    height: 50px;
    width: 50px;
    text-align: center;
}

.event-name {
    font-size: 1.5em;
    letter-spacing: 5px;
}

.video {
    max-width: 1280px;
    margin: 0 auto;
}

.brand {
    color: black;
    text-align: center;
    padding: 20px 60px;
}

.brand-container {
    border-top: 8px solid white;
    border-bottom: 8px solid white;
    padding: 40px 0;
}

.brand h1 {
    font-family: bebas-neue-bold;
    letter-spacing: 5px;
    font-size: 3em;
    margin: 0 0 10px;
}

.brand h2 {
    font-family: didot-italic;
    margin: 0;
    font-size: 3.5em;
    font-weight: normal;
}

.instagram {
    background-color: black;
    text-align: center;
    color: white;
    font-family: didot-italic;    
    padding: 20px 0;
}

.instagram h1 {
    font-size: 4em;
    font-weight: normal;
}

.hashtag h1 {
    font-family: bebas-neue-bold;
    letter-spacing: 5px;
    font-size: 3em;    
}

.followus {
    font-family: gotham-light;
    color: black;
    border: 2px solid;
    display: inline-block;
    padding: 10px 40px;
    font-size: 1.5em;
    margin-bottom: 80px;
}

.followus a {
    text-decoration: none;
    color: black;
}

.footer {
    background-color: black;
    border-top: 2px solid;
    color: white;
    font-family: gotham-light;
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    display: inline-block;
    margin-right: 30px;
    border-right: 2px solid;
    padding: 5px 15px;
}

li.first {
    margin-right: 15px;
}

li.middle {
    padding-left: 0;
    margin-right: 15px;
}

li.last {
    padding-left: 0;
    border-right: none;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.videos {
    max-width: 1280px;
    margin: 60px auto;
}

.videos img.poster {
    width: 100%;
}

.contact_us {
    text-align: center;
    margin: 100px 0;
}

.contact_us div {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .logo img {
        max-width: 80%;     
    }

    .menu-container {
        max-width: 80%;
    }
    
    .brand h2 {
        font-size: 2.8em;     
    }
}

@media (max-width: 768px) {
    .header {
        padding: 20px 5px;
    }
    
    .logo img {
        max-width: 98%;     
    }    
    
    .menu-container {
        display: none;
        max-width: 100%;
    }
    
    .mobile-menu-button {
        display: inline-block;
        width: 10%;
    }
    
    .logo-image {
        display: inline-block;
        width: 90%;
        float: right;
    }
    
    .retailers h1 {
        font-size: 2.5em;
    }
    
    .logos li {        
        width: 100%;
    }
    
    .logos li img {        
        width: 200px;
    }
    
    .events-grid-container {
        display: block;
    }
    
    .item1, .item4 {
        text-align: center;
    }
    
    .item1 {
        margin-bottom: 10px;
    }
    
    .item4 {
        margin-top: 20px;
    }
    
    .brand h2 {
        font-size: 2em;     
    }
    
}

@media (max-width: 425px) {
    .retailers h1 {
        font-size: 1.5em;
        letter-spacing: 2px;
    }
    
    .logos li img {        
        width: 150px;
    }
    
    .item1 img, .item4 img {
        width: 100%;
    }
    
    .brand {     
        padding: 20px 10px;
    }
    
    .brand h1 {
        font-size: 2em;     
    }
    
    .brand h2 {
        font-size: 1.5em;     
    }        
    
    .instagram h1 {
        font-size: 2em;     
    }
    
    .followus {        
        padding: 10px 20px;
        font-size: 1.3em;        
    }
    
    .footer li {
        display: block;
        border-right: none;
        padding: 5px 10px;
        margin: 0;
    }
}