@charset "UTF-8";

/* typography */

html {
  font-size: 18px;
}

h1,
h2,
h3,
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

h1 {
  font-size: 2.369rem;
  line-height: 2.667rem;
}

h2 {
  font-size: 1.777rem;
  line-height: 2.222rem;
}

h3 {
  font-size: 1.333rem;
  line-height: 1.777rem;
}

main {
  font-size: 1rem;
  line-height: 1.333rem;
}

header,
footer {
  font-size: 0.88rem;
  line-height: 1.16rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-label {
  font-size: 0.88rem;
  line-height: 1.16rem;
}

body {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}

b {
  font-weight: 600;
}

.xl-text {
  font-size: 5rem;
  line-height: 5.33rem;
  font-weight: 800;
}

/* .uppercase {
  text-transform: uppercase;
} */

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

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

.pointer {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 1.72rem;
    line-height: 2.222rem;
  }

  h2 {
    font-size: 1.44rem;
    line-height: 1.777rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.777rem;
  }

  .xl-text {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 600;
  }
}

/* spacing */

.padding-bottom-xs {
  padding-bottom: 8px;
}

.padding-bottom-s {
  padding-bottom: 16px;
}

.padding-bottom-m {
  padding-bottom: 32px;
}

.padding-bottom-l {
  padding-bottom: 48px;
}

.padding-bottom-xl {
  padding-bottom: 64px;
}

.padding-top-s {
  padding-top: 16px;
}

.padding-top-m {
  padding-top: 32px;
}

.padding-top-l {
  padding-top: 48px;
}

.padding-top-xl {
  padding-top: 64px;
}

.padding-top-nav {
  padding-top: 80px;
}

@media only screen and (max-width: 575px) {
  .padding-bottom-m {
    padding-bottom: 24px;
  }

  .padding-bottom-l {
    padding-bottom: 32px;
  }

  .padding-bottom-xl {
    padding-bottom: 48px;
  }

  .padding-top-m {
    padding-top: 24px;
  }

  .padding-top-l {
    padding-top: 32px;
  }

  .padding-top-xl {
    padding-top: 48px;
  }

  .padding-top-nav {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .padding-top-nav {
    padding-top: 125px;
  }
}

/* icons */
i.social.fab {
  color: #000;
  margin: 0 0 0 1.66rem;
}

.portfolio-slider i.fas.fa-chevron-right {
  font-size: 24px;
}

.portfolio-slider i.fas.fa-chevron-left {
  font-size: 24px;
}

@media only screen and (max-width: 575px) {
  i.col-1.fas.fa-arrow-right {
    padding: 0;
  }
}

/* button */
.pp-button {
  background-color: #dbdbdb;
  color: #000;
  border-radius: 0;
  padding: 2px;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 0px;
}

.pp-button:hover {
  background-image: linear-gradient(
    to right,
    #31ccc3,
    #8a2387,
    #e94057,
    #f27121
  );
  background-size: 300% 100%;
  animation: gradient 3s linear infinite;
  -webkit-animation: gradient 3s linear infinite;
}

.pp-button a {
  display: block;
  padding: 1rem 2rem;
  align-items: center;
  background: #fff;
}

.grey-background .pp-button a {
  background: #f9f9f9;
}

.single-job .pp-button {
  margin-right: 0.89rem;
}

@media only screen and (max-width: 767px) {
  .pp-button a {
    padding: 0.5rem 1rem;
  }

  .single-job .pp-button {
    width: 100%;
    margin-bottom: 0.89rem;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}

/* display */
.grey-background {
  background-color: #f9f9f9;
}

.block {
  display: block;
}

.bottom-border {
  border-bottom: 1px solid #ececec;
}

/* menu items */
#primary-menu .current-menu-item,
.mobile-menu #primary-menu .current-menu-item > a,
.filters.slide a.nav-link.active {
  display: inline-block;
  background-size: 300% 0.3rem;
  background-position: left 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    to right,
    #31ccc3,
    #8a2387,
    #e94057,
    #f27121
  );
  animation: gradient 3s linear infinite;
  -webkit-animation: gradient 3s linear infinite;
}

#primary-menu .current-menu-item a,
.filters a.nav-link.active {
  pointer-events: none;
}

#primary-menu .menu-item a,
.filters.slide a.nav-link {
  text-decoration: none;
  transition: all 0.3s linear;
  display: inline-block;
  padding-bottom: 0.35rem;
  background-size: 0 0.3rem;
  background-position: left 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    to right,
    #31ccc3,
    #8a2387,
    #e94057,
    #f27121
  );
}

#primary-menu .menu-item a:hover,
.filters.slide a.nav-link:hover {
  background-size: 100% 0.3rem;
}

