.contact-form__container{
    display: flex;
    justify-content: space-between;
    background: #2D2B2B;
    padding: 60px 100px;
    color: #FFFFFF;
    gap: 15px;
}
.contact-form__container__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 1;
}
.contact-form__container__right__submit{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
	
}
.contact-form__container__right__submit input{
	cursor: pointer;
}
.contact-form__container__right__submit > p{
    width: fit-content;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF7F;
    margin: 0;
}
.contact-form__container__left__content > span{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}
.contact-form__container__left__content > p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.contact-form__container__left__content__input > p{
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF80;
    margin: 10px 0 0;
}
.contact-form__container__file-mobile > p{
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF80;
    margin: 10px 0 0;
}
.custom-file-upload__img{
    background: url("/wp-content/themes/titangs1/assets/svg/clip-file-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.custom-file-upload{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.references__input{
    display: none;
}
.references__input_mobile{
    display: none;
}
.custom-file-upload__img__text{
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.name__input, .tel__input, .email__input, .description__input, .city__input{
    height: 35px;
    width: 500px;
    background: none;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
}
.contact-form__container__right__name__input, .contact-form__container__right__tel__input, .contact-form__container__right__email__input, .contact-form__container__right__description__input, .contact-form__container__right__city__input {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-form__container__right__name__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/profile-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__tel__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/tel-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__email__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/email-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__description__inpu-img{
    background: url("/wp-content/themes/titangs1/assets/svg/description-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__city__inpu-img {
     background: url("/wp-content/themes/titangs1/assets/svg/compas-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;   
}
.contact-form__hr{
    background: #FFFFFF;
    height: 1px;
	margin-bottom: 38px;
}
.contact-form__container__right{
	flex: 1;
    width: 100%;
	
}
.wpcf7-spinner{
    display: none;
}
.submit__btn{
    width: 200px;
    height: 55px;
    background: #F51906;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.contact-form__container__file-mobile{
    display: none;
}
.submit__btn:hover{
    background: #C81000;
    transition: .3s;
}
.contact-form__container__right__submit > p > a{
	color: #FFFFFF7F;
}
@media (max-width: 1200px){
    .contact-form__container{
        padding: 50px 40px;
    }
    .contact-form__container__left__content > span{
        font-size: 24px;
    }
    .contact-form__container__right__submit{
        flex-direction: column;
        align-items: unset;
    }
    .name__input, .tel__input, .email__input, .description__input{
        width: 100% ;
    }
}
@media (max-width: 750px){
    .contact-form__container{
        flex-direction: column;
        gap: 40px ;
        padding: 40px 20px ;
    }
    .contact-form__container__left__content__input{
        display: none;
    }
    .contact-form__container__file-mobile{
        display: block ;
    }
    .contact-form__hr {
        margin-bottom: 38px ;
    }
}.reviews__container__slider-item{
    padding: 50px;
    width: 715px;
    height: 303px;
    box-sizing: border-box;
    background: #FBFBFB;
    margin: 5px;
}
.reviews__container__slider-item__header-score{
    display: flex;
    gap: 5px;
}
.reviews__container__slider-item__header{
    display: flex;
    justify-content: space-between;
}
.reviews__container__slider-item__header > p{
    margin: 0;
    color: #26262F80;
    font-size: 14px;
    font-weight: 400;
}
.reviews__container__slider-item__header-score__item{
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/titangs1/assets/svg/star-ico.svg") center;
    background-size: 100% 100%;
}
.reviews__container__slider-item__header-score__item.active{
    background: url("/wp-content/themes/titangs1/assets/svg/star_fill-ico.svg") center;
}
.reviews__container__slider-item__content > p{
    color: #2D2B2B;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}
.reviews__container__slider-item__author-img{
    width: 60px;
    height: 60px;
}
.reviews__container__slider-item__author-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.reviews__container__slider-item__author{
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews__container__slider-item__author > p{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2D2B2B;
}
.reviews__container__slider{
    position: relative;
}
.reviews__container__slider-nav .slick-prev{
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    border: none;
    cursor: pointer;
    background-size: 50% 50%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M14.2856 9L8.28564 15L14.2856 21' stroke='%232D2B2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.28564 15H21.9999' stroke='%232D2B2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #2D2B2B;
    transition: .3s;
    width: 30px;
    height: 30px;
}
.reviews__container__slider-nav .slick-prev:hover{
    background: #F51906;
    transition: .3s;
}
.reviews__container__slider-nav .slick-next{
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    border: none;
    cursor: pointer;
    background-size: 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15.7139 9L21.7139 15L15.7139 21' stroke='%232D2B2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7139 15H7.99958' stroke='%232D2B2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    background: #2D2B2B;
    transition: .3s;
}
.reviews__container__slider-nav .slick-next:hover{
    background: #F51906;
    transition: .3s;
}
.reviews__container__header > h2{
    font-size: 36px;
    font-weight: 700;
    color: #2D2B2B;
    margin: 0;
    text-transform: uppercase;
}
.reviews__container__slider-bot > .slick-dots{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
.reviews__container__slider-bot > .slick-dots button{
    font-size: 0;
    background: #D9D9D9;
    border: none;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    padding: 0;
}
.reviews__container__slider-bot > .slick-dots .slick-active button{
    background: #F51906;
    width: 10px;
    height: 10px;
}
.reviews__container__header a{
    text-decoration: none;
	color: black;
}
.reviews__container__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ready-made-solution__header-btn{
	display: flex;
    transition: .3s;
}
.reviews__container__slider > a{
    text-decoration: none;
}
.ready-made-solution__header-btn:hover > p{
    color: #F51906;
    transition: .3s;
}
.ready-made-solution__header-btn:hover > .arrow__btn-ico-light{
    background: #F51906;
    transition: .3s;
}
@media (max-width: 1280px){
	.reviews__container__slider-item {
		width: calc(50vw - 30px);
	}

}
@media (max-width: 1200px){
    .reviews__container__header > h2{
        font-size: 24px ;
    }
    .reviews__container__header{
        margin-bottom: 30px ;
    }
}
@media (max-width: 1000px) {
    .ready-made-solution__header-btn {
        display: none;
    }
}

@media (max-width: 780px){
    .reviews__container__slider-item{
        padding: 50px 30px ;
        width: 354px ;
        height: 387px ;
        box-sizing: border-box;
    }
}
@media (max-width: 500px){
    .reviews__container__slider-item{
        width: calc(100vw - 40px);
        height: 429px ;
        box-sizing: border-box;
    }
}.create-system__container{
    background: #2D2B2B;
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.create-system__container__content{
    width: 450px;
}
.create-system__container__content > h2{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}
.create-system__container__content > p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.create-system__container__btn > p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    width: 400px;
    margin: 15px 0 0;
}
.create-system__container__btn__create-order{
    background: #F51906;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.create-system__container__btn__create-order > p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.create-system__container__btn__3d{
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: solid 1px #FFFFFF;
    transition: .3s;
}
.create-system__container__btn__3d > p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    transition: .3s;
}
.create-system__container__btn-group{
    display: flex;
    gap: 15px;
}
.create-system__container__btn-group >a {
    text-decoration: none;
}
.create-system__container__btn__3d:hover{
    background: #FFFFFF;
    transition: .3s;
}
.create-system__container__btn__3d:hover > p{
    color: #333333;
    transition: .3s;
}
.create-system__container__btn__create-order:hover{
    background-color: #C81000;
    transition: .3s;
}
@media (max-width: 1200px){
    .create-system__container__content{
        width: unset;
    }
    .create-system__container__btn > p{
        width: unset;
    }
    .create-system__container__btn-group{
        flex-direction: column;
    }
    .create-system__container{
        align-items: flex-start;
        gap: 10px;
    }
    .create-system__container{
        padding: 40px;
    }
    .create-system__container__content > h2{
        font-size: 24px;
    }
}
@media (max-width: 700px){
    .create-system__container{
        flex-direction: column;
        gap: 20px;
    }
    .create-system__container{
        padding: 30px;
    }
}.contact-form__container{
    display: flex;
    justify-content: space-between;
    background: #2D2B2B;
    padding: 60px 100px;
    color: #FFFFFF;
    gap: 15px;
}
.contact-form__container__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 1;
}
.contact-form__container__right__submit{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
	
}
.contact-form__container__right__submit input{
	cursor: pointer;
}
.contact-form__container__right__submit > p{
    width: fit-content;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF7F;
    margin: 0;
}
.contact-form__container__left__content > span{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}
.contact-form__container__left__content > p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.contact-form__container__left__content__input > p{
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF80;
    margin: 10px 0 0;
}
.contact-form__container__file-mobile > p{
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF80;
    margin: 10px 0 0;
}
.custom-file-upload__img{
    background: url("/wp-content/themes/titangs1/assets/svg/clip-file-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.custom-file-upload{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.references__input{
    display: none;
}
.references__input_mobile{
    display: none;
}
.custom-file-upload__img__text{
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.name__input, .tel__input, .email__input, .description__input, .city__input{
    height: 35px;
    width: 500px;
    background: none;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
}
.contact-form__container__right__name__input, .contact-form__container__right__tel__input, .contact-form__container__right__email__input, .contact-form__container__right__description__input, .contact-form__container__right__city__input {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-form__container__right__name__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/profile-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__tel__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/tel-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__email__input-img{
    background: url("/wp-content/themes/titangs1/assets/svg/email-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__description__inpu-img{
    background: url("/wp-content/themes/titangs1/assets/svg/description-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}
.contact-form__container__right__city__inpu-img {
     background: url("/wp-content/themes/titangs1/assets/svg/compas-ico.svg") center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;   
}
.contact-form__hr{
    background: #FFFFFF;
    height: 1px;
	margin-bottom: 38px;
}
.contact-form__container__right{
	flex: 1;
    width: 100%;
	
}
.wpcf7-spinner{
    display: none;
}
.submit__btn{
    width: 200px;
    height: 55px;
    background: #F51906;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.contact-form__container__file-mobile{
    display: none;
}
.submit__btn:hover{
    background: #C81000;
    transition: .3s;
}
.contact-form__container__right__submit > p > a{
	color: #FFFFFF7F;
}
@media (max-width: 1200px){
    .contact-form__container{
        padding: 50px 40px;
    }
    .contact-form__container__left__content > span{
        font-size: 24px;
    }
    .contact-form__container__right__submit{
        flex-direction: column;
        align-items: unset;
    }
    .name__input, .tel__input, .email__input, .description__input{
        width: 100% ;
    }
}
@media (max-width: 750px){
    .contact-form__container{
        flex-direction: column;
        gap: 40px ;
        padding: 40px 20px ;
    }
    .contact-form__container__left__content__input{
        display: none;
    }
    .contact-form__container__file-mobile{
        display: block ;
    }
    .contact-form__hr {
        margin-bottom: 38px ;
    }
}#map{
    width: 100%;
    height: 720px;
}
#dropdown-search {
    position: absolute;
    width: calc(100% - 23px);
    height: 38px;
    display: none;
    left: 23px;
    appearance: none;
    border: none;
    background: #2d2b2b;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.dark-theme {
    filter: grayscale(100%);
}
.map__container{
    position: relative;
}
.map__container__badge{
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 60px;
    background: #2D2B2B;
    padding: 60px;
    max-width: 600px;
    box-sizing: border-box;
}
.map__container__badge__header > h2{
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.map__container__badge__header > h1{
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.map__container__badge > p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.map__container__badge > h2{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 30px 0;
}
.map__container__badge__selector{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.map__container__badge__selector-left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.map__container__badge__selector-left > p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.map__container__badge__hr{
    background: #FFFFFF;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.map__container__badge__bottom > p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.dropdown-list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 80%;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    z-index: 5;
    background: #FFFFFF;
	margin-top: 15px;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background-color: #F51906;
    color: #fff;
}
.map__container__badge__bottom-btn{
    background-color: #F51906;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.map__container__badge__bottom-btn > p{
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.map__container__badge__bottom{
    display: flex;
    gap: 20px;
}
.map__container__badge__bottom > a{
    text-decoration: none;
}
.map__container__badge__bottom-btn:hover{
    background: #C81000;
    transition: .3s;
}
@media (max-width: 1000px){
    .map__container__badge{
        top: 40px ;
        left: 20px ;
        max-width: 320px ;
        padding: 30px ;
    }
    .map__container__badge__header > h2{
        font-size: 24px ;
    }
	    .map__container__badge__header > h1{
        font-size: 24px ;
    }
    .map__container__badge > h2{
        font-size: 16px ;
    }
    #map{
        height: 600px ;
    }
    .map__container__badge__bottom {
        flex-direction: column;
    }
    .dropdown-list {
        width: 80% ;
    }
}
@media (max-width: 600px){
    #map{
        height: 720px ;
    }
    .map__container__badge{
        top: 40px ;
        left: 50% ;
        transform: translateX(-50%);
        min-width: 300px ;
    }
    .dropdown-list {
        width: 80% ;
    }
}/**
 * Strong Testimonials Default Form template
 */
.strong-form {
  position: relative;
  margin: 0 auto;
}
.strong-form .form-field {
  margin-bottom: 1.5em;
}
.strong-form .form-field.wpmtst-submit {
  margin-bottom: 0;
}
.strong-form .required.symbol:after {
  content: '*';
  color: #FF0000;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.strong-form label {
  display: inline-block;
  float: none;
  width: auto;
}
.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
  box-sizing: border-box;
  display: block;
  float: none;
  width: 100%;
}
.strong-form input[type="checkbox"] {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin-left: 12px;
  margin-right: 6px;
}
.strong-form input[type="checkbox"] + label {
  font-weight: 400;
  padding: 5px;
}
.strong-form input[type="checkbox"]:focus + label {
  outline: 1px solid #CCC;
}
.strong-form textarea {
  height: 16em;
}
.strong-form span.error,
.strong-form label.error {
  display: block;
}
.strong-form .before {
  display: block;
}
.strong-form .after {
  display: block;
}

.strong-form-inner {
  padding: 20px;
}

input.captcha {
  display: block;
  width: auto;
}

img.captcha {
  border: 0;
}

.wpmtst-captcha {
  margin-bottom: 1em;
}

/* category checklist */
.strong-form ul.strong-category-list,
.strong-form ul.strong-category-list ul.children {
  list-style-type: none;
}
.strong-form ul.strong-category-list label,
.strong-form ul.strong-category-list ul.children label {
  font-weight: 400;
  white-space: nowrap;
  word-wrap: break-word;
}
.strong-form ul.strong-category-list {
  margin: 0;
  padding-left: 0;
}
.strong-form ul.strong-category-list ul.children {
  margin-left: 1.5em;
  padding-left: 0;
}

/* The "wait" spinner on form submission.
-----------------------------------------------*/
.strong-form-wait {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.strong-form-wait .message {
  position: absolute;
  top: calc( 50% - 25px );
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #111;
}

.strong-form-wait .message img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

@keyframes wpmtst-spin{
  0%{
      transform: rotate(360deg);
      }
  100%{
      transform: rotate(0deg);
      }
}

.strong-form-wait .message img{
  animation: wpmtst-spin 2.5s infinite 0s linear;
}

.strong-form {
  /* field-wrap is used for checkboxes, radios, star ratings */
}
.strong-form label {
  font-weight: 700;
}
.strong-form .form-field .after {
  font-size: .9em;
  font-style: italic;
}
.strong-form input.error,
.strong-form textarea.error,
.strong-form select.error {
  background: #F9E5E6;
  border: 1px solid #E8AAAD;
  color: #B50007;
}
.strong-form span.error,
.strong-form label.error {
  color: #B50007;
}
.strong-form .field-wrap {
  display: block;
  font-weight: 400;
  border: 1px solid transparent;
}
.strong-form .field-wrap.error {
  border-radius: 3px;
  background: #F9E5E6;
  border: 1px solid #E8AAAD;
  color: #B50007;
}
.strong-form .field-wrap.error .checkbox-label {
  outline: none;
}
.strong-form .field-wrap.error .strong-rating {
  outline-color: #E8AAAD;
}
.strong-form .field-wrap input + label + .required.symbol:after {
  margin-left: 0;
}

/* Dark Theme
-----------------------------------------------*/
.strong-form.dark input.error,
.strong-form.dark textarea.error,
.strong-form.dark select.error {
  border: 1px solid #FF6666;
}
.strong-form.dark .field-wrap.error {
  border: 1px solid #FF6666;
}
.strong-form.dark .field-wrap.error .checkbox-label {
  color: #111;
}
.strong-form.dark .field-wrap.error .strong-rating {
  outline-color: #FF6666;
}
/**
 * Star Ratings
 *
 * Pure CSS. No floats or bidi. HTML inputs makes it ideal for use in a form. Simple em-based sizing.
 *
 * http://codepen.io/cdillon/pen/vXNbBw
 *
 * Based on Pure CSS Star Rating Widget by James Barnett
 * http://codepen.io/jamesbarnett/pen/vlpkh
 */

/* the container */
.strong-rating-wrapper {
}

/* the fieldset */
.strong-rating {
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 5px;
}

.strong-rating:focus {
  outline: 1px solid #CCC;
}

/* the stars */
.strong-rating input[type=radio] {
  display: none !important;
}

.strong-rating label {
  font-weight: normal;
}

.strong-rating label:before {
  content: "";
  display: inline-block;
  font-size: 1.25em;
  width:20px;
  height:20px;
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
  line-height: 1;
  /* use padding not margin */
  padding: 4px;
  transition: color 0.3s ease;
}

.strong-rating label:hover {
  cursor: pointer;
}

/* fieldset tweaks */

.strong-rating-wrapper legend {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* in a form */
.strong-rating-wrapper.in-form .strong-rating {}

/* in a view */
.strong-rating-wrapper.in-view .strong-rating {
  margin: 0;
  padding: 0;
}

/* in the post editor */
.strong-rating-wrapper.in-metabox .strong-rating > label:before {
  font-size: 20px;
  line-height: 27px;
  padding: 0 4px;
  background:#0073AA;
  color: #0073aa;
}

/* the magic */

/* this is how we highlight stars before the checked one (siblings before): */

/* hide the first label which is initially checked */
/* added bonus of POSTing the default value so no need for isset(...) */
.strong-rating label[for$="star0"] {
  display: none !important;
}

/* and turn all on */
.strong-rating label:before {
  color: #FFB900;
  background: #ffb900;
}

/* turn off stars after the one we're on */
.strong-rating label:hover ~ label:before {
  content: "";
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
}
/* maybe use different color if validation error */
.error .strong-rating label:hover ~ label:before {
}

/* turn off stars after the current rating */
.strong-rating input:checked ~ label:before {
  content: "";
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
}
/* maybe use different color if validation error */
.error .strong-rating input:checked ~ label:before {
}

/* turn on the current rating */
.strong-rating input[type="radio"]:checked + label:before,
.error .strong-rating input:checked + label:before {
  content: "";
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
}
.strong-rating-wrapper.in-metabox input[type="radio"]:checked + label:before {
  color: #00b9eb;
  background: #00b9eb;
}

/* when hovering the entire fieldset: */

/* (1) turn all on */
.strong-rating:hover input ~ label:before,
.error .strong-rating:hover input ~ label:before {
  content: "";
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-solid.svg') center center no-repeat;
}

/* (2) indicate current selection (optional) */
.strong-rating:hover input:checked + label:before,
.error .strong-rating:hover input:checked + label:before {
  color: #FFE39E;
  background:#FFE39E;
}

/* (3) then turn off siblings after the hovered star */
.strong-rating:hover label:hover ~ input:not(:checked) + label:before {
  content: "";
  -webkit-mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
  mask: url('/wp-content/plugins/strong-testimonials/public/svg/star-regular.svg') center center no-repeat;
}
/* maybe use different color if validation error */
.error .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
}
