/*
	Theme Name: Rizn Child Theme
	Theme URI: https://rizn.bg
	Description: RIZN - eCommerce and Web Solutions to Grow Your Business
	Version: 1.0.1
	Author: rizn
	Template: rizn
	Text Domain: rizn
	Domain Path: /inc/languages
*/

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/helveticacyrillicpro-bold-webfont.woff2') format('woff2'),
         url('fonts/helveticacyrillicpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaRegular';
    src: url('fonts/helveticacyrillicpro-webfont.woff2') format('woff2'),
         url('fonts/helveticacyrillicpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/helveticacyrillicpro-light-webfont.woff2') format('woff2'),
         url('fonts/helveticacyrillicpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
  line-height: 1em !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'HelveticaBold', sans-serif;
  color: #000;
}
h5, h6 {
  font-family: 'HelveticaRegular', sans-serif;
  color: #000;
}
h4.project-title::after,
h5.project-title::after {
  content: '—';
  padding-left: 15px;
}

body, p, ul,
.wpb_text_column p, .wpb_text_column ul {
  font-family: 'HelveticaLight', sans-serif;
  font-size: 20px;
}

.wpb_text_column:not(.social-icons) a:not(.btn):not(.button) {
  font-weight: 600;
}
.wpb_text_column:not(.social-icons) a:not(.btn):not(.button)::before {
  content: '';
  display: block;
  height: 1px;
  background: #979797;
  margin-bottom: -35px;
}
.wpb_text_column a:not(.btn):not(.button):after {
  top: 0;
  border-bottom: 2px solid;
}

strong {
  font-weight: 600;
}

blockquote,
blockquote p {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 26px !important;
  text-align: left;
  color: #000;
  padding: 0;
  margin-bottom: 4vh;
}

.wpb_text_column ul {
  font-family: 'HelveticaLight', sans-serif;
  list-style-type: '—';
  margin: 0;
  padding: 0;
}
.wpb_text_column ul li {
  margin-left: 20px;
  padding-left: 15px;
}

.btn, input[type="submit"] {
  font-family: 'HelveticaRegular', sans-serif !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  -webkit-box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.15);
}
.btn.style2 {
  background: #fff;
  border: 1px solid #000;
}
.btn:hover, input[type="submit"]:hover {
  -webkit-box-shadow: 0px 7px 0px -2px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 0px -2px rgba(0,0,0,0.15);
  transform: translate(0, -2px);
}
.btn.style2:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 7px 0px -2px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 0px -2px rgba(0,0,0,0.15);
  transform: translate(0, -2px);
}
.btn:active, input[type="submit"]:active {
  -webkit-box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.15);
  transform: translate(0, 0);
}
.btn.style2:active {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.15);
  transform: translate(0, 0);
}
.btn-text {
  font-family: 'HelveticaRegular', sans-serif;
}
.btn-text.style4 {
  font-size: 20px;
}
.btn-text.style4 .arrow {
  display: none !important;
}
.btn-text.style4::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  transition: all .2s;
  margin: 0 0 -2px 10px;
}
.thb-light-column .btn-text.style4::after {
  background: url('/wp-content/uploads/2021/10/icon-arrow-right-white.svg');
}
.thb-dark-column .btn-text.style4::after {
  background: url('/wp-content/uploads/2021/10/icon-arrow-right-dark.svg');
}
.btn-text.style4.more-internal::after {
  transform: rotate(45deg);
}
.btn-text.style4.more-external::after {
  transform: rotate(-45deg);
}
.btn-text.style4:hover::after {
  transform: rotate(0);
}

/* Navigation Menu */
.thb-full-menu li {
  font-family: 'HelveticaRegular', sans-serif;
}
.thb-full-menu.thb-underline>li>a:hover:before,
.thb-full-menu.thb-underline>li.current-menu-item>a:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thb-full-menu.thb-underline>li.current-menu-item>a:before {
  transform: scale(0, 0);
}

/* Home */
.home .post.style1 {
  margin-bottom: 8vh;
}

