/*
Theme Name: Elromco
Author: Elromco
Version: 999
*/
 
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none; 
	top: 5px; 
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background,
.has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}

.lqd-mobile-sec .logo-default{
	width: 75px;
}
.mobile-phone{
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
	background-color: #ed1c24;
    width: 40px;
    height: 40px;
	z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    transition: all .3s ease;
	i {
        transition: all 0.3s ease;
        color: #fff;
    }
    &:hover,
    &:focus {
        background-color: #2E3193;
    }
}
.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: 0;
			width: 100%;
			color: #fff;
			background-color: #ed1c24;
            &.pulse{
                animation: pulses 1.5s infinite;
            }
            &:hover,
            &:focus {
                background-color: #2E3193;
				color: #fff;
            }
        }
    }
}
.g-reviews {
    .reviews {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 40px 0 20px;
        .reviews-stars {
            padding-top: 0;
            .fa {
				color: #ed1c24;
                font-size: 16px;
                margin: 0 1px;
            }
        }
        .sund-reviews-text {
            margin: 0;
			text-align: center;
        }
    }
}
.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;
                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;
            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);
        }
    }
}
.why-us-section .lqd-testi-details{
	width: 100%;
}
.home-services-section{
	.lqd-fb-content-inner{
		padding: 1rem !important;
		.lqd-fb-content-title{
			margin-bottom: 0 !important;
			color: #182c43;
			font-family: 'Anton', Arial, Helvetica, sans-serif;
		}
	} 
	.lqd-fb-footer{
		padding: 0 !important;
		a{
			font-family: 'Source Sans Pro', sans-serif;
		}
	}
}
.button-large-sm{
    >span{
        padding-top: .8em !important;
        padding-bottom: .8em !important; 
    }
}
.btn.circle{
    width: auto;
    float: none;
    height: auto;
}
@media (max-width: 991px) {
    .flex-reverse-mb-lg{
        .row{
            flex-direction: column-reverse;
        }
        ol{
            padding-left: 0;
            list-style-position: inside;
        }
    }
}
.header-module .btn{
    padding: 0;
}
.ld-container{
    .btn{
        padding: 0;
    }
    .btn-default{
        position: static;
    }
} 
.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: #ed1c24;
        border-radius: 6px;
        overflow: hidden; 
        transition: background 0.3s;
        z-index: 2;
    }

    .sund-locations-link::after {
        content: "";
        position: absolute;
        top: var(--y);
        left: var(--x);
        width: 0;
        height: 0;
        z-index: -1;
        background: #2E3193;
        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;
    }


}
.archive{
    .titlebar-inner{
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.lqd-lp-footer{
    .btn{
        padding: 0;
        display: inline-flex;
        align-items: center;
    }
}