* {
   font-family: 'Nunito', sans-serif;
   color: #070707;
}
#main {
   width: calc(100% - 320px);
}
.social-sn-box a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #070707;
    font-size: 12px;
    line-height: 180%;
    color: #0707074d;
    justify-content: space-between;
}
#masthead {
   width: 320px;
   padding: 10px 30px 15px;
   background: #F2F2F2;
   position: fixed;
   height: 100%;
   right: 0;
   overflow-y: scroll;
}
.page-box {
   display: flex;
}
.site-branding a img {
    width: 170px;
}
.site-branding {
   text-align: center;
   margin-bottom: 15px;
}
.header-contact div a {
   background: #FFD400;
   color: #070707;
   text-decoration: none;
   font-weight: 700;
   font-size: 24px;
   line-height: 33px;
   display: block;
   padding: 5px 0 5px 50px;
   border-radius: 30px;
}
.social-sn-box a:last-child {
    margin-right: 0;
}
.header-contact > div {
   position: relative;
   margin-bottom: 20px;
}

.header-contact .header-contact-phone {
	margin-bottom: 15px;
}

.header-contact div a:hover {
   color: #070707;
}
nav#footer-navigation ul.sub-menu {
   display: none;
}
.header-contact-icon {
   background: #F2F2F2;
   border: 1px solid #FFD400;
   width: 50px;
   height: 50px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 50%;
   left: -10px;
   transform: translateY(-50%);
}

.main-navigation ul {
   flex-direction: column;
}

.main-navigation a {
   background: #ffd400;
   border-radius: 30px;
   font-size: 18px;
   font-weight: 700;
   color: #000;
   padding: 6px 50px;
   text-transform: uppercase;
   transition: .5s;
   outline: none;
}
.main-navigation a:hover {
   background: #43b5a0;
   color: #fff;
}
.main-navigation li {
   outline: none;
}

.main-navigation li:not(:last-of-type) {
   margin-bottom: 15px;
}

.social-sn-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 155%;
    margin-bottom: 7px;
    text-align: center;
}

nav#site-navigation {
   margin-bottom: 15px;
}

.social-sn-box a {
   width: 40px;
   border: 1px solid #070707;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   margin-right: 16px;
   transition: .5s;
}
.social-sn-box a:hover {
   background: #ffd400;
}
.social-sn-box {
    display: flex;
    justify-content: center;
}
.header-video-block {
    height: 100vh;
    position: relative;
    background: #000;
}
video#header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.header-video-content {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
}
.wrap {
   max-width: 860px;
   width: 90%;
   margin: auto;
}
.header-video-title {
   font-family: Nunito;
   font-style: normal;
   font-weight: 800;
   font-size: 80px;
   line-height: 120%;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 5px 5px 4px #0000006b;
}

.header-video-dscrps {
   font-family: Nunito;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: 155%;
   margin-top: 30px;
}

.header-video-dscrps p {
   color: #fff;
   margin: 0;
}

#header-video-btn {
   background: #FFD400;
   border-radius: 60px;
   color: #070707;
   text-decoration: none;
   padding: 17px 68px;
   display: inline-block;
   font-weight: bold;
   font-size: 18px;
   line-height: 25px;
   text-transform: uppercase;
   margin-top: 53px;
   transition: .5s;
}
a#header-video-btn:hover {
   background: #e9c200;
   box-shadow: 4px 5px 20px 0 #00000087;
}
.row {
   display: flex;
   flex-wrap: wrap;
}

.main-about-content {
   align-items: center;
   justify-content: space-between;
}

.main-about-image {
   width: 45%;
}
main#main a {
    color: #000;
}
.main-about-text {
   width: 54%;
   font-size: 16px;
   line-height: 155%;
}
.pt-b {
   padding-top: 100px;
}
.pb-b {
   padding-bottom: 100px;
}
.pv-b {
   padding: 100px 0;
}
.pt-s {
   padding-top: 50px;
}
.pb-s {
   padding-bottom: 50px;
}
.pv-s {
   padding: 50px 0;
}
.head-box-subtitle {
   font-weight: bold;
   font-size: 24px;
   line-height: 33px;
   color: #43B5A0;
   text-transform: uppercase;
}