/* Hero Home */
.home #hero h1 {
    font-size: 88px;
}
.home #hero h1 strong {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.home #hero h1 strong:before {
  content: "";
  background: #FFF439;
  height: 16px;
  width: calc( 100% + 20px);
  position: absolute;
  bottom: 2px;
  left: -6px;
  z-index: -1;
}

/* Portfolio Grid */
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 50px;
  position: absolute;
  bottom: 0;
}
.thb-portfolio.regular-padding .style4.large-4 {
  margin-bottom: 10px;
}
.thb-portfolio .type-portfolio.style4.large-4 .thb-portfolio-content {
  padding: 20px 30px;
}
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content .project-logo img {
  height: 128px;
  margin-bottom: -1vh;
}
.thb-portfolio .type-portfolio.style4.large-4 .thb-portfolio-content .project-logo img {
  height: 96px;
}
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content h5 {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 2vh;
}
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content h5::after {
  content: '—';
  font-family: 'HelveticaLight', sans-serif;
  font-weight: 200;
  margin: 0 15px;
}
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content p {
  font-family: 'HelveticaLight', sans-serif;
  font-size: 18px;
  line-height: 1.5em !important;
  color: #fff;
  margin-bottom: 2.5vh;
}
.thb-portfolio .type-portfolio.style4 .thb-portfolio-content .thb-categories {
  display: none;
}
.thb-portfolio .type-portfolio .thb-portfolio-image {
  overflow: hidden;
}
.thb-portfolio .type-portfolio .thb-portfolio-image img {
  cursor: pointer;
  transition: transform .5s ease;
}
.thb-portfolio .type-portfolio .portfolio-holder:hover .thb-portfolio-image img {
  transform: scale(1.05);
}

/* Portfolio Single */
.single-portfolio .wpb_text_column ul {
  font-size: 18px !important;
}

/* Portfolio Related */
.related-projects .columns {
  padding: 0 5px !important;
}
.related-projects h5 {
  font-size: 24px;
  font-weight: 600;
}
.related-projects .thb-portfolio .type-portfolio.style4.medium-4 {
  padding: 3px;
}
.related-projects .type-portfolio.style4.medium-4 .thb-portfolio-content {
  padding: 30px;
}
.related-projects .type-portfolio.style4.medium-4 .thb-portfolio-content .project-logo img {
  height: 96px;
}

/* Awards Carousel */
.thb-carousel.awards-carousel .slick-track {
  display: flex;
}
.thb-carousel.awards-carousel .slick-slide {
  max-width: 10%;
  flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  -webkit-box-flex: 0;
}

/* Free Scroll Images */
.flickity-slider {
  display: flex;
  align-items: center;
}
.thb-freescroll.regular-padding figure {
  padding: 0 5vw;
}

