/*
Theme Name: therenopros
Author: Serg DEV.
Description: therenopros
Version: 1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
*/

h3, h4, h5, h6 {
    margin-bottom: 15px;
}

/* Rating */

.testimonials__item--rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.star {
  width: 25px;
  height: 25px;
  background: url("./img/svg/star.svg") no-repeat;
}
.testimonials__item--rating[data-rating="1"] .star:first-child {
  background: url("./img/svg/star-full.svg") no-repeat;
}
.testimonials__item--rating[data-rating="2"] .star:nth-child(1),
.testimonials__item--rating[data-rating="2"] .star:nth-child(2) {
  background: url("./img/svg/star-full.svg") no-repeat;
}
.testimonials__item--rating[data-rating="3"] .star:nth-child(1),
.testimonials__item--rating[data-rating="3"] .star:nth-child(2),
.testimonials__item--rating[data-rating="3"] .star:nth-child(3) {
  background: url("./img/svg/star-full.svg") no-repeat;
}
.testimonials__item--rating[data-rating="4"] .star:nth-child(1),
.testimonials__item--rating[data-rating="4"] .star:nth-child(2),
.testimonials__item--rating[data-rating="4"] .star:nth-child(3),
.testimonials__item--rating[data-rating="4"] .star:nth-child(4) {
  background: url("./img/svg/star-full.svg") no-repeat;
}
.testimonials__item--rating[data-rating="5"] .star:nth-child(1),
.testimonials__item--rating[data-rating="5"] .star:nth-child(2),
.testimonials__item--rating[data-rating="5"] .star:nth-child(3),
.testimonials__item--rating[data-rating="5"] .star:nth-child(4),
.testimonials__item--rating[data-rating="5"] .star:nth-child(5) {
  background: url("./img/svg/star-full.svg") no-repeat;
}

/* Rating */

#testimonials-gallery {
    margin-top: 50px;
}
.testimonials__item {
    padding: 0 15px;
}
.testimonials__item--wrap {
    border-radius: 0px;
    border: 2px solid #f06635;
    background: #F3F3F3;
    padding: 30px 15px;
}
.testimonials__item--user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonials__item--user img {
    border-radius: 50px;
    margin-right: 20px;
}
.testimonial-prev-button {
    border-right: 20px solid #58AFA4;
}
.testimonial-next-button {
    border-left: 20px solid #58AFA4;
}
.slider-nav {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
}
.slider-wrapper {
    position: relative;
}
.prev-button {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f06635;
    border-bottom: 10px solid transparent;
    border-left: 0;
    cursor: pointer;
    position: absolute;
    left: -55px;
    background: transparent;
}
.next-button {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #f06635;
    border-bottom: 10px solid transparent;
    border-right: 0;
    cursor: pointer;
    position: absolute;
    right: -55px;
    background: transparent;
}
@media (max-width: 767px) {
.prev-button {
	left: -10px;
}
.next-button {
	right: -10px;
}
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -17px;
}
.wpcf7 .input-wrap {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 15px;
}
.wpcf7-spinner {
  display: none;
}

.faq-question {
    cursor: pointer;
    padding: 10px 35px;
    position: relative;
}
.faq-answer {
    display: none;
    padding: 10px;
    color: #8c8c8c;
}
.faq-question:before {
    content: '+';
    color: #fff;
    text-align: center;
    width: 20px;
    display: inline-block;
    padding: 0px 3px;
    height: auto;
    background: #f06635;
    transition: .3s ease;
    position: absolute;
    left: 0;
    top: 9px;
}
.faq-text {
    margin-bottom: 20px;
}
.news-section .row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 0;
}
.page-numbers {
    border: 1px solid #f5f5f5;
    background: transparent;
    padding: 0px 10px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    color: #444;
}
.page-numbers.current {
    background: #f06635;
    color: #fff;
}
.page-numbers:hover {
    background: #f06635;
}
.side.widget {
    margin-bottom: 45px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
    padding: 30px;
}
#searchform #s {
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    color: #14355d;
    width: 54%;
    float: left;
    font-size: 16px;
    padding: 0 15px;
    height: 51px;
    line-height: 48px;
    outline: none;
    border-radius: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    outline-offset: -2px;
    -webkit-appearance: none;
}
.blog-sidebar-box {
    box-shadow: none;
    padding: 0;
}
.post-content h1 {
    line-height: 1.2em;
    font-size: 3.052em;
    margin-bottom: 15px;
}
.post-content ul {
    padding-left: 25px;
    list-style-type: disc;
}
.post-content a {
    color: #f06635   
}

.content-area .site-main {
    padding: 130px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}
.grid-services-item .title {
    color: #fff;
}