.head-box-title {
    font-weight: bold;
    font-size: 56px;
    line-height: 76px;
    color: #070707;
    text-transform: capitalize;
    margin: 0;
}

.after-line {
   padding-bottom: 26px;
   position: relative;
}

.after-line:after {content: '';background: url(https://wefix-appliance.com/wp-content/uploads/line.svg);background-size: contain;position: absolute;height: 4px;width: 260px;background-position: center;left: 0;bottom: 10px;}

.main-services-single {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 20px;
    padding: 45px 30px 31px;
    position: relative;
    transition: .5s;
}
.main-services-single:hover {
    background: #f9f9f9;
    box-shadow: 4px 5px 20px 0 #0000001f;
}
.main-services-single:nth-child(3n) {
    margin-right: 0;
}

.main-service-arrow {
    position: absolute;
    top: 0;
    right: 0;
}

.main-service-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 155%;
    text-align: center;
    text-transform: uppercase;
}

.main-service-line {
    background-image: url(https://wefix-appliance.com//wp-content/uploads/service-line.svg);
    height: 2px;
    border-radius: 100%;
    width: 100%;
    margin: 43px 0 19px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
img.main-service-image {
   height: 80px;
   width: 80px;
   object-fit: contain;
}
.main-services-box {
   margin-top: 54px;
}
.main-services-single a {
   text-decoration: none;
}
.main-why-single {
   width: 48%;
}

.main-why-box {
   justify-content: space-between;
   margin-top: 40px;
   font-size: 18px;
   line-height: 155%;
}

.main-numbers {
   background: url(https://wefix-appliance.com//wp-content/uploads/green-mask.svg) #43B5A0;
   background-size: cover;
   padding-bottom: 240px;
}

.main-numbers-single {
   width: 30%;
   text-align: center;
}

.main-numbers * {
   color: #fff;
}

.main-numbers > div {
   justify-content: space-between;
}

.main-numbers-box {
   font-size: 100px;
   line-height: 155%;
}

.main-numbers-text {
   font-size: 24px;
   line-height: 155%;
}
.main-features-single {
   background: #FFFFFF;
   border: 1px solid #999999;
   border-radius: 20px;
   padding: 60px 18px 38px;
   text-align: center;
   width: 30%;
}

section.main-features > div {
   justify-content: space-between;
}

.main-features-logo {
   margin-bottom: 66px;
}

.main-features-title {
   font-weight: 700;
   font-size: 26px;
   line-height: 125%;
   margin-bottom: 24px;
}

.main-features-text {
   font-size: 18px;
   line-height: 155%;
}

.main-features {
   position: relative;
   margin-top: -160px;
}
.cta-box {
   background: #FFD400;
   border-radius: 0px 60px 60px 0px;
   width: 90%;
   padding: 80px 0 80px 120px;
}

.cta .after-line:after {
   background: url(https://wefix-appliance.com/wp-content/uploads/line-white.svg);
}

.cta .head-box-title {
   font-size: 50px;
}

a.cta-button {
   background: #43B5A0;
   border-radius: 50px;
   font-weight: bold;
   font-size: 16px;
   line-height: 19px;
   text-transform: uppercase;
   color: #FFFFFF;
   padding: 20px 70px;
   display: inline-block;
   text-decoration: none;
   margin-top: 40px;
   transition: .5s;
}
.footer-contact-text a, .contact-line-text a {
    color: #000;
    text-decoration: none;
}

@media (min-width: 900px) {
	.footer-info-box .social-sn-box {
		justify-content: flex-start;
	}
}

a.cta-button:hover {
   background: #39a591;
   box-shadow: 4px 5px 20px 0 #00000045;
}
.reviews-single-slide {
   padding: 0 30px;
   justify-content: space-between;
   align-items: center;
}

.reviews-single-text {
   font-size: 17px;
   line-height: 155%;
   font-weight: normal;
}

.reviews-single-info {
   width: 25%;
   text-align: center;
}
.reviews-single-name {
    font-size: 21px;
    line-height: 155%;
    font-weight: 700;
    margin-bottom: 5px;
}
.reviews-single-stars img {
    width: 100px;
    object-fit: contain;
    margin-right: 10px;
}

.reviews-single-stars {
    align-items: center;
    margin-bottom: 15px;
}

.reviews-single-stars span {
    color: #7c7c7c;
}
.reviews-single-image img {margin: auto;border-radius: 100%;width: 100px;height: 100px;object-fit: cover;}

.reviews-single-image {
   margin-bottom: 17px;
}

#main ul.slick-dots {
   margin: 50px 0 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#main ul.slick-dots li {
   display: inline-block;
   margin: 0 5px;
   padding: 0;
}
#main ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
   font-size: 0;
   background: #F2F2F2;
   width: 10px;
   height: 10px;
   border: 0;
}

ul.slick-dots li.slick-active button {
   background: #43b5a0;
   border-radius: 100%;
}
.slick-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
   z-index: 2;
}
.single-post .entry-content h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 155%;
  color: #43B5A0;
}
.left-arrow-reviews {
   left: 0;
}

.right-arrow-reviews {
   right: 0;
}
.reviews-slider {
   margin-top: 40px;
}
.brands-single {
   width: calc(100% / 3);
   text-align: center;
   padding: 60px 0;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands-single.highlighted {
	position: relative;
}

.brands-single.highlighted::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('https://wefix-appliance.com/wp-content/uploads/medal_icon_129244.png');
	background-size: cover;
	width: 50px;
	height: 50px;
}

@media (max-width: 600px) {
	.brands-single.highlighted::before {
		width: 35px;
		height: 35px;
		top: 5px;
	}
}

.reviews-single-name a {
    color: #070707;
    text-decoration: none;
}
.brands-single:nth-child(3n) {
   border-right: 0;
}

.brands-single:nth-last-child(-n+3) {
   border-bottom: 0;
}
.brands-box {
   margin-top: 40px;
}
.main-blog-box {
   margin-top: 40px;
   justify-content: space-between;
}

.main-blog-single {
   width: 30%;
   border: 1px solid #999999;
   border-radius: 20px;
   overflow: hidden;
   position: relative;
}
.main-blog-info {
   padding: 20px 20px 80px;
}

.main-blog-single a {
   text-decoration: none;
}

.main-blog-date {
   font-size: 14px;
   line-height: 155%;
   color: #999999;
   margin-bottom: 11px;
}

.main-blog-title {
   font-size: 24px;
   line-height: 125%;
   color: #070707;
   font-weight: 700;
}

.main-blog-link {
   font-weight: bold;
   font-size: 18px;
   line-height: 155%;
   text-decoration-line: underline;
   color: #43B5A0;
   position: absolute;
   left: 20px;
   bottom: 25px;
}
footer#colophon {
   background: #FFD400;
}

