@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');

:root {
  --ease: all 0.3s ease 0s;
}

/* CSS RESET */
* {
  margin: 0;
  outline-width: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
}
a, a:active, a:focus {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #000;
}
.m-10 {
  margin-top: 80px;
  margin-bottom: 80px;
}

ul {
  list-style: none;
}

a, a:active, a:focus {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.m-10 {
  margin-top: 80px;
  margin-bottom: 80px;
}

hr {
  width: 100%;
  border-top: 1px solid #4d4d4d;
}

.lock-scroll {
  overflow: hidden !important;
  /* position: fixed !important; */
}

#maincont {
  display: none;
}

/* PRELOADER */
.preloader {
  transform: scale(0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: visible;
  background: #fff url('../img/logo.gif') no-repeat center center;
  display: none;
}

@media (max-width: 768px) {
  .preloader {
    transform: scale(1);
    background-size: 100%;
    margin-top: -40px;
  }
}

.preload-hide {
  display: none;
}

/* Nav */
.fixed-top {
  background: rgba(255,255,255,0.6);
}

.navbar {
  margin-top: 40px;
  height: 80px;
  width: 100%;
  padding: 0;
}

.navbar-inner {
  max-width: 800px;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-brand {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.navbar-modal-close > span {
  transform: scale(2);
  font-size: 25px;
  color: #b4b6c1;
}

.navbar-modal-close:hover > span, .navbar-modal-close:active > span {
  color: #fff;
}

.navbar-hamburger-container {
  /* max-width: 800px; */
  width: 100%;
  position: absolute;
  padding: 0px 10px;
  left: 40%;
  top: 10;
  transform: translate(-50%, 0);
  z-index: 120;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.navbar-hamburger {
  position: absolute;
  top: 50px;
  right: -10%;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

/* recolor the hamburger */
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before, .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:after {
  background-color: #000;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:after {
  background-color: #000;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px;
  width: 30px;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 0;
}

.navbar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  opacity: 0;
  z-index: 100;
}

.navbar-brand {
  z-index: 150;
}

.navbar-brand img {
  height: 90px;
}

.navbar-options {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 5vh;
  transform: translate(-50%, 135px) scale(1) !important;
}

@media (min-height: 880px) and (max-height: 1078px) {
  .navbar-options {
    height: 58%;
  }
}

@media (min-height: 1079px) {
  .navbar-options {
    height: 62%;
  }
}


.navbar-options > a {
  cursor: pointer;
  padding: 5px 10px 0 10px;
  text-transform: uppercase;
  color: #555;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  display: block;
}

.navbar-options p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.navbar-options .social a i {
  font-size: 20px;
  padding: 5px;
}

@media (max-width: 991px) {
  .navbar-options .social {
    margin-top: 100px;
  }
}

.navbar-options .social a i:hover {
  color: #000;
}

.navbar-options p a {
  font-size: inherit;
  font-weight: 500;
}

.navbar-options p a:hover {
  color: #000;
  text-decoration: none;
}

p.copyright {
  margin: 0;
}

p.bottom-footer {
  font-size: 0.75rem;
  color: #555;
}


/* open modal */
.navbar-modal {
  overflow-y: hidden;
}

body.navbar-open .navbar-modal {
  display: block;
  
}

/* css transitions */
body.navbar-open-animate .navbar-modal {
  opacity: 1;
  
}

body.navbar-open-animate .navbar-modal .navbar-options {
  transform: translate(-50%, -50%) scale(1);
}

.body-container {
  margin-top: 5vh;
  text-align: center;
  padding: 0;
}

.editor,
.editor-link {
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  color: #555;
  text-transform: uppercase;
  /* transition: .3s; */
}

.editor .editor-link {
  text-transform:none;
}

.editor .editor-link:hover {
  font-weight: 500;
}

.editor .editor-link.active {
  font-weight: 600;
}



.editor-link {
  display: inline-block;
  margin: 9px 0;
}

#video-main {
  margin-top: 195px;
}


.editor-col {
  margin-top: 30px;
}

.video-background {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -100;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.75;
  /* background: #fff; */
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.editor-link:hover {
  text-decoration: none;
  color: #000;
}

/* #contact-main,
#video-main {
  margin-top: 7vh;
} */


.content-heading {
  font-weight: 900;
  font-size: 18px;
  line-height: 0.8;
  text-transform: uppercase;
  color: #4c4d4e;
  /* border-top: 1px solid #4c4d4e; */
  /* padding-top: 18px; */
}

.position {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #555;
}

p.position.position-title {
  font-weight: 500;
  margin-top: 20px;
}

a.position.position-email {
  font-size: .85rem;
  margin-top: -5px;
}

p.position.position-name {
  /* font-size: 1.02rem;  */
  margin-top: 0px;
}


.editor-heading h1.display-4{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.editor-heading h1.display-4:after {
  content: '';
  display: block;
  border-bottom: 3px solid #4c4d4e;
  padding-top: 10px;
  margin-bottom: 10px;
  margin: 0 auto;
  width: 15%;
}

.filters {
  margin-top: 20px;
  text-align: center;
}

.filters a {
  margin:0 10px;
}

.filters a:hover {
  color: #000;
  text-decoration: none;
}

.lightbox-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lightbox-section a {
  padding: 10px;
}

.image-hover-text 
{
  position: absolute;
  color: white;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
}

.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
  position: relative;
  box-sizing: border-box;
  top: 10px; left: -10px; bottom: 0; right: 0;
  height: 90%;
  width: 95%;
  text-align: center;
  background: rgba(59, 59, 59, 0.5);
  border-radius: 0%;
  margin: 0 auto;
  padding: 20% 0px;
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
}

.image-hover-text .image-hover-text-title
{
  font-size: 16px;
  display: block;
  color: white;
}

.lightbox-section a .image-hover-text {
  cursor: pointer;
}

@media (max-width:768px) {
  .editor-heading h1.display-4:after {
    width: 25%;
  }
}

@media (max-width: 576px) {
  #editors-list .editor-link {
    font-size: 20px;
  }
}

/* .credentials {
  text-align: center;
  margin-top: 30vh;
} */


.credentials {
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
}

@media (min-width: 991px) {
  .credentials {
    margin-bottom: -100px;
  }
}

@media (max-width: 990px) {
  .credentials {
    margin-bottom: 20px;
  }
}

/* HAMBURGER ANIMATION HANDLER */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: none;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: none;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: none;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: initial;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: none;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: none;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: none;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: none;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: none;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: initial;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: none;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: none;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--emphatic .hamburger-inner:after {
  top: 0;
}

/* Vimeo Modal */
.modal-body {
  padding: 0;
}

#contact-main .row {
  text-align: center;
}

/* Nav Container */
/* #contact-main .nav-cont {
  display: flex;
  height: 75vh;
  flex-direction: column;
  justify-content: space-between;
} */

/* Disable Hover for Handheld Devices */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
  and (orientation: landscape) { 
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)
  and (orientation: landscape) { 
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)
  and (orientation: landscape) { 
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4)
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait)
  and (orientation: landscape) {
    .video-background #editor-home-video {
      display: none !important;
    }
}

#editor-categories {
  text-align: center;
  margin-top: 60px;
}

#editor-categories li{
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

#editor-categories li.active {
  border-bottom: 2px solid black;
}
