/*
Theme Name: stripper
Author: MRZ Design
Author URI: www.mrz.design
Description: Theme designed and developed by MRZ Design, using core wordpress functionality and custom blocks.
Requires at least: 5.9
Tested up to: 7.4
Requires PHP: 7.4
Version: 1.2.0
*/

/* ==========================================================================
   General Styles
   ========================================================================== */
   .ms-madi-regular {
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
  }
  

  
.source-sans-3{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
  
  
  * {
    font-family: "Libre Baskerville", serif;
    color: var(--color-white);
  }
  
  /* Color Palette */
  
  :root {
    --color-primary: #FF0000;
    --color-secondary: #ffffff;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #f4f4f4;
    --color-dark: #090808;
    --color-gray: #3E3D3D;
    
    --color-light-green: #b3af99;
  
    --color-messageError: #ffc4c4;
    --color-messageSuccess: #00829e;
    --color-fieldError: #f44500;
  
    --font-title: "Libre Baskerville", serif;
    --font-text: "Source Sans 3", sans-serif;
  }
  
  /* Body */
  
  html,
  body {
    padding: 0;
    margin: 0;
    font-family: var(--font-text);
    color: var(--color-white);
    background: var(--color-black);
  }
  
  main {
    position: relative;
    z-index: 1;
  }
  
  /* Typography styles */
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-title);
    margin: 10px 0;
    font-weight: 400;
  }
  
  h1 {
    font-size: 82px;
    line-height: 110%;
    margin: 10px 0;
  }
  
  h2 {
    font-size: 48px;
    line-height: 120%;
    margin: 10px 0;
  }
  
  h3 {
    font-size: 42px;
    line-height: 120%;
    margin: 10px 0px;
  }
  
  h4 {
    font-size: 20px;
    line-height: 110%;
  }
  
  h5 {
    font-size: 18px;
    line-height: 100%;
  }

  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
   color: var(--color-primary);
   line-height: 100%;
   font-family: "Ms Madi", cursive;
  font-weight: normal;
  }

  .special{
    margin: 0px;
  }
  
  p,
  a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    font-family: var(--font-text);
  }
  
  .paragraph--large {
    font-size: 20px;
    line-height: 24px;
  }
  
  blockquote {
    font-size: 32px;
    line-height: 44px;
    margin: 20px 0;
  }
  
  .subtitle {
    font-family: var(--font-text);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 24px;
  }
  
  a {
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover {
    color: var(--color-primary);
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  .main-font {
    font-family: var(--font-title);
  }
  
  .text-font {
    font-family: var(--font-text);
  }
  
  .text-large {
    font-size: 24px;
    line-height: 34px;
  }
  
  .text-big {
    font-size: 20px;
    line-height: 24px;
  }
  
  .text-small {
    font-size: 16px;
    line-height: 20px;
  }
  
  .text-upper {
    text-transform: uppercase;
  }
  
  .text-font-normal {
    font-weight: 400;
  }
  
  .text-font-italic {
    font-style: italic;
  }
  
  .text-font-bold {
    font-weight: 700;
  }
  
  .text-white {
    color: var(--color-white);
  }
  
  /* Effects */
  
  .glow {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  }
  
  /* Color Codes */
  
  .color-red {
    color: var(--color-red);
  }
  
  .color-white {
    color: var(--color-white);
  }
  
  .bg-color-primary {
    background-color: var(--color-primary);
  }
  
  .bg-color-secondary {
    background-color: var(--color-secondary);
  }
  
  .bg-color-complimentary {
    background-color: var(--color-complimentary);
  }
  
  .bg-color-grey {
    background-color: var(--color-gray);
  }
  
  .bg-color-light {
    background-color: var(--color-white);
  }
  
  /***********************
          HOMEPAGE
  ***********************/
  
  .checklist {
    background: var(--color-white);
    border-radius: 0px;
    color: var(--color-primary);
  }
  
  .checklist-item {
    flex-direction: column;
  }
  
  .feature-full {
    background: var(--color-white);
    color: var(--color-primary);
    padding: 10vh 0 !important;
  }
  
  .feature-full .paragraph--large {
    margin-bottom: 0px;
  }
  
  .image-half {
    align-items: end;
    padding: 0px;
    margin: 0px;
    width: 50%;
    position: relative;
  }
  
  .carousel-item {
    background: var(--color-white);
    color: var(--color-primary);
    margin: 0 25px;
    align-items: center;
    opacity: 0.5;
  }
  
  .carousel-item.slick-active {
    opacity: 1;
  }
  
  .carousel-item .column-half:first-child {
    padding: 30px;
    box-sizing: border-box;
  }
  
  .carousel-container {
    margin-bottom: 10vh;
  }
  
  .slick-arrow {
    background: transparent;
    padding: 14px;
    border-radius: 100%;
    width: 20px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  
  .slick-arrow:hover {
    background: transparent;
  }
  
  .slick-arrow:before {
    font-family: "mrz-iconset" !important;
    font-size: 14px;
  }
  
  .slick-prev:before,
  .slick-next:before, 
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before{
    color: var(--color-white);
  }
  
  .slick-prev:before {
    content: "\e907";
    opacity: 1;
    margin-left: -4px;
  }
  
  .slick-next:before {
    content: "\e908";
    opacity: 1;
    margin-right: -4px;
  }
  
  .carousel-container .slick-prev {
    left: 10%;
  }
  
  .carousel-container .slick-next {
    right: 10%;
  }
  
  .carousel-image {
    padding: 0px;
    margin: 0px;
    width: 50%;
    align-items: flex-end;
  }
  
  .article-item {
    margin: 5% 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  
  .article-hero {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 60vh;
    align-items: center;
  }
  
  .post-thumbnail {
    max-height: 400px;
    margin: 10px 0px 0px 10px;
    position: relative;
  }
  
  .post-thumbnail::after {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    background: var(--color-secondary);
    z-index: 1;
  }
  
  .post-thumbnail a {
    position: relative;
    z-index: 2;
  }
  
  .post-thumbnail img {
    max-height: 350px;
    overflow: hidden;
    object-fit: cover;
  }
  
  .article-item .post-title {
    font-size: 28px;
    margin: 30px 0px;
  }
  
  .article-item .post-title a {
    font-family: var(--font-title);
    color: var(--color-white);
    font-size: inherit;
    line-height: inherit;
  }
  
  .article-item p {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  
  .post a {
    color: var(--color-secondary);
  }
  
  .post a:hover {
    text-decoration: underline;
  }
  
  #wp_pagination {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  #wp_pagination a {
    color: var(--color-white);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 2px;
  }
  
  #wp_pagination a:hover {
    color: var(--color-secondary);
  }
  
  .post {
    background: var(--color-white);
    color: var(--color-primary);
    margin-bottom: 0;
    padding-bottom: 5vh;
  }
  
  .post-feature {
    height: 60vh;
    width: 100%;
    background: var(--color-primary);
    position: absolute;
  }
  
  .post-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: overlay;
  }
  
  .post .heading {
    font-size: 42px;
    width: 80%;
    max-width: 1000px;
    text-align: center;
    z-index: 2;
    color: var(--color-white);
  }
  
  .post-container ul {
    padding-left: 20px;
  }
  
  .services .banner-block {
    flex-direction: column;
    height: inherit;
  }
  
  /*** HOME ***/

  .home .content{
        margin-top: -100px;
  }
  
  .quick-filter-container{
    border: 1px solid var(--color-white);
    position: absolute!important;
    width: 80%!important;
    bottom: 20px;
    left: 10%;
    border-radius: 40px;
    overflow: hidden;
  }

  .quick-filter{
    width: 100%;
    background: #000000;
    overflow: hidden;
  }

  .filter{
    display: grid;
    grid-template-columns: 18% 1% 18% 1% 18% 1% 18% 1% 18%;
    align-items: center;
    justify-content:space-between;
    justify-items: center;

  }

  .filter .divider{
    border-right: 1px solid var(--color-gray);
    height: 20px;
  }

  .filter p, .filter a{
    font-family: var(--font-title);
    font-size: 20px;
  }

  .filter a span{
    position: absolute;
    margin-top: -10px;
    font-size: 12px;
  }

  .second{
    background: url("/wp-content/themes/stripper/assets/images/second.jpg") no-repeat;
    background-size: cover;
    background-position: top right;
  }

  .general-bg{
    background: url("/wp-content/themes/stripper/assets/images/general.jpg") no-repeat;
    background-size: cover;
    background-position: center right; 
  }


  .general-center{
    background: url("/wp-content/themes/stripper/assets/images/center-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center right; 
  }

  .type-select{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
  }

  .cat-title{
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .cat-title h2{
    display: flex;
    flex-direction: column;
  }

.type{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}


.imgs{
  position: relative;
}

.type img{
  max-width: 400px;
}

.imgs img:first-child{
  z-index: 2;
  position: relative;
}

.imgs img:last-child{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: grayscale(1);
  opacity: 0.2;
  transition: 0.3s all;
}

.type:hover img:last-child{
  filter: none;
  opacity: 1;
  transition: 0.3s all;
}


.silhoutte{
  background:url("/wp-content/themes/stripper/assets/images/silhoutte.jpg") no-repeat;
  background-position: center center;
  background-size: 400px;
}

.event{
  max-width: 600px;
}

.event p{
  width: 80%;
}

.location-toggle{
  border: 1px solid red;
  height: 100vh;
}

.location-toggle .headline{
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
}

.location-toggle .container-full{
  position: absolute;
  top: 0;
  left: 0;

}

.location-toggle .container-full:nth-child(1) .headline{
  top: 0;
}

.location-toggle .container-full:nth-child(2) .headline{
  top: 50px;
}

.location-toggle .container-full:nth-child(3) .headline{
  top: 100px;
}

.location-toggle .container-full:nth-child(4) .headline{
  top: 150px;
}

.location-toggle .container-block.closed p ,
.location-toggle .container-block.closed .feature-img{
  display: none;
}

.location-toggle .container-block.closed .column-half{
  margin: 0px;
}

.location-toggle .container-block.closed .headline{
  color: var(--color-gray);
}

  .usps{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    align-items: center;
  }

  .usp{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid var(--color-gray);
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background: var(--color-dark);
    position: relative;
    overflow: hidden;
  }

  .usp::after{
    content: "";
    width: 50%;
    height: 50%;
    background:var(--color-primary);
    position: absolute;
    bottom: -100%;
    left: 25%;
    filter: blur(60px);
    z-index: 1;
    transition: 0.2s all;
    mix-blend-mode: lighten;
  }

  .usp:hover::after{
    bottom: -100px;
  }

  .usp img{
    border: 1px solid var(--color-white);
    border-radius: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .alert{
    background: var(--color-dark);
    border: 1px solid var(--color-gray);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .step{
    min-height: 350px;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid var(--color-primary);
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    background: var(--color-black);
    background-size: cover!important;
    background-position: bottom center!important;
    position: relative;
    overflow: hidden;
  }

  .step h1,
  .step p{
    position: relative;
    z-index: 2;
  }

  .step::after{
    content: "";
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.00) 0%, #F00 70.56%);
    position: absolute;
    bottom: -80%;
    left: 0;
    z-index: 1;
    transition: 0.2s all;
  }

  .step:hover::after{
    bottom: 0;
  }

  .step:nth-child(1){
    background: url("/wp-content/themes/stripper/assets/images/step-1.jpg");
  }

  
  .step:nth-child(2){
    background: url("/wp-content/themes/stripper/assets/images/step-2.jpg");
  }

  
  .step:nth-child(3){
    background: url("/wp-content/themes/stripper/assets/images/step-3.jpg");
  }

  
  .step:nth-child(4){
    background: url("/wp-content/themes/stripper/assets/images/step-4.jpg");
  }

  
  .step:nth-child(5){
    background: url("/wp-content/themes/stripper/assets/images/step-5.jpg");
  }

  .step h1{
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(180deg, #FFF 0%, rgba(153, 153, 153, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .home .paragraph--large{
    margin-top: 0;
  }

  .second .special{
    margin: -10px auto;
    font-size: 68px;
  }

  .location-select-container{
    width: 300px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--color-gray);
    border-radius: 40px;
    color: var(--color-gray);
  }

  #location-select{
    font-size: 18px;
    font-family: var(--font-title);
    color: var(--color-white);
    cursor: pointer;
  }

.hide-desktop{
	display:none;
}

