/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2,
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph--large {
    font-size: 20px;
    line-height: 26px;
  }

  .feature-item {
    padding: 20px;
    margin: 10px;
  }

  .feature-item img {
    max-width: 50px;
  }

  .feature-item .headline {
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
  }

  .testimonial h4 {
    font-size: 26px;
    line-height: 28px;
  }

  .layer-3 {
    bottom: -12vh;
  }

  .team-member .wp-block-image::before {
    top: -4px;
    left: -5px;
  }
}

/* Desktop Small */

@media (max-width: 1400px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .feature-carousel {
    width: 90%;
    max-width: 90%;
  }

  .feature-item {
    padding: 20px;
    margin: 10px;
  }
}

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  .video-testimonials {
    max-width: 90%;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
  .column-forth,
  .column-fifth {
    width: 29%;
  }
}

/* Macbook 13 Inch */

@media (min-device-width: 700px) and (max-device-width: 1200px) {
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .hero,
  .layer {
    min-height: inherit;
  }

  .w-40 {
    width: 100% !important;
  }

  .vh-100 {
    height: inherit;
  }

  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  /* Hamburger Menu */

  .nav {
    justify-content: normal;
    padding: 0;
    flex-direction: column;
  }

  .nav::before {
    content: url("/wp-content/themes/mogovolt/assets/images/logo.svg");
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    left: calc(50% - 50px);
    margin-bottom: 5%;
    margin-top: 10%;
  }

  header .nav::after {
    content: url("/wp-content/themes/mogovolt/assets/images/logo-outline.svg");
    position: absolute;
    width: 100%;
    bottom: -20%;
    display: block;
    left: -30%;
  }

  #nav-icon {
    display: block;
  }

  header {
    background: var(--color-secondary);
  }

  header .nav {
    position: fixed;
    right: -100vw;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-white);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
    overflow: hidden;
  }

  header .nav.open {
    right: 0;
  }

  header .nav li {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 70%;
    padding: 5px 0;
    z-index: 999;
  }

  header .nav li a {
    display: block;
    padding: 15px;
    font-size: 20px;
    z-index: 9999;
    color: var(--color-secondary);
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .feature {
    flex-direction: column;
  }

  .icon-container {
    grid-template-columns: 100px 100px 100px 100px 100px 100px;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .hero-content {
    width: 80%;
    top: 25%;
  }

  h1 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .service-carousel {
    height: inherit;
  }

  .service-carousel h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .service-carousel .paragraph--large {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }

  .slide-content {
    width: 100%;
  }

  .paragraph--large {
    font-size: 22px;
    line-height: 30px;
  }

  .column-half.no-whitespace {
    width: 100%;
  }
  .lights-cta-img::before {
    width: 100%;
  }

  .testimonial,
  .feedback {
    width: 90%;
  }

  .testimonial h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .enjoy {
    margin: 10vh 0;
  }
  .reverse-mobile {
    flex-direction: column-reverse !important;
  }

  .footer .f-grid-one-fifth,
  .f-grid-one-fifth,
  .f-grid-half {
    grid-template-columns: 100%;
  }

  .banner-block {
    height: 100vh;
    background-size: 120%;
    background-position: right top;
    background-repeat: no-repeat;
  }

  .banner-block .column-full {
    justify-content: flex-end;
  }

  .feature-icon {
    padding: 10% 5% !important;
  }

  .lights-container {
    width: 100%;
  }

  .lights-select {
    flex-direction: column;
  }

  .lights-content {
    width: 80% !important;
  }

  .lights-layouts {
    width: 80% !important;
    padding: 0 0 10% 0;
  }

  .lights-container .slick-dots li {
    width: 10px;
  }

  .lights-layouts .slick-dots {
    bottom: 10px !important;
  }

  .lights-form {
    flex-direction: column;
    align-items: center !important;
  }

  .lights-input {
    margin-bottom: 20px;
  }

  .lights {
    margin-top: -60vh;
  }

  .footer .container {
    width: 80%;
  }

  .testimonial .slick-dots {
    bottom: 15px;
  }

  .slide-content {
    margin-top: 35vh;
  }

  .service-carousel .slick-prev {
    left: 10%;
    bottom: 4%;
  }

  .service-carousel .slick-dots {
    left: 18%;
    bottom: 4%;
  }
  .service-carousel .slick-next {
    left: 38%;
    bottom: 4%;
  }

  .banner-block .w-40 {
    margin-top: 50vh;
  }

  .vh-75 {
    height: inherit !important;
  }

  .cookie-popup {
    right: 0;
  }

  .banner-block::after {
    display: none;
  }

  .menu-item-has-children ul {
    display: block;
    background: none;
    max-height: inherit;
    position: relative;
    top: 0;
    box-shadow: none;
    width: 100%;
    right: 0;
    left: 0;
  }
  .menu-item-has-children ul li::after {
    display: none;
  }

  .menu-item-has-children ul a {
    font-size: 13px !important;
    padding: 4px !important;
  }

  .menu-item-has-children ul a img,
  .menu-item-has-children ul li a::after {
    display: none;
  }

  .logo {
    padding: 20px;
  }

  .values-icon {
    width: 80px;
    margin: 0px auto;
  }

  .our-values {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
  }

  .values h2 {
    margin-top: 10vh;
  }

  .values .column-half {
    margin: 20px 0px;
  }

  .enjoy-cta h1 {
    width: 100%;
    left: 0;
  }

  textarea {
    height: 60px;
  }

  .home-lights-image,
  .home-lights-image .wp-block-image {
    height: inherit;
  }

  .home-lights-image img {
    height: 50vh;
  }

  .col-rev {
    flex-direction: column-reverse !important;
  }

  .slick-dots {
    bottom: 10px;
  }

  .footer-area h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .lights-main-image-container {
    width: 80% !important;
    margin: 70px auto !important;
  }

  .lights-main-image img {
    width: 100%;
  }

  .video-overlay::before {
    width: 100%;
    top: 30%;
  }
  .layer-3 {
    width: 1200px;
    right: 0;
    bottom: 0px !important;
  }

  .service-item {
    background-size: 130%;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .scroll-top {
    display: none;
  }

  .meta-container {
    flex-direction: column;
  }

  .modal-inside {
    max-width: 80%;
  }

  #vimeoVideo {
    border: none;
  }

  .close-modal {
    position: absolute;
    top: inherit;
    bottom: -50px;
    right: calc(50% - 30px);
    background: var(--color-primary);
    color: var(--color-black);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .column-forth.no-whitespace {
    width: 100%;
  }

  .team-gallery figure {
    margin-bottom: 10px !important;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
}

/* Mobile Large */

@media (max-width: 642px) {
  h3 {
    margin: 10px 0;
  }

  .footer {
    padding: 5vh 0 2vh 0;
  }

  .footer .f-dir-col {
    padding: 4% 0;
  }

  .f-grid-one-forth {
    grid-template-columns: 100%;
    row-gap: 0%;
  }

  .column-full {
    flex-direction: column;
  }

  .column-full,
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 90%;
    padding: 0px 5%;
  }

  .layer-3 {
    width: 540px;
    right: 0;
    bottom: 0;
    background-size: contain;
  }

  .service-item {
    background-position: top right;
    background-size: 160% 44%;
    background-repeat: no-repeat;
  }

  .banner-block {
    height: 115vh;
    background-size: 165% 38%;
    background-position: right top;
    background-repeat: no-repeat;
  }

  .contact-bg {
    padding: 30px;
  }

  .contact-bg,
  .contact-bg form,
  .same-line,
  .icon-row,
  .seattle-list {
    flex-direction: column !important;
  }

  .contact-bg p,
  .ppc-form .same-line span {
    width: 100% !important;
  }

  .ppc-form .same-line span input {
    margin-bottom: 10px;
  }

  .ppc-form .wpcf7-not-valid-tip {
    top: -20px;
    max-width: 150px;
  }

  .small-contact .wpcf7 form .wpcf7-response-output {
    top: -120px;
  }

  .ppc-page .testimonial {
    width: 100%;
    padding: 10px;
  }

  .ppc-testimonial .testimonial h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .arrow-bottom::after {
    display: none;
  }

  .seattle-list li {
    font-size: 14px;
  }

  .ppc-footer {
    grid-template-columns: 100%;
    padding: 8vh;
  }

  .ppc-footer .d-flex,
  .ppc-copyright {
    margin: 20px 0px 0px 0px;
  }

  .jobber-inline-work-request {
    width: 300px;
  }

  .home-second .column-full {
    max-height: inherit;
  }

  .second-video,
  .home-second .inner-features {
    width: 100% !important;
    padding: 0;
  }

  .home-services .slick-slider {
    margin-bottom: 100px;
  }

  .home-services .slick-dots {
    bottom: -50px;
  }

  .team-home .column-full {
    width: 100%;
    padding: 0;
  }

  .team-home .column-half {
    margin: 0px auto;
  }

  .home-mogovolt-list:before {
    top: 0px;
    left: -35px;
  }

  .video-feedback {
    padding: 0;
    flex-direction: column-reverse;
  }

  .video-feedback .column-half:first-child {
    width: 100%;
  }

  .video-feedback .column-half:last-child {
    width: 50%;
  }

  .video-feedback .headline {
    font-size: 22px;
    line-height: 130%;
  }

  .video-testimonials .slick-dots {
    bottom: 0px;
  }

  section {
    padding: 5vh 0;
  }

  .feedback-widget {
    padding: 0;
  }

  .footer section {
    padding: 0px;
  }

  .values {
    background-color: var(--color-dark);
    background-position: bottom center;
  }

  .values .container-block:nth-child(2) {
    padding-bottom: 60vh;
  }

  .values .column-full,
  .values .column-half {
    align-items: center;
  }
}

/* Mobile Small */

@media (max-width: 320px) {
}