.footer-col {
   width: 30%;
}

.footer-logo img {
   width: 100px;
}

.footer-contact-line {
   display: flex;
   margin-bottom: 15px;
}

.footer-contact-icon {
   width: 18px;
   margin-right: 7px;
}

.footer-contact-text {
   width: calc(100% - 25px);
}

.footer-contact-text img {
	display: block;
    height: 60px;
    margin: 15px 0 0;
}

@media (max-width: 600px) {
	.footer-contact-text img {
		margin: 15px auto 0;
	}
}

.footer-logo {
   margin-bottom: 25px;
}

nav#footer-navigation ul {
   list-style-type: none;
}

nav#footer-navigation ul li a {
   font-weight: 700;
   font-size: 16px;
   line-height: 220%;
   text-transform: uppercase;
   color: #070707;
   text-decoration: none;
}

.footer-info-title {
   font-weight: 700;
   font-size: 16px;
   line-height: 180%;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.footer-info-box {margin-bottom: 40px;}

.footer-copyright {
   padding: 20px 0;
   border-top: 1px solid #070707;
   font-size: 12px;
   line-height: 180%;
   color: #0707074d;
}
main section {
   position: relative;
}
img.about-top-right {
   position: absolute;
   top: 10%;
   right: 6%;
}

img.about-top-left {
   position: absolute;
   top: 28%;
   left: 8%;
}

img.about-bottom-right {
   position: absolute;
   right: 24%;
   bottom: -5%;
}
.img-par {
   position: absolute;
   z-index: 1;
}
.head-box-description {
    max-width: 540px;
    margin-top: 32px;
}
img.services-top-right {
   top: 13%;
   right: 10%;
}

img.services-bottom {
   bottom: -3%;
   right: 30%;
}
img.main-why-top {
   right: 10%;
   top: 10%;
}
img.features-bottom-left {
   left: 3%;
   bottom: 4%;
}

img.features-bottom-right {
   right: 2%;
   bottom: -13%;
}

img.reviews-left-bottom {
   left: 10%;
   bottom: 7%;
}

img.reviews-bottom-right {
   right: 9%;
}

img.reviews-top-right {
   right: 16%;
   top: 3%;
}

img.reviews-top-left {
   top: 2%;
   left: 29%;
}
img.brands-bottom-right {
   right: 6%;
   bottom: -8%;
}
img.brands-bottom-left {
   left: 6%;
}
img.blog-top-right {
   right: 11%;
   top: 10%;
}
.page-header {
   background: url(https://wefix-appliance.com/wp-content/uploads/page-title.svg) #43B5A0;
   display: table;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   padding: 90px 0;
}
.page-header h1 {
   font-weight: bold;
   font-size: 72px;
   line-height: 120%;
   text-transform: uppercase;
   color: #FFFFFF;
   margin: 0;
}
.service-archive .main-service-title {
   margin: 20px 0;
}

.service-excerpt {
   font-size: 18px;
   line-height: 155%;
/* or 28px */
   text-align: center;
}

.services-link {
   margin-top: 30px;
   font-size: 16px;
   line-height: 19px;
/* identical to box height */
   text-transform: uppercase;
   color: #43B5A0;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
}

.services-link img {
   margin-left: 10px;
}
.blog .main-blog-single, .archive .main-blog-single {
   margin-right: 5%;
   margin-bottom: 30px;
}

.blog .main-blog-single:nth-child(3n), .archive .main-blog-single:nth-child(3n) {
   margin-right: 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
    line-height: 125%;
    color: #070707;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 3px;
}
.wp-pagenavi span.current {
    background: #ffd400;
}
.wp-pagenavi a.nextpostslink {
   background: #F2F2F2;
   border-radius: 5px;
   color: #43B5A0;
   padding: 3px 10px;
}
.text-with-image__image {
   width: 45%;
}

.text-with-image__text {
   width: 50%;
}

.text-with-image {justify-content: space-between;align-items: center;}

.text-with-title__h2, .page-id-32 h2 {
   font-weight: bold;
   font-size: 40px;
   line-height: 155%;
   color: #43B5A0;
   margin-bottom: 22px;
}

.page-features .row {
   justify-content: space-between;
}
section.cta.page-cta .cta-box {
   background: #43b5a0;
}

section.cta.page-cta .head-box-title {
   color: #fff;
}

section.cta.page-cta a.cta-button {
   background: #ffd400;
   color: #000;
}
.main-navigation .current-menu-item a {
   background: #43b5a0;
   color: #fff;
}
.contact-line {
   display: flex;
   margin-bottom: 30px;
}

.contact-line-icon {
   width: 45px;
   text-align: center;
   margin-right: 20px;
}

.contact-line-text {
   font-weight: bold;
   font-size: 24px;
   line-height: 155%;
}

.contact-line {
   display: flex;
   margin-bottom: 30px;
}

.contact-line-icon {
   width: 45px;
   text-align: center;
   margin-right: 20px;
}

.contact-line-text {
   font-weight: bold;
   font-size: 24px;
   line-height: 155%;
}

input.form-input, textarea.form-textarea {
   border: 1px solid #FFFFFF;
   border-radius: 10px;
   color: #fff !important;
   background: transparent;
   width: 100%;
   padding: 15px 30px;
}

select.form-input {
   border: 1px solid #FFFFFF;
   border-radius: 10px;
   color: #fff !important;
   background: transparent;
   width: 100%;
   padding: 15px 30px;
}

.contact-col {
   width: 41%;
   margin-right: 5%;
}

.contact-col > div {
   margin-bottom: 20px;
}

input.form-input::placeholder, textarea.form-textarea::placeholder {
   color: #fff;
}
textarea.form-textarea {
   max-height: 208px;
}
input.wpcf7-form-control.wpcf7-submit.form-button {
   background: #FFD400;
   border-radius: 50px;
   padding: 10px 90px;
   font-weight: bold;
   font-size: 18px;
   line-height: 220%;
   text-transform: uppercase;
   border: 0;
}
.blog-categories li {
   list-style-type: none;
   min-width: 140px;
   margin-right: 20px;
   transition: .5s;
}

.blog-categories {
   margin-top: 50px;
   row-gap: 10px;
}

.blog-categories li a {
   border: 1px solid #FFD400;
   box-sizing: border-box;
   border-radius: 30px;
   font-weight: bold;
   font-size: 18px;
   line-height: 155%;
   text-transform: uppercase;
   color: #070707;
   text-decoration: none;
   padding: 10px;
   width: 100%;
   display: block;
   text-align: center;
   transition: .5s;
}
.blog-categories li.current-cat a, .blog-categories li a:hover {
   background: #ffd400;
}

.cta-box-service {
   padding-left: 30px;
   position: relative;
   padding-right: 30px;
}

.cta-box-service:before {
    content: '';
    background: url(https://wefix-appliance.com/wp-content/uploads/srvice-green-line.svg);
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
section.cta.cta-service-quote .cta-box {
   padding: 50px 0 50px 120px;
   margin-bottom: 60px;
}
.single-accordion .panel {
   max-height: 0;
   display: none;
   transition: max-height 0.2s ease-out;
}

.single-accordion .accordion {
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: 155%;
   cursor: pointer;
}

.single-accordion {
   padding: 20px 0;
   border-top: 1px solid #C4C4C4;
}

section.faq {
   margin-bottom: 50px;
}

.single-accordion:last-child {
   border-bottom: 1px solid #C4C4C4;
}
.single-accordion .panel p {
   margin-bottom: 0;
   padding: 0 15px;
}

.accordion:after {
   content: '\02795';
   font-size: 13px;
   color: #777;
   float: right;
   margin-left: 5px;
 }

 .active:after {
   content: "\2796";
 }
 blockquote {
   display: table;
   width: 100%;
   background: #ffd400;
   margin: 0;
   position: relative;
   padding: 48px 30px;
   border-radius: 0px 30px 30px 0px;
}
.quotebg {
   position: absolute;
   left: -361.5px;
   background: #ffd400;
   height: 100%;
   top: 0;
}
blockquote p {
   margin: 0;
}
blockquote:before {
    content: '';
    background: url(https://wefix-appliance.com/wp-content/uploads/srvice-green-line.svg);
    position: absolute;
    width: 4px;
    height: 100px;
    left: 0;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
#main ul {
   list-style-type: none;
   margin-left: 0;
   padding: 0;
}
#main ol {
   margin-left: 0;
   padding-left: 15px;
}
#main ul li {
   position: relative;
   padding-left: 20px;
}
#main ul li:before {
   content: '';
   width: 10px;
   height: 10px;
   position: absolute;
   top: 9px;
   left: 0;
   background: #ffd400;
   border-radius: 100%;
}
textarea.form-textarea.careers-textarea {
   max-height: 150px;
}
.careers-title {
   font-weight: bold;
   font-size: 40px;
   line-height: 155%;
   color: #43B5A0;
   margin-bottom: 37px;
}
blockquote.services-page {
   background: #F2F2F2;
   margin: 25px 0px;
   padding: 48px 0;
}
blockquote.services-page .quotebg {
   background: #f2f2f2;
}

blockquote.services-page:before {
   display: none;
}
.services-col {
   width: 25%;
}
.careers-acc .single-accordion .panel p {
   padding: 0;
}
.main-navigation li ul li a {
   background: transparent;
   text-transform: none;
   margin-bottom: 0;
   padding: 0 0 0 50px;
   line-height: 200%;
}
.main-navigation li.current-menu-parent.current_page_parent ul.sub-menu {
    display: block;
}
.main-navigation li ul li {
   margin-bottom: 0;
}

.main-navigation li ul {
   margin-top: 15px;
   display: none;
}
.careers-single {
    width: 32%;
    margin-right: 2%;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    padding: 45px 20px;
    margin-bottom: 45px;
}
.careers-single:nth-child(3n) {
    margin-right: 0;
}

.careers-single a {
    text-decoration: none;
}

.careers-archive-date {
    font-weight: normal;
    font-size: 14px;
    line-height: 155%;
    color: #999999;
}

.careers-archive-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #070707;
    margin: 20px 0;
}

.careers-archive-dscrp {
    font-size: 18px;
    line-height: 155%;
}

.careers-archive-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 155%;
    text-decoration-line: underline;
    color: #43B5A0;
    margin-top: 45px;
}
.single-careers .services-col-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 155%;
}
.services-col-icon img {
    height: 30px;
}
@media (max-width: 1024px) {

   #main {
      width: 100%;
      padding-top: 117px;
  }
  #masthead {
   width: 100%;
   height: auto;
   overflow: visible;
   z-index: 99;
   display: flex;
   align-items: center;
   padding: 25px;
   background: #ffd400;
   justify-content: space-between;
   box-shadow: 1px 4px 20px 0 #0003;
}
#masthead > .header-contact div a {
   font-size: 0;
   padding: 0;
   border-radius: 0;
   line-height: 0;
   background: transparent;
}

