/*
Theme Name: PROTEAN 2026
Theme URI: http://localhost
Description: Custom template for Protean Graffix
Author: Robert Pentha
Author URI: http://www.ptplondon.com
*/
@font-face {
  font-family: "AvenirNext-Regular";
  src: url("/fonts/AvenirNext-Regular.woff2") format("woff2"), url("fonts/AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: #111;
  color: #fff;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

p, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mainpageholder {
  position: relative;
  padding: 30px 30px 30px 330px;
}

img.thelogo {
  width: 180px;
  margin: 0;
}

img.icon {
  margin-right: 10px;
  margin-bottom: 30px;
  width: 90px;
}

nav.mainmenubig {
  position: fixed;
  width: 300px;
  height: 100svh;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  /* align-items: center; */
  padding: 0;
  background-color: black;
  z-index: 9999;
}

p.tagline {
  color: #B5B5B5;
  padding: 0 30px 30px;
  font-size: 14px;
}

.topbarone {
  position: relative;
  padding: 30px;
}

.topbarone a {
  display: inline-block;
  position: relative;
}

.mainmenu {
  position: relative;
  width: 100%;
  display: inline-block;
}

.mainmenu::before {
  content: "";
  position: relative;
  width: 40px;
  height: 1px;
  background-color: #525252;
  margin: 0 30px 30px 30px;
  display: inline-block;
}

.mainmenu::after {
  content: "";
  position: relative;
  width: 40px;
  height: 1px;
  background-color: #525252;
  margin: 30px 30px 30px 30px;
  display: inline-block;
}

.bigmenu li {
  display: inline-block;
  margin-right: 0px;
  width: 100%;
  text-align: left;
}

.menuholder a {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-decoration: none;
  padding: 5px 30px;
  width: 100%;
  display: inline-block;
}

@media (min-width: 900px) {
  .menuholder a:hover {
    background-color: #F7D708;
    color: black;
    transition: all 0.3s ease;
  }
  .current_page_item a,
  .current-page-ancestor a {
    background-color: #F7D708;
    color: black;
  }
}
.innergallery {
  position: relative;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  display: block;
  /* grid-template-columns: 1fr; */
  /* gap: 2px; */
  /* padding: 0 20px; */
}

.innergallery a {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

footer {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 30px 30px 30px 330px;
  border-top: 1px solid #323232;
  margin-top: 80px;
}

.bottomcredit {
  font-size: 14px;
  color: #999999;
}

.statictext {
  position: relative;
  display: grid;
  justify-items: start;
  z-index: 1000;
  padding: 0px 30px 30px 30px;
  color: white;
  width: 100%;
}

.pageheaderone {
  padding: 20px 25px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

h1 {
  letter-spacing: -0.03em;
  font-size: 24px;
}

h2 {
  font-size: 14px;
  color: #FFF;
  /* text-transform: uppercase; */
  text-align: left;
  line-height: 120%;
}

.maincontent {
  padding: 25px;
}

.dodats {
  width: 44px;
  height: 40px;
  display: flex;
  /* gap: 10px; */
  position: relative;
  margin-right: -4px;
}

.dodats img {
  width: 40px;
  height: 31px;
  -o-object-fit: contain;
  object-fit: contain;
  /* margin-right: -20px; */
  display: block;
  position: relative;
}

.archivegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
}

.archivegrid a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  /* aspect-ratio: 1/1; */
}

.archivegrid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  /* background-color: grey; */
}

.archivegrid h2 {
  text-align: center;
  margin-top: 10px;
}

.archivecontainer {
  position: relative;
  margin-top: 40px;
}

.spacerone {
  position: relative;
  width: 100%;
  height: 30px;
}

/*

Mobile

*/
@media (max-width: 900px) {
  .innergallery {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .statictext {
    background: rgb(255, 255, 255);
    padding: 10px;
    display: block;
    width: 100px;
    position: fixed;
    bottom: 80px;
    right: 25px;
  }
  .statictext h2 {
    font-size: 12px;
    transition: all 0.3s ease;
    margin: 0;
    color: #111;
  }
  .dodats img {
    width: 30px;
    height: 21px;
  }
  .dodats {
    width: 30px;
    height: 23px;
  }
  nav.mainmenubig {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 0;
    background-color: black;
    z-index: 9999;
  }
  .topbarone {
    position: relative;
    padding: 15px 20px 20px 30px;
  }
  img.icon {
    margin-right: 10px;
    margin-bottom: 0;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
  img.thelogo {
    width: 180px;
    margin: 0 0 0 60px;
  }
  p.tagline {
    display: none;
  }
  .mainmenu {
    position: absolute;
    z-index: 9999;
    top: 69px;
    background-color: black;
    width: 100%;
    display: none;
    height: calc(100vh - 70px);
    padding-top: 50px;
  }
  .mainmenu.open {
    display: block;
  }
  .theburger {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .burgline {
    width: 100%;
    height: 1px;
    background-color: #F8D707;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.1s ease;
  }
  .burgerline2 {
    top: 8px;
  }
  .burgerline3 {
    top: 16px;
  }
  .active .burgerline1 {
    transform: rotate(45deg);
    top: 10px;
  }
  .active .burgerline2 {
    opacity: 0;
  }
  .active .burgerline3 {
    transform: rotate(-45deg);
    top: 10px;
  }
  .mainpageholder {
    position: relative;
    padding: 100px 25px 25px 25px;
  }
  footer {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 25px 25px 25px;
    border-top: 1px solid #ccc;
    margin-top: 80px;
  }
}/*# sourceMappingURL=style.css.map */