/**** Reset ****/
body, header *, main *, footer * {
    font-size: 0;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, nav, section, summary {
  display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/**** Base ****/

html {
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
  color: #000;
  background: #352063;
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  color: #000;
  margin: 20px auto 5px; 
  line-height: 1;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child { margin-top: 0; }

p, span, li, em, strong, label, input, 
textarea, select, option, a, th, td, i { 
  font-size: 18px; 
}

@media screen and (max-width: 1000px) {
  p, span, li, em, strong, label, input, 
  textarea, select, option, a, th, td, i { 
    font-size: 16px; 
  }
}

@media screen and (max-width: 600px) {
  p, span, li, em, strong, label, input, 
  textarea, select, option, a, th, td, i { 
    font-size: 14px; 
  }
}

h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }

hr { 
  background: #999;
  margin: 50px 0 40px;
  border: 0;
  height: 1px;
}

strong { font-weight: bold; }

iframe {
  margin-bottom: 20px;
}

p { margin-bottom: 20px; }
img + p, img + img { margin-top: 10px; }
p:last-child { margin-bottom: 0; }
a { transition: all .2s linear; }
a:hover { opacity: .75; }
.page p a:not(.button) { font-weight: bold; }

.flex { display: flex; }
.item { flex: 1; margin: 10px;}
.item.bias { flex: 2; }
.item:first-child { margin-left: 0; }
.item:last-child { margin-right: 0; }
.item:last-child a { background-image: linear-gradient(to right, #ffdd7a 40%, #eebf53 50%, #fef5c9 100%);
  color:transparent;
  background-clip: text; transition: all .2s linear; font-size: 24px; font-family: "Bebas Neue", sans-serif; }
.item:last-child a:hover { opacity: .8; }
.flex.auto .item { flex: auto; }

@media screen and (max-width: 600px) {
  .flex { flex-direction: column; }
}

.mobile-only { display: none; }

/**** Header ****/
header:not(.cog-header) { 
  background: #352063;
}

header .logo img { max-height: 80px; }
header .logo { font-size: 0; }

nav { }
nav ul { display: flex; align-items: center; }

nav ul li {
    position: relative;
    flex: 1;
}

nav li a {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}

nav li a.highlight { background: #7d54a2; border-radius: 10px; width: 90%; margin: auto; }

nav a:hover { opacity: .8; }


nav li ul {
  display: none;
  position: absolute;
  background: #424242;
  top: 45px;
  width: auto;
  min-width: 200px;
  box-shadow: 0 10px 20px #000;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

nav li ul a { white-space: nowrap; text-align: left; }

nav li a:not([href]) { 
  position: relative; 
  padding-right: 24px;
}

nav li a:not([href]):after {
  transition: all .2s ease-in-out;
  content: "\25BC";
  position: absolute;
  color: #b7942c;
  margin: auto 0 auto 5px;
  font-size: 16px;
  height: 20px;
  top: 0;
  bottom: 0;
}

nav li a:not([href]):hover:after { opacity: .8; }

nav li a.dropped:after { transform: rotate(180deg); } 

.mobile-open {
  display: none;
}

@media (max-width: 1000px) {
  header { padding: 10px; }
}


/**** Home ****/
.home-banner {
    background: url("/img/main-banner.webp") center center;
    /* photo creidt: https://unsplash.com/photos/person-holding-grey-tongs-and-kush-h3PWUqxpP_0 */
    background-size: cover;
}

.pitch {
    padding: 200px 50px;
    text-align: center;
    background: rgba(0, 0, 0, .65);
}

.pitch h2, .pitch h4 { color: #fff; }

/**** Main ****/

main { background: #fff; position: relative; }
main ul { margin-bottom: 20px; padding-left: 50px; }
main ul li { list-style: none; margin-bottom: 10px; }
main a { color: #352063; }
main p { line-height: 1.5; text-align: left; }

.cover { width: 100%; height: 600px; position: relative; }
.cover img { object-fit: cover; height: 100%; width: 100%; }
.cover h1 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; color: #fff; background: rgba(0,0,0,.5); padding: 200px 100px; }
@media (max-width: 1000px) { .cover { height: 300px; } .cover h1{ padding: 100px; } }

.banner { 
  width: 100%; 
  min-height: 100px;
  max-height: 400px;
  object-fit: cover;
}

.page { max-width: 1000px; margin: auto; padding: 20px; }
.page h1 { margin-bottom: 30px; padding-bottom: 32px; border-bottom: 1px solid #000; }

.page ul.columns { 
  columns: 2; 
  margin: 20px auto;
  padding-left: 50px;
}

@media ( max-width: 600px) { .page ul { columns: 1; } }

.page ul.no-column {
  columns: 1;
}

.page ul li {
  text-align: left;
  list-style: disc;
  margin: 0 20px 10px 0;
  padding-right: 10px;
}

p:after {
  content: "";
  clear: both;
  display: table;
}

aside, .dynamic {
  display: inline-block;
  vertical-align: top;
}

aside {
  padding: 20px;  
  width: 300px;
}

aside p { text-align: center; }

.dynamic {
  width: calc(100% - 300px);
  padding-left: 20px;
  text-align: left;
}

aside.frame {
  border-radius: 10px;
  background: #ffecb6;
}



.portraits div {
    display: inline-block;
    margin: 20px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    transition: all .2s linear;
}

.portraits div:hover {
    opacity: .8;
}

.portraits img {
    max-width: 100%;
    border-radius: 10px;
}

.portraits h3 {
    margin: 10px 0 5px;
    font-size: 28px;
    line-height: 1;
}

.portraits h4 {
    margin: 0;
    font-style: italic;
    font-size: 24px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
}

.overlay .tender { display: block; }

.tender {
    display: none;
    width: 1000px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    overflow: auto;
    padding: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 4px 1px #000;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    z-index: 1001;
    top: 20px;
    border-radius: 10px;
}



.tender div.close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 30px;
}

.tender p.close {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.tender img {
    float: right;
    max-width: 33%;
    margin: 40px 0 20px 20px;
    border-radius: 10px;
}

.tender h3 {
    margin: 0 0 5px 0;
    font-size: 28px;
}

.tender h4 {
    margin: 0;
    font-size: 24px;
    font-style: italic;
}

.tender p:after { content: none; }

@media screen and (max-width: 600px) {
    .tender {
        top: 0;
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        border-radius: 0;
    }

    .tender img {
        float: none;
        max-width: 100%;
        margin: 30px 0 10px;
    }

    .tender p:not(.cert) { text-align: left; }
    .portraits div { margin: 20px 0; width: 300px; }
}

/**** Footer ****/
footer {
    padding: 50px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    max-width: 1000px;
}

footer p {
    text-align: center;
}

footer p a, footer a { border: none; color: #fff; }

footer .links a {
  display: inline-block;
  margin: 10px 50px;
  height: 50px;
}

footer h4 { color: #fff; }
footer .left  { text-align: left; width: 50%;}
footer .left p { text-align: left; }
footer .center { width: 33%; display: inline-block; }
footer .right  { text-align: right; width: 50%;}
footer .right p { text-align: right; }

.social { margin: 10px 0 10px 10px; display: inline-block; }
.social img { height: 40px; }

.bottom-image {
  width: 100%;
}

form { border-radius: 10px; }

.hours { margin-bottom: 20px; }
.hours p { font-family: monospace; }

/**** Misc ****/
.age-verify {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #352063;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  max-width: 80%;
  z-index: 1001;
}

.age-verify img { height: 80px; }

.age-verify button { border-radius: 5px; border: solid #fff 1px; width: 100%; }

.icons a {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 240px;
}

.icons a img {
  box-shadow: 0 0 5px #000;
  border-radius: 200px;
}

.icons h3 { margin-top: 5px; }


button, a.button {
  font-family: "Bebas Neue", sans-serif;
  background: #7d54a2;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: all .2s linear;
  display: inline-block;
  font-weight: normal;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  font-size: 24px;
  line-height: 1;
}

button:hover, a.button:hover { opacity: .75; }

.left, .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.left { padding-right: 10px; }
.right { padding-left: 10px; }

.toggle {
    cursor: pointer;
    position: relative;
    transition: all .4s ease-in-out;
    margin: 20px 0 0 0;
    padding: 10px;
    background: #ddd;
    border: solid 1px #111;
    border-radius: 10px;
    color: #000;
}

.toggle:hover { background: #eee; }
.toggle:before, .toggle:after { content: "\2193"; transition: all .4s ease-in-out; }
.toggle:before { position: absolute; left: 10px; }
.toggle:after { position: absolute; right: 10px; }
.toggle.open:before, .toggle.open:after { transform: rotate(180deg);}
.toggle.open { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }


.collapse { 
  display: none; 
  padding: 10px; 
  border-bottom: solid 1px #333; 
  border-left: solid 1px #333; 
  border-right: solid 1px #333; 
  background: #eee;
  border-bottom-right-radius: 10px; 
  border-bottom-left-radius: 10px;
}

.collapse + p { margin-top: 10px; }

.video {
    position:relative;
    height:302px;
    max-width:540px;
    overflow:hidden;
    margin: 10px auto;
}

.video iframe {width: 100%; height: 100%;}

.center { text-align: center; }
.no-margin { margin: 0; }


.image-left {
  float: left;
  margin-right: 20px;
  max-width: 50%;
  width: 350px;
  border-radius: 10px;
}

.image-left + h3 { text-align: left; }

.image-right {
  float: right;
  margin-left: 20px;
  max-width: 50%;
  width: 350px;
}

.pair {
  display: inline-block;
  margin: 10px;
  height: 200px;
}

/**** Google Reviews ****/
#map-plug {display:none;}

.review-item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-width: 300px;
    padding: 20px;
}

@media ( max-width: 1000px) {
  .review-item { width: 50%; }
}

@media ( max-width: 600px) {
  .review-item { width: 100%; display: block; }
}

.review-meta, .review-stars {text-align:center;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}

.review-text {
  line-height: 1.2;
    font-size: 16px;
}

.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  background: none;
  margin-right: 1px;
  line-height:1;
  padding: 0;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}

.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }


/**** Responsive ****/
@media screen and (max-width: 1000px) {
  .pitch h1 { font-size: 30px; }

  header { display: block; }
  header .item { display: block; }

  header nav {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      flex: none;
      transition: all .2s linear;
      z-index: 12;
      max-width: none;
      height: 100%;
      background: #282828;
      overflow: auto;
  }

  html.open header nav { left: 0; }

  header nav > ul { display: block; }

  header nav ul li  {
      display: block;
      font-size: 0;
  }

  header nav li a {
      display: block;
      padding: 20px;
  }

  header nav li ul li a { text-align: center; }

  .mobile-open
  {
    display: block;
    position: absolute;
    z-index: 15;  
    user-select: none;
    transition: opacity .2s linear;
    left: 20px;
    top: 20px;
    cursor: pointer;
  }

  .mobile-open span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;    
    background: #fff;
    border-radius: 3px;      
    z-index: 1;      
    transform-origin: 4px 0px;      
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  .mobile-open span:first-child
  {
    transform-origin: 0% 0%;
  }

  .mobile-open span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }


  html.open .mobile-open span:first-child
  {
    opacity: 1;
    transform: rotate(45deg) translate(0, -4px);
    background: #fff;
  }

  html.open .mobile-open span:nth-child(2)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  html.open .mobile-open span:last-child
  {
    transform: rotate(-45deg);
    background: #fff;
  }
    
  html.open {
    overflow: hidden;
    scroll: none; 
  }

  nav li ul {
      position: initial;
      width: 100%;
      transition: none;
      box-shadow: none;
      transform: none;
  }

    header nav li:hover ul, header nav li:focus ul { display: none; }

    .mobile-only { display: block; }
    .no-mobile { display: none !important; }

    header .item:first-child { padding: 0 20px; }

}

@media screen and (max-width: 800px) {
  
  footer .left, 
  footer .left h4, 
  footer .left p, 
  footer .right, 
  footer .right h4, 
  footer .right p
  { text-align: center; }

  .left, .right, footer .left, footer .right {
      display: block;
      margin: 20px auto;
      width: 100%;
      padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .pitch { padding: 24px; }

  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }

  .dynamic, aside {
      display: block;
      padding: 10px 0;
      width: 100%;
      border: none;
      text-align: center;
  }


  

  ul.columns { columns: 1; }
  ul.columsn li { padding-right: 0; }

  footer .links a {
      display: block;
      margin: 20px 10px;
      padding: 0;
      border: none;
  }

  .image-left, .image-right {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    max-width: none;
  }

  .image-left + h3 { text-align: center; }

  .icons a { margin: 10px; }

  .tiles a { margin: 20px auto; }
}


.cog-cognito * { font-size: 18px; }

.cog-cognito {
  background: #eee;
  padding: 20px;
}

.cog-heading {
  font-size: 40px;
  border: none !important;
}

.cog-body {
  text-align: left;
}

.cog-button__text {
  font-size: 30px;
}

.cog-abuse, .cog-branding {
  display: none;
}


input[type=text], textarea { padding: 5px; }