#masthead > .header-contact .header-contact-icon {
   position: relative;
   top: 0;
   left: 0;
   transform: translate(0);
}

#masthead > .header-contact > div {
   margin: 0 20px 0 0;
}

#masthead > .header-contact {
   display: flex;
}

.menu-toggle {
   display: block;
}

.main-navigation .menu-menu-1-container {
   display: none;
   position: absolute;
   right: 0;
   background: #fffffff5;
   padding: 25px;
   box-shadow: -5px 6px 20px 0 #0000003b;
   border-radius: 30px 0 30px 30px;
}

.header-sn {
   display: none;
}

.site-branding {
   margin-bottom: 0;
}
nav#site-navigation {
   margin-bottom: 0;
   width: auto;
   position: relative;
}
.main-navigation li ul li a {
   padding-left: 20px;
   font-size: 16px;
}

.main-navigation a {
   padding: 8px 50px;
   font-size: 16px;
}
.header-video-block {
   height: calc(100vh - 117px);
}
}
@media (max-width: 768px) {
   .header-video-title {
      font-size: 63px;
  }
  .head-box-title {
   font-size: 45px;
}
.head-box-subtitle {
   font-size: 23px;
   color: #fff;
}
.head-box-subtitle a{
   text-decoration: none;
}
.main-service-title {
   font-size: 18px;
}
.main-numbers-box {
   font-size: 70px;
}
.main-numbers-text {
   font-size: 19px;
}
.main-features-title {
   font-size: 20px;
}
.main-features-text {
   font-size: 16px;
}
.page-header h1 {
    font-size: 40px;
}
.single-accordion .accordion {
   font-size: 18px;
}
.cta-box {
   padding: 40px 0 40px 5%;
}
.footer-col {
   width: 33%;
}
nav#footer-navigation li {
   text-align: center;
}
.main-blog-title {
   font-size: 20px;
}