/* Accordeon */
.thb-accordion .vc_tta-panel {
  background-image: linear-gradient(to right, black 1px, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  border-bottom: 0;
  font-size: 20px;
}
.thb-accordion .vc_tta-panel-heading h4 a {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 36px !important;
  color: #000;
  opacity: 1;
  padding: 10vh 64px 7vh 0;
}
.thb-accordion .vc_tta-panel-heading h4 a:before {
  width: 40px;
  background: rgba(0,0,0,1);
}
.thb-accordion .vc_tta-panel-heading h4 a:after {
  height: 40px;
  right: 19px;
  background: rgba(0,0,0,1);
}
.thb-accordion .vc_tta-panel-heading h4 h5 {
  font-family: 'HelveticaLight', sans-serif;
  font-size: 24px;
  padding-top: 4vh;
}
.vc_tta-panel-title p {
  display: none;
}

/* Partners Logos */
.thb-client-row .thb-client {
  padding: 2vh 1.5vw !important;
}

/* Carousel */
.thb-carousel .slick-dots {
  margin: 6vh 0 0 0;
}
.slick-list {
  overflow: visible;
}

/* Testimonials */
.thb-testimonials blockquote::before {
  position: absolute;
  content: ',,';
  display: block;
  height: 72px;
  font-family: 'HelveticaBold', sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: #000;
  top: -60px;
  left: -40px;
}
.thb-testimonials .author_image {
  display: table;
  float: left;
}
  .home .thb-carousel .slick-dots {
    margin: 4vh 0 0;
  }
.thb-testimonials .testimonial-author {
  display: table;
  max-width: 75%;
  float: left;
  text-align: left;
  padding: 7px 0 0 20px;
}
.thb-testimonials cite {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 20px !important;
}
  .thb-testimonials cite:before {
    display: none !important;
  }
.thb-testimonials .title {
  display: block;
  font-family: 'HelveticaLight', sans-serif;
  font-size: 18px;
  margin-top: 15px;
}
.thb-testimonials.thb-carousel .slick-dots-wrapper {
  display: none !important;
}
.thb-testimonials.style1 .testimonial-author {
  padding: 7px 0 0;
}
.thb-testimonials.style1.thb-carousel .slick-dots {
  display: block;
  float: left;
  padding-left: 10px;
}

/* Project Results */
#project-results .columns {
  padding: 0 4vw;
}
#project-results .thb-stroketype h2 {
  font-size: 96px;
  text-stroke-width: 1px;
  -webkit-text-stroke-width: 2px;
  -moz-text-stroke-width: 1px;
  -o-text-stroke-width: 1px;
  -ms-text-stroke-width: 1px;
  margin-bottom: 10px;
}

/* Blog */
/*.posts-style1 .large-6:nth-child(odd) {
  padding-right: 4vw;
}
.posts-style1 .large-6:nth-child(even) {
  padding-left: 4vw;
}*/
.post.style1 {
  margin-bottom: 12vh;
}
.post.style1 .blog-content {
  width: 90%;
}
.post.style1 .post-category {
  margin-bottom: 3vh;
}
.post.style1 .post-category a {
  font-size: 14px;
}
.post.style1 .post-title h3 {
  font-size: 24px;
  margin-bottom: 3vh;
}
.post.style1 .post-content p {
  font-size: 16px;
  color: #535353;
}
.post.style1 .post-meta {
  font-size: 14px;
  opacity: .5;
}
.post.style1 .post-gallery {
  margin-bottom: 6vh;
}
.post .post-gallery,
.post .post-gallery img {
  border-radius: 0;
}
.post .post-gallery .post-gallery-overlay {
  display: none;
}
.post-gallery.parallax {
  padding-bottom: 0;
}
.post-detail .post-title .post-category {
  margin-bottom: 4vh;
}
.post-category a {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
}
.post-detail {
  margin-bottom: 8vh;
}
.post-detail.style1-detail .post-gallery .post-title .post-meta {
  margin-bottom: 12vh;
}
.post-detail .post-gallery-detail .parallax_bg {
  opacity: 1;
}
.post-detail.style1-detail.format-video .post-title h1,
.post-detail.style1-detail.format-gallery .post-title h1 {
  font-size: 64px;
}
.post-detail.style1-detail .post-title p {
  font-size: 28px;
  padding-top: 2vh;
}
.single-format-gallery .post-title p {
  color: #000;
}
.single-format-standard .post-detail .post-gallery p {
  color: #fff;
  margin-bottom: 12vh;
}
.post-detail.post-gallery-detail .parallax_bg {
  opacity: 1;
}
.post-detail .post-content h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.post-detail .post-content h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.post-detail .post-content h4 {
  margin-bottom: 30px;
}
.post-detail .post-content {
  margin-bottom: 4vh;
}
.post-detail .thb-testimonial h4 {
  font-size: 28px;
}
.post-detail blockquote p {
  font-size: 20px !important;
  text-align: left;
}
.post-detail .thb-testimonials.style7 .testimonial-author {
  display: block;
}
.post-detail .thb-testimonials.style7 .testimonial-author cite {
  font-family: 'HelveticaRegular', sans-serif !important;
  font-weight: 400;
  font-size: 20px !important;
}
.post-detail .thb-testimonials.style7 .testimonial-author span {
  display: block;
  font-family: 'HelveticaLight', sans-serif;
  font-size: 18px;
  opacity: .5;
  margin-top: 12px;
}
.post-detail .thb-testimonials.style7 .testimonial-author span:before {
  display: none;
}
.post.listing .post-gallery {
  margin-right: 15px;
}
.post.listing .listing_content .post-title h6 {
  font-size: 16px;
  font-family: 'HelveticaBold', sans-serif;
  line-height: 1.4em;
  text-transform: none !important;
}
.post.listing .listing_content .post-meta {
  font-size: 14px;
}
.post.listing .post-gallery .count {
  display: none;
}
.post-detail .entry-footer {
  display: none;
}
.single-post div[role=main] > .row.align-center {
  background: #fafafa;
}