.filters .nav-link {
  margin: 0.5rem 1rem;
  padding: 0;
}

.jobs .filters .nav-link {
  margin: 0;
}

.accordion .nav-link,
.jobs .nav-link {
  opacity: 0.4;
}

.accordion .nav-link,
.accordion .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececec;
  padding: 0;
}

.accordion .nav-link.active,
.jobs .nav-link.active {
  color: #000;
  background-color: inherit;
  opacity: 1;
}

.accordion .nav-tabs {
  border: none;
}

.accordion .mobile-image {
  display: none;
}

@media only screen and (max-width: 991px) {
  .accordion .mobile-image {
    display: block;
  }
  .accordion .tab-content {
    display: none;
  }
}

/* sliders */
.owl-item.active {
  opacity: 1;
}

.owl-item {
  padding: 0 2rem;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

.history-slider .owl-item {
  padding: 0 0.5rem;
}

.portfolio-slider .owl-stage-outer,
.history-slider .owl-stage-outer {
  overflow: visible;
}

.hide-overflow {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .portfolio-slider .owl-stage-outer,
  .history-slider .owl-stage-outer {
    overflow: hidden;
  }

  .history-slider .owl-item,
  .owl-item {
    padding: 0;
  }
}

.banner-slider .owl-nav {
  margin-top: 0;
}

.banner-slider .banner-title {
  background-color: #fff;
  padding: 16px;
}

.banner-slider .owl-item {
  padding: 0;
  height: 700px;
}

.banner-slider .owl-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.slide-progress {
  position: absolute;
  bottom: 92px;
  left: 50px;
  max-width: 450px;
  height: 8px;
  background: linear-gradient(
    90deg,
    #31ccc3 0%,
    #8a2387 34.37%,
    #e94057 67.71%,
    #f27121 100%
  );
}

.banner-button button {
  padding: 0;
  margin: 5px 5px 10px 5px;
  border: none;
  background-color: #fff;
}

.banner-slider .owl-item .banner-img {
  object-position: center;
  object-fit: cover;
  height: 700px;
}

.banner-slider .owl-prev {
  left: 100px;
  bottom: 155px;
}

.banner-slider .owl-next {
  left: 135px;
  bottom: 155px;
}

.banner-slider .banner-title {
  position: absolute;
  padding: 50px 50px 50px 50px;
  bottom: 100px;
  left: 50px;
  height: 550px;
  width: 450px;
}

@media only screen and (max-width: 575px) {
  .banner-slider .owl-dots {
    bottom: 260px;
  }

  .banner-slider .owl-prev {
    left: 16px;
    bottom: -2rem;
  }

  .banner-slider .owl-next {
    left: 51px;
    bottom: -2rem;
  }

  .banner-slider .owl-item {
    height: 550px;
  }

  .banner-slider .owl-item .banner-img {
    height: 300px;
  }

  .banner-slider .banner-title {
    position: relative;
    padding: 16px;
    bottom: inherit;
    left: inherit;
    height: 250px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-slider .banner-title {
    left: 150px;
  }

  .banner-slider .owl-prev {
    left: 200px;
  }

  .banner-slider .owl-next {
    left: 235px;
  }

  .slide-progress {
    left: 150px;
  }
}

/* slider arrows */
.owl-prev,
.owl-next {
  position: absolute;
  display: block !important;
}

.portfolio-slider .owl-prev {
  left: 0vw;
  top: 40%;
  transform: translateY(-40%);
}

.portfolio-slider .owl-next {
  right: 0vw;
  top: 40%;
  transform: translateY(-40%);
}

.history-slider .owl-prev {
  width: 300px;
  left: -300px;
  top: 0;
  height: 100%;
  color: transparent !important;
}

.history-slider .owl-next {
  width: 300px;
  right: -300px;
  top: 0;
  height: 100%;
  color: transparent !important;
}

button:focus {
  outline: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #d6d6d6;
  background: none;
}

/* slider dots */

.owl-theme .owl-dots .owl-dot span {
  width: 1.3rem;
  height: 0.44rem;
}

@media only screen and (max-width: 575px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 0.44rem;
    height: 0.44rem;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(
    90deg,
    #31ccc3 0%,
    #8a2387 34.37%,
    #e94057 67.71%,
    #f27121 100%
  );
}

.do-good-slider .slider-title {
  position: absolute;
  color: #fff;
  padding: 0 0.88rem;
  bottom: 0.88rem;
}

/* main nav */
.homeicon {
  background-image: url("https://dev.potatoproductions.com/wp-content/uploads/2019/10/logo.gif");
  background-repeat: no-repeat;
}

.potato-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  color: #000000;
  background-color: #fff;
}

.logo-icon {
  width: 75px;
  height: 75px;
}

.potato-nav #primary-menu {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

@media only screen and (min-width: 1200px) {
  .potato-nav-container {
    width: 1140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .potato-nav-container {
    width: 960px;
  }
}

@media only screen and (min-width: 992px) {
  .logo-icon {
    margin-right: 75px;
  }

  .potato-nav-container {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .potato-nav-home {
    position: absolute;
    top: inherit;
    bottom: 0;
  }

  .main-content-margin {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .potato-nav-home .logo-icon {
    display: block !important;
  }

  .logo {
    margin-top: 125px;
  }
}

/* mobile main nav */
@media only screen and (max-width: 575px) {
  .mobile-menu {
    height: 100%;
    text-align: center;
  }

  .mobile-menu li {
    padding-top: 0.75rem;
  }

  .mobile-menu .logo-icon {
    display: block !important;
    width: 150px;
    height: 150px;
  }

  .potato-nav-home {
    display: none;
  }

  .potato-nav-home.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
  }

  .mobile-nav {
    display: block;
  }
  .mobile-nav .menu-section {
    position: fixed;
    bottom: 32px;
    width: 100%;
    z-index: 99;
  }

  .mobile-nav .menu-toggle {
    height: 65px;
    background: #fff;
    border: none;
    border-radius: 60%;
    width: 65px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .one,
  .two,
  .three {
    width: 24px;
    height: 4px;
    background: linear-gradient(to right, #31ccc3, #8a2387, #e94057, #f27121);
    margin: 3px auto;
    /* -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; */
  }

  .close-view .one {
    -moz-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }

  .close-view .two {
    opacity: 0;
  }

  .close-view .three {
    -moz-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hidden {
    display: none;
  }

  #primary-menu .current-menu-item {
    background-image: none;
  }

  .logo > img {
    padding-bottom: 100px;
  }
}

.logo-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.logo {
  width: 100%;
}

.logo .img-fluid {
  max-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
}

#curtain {
  background-color: #fff;
  z-index: 20;
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  margin-bottom: 100vh;
  position: relative;
}

#curtain.curtain-mobile {
  margin-bottom: 0;
}

.curtain-content {
  margin-top: auto;
}

.curtain-mobile > .curtain-content {
  margin-bottom: auto;
}

#main-content {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

#main-content.main-content-mobile {
  /* height: auto; */
  position: relative;
  opacity: 1;
}

.content-placement {
  width: 70%;
  margin: 0 auto;
}

.banner-image img {
  height: auto;
  max-width: 100%;
  position: relative;
}

.is-relative {
  position: relative !important;
  margin-top: -100vh !important;
  z-index: 0 !important;
}

#menu-scroll {
  top: 5.5rem;
  transition: ease-out;
}

.main-tagline-content li {
  list-style: none;
}

.main-tagline-content:after {
  content: " ";
  display: block;
  clear: both;
}

/* modal */
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
  background-color: #fafafa;
}