.main-blog-link {
   font-size: 16px;
}
section.cta.cta-service-quote .cta-box {
    padding-left: 5%;
}
	.col-6.tp-link {
    text-align: center;
    display: block;
    width: 100%;
}
}
@media (max-width: 500px) {
   #main {
      width: 100%;
      padding-top: 100px;
      overflow-x: hidden;
  }
  img.about-top-right {
    top: 1%;
}
   .header-video-block {
      height: calc(100vh - 117px);
  }

  .header-video-title {
      font-size: 50px;
  }

  .header-video-dscrps {
      font-size: 16px;
  }

  .head-box-subtitle {
      font-size: 16px;
      line-height: 22px;
  }

  .head-box-title {
      font-size: 30px;
      line-height: 41px;
  }

  .main-about-image {
      width: 100%;
  }

  .main-about-text {
      width: 100%;
  }

  .main-about-text {
      font-size: 16px;
  }

  .main-services-single {
      width: 100%;
      margin-right: 0;
  }

  .main-service-title {
      font-size: 24px;
  }

  img.services-bottom.img-par {
      display: none;
  }

  img.main-why-top.img-par {
      top: 0;
  }

  .main-why-single {
      width: 100%;
  }

  .main-numbers-single {
      width: 100%;
      margin-bottom: 28px;
  }

  .main-numbers-box {
      font-size: 80px;
      line-height: 155%;
  }

  .main-features-single {
      width: 100%;
      margin-bottom: 20px;
  }

  .main-features-title {
      font-size: 24px;
      line-height: 125%;
  }

  .cta-box {
      width: 100%;
      padding: 70px 5%;
  }

  .cta .head-box-title {
      font-size: 30px;
      line-height: 41px;
  }

  .reviews-single-info {
      width: 100%;
      margin-bottom: 28px;
  }

  .reviews-single-text {
      width: 100%;
      font-size: 15px;
  }

  .brands-single {
      width: 50%;
      padding: 28px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .brands-single:nth-child(3n) {
      border-right: 1px solid #999999;
  }

  .brands-single:nth-child(2n) {
      border-right: 0;
  }

  .brands-single:last-child {
      display: none;
  }

  img.blog-top-right.img-par {
      display: none;
  }

  .blog .main-blog-single, .archive .main-blog-single {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0;
  }


  .main-blog-single img {
      width: 100%;
  }

  .main-blog-title {
      font-size: 24px;
      line-height: 125%;
  }

  .footer-col {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
  }

  .footer-logo {
      text-align: center;
  }

  .footer-contact-line {
      text-align: center;
      flex-wrap: wrap;
  }

  .footer-contact-icon {
      width: 100%;
  }

  .footer-contact-line {
      margin-bottom: 25px;
      width: 100%;
  }

  .footer-contact-text {
      font-weight: 400;
      width: 90%;
      margin: auto;
  }

  nav#footer-navigation ul {
      column-count: 2;
  }

  .social-sn-box {
      justify-content: center;
  }

  .footer-copyright {
      text-align: center;
  }
  .main-navigation .menu-menu-1-container {
      top: 0;
      position: fixed;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      padding-top: 90px;
      overflow-y: auto;
  }