/*================================================

Error

================================================*/
.pt-error-block{
    text-align:center;
}
.pt-error-block .pt-errot-text{
    font-size:420px;
    font-family:var(--title-fonts);
    color:var(--primary-color);
    letter-spacing:4px;font-weight:600;
    line-height:0.8;margin-bottom:30px;
}
.pt-error-block p{
    margin-bottom: 15px;
}

@media(max-width:1023px){
    .pt-error-block .pt-errot-text{font-size:340px;}
}
@media(max-width:767px){
    .pt-error-block .pt-errot-text{font-size:200px;}
    .pt-error-block h2{font-size:30px;}
}
@media(max-width:479px){
    .pt-error-block .pt-errot-text{font-size:130px;}
}

/*================================================*/
 
.pagination {
    display: block;
    width: 100%;
}
.renovation-head img {
    height: auto;
}

.renovation-head h2 {
	padding-right: 30px;
}

@media (min-width: 1080px) {
.header-nav .menu > li > ul.sub-menu > li > a {
    font-size: 22px;
    color: #14355D;
    color: rgb(20 53 93 / 90%);
    font-family: "Jost", Sans-serif;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    pointer-events: none;
    margin-bottom: 3px;
}
.header-nav .menu > li > ul.sub-menu > li.suspended-r > a::after {
    width: 22px;
    height: 14px;
    background-image: url(./img/svg/suspend_ico.svg);
}
.header-nav .menu > li > ul.sub-menu > li .sub-menu li {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.3;
}
}
.addition-section a {
    color: #f06635;
}
.form-sticky-content ul li {
    position: relative;
    padding-left: 25px;
}
.form-sticky-content ul li::before {
    content: "\f00c";
    color: #F06635;
    transition: color 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.map-container {
	display: flex;
}

.new-map {
	height: 550px;
}

.map-divider {
	display: inline-block;
	width: 40px;
}

@media(max-width: 859px) {
	.map-container {
		flex-direction: column-reverse;
	}
	.map-divider {
		height: 20px;
	}
	.contact-map iframe, .new-map {
		height: 300px;
	}
	
}

@media(min-width: 859px) and (max-width: 1200px){
    .page-id-715 .form-sticky-content-wrap .box h2 {
        font-size: 30px;
    }
}
.main-banner-box .sub-title.home-h1 {
    border-left: 2px solid #F06635;
    text-transform: capitalize;
    padding: 3px 0 2px 10px;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.main-banner .container .home-subtitle {
    font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1;
}
.post-full-img {
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-size: 11%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-service .addition-section .form-sticky-col .main-banner-form_title {
    font-size: 36px;
}
.talk-mobile {
    display: none;
}

@media (max-width: 1079px) {
.contact-form-section .global-title {
    max-width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}
}

@media (min-width: 1023px) {
    .book-consultation-section .row {
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .post-form-step-item {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 15px;
    }
    .post-form-step {
        flex-wrap: wrap;
    }
    .merits-item .num {
        font-size: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.renovation-head_title {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 30px;
}
} 
@media (max-width: 767px) {
    .post-form form .row.row-items {
        flex-direction: column;
    }
    .post-recent .row {
        flex-direction: column;
    }
    .post-recent .blog-item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .single-post .banner-post h1 {
        font-size: 40px;
    }
    .main-banner .container .h1, .main-banner .container h1 {
        font-size: 34px;
    }
    .main-banner .container .home-subtitle {
        font-size: 34px;
    }
	.footer-bottom {
		margin-bottom: 50px;
	}
    .talk-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 13px 0;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 999;
        width: 100%;
        background: #fff;
    }
    .talk-box-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .talk-box-title {
        margin-bottom: 0;
        font-size: 1.11111rem;
    }
    .talk-box-title a {
        font-weight: 600;
        color: #000;
        font-size: 16px;
    }
    .talk-box-icon {
        margin-right: 10px;
    }
    .talk-box-icon a {
        background: #f06635;
        border-radius: 50%;
        padding: 6px 9px;
    }
    .talk-box-icon path {
        fill: #fff;
    }
    .talk-box-description {
        font-size: 12px;
    }
    .merits-item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        color: #fff;
        font-size: 16px;
        padding: 0 20px;
    }
    .merits-section .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .merits-item + .merits-item {
        margin-top: 30px;
    }
    .merits-item .num {
        font-size: 46px;
    }
    .prev-button, .next-button {
        display: none!important;
    }
}
@media (max-width: 640px) {
    .post-form-step-item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

/*commercial menu*/
@media (min-width: 1079px) {
		li.commercialHiddenTitle > a[href="#"] {
		display: none !important;
	}
	li.commercialHiddenTitle ul {
		margin-top: 28px;
	}
}