/* Post Comments */
.comments-container {
  border-top: none;
}
.comments-container .comments-title,
h4.comment-reply-title {
  font-size: 36px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.comment-form textarea {
  height: 72px;
  min-height: 72px;
  padding-bottom: 16px;
}
.commentlist .comment .vcard .fn,
.commentlist .comment p {
  font-size: 20px;
}
.commentlist .comment .comment-meta {
  margin-top: 5px;
}
.commentlist .comment .comment-meta a,
.commentlist .comment .reply a,
.comment-form p,
.commentlist .comment .comment-awaiting-moderation,
.commentlist .review .comment-awaiting-moderation {
  font-size: 16px;
}
.thb_post_nav.style1 .post_nav_link {
  font-size: 16px;
}

/* Footer */
.wpb_text_column.social-icons {
  display: flex;
}
.wpb_text_column.social-icons p {
  display: inline-flex;
  margin-left: 20px;
}

/* Services Accordeon */
#uslugi .vc_tta-title-text strong {
  display: flex;
  align-items: flex-end;
}
#uslugi .vc_tta-title-text strong::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 5px 5px;
}
.vc_tta-panel:nth-child(1) .vc_tta-title-text strong::after {
  background: #FF5350;
}
.vc_tta-panel:nth-child(2) .vc_tta-title-text strong::after {
  background: #00CC76;
}
.vc_tta-panel:nth-child(3) .vc_tta-title-text strong::after {
  background: #3EC2F1;
}

@media only screen and (min-width: 1024px) {
  /* Portfolio Grid Desktop */
  .thb-portfolio .type-portfolio.style4.large-6:nth-child(odd) {
    padding: 0 3vw 4vh 0;
  }
  .thb-portfolio .type-portfolio.style4.large-6:nth-child(even) .large-6 {
    padding: 0 0 4vh 3vw;
  }
  .thb-portfolio .type-portfolio.style4.large-6:nth-child(2) {
    padding-top: 12vh;
  }
  .thb-portfolio .type-portfolio.style4.large-6 .thb-portfolio-content p {
    width: 90%;
  }
  /* Text Columns */
  .wpb_text_column.text-columns-2 {
    column-count: 2;
    column-gap: 8vw;
  }
  .wpb_text_column.text-columns-2-tight ul {
    column-count: 2;
    column-gap: 2vw;
  }
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-size: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 24px 0;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
textarea:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, .5);
}
.wpcf7-form textarea {
  height: 180px;
  min-height: 180px;
}
input[type="submit"] {
  width: 100%;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  height: 64px;
  margin-top: 4vh;
}
.wpcf7 .form-send p {
  margin-top: 5vh;
  text-align: right;
}
input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="file"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #FF5350;
}
.wpcf7 form .wpcf7-response-output {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  border: none !important;
  margin: 3vh 0 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #00CC76;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #FF5350;
}

/* Footer */
.page-id-1377 .footer-contact {
  display: none;
}