.site-branding {
   width: 80px;
}
.text-with-image__image, .text-with-image__text {
   width: 100%;
}

.text-with-title__h2 {
   font-size: 24px;
   line-height: 155%;
}
.services-col {
   width: 50%;
   margin-bottom: 40px;
}
.blog-categories li {
   width: 48%;
   margin-right: 0;
   margin-bottom: 20px;
}

.wrap.row.blog-categories {
   justify-content: space-between;
   row-gap: 10px;
}
.contact-line-text {
   font-size: 16px;
   line-height: 155%;
}
.contact-col {
   width: 100%;
   margin-right: 0;
}

.main-navigation .menu-menu-1-container.mobile-contact-box .header-contact {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.main-navigation .menu-menu-1-container.mobile-contact-box .header-contact > div {
    width: 100%;
    margin-bottom: 30px;
}
img.close-menu-button {
   position: absolute;
   top: 28px;
   right: 15px;
}
.menu-menu-1-container.mobile-contact-box .header-contact div a {
   text-transform: none;
}
.main-navigation .menu-menu-1-container.mobile-contact-box .menu a {
   text-align: center;
}
.menu-menu-1-container.mobile-contact-box .header-sn {
   display: block;
}
.menu-menu-1-container.mobile-contact-box .header-sn {
   display: block;
   margin-top: 45px;
}

.menu-menu-1-container.mobile-contact-box .header-sn .social-sn-box a {
   padding: 0;
   background: transparent;
}

.social-sn-title {
   text-align: center;
}
.main-blog-single {
    width: 100%;
    margin-bottom: 30px;
}
	.careers-single {
    width: 100%;
    margin-right: 0;
}
}

