/*
File Name: style.css
Theme Name:  CRMoversal
Author: Angry Rabbit
Version: 1.0
*/
:root {
    font-size: 16px;
}
.el_form_wrapper .form-horizontal .control-label {
    text-align: left !important;
}

.alert-success.contact__msg {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    background: rgba(27, 166, 30, 1);
}
#mobile-navigation .sub-menu a {
    padding-left: 40px;
}
.side-panel-wrapper {
    word-break: break-word;
}
.side-panel-wrapper .wp-search-form {
    display: none;
}
.post figure.featured_image {
    height: 350px;
}
@media (max-width: 992px) {
    .post figure.featured_image {
        height: 250px;
    }
}
@media (max-width: 550px) {
    .post figure.featured_image {
        height: 200px;
    }
}
.icon-yelp::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1e9';
}
.social_media li.yelp:hover a,
.social_media li.yelp:hover span {
    background-color: #bf2519;
}
.icon-bbb::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f032';
}
.social_media li.bbb:hover a,
.social_media li.bbb:hover span {
    background-color: #3a96a5;
}
.banner_info_wrapper {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 30px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 5px;
}
ul.social_media > li > a {
    font-size: 16px;
}
ul.social_media > li > a:hover {
    opacity: 0.7;
}
.rt-top-bar a:hover {
    opacity: 0.7;
}

.advantages-wrapper-no-description .list-title {
    margin-bottom: 0;
    line-height: 40px !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
@media (max-width: 767px) {
    .mobile_centered,
    .mobile_centered * {
        text-align: center !important;
    }
    .testimonial.type-testimonial {
        padding-top: 30px !important;
    }
}
#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    max-width: 300px;
    overflow: hidden;
}
.CaptchaWrap {
    position: relative;
}
.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
.ar_cap_wrap .success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}
.alert-success.contact__msg {
    display: none;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    background: rgba(27, 166, 30, 1);
    &.is-success {
        display: block;
    }
}
.contact__form input {
    text-transform: inherit;
}
.contacts__checkbox-agree .form-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.contacts__checkbox-agree input {
    margin-top: 0;
}
.contacts__checkbox-agree label {
    white-space: unset;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
}
.CaptchaWrap .ReloadBtn {
    background: url(images/captcha-update.png) left top no-repeat;
    background-size: 100%;
    width: 32px !important;
    height: 32px !important;
    border: 0px;
    padding: 0;
    outline: none;
    position: absolute;
    bottom: 30px;
    left: 310px;
    outline: none;
    cursor: pointer;
}
#customeremailrep {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
.quote-action:disabled {
    cursor: not-allowed;
    &:hover,
    &:focus {
        background-color: #bbb !important;
    }
}
#UserCaptchaCode {
    width: 100%;
}
.contacts__checkbox-agree {
    clear: both;
}
.quote-action {
    background-color: #58a8e5;
}
.sticky_logo {
    padding: 10px 0;
}
.nav-get-quote-btn {
    &:hover,
    &:focus {
        a::after {
            display: none;
        }
        span {
            background-color: #4a86b3;
            color: #f6f5f4 !important;
        }
    }
    span {
        transition: all 0.3s;
        background-color: #ff191f;
    }
}
.partners-images .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 50px;
}
.icon-twitter::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='rgb(255, 255, 255)' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.social_media li {
    border-bottom: 0 !important;
}
.footer-bttn-wrapper {
    display: none;
}
@keyframes pulses {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@media (max-width: 575px) {
    .footer-bttn-wrapper {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        a {
            padding: 15px 20px;
            width: 100%;
            color: #fff;
            background-color: #ff191f;
            text-decoration: none;
            font-weight: 700;
            &.pulse {
                animation: pulses 1.5s infinite;
            }
            &:hover,
            &:focus {
                background-color: #1a74b1;
                color: #fff;
            }
        }
    }
}
.mobile-phone {
    display: none;
}
@media (max-width: 979px) {
    .header-right {
        display: none;
    }
    .mobile-menu-button {
        left: auto;
        right: 30px;
    }
    #logo {
        margin: 0;
        text-align: left;
    }
    .mobile-phone {
        position: absolute;
        right: 75px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ff191f;
        width: 40px;
        height: 40px;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 22px;
        transition: all 0.3s ease;
        text-decoration: none;
        i {
            transition: all 0.3s ease;
            color: #fff;
        }
        &:hover,
        &:focus {
            background-color: #333;
        }
    }
}
.g-reviews {
    .reviews {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 10px 0 30px;
        .reviews-stars {
            padding-top: 0;
            .fa {
                color: #ed1c24;
                font-size: 16px;
                margin: 0 1px;
            }
        }
        .sund-reviews-text {
            margin: 0;
            text-align: center;
            font-weight: 700;
            font-size: 26px;
            line-height: 1.1;
            font-family: "Roboto Condensed";
        }
    }
}
.reviews-images {
    .wpb_wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
        .wpb_single_image {
            width: calc(50% - 10px);
            img {
                max-width: 200px !important;
                width: 100%;
            }
        }
    }
    &.vc_row.wpb_row.vc_inner .vc_column-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.reviews-images-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    .reviews-image {
        width: calc(50% - 10px);
        img {
            max-width: 200px !important;
            width: 100%;
        }
    }
}
@media (min-width: 768px) {
    .reviews-images .wpb_wrapper {
        column-gap: normal; 
        .wpb_single_image {
            width: calc(100% / 3);
        }
    }
    .reviews-images-wrapper {
        column-gap: normal;
        .reviews-image {
            width: calc(100% / 3);
        }
    }
}
.sund-infinite-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.sund-slider-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.sund-slide {
    flex: 0 0 auto;
    margin: 0 50px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px rgba(88, 168, 229, 0.4);
    font-size: 120px;
    letter-spacing: -8px;
    line-height: 1.2;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.sund-counters {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: #fff;
    gap: 40px 30px;
}

.sund-counter {
    flex: 1;
}

.sund-count-wrap {
    display: block;
    font-size: 50px;
    font-weight: bold;
}

.sund-count__title {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-top: 0.5rem;
    font-weight: 700;
}

.sund-count__text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 979px) {
     .sund-counter {
        flex: auto;
        width: 100%;
    }
}
.heading-custom{
    display: block;
    line-height: 1.1;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}