.modal-header {
  border: none;
}

.modal-body {
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.modal,
.modal-open {
  padding-right: 0px !important;
}

@media only screen and (min-width: 576px) {
  .modal.right.fade .modal-dialog {
    right: -18rem;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  .modal-body {
    padding: 1.5rem;
  }
}

/* footer */
#menu-footer-menu {
  padding: 1.78rem 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.footer-logo {
  height: 200px;
}

@media only screen and (max-width: 575px) {
  .footer-logo {
    height: 100px;
  }
}

/* list styles */
ul {
  margin: 0;
  padding: 0;
}

.single-job li {
  margin: 0 0 1rem 1rem;
}

/* single post & blog */
.single-job p,
.single-company p,
.entry-content > * {
  margin: 0 0 1rem 0;
}

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

.entry-content a {
  color: #007bff;
}

.entry-content > ul,
.wp-block-media-text__content > ul {
  padding-left: 1rem;
}

.entry-content a:hover {
  text-decoration: underline;
}

.share-post-buttons a {
  color: #000;
}

.about-author {
  padding-top: 1rem;
}

.blog-thumb {
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .entry-content > * {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .wp-block-image {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
}

@media only screen and (min-width: 992px) {
  .entry-content > * {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }

  .wp-block-image {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .share-post-buttons {
    position: absolute;
  }
}

.wp-block-image {
  text-align: center;
}

/* google maps */
iframe {
  max-width: 100%;
}

/* .entry .entry-content > iframe[style] {
  margin: 32px 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1200px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
} */

/* hexagons */

.hexagon {
  width: 120px;
  height: 140px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex-stagger {
  margin-top: 70px;
}

@media only screen and (min-width: 992px) {
  .hexagon {
    width: 150px;
    height: 180px;
  }

  .hex-stagger {
    margin-top: 100px;
  }
}

.company-logo,
.modal-logo {
  width: 150px;
}