.contacts-page-info-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#storepoint-results-container .storepoint-tags,
#storepoint-results-container .storepoint-address,
#storepoint-results-container .storepoint-contact-website {
	display: none !important;
}


.menu-item.highlighted {
	position: relative;
}

.menu-item.highlighted::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background-image: url('https://wefix-appliance.com/wp-content/uploads/medal_icon_129244.png');
	background-size: cover;
	width: 30px;
	height: 30px;
}

/* POST IMAGE SIZE */
@media (min-width: 600px) {
	article .wp-post-image {
		max-width: 60%;
		margin: 0 auto;
		display: block;
	}
}

/* BRANDS SLIDER */

.main-brands-groups {
	margin: 50px 0 0;
}

.main-brands-box {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
}

.main-brands-single {
    width: 25%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.main-brands-single img {
    max-width: 180px;
    max-height: 96px;
    object-fit: contain;
}

.main-brands-single:nth-child(4n) {
    border-right: 0;
}

.main-brands-groups button.slick-arrow {
    font-size: 0;
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 35px;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.main-brands-groups button.slick-arrow.slick-prev {
    left: 50%;
    top: -20px;
    transform: rotate(90deg) translateY(50%);
}

.main-brands-groups button.slick-arrow.slick-next {
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
    bottom: -40px;
	top: unset;
}

.main-brands-groups button.slick-arrow:before {
    content: '';
    background: url(/wp-content/uploads/arrow-left.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    cursor: pointer;
    bottom: 0;
}

@media (max-width: 600px) {
	.main-brands-single {
		width: 50%;
	}
	
	.main-brands-single:nth-child(2n) {
		border-right: 0;
	}
	
	.main-brands-single img {
		max-height: unset;
		max-width: 150px;
		object-fit: cover;
	}
}

/* SERVICE COLUMNS TEXT */
.wrap .col-2 {
	display: flex;
	gap: 30px;
	width: 100%;
}

.wrap .col-2 > div {
	max-width: 50%;
	width: 100%;
}

.wrap .service-image {
	margin-top: 80px;
}

@media (max-width: 600px) {
	.wrap .col-2 {
		flex-direction: column;
	}
	
	.wrap .col-2 > div {
		max-width: 100%;
	}
	
	.wrap .col-2 .text-with-title {
		order: 2;
	}
	
	.wrap .service-image {
		margin-top: 30px;
		order: 1
	}
}

/* APPLY FORM */
.apply-form {
	margin: 0 auto 30px;
}

.apply-form > div:not(:last-of-type) {
	margin: 0 0 20px;
}

.apply-form input:not([type="radio"]):not([type="submit"]),
.apply-form select {
	height: 50px;
	width: 100%;
	padding: 0 15px;
	color: #000;
}

/* HIDE STRANGE MODAL */
.modal-wrap.active {
	display: none !important;
}

.modal-wrap {
	display: none !important;
}

#storepoint-container ul li:before {
	content: none !important;
}

#storepoint-searchbar {
	color: #111 !important;
}

/* CONTACT FORM */

.contact-form-container {
	background-color: #fff;
	border-radius: 40px;
	padding: 40px 40px 20px 40px;
	margin-right: 20px;
}
.contact-form-title-container {
	margin-bottom: 60px;
}
.contact-form-description a {
	text-decoration: none;
	font-weight: 700;
}
.contact-form-title {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
}
.contact-form-description {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.inputs-row-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.inputs-row-container input:focus,
.contact-form-textarea-container textarea:focus{
	color: #070707;
}
.inputs-row-container p {
	width: 100%;

}
.inputs-row-container input {
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #D9D9D9;
	flex: 1;
}
.contact-form-textarea-container textarea {
	outline: none;
	border: none;
	border-bottom: 1px solid #D9D9D9;
	height: 100px;
}

.contact-form-submit-button input[type="submit"] {
	background-color: #FFD400;
	padding: 11px;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 30px;
}

@media (max-width: 600px) {
	.inputs-row-container {
		flex-direction: column;
		gap: 0;
	}
	.contact-form-title {
	font-size: 34px;
  }
	.contact-form-title-container {
	margin-bottom: 24px;
	text-align: center;
}
	.contact-form-container {
	padding: 24px;
}
}