.heading-h2{
    font-size: 36px;
}
.heading-h4{
    font-size: 26px;
}
.heading-h5{
    font-size: 20px;
}
.highlight_darker .highlight{
    color: #b5383b !important;
}
.sund-locations{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    .sund-locations-link {
        position: relative;
        display: inline-block;
        padding: 8px 14px;
        margin: 8px;
        color: #fff;
        background: #ff191f;
        border-radius: 6px;
        overflow: hidden; 
        transition: background 0.3s;
        z-index: 2;
        text-decoration: none;
    }

    .sund-locations-link::after {
        content: "";
        position: absolute;
        top: var(--y);
        left: var(--x);
        width: 0;
        height: 0;
        z-index: -1;
        background: #58a8e5;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 1s ease, height 1s ease, opacity 1.2s ease;
        opacity: 0;
    }

    .sund-locations-link.ripple::after {
        width: 400px;
        height: 400px;
        opacity: 1;
    }
}

@media(max-width: 767px) {
	.homeHeroBox .content_row_wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.homeHeroBox .content_row_wrapper .homeHeroBoxCol1 {
		order:2;
	}
	.homeHeroBox .content_row_wrapper .homeHeroBoxCol2 {
		order:1;
	}
	.homeHeroBox .content_row_wrapper .homeHeroBoxCol2 .heroInfoList {
		display: none;
	}
	.homeHeroBox .content_row_wrapper .homeHeroBoxCol2 .banner_info_wrapper h2 {
		text-align: center;
	}
	.homeHeroBox .content_row_wrapper .sf-calculate-wrapper {
		margin-top: 30px;
	}
	#footer .footer_widgets .col {
		min-height: auto !important;
	}
}

.footerNavBox {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
    	width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		max-width: fit-content;
        background: rgba(255, 255, 255, 0.1);
        padding: 10px;
        border-radius: 7px;
		li {
			padding: 0 10px;
			ul {
				display: none;
			}
			a {
				text-decoration: none;
				opacity: 0.7;
				padding: 5px 10px;
				transition: all 0.3s ease;
				&:hover {
					opacity: 0.4;
				}
			}
			&.nav-get-quote-btn {
				display: none;
			}
		}
	}
}

div.list-title {
	color: #454545;
	font-family: "Roboto Condensed";
    font-style: normal;
}

.productSliderHeading {
	color: #454545;
	font-size: 16px;
	font-family: "Roboto Condensed";
    font-style: normal;
	a {
		text-decoration: none;
		color: #454545 !important;
		&:hover {
			color: #58a8e5 !important;
		}
	}
}

.contentBoxIconTitle {
	color: #454545;
	font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: normal;
	font-size: 20px;
}

.footerWidgetTitle {
	font-size: 17px;
	position: relative;
    padding-bottom: 10px;
	letter-spacing: 1px;
	color: #58a8e5;
	&:after {
		content: "";
		background-color: #3c3c3c;
		width: 15px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		border-color: #3c3c3c;
	}
}