@media only screen and (min-width: 640px) {
  /* Split Text Columns Desktop */
  .wpb_text_column.split-2cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 4vw;
  }
  /* Blog Desktop */
  .post.style1 .post-title h3 {
    width: 90%;
  }
  .post.style1 .post-content p {
    width: 90%;
  }
  .post-detail.style1-detail.format-gallery .post-gallery-detail {
    min-height: 90vh;
  }
  /* Footer Desktop */
  .footer {
      padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 36px;
  }
  /* Hero Home Mobile */
  .home #hero h1 {
      font-size: 48px;
  }
  .home #hero img {
    margin-bottom: -4vh;
  }
  /* Portfolio Grid Mobile */
  .thb-portfolio .type-portfolio.style4.large-6 {
    margin-bottom: 0;
  }
  .thb-portfolio .type-portfolio.style4.large-6 .thb-portfolio-image {
    margin-bottom: 15px;
  }
  .thb-portfolio .type-portfolio.style4 .thb-portfolio-content {
    width: 100%;
    padding: 30px;
  }
  .thb-portfolio .type-portfolio.style4 .thb-portfolio-content .project-logo img {
    height: 96px;
    margin-bottom: -1vh;
  }
  .thb-portfolio .type-portfolio.style4 .thb-portfolio-content h5 {
    font-size: 28px;
    margin-bottom: 2vh;
  }
  .thb-portfolio .type-portfolio.style4 .thb-portfolio-content p {
    font-size: 18px;
    margin-bottom: 1vh;
  }
  /* Portfolio Related Mobile */
  .related-projects .columns {
    padding: 0 30px !important;
  }
  /* Blog Mobile */
  .post-detail.format-gallery .post-gallery-detail {
    min-height: 40vh;
    margin-bottom: 8vh;
  }
  .post-gallery.parallax .parallax_bg {
    background-attachment: scroll;
  }
  .post-detail.style1-detail.format-video .post-title,
  .post-detail.style1-detail.format-gallery .post-title {
    margin-bottom: 6vh;
  }
  .post-detail.style1-detail.format-video .post-title h1,
  .post-detail.style1-detail.format-gallery .post-title h1 {
    font-size: 40px;
    margin-bottom: 20px
  }
  .post-detail.style1-detail .post-title p {
    font-size: 24px;
  }
  /* Accordeon Mobile */
  .thb-accordion .vc_tta-panel {
    background-image: linear-gradient(to right, black 1px, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    border-bottom: 0;
    font-size: 20px;
  }
  .thb-accordion .vc_tta-panel-heading h4 a {
    font-size: 32px !important;
    padding: 7vh 64px 5vh 0;
  }
  .thb-accordion .vc_tta-panel-heading h4 a:before {
    width: 32px;
  }
  .thb-accordion .vc_tta-panel-heading h4 a:after {
    height: 32px;
    right: 16px;
  }
  .thb-accordion .vc_tta-panel-heading h4 h5 {
    font-family: 'HelveticaLight', sans-serif;
    font-size: 22px;
    padding-top: 4vh;
  }
  /* Carousel Mobile */
  .thb-carousel .slick-dots-wrapper {
    justify-content: flex-start;
    margin-left: 10px;
  }
  /* Testimonials Mobile */
  .thb-testimonials blockquote::before {
    top: -100px;
    left: 10px;
  }
  .thb-testimonials .testimonial-author {
    padding: 0 0 0 20px;
  }
    .home .thb-testimonials .testimonial-author {
      padding: 0;
    }
  .thb-testimonials.style1.thb-carousel .slick-dots {
    padding-left: 8px;
  }
  .thb-carousel .slick-dots li .portrait_bullet {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    margin: 0 4px;
  }
  /* Free Scroll Images Mobile */
  .thb-freescroll.regular-padding figure {
    padding: 0 9vw;
  }
  /* Partners Logos Mobile */
  .thb-client-row .thb-client {
    padding: .75vh 2vw !important;
  }
  /* Contact Form 7 Mobile */
  .wpcf7 .form-send {
    flex-direction: column-reverse;
  }
  .wpcf7 .form-send p {
    margin-top: 3vh;
    text-align: left;
  }
  /* Home Hero Mobile */
  .home #hero h1 strong:before {
    height: 12px;
    bottom: 0;
  }
}
