.text-secondary {
    color: var(--color-theme-secondary) !important;
}

b, strong {
    font-weight: 700;
}

.text-wrap {
    white-space: inherit;
}

@media (max-width: 812px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}

/* MEDIA ============================================================================================================ */

@media (max-width: 620px) {
    .slide .slide__content--headings h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .slider,
    .slide {
    height: 580px;
    }
    
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slide .slide__img img {
        max-width: 100%;
    }

}

@media (min-width: 993px) 
    and (max-width: 1250px) { 
    .slider,
    .slide {
    height: 350px;
    }
}

@media (max-width: 1020px) {

    .slide .slide__content--headings h2 {
        font-size: 1.25rem!important;
    }
}

@media (min-width: 1251px) 
    and (max-width: 1350px) { 
    .slider,
    .slide {
    height: 425px;
    }
}

@media (min-width: 1351px) 
    and (max-width: 1700px) { 
    .slider,
    .slide {
    height: 460px;
    }
}



/* HOME PAGE ======================================================================================================= */

#cw-epoxy-popup h2 {
    font-size: 1.6rem;
}

#cw-epoxy-popup h3 {
    font-size: 1.3rem;
}

#cw-epoxy-popup ul {
    padding-left: 20px;
}

#cw-epoxy-popup .modal-footer {
    border-top: 0;
}

#cw-epoxy-popup .modal-header {
    background: #D59840;
}

#cw-epoxy-popup .modal-body.pb-0 {
    background-image:linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.6)), url(https://apihoard.webit.com/api/v1/Image/AB6F7A9E68925F4BC22BEE6957FE2659/AB6F7A9E68925F4BC22BEE6957FE2659.jpg?size=1920x1440);
    background-size: cover;
    background-position: bottom;
}

/* SLICK SLIDER WITH TEXT OVERLAY =================================================== */

.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slide .slide__img img {
    max-width: 200%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.slide .slide__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
    padding: 4em 0;
}
.slide .slide__content--headings h2 {
    font-size: 3.5rem;
    margin: 0;
}

.slide .slide__content--headings .animated {
    transition: all .5s ease;
}
.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}


/* HOME PAGE ===================================================================================== */

.page-home .map-m2 .map-text-container {
    padding: 2.5em 3em;
}


/*  SERVICES PAGES ===================================================================================== */

.page-specialty-coatings .detailedlist {
    padding-bottom: 0!important;
}

.page-specialty-coatings .detailedlist-stacked-side {
    margin: 0 0 1em 0!important;
}

.page-specialty-coatings .galleryslideshow {
    padding-top: 2em!important;
    padding-bottom: 1em!important;
}
/* -------------------- Footer ---------------------- */

/*--- Floating links ---*/
.wb__lets-talk {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
	background-color: var(--color-theme-primary);
	color: #fff;
}

.wb__lets-talk:hover {
	cursor: pointer;
}

.wb__lets-talk .cw-hoverbtn {
	background-color: var(--color-theme-primary);
	color: #fff;
	border-radius: 20px;
}

.wb__lets-talk:hover .cw-hoverbtn {
	background-color: #fff;
	color: var(--color-theme-primary);
}

.wb__lets-talk .cw-expandtoggle {
	max-height: 0px;
	overflow: hidden;
	transition-duration: .6s;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;

}

.wb__lets-talk .cw-expandtoggle.cw-expanded {
	max-height: 300px;
}

#contactBtns a {
	width: 80px;
	/* height: 54px; */
	padding: 8px;
	margin: 2px;
	border-radius: 50%;
	background: #fff;
	color: var(--color-theme-primary);
	border: 2px solid var(--color-theme-primary);
	/* display: inline-block; */
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#contactBtns a:hover {
	background: var(--color-theme-primary);
	color: #fff;
	border: 2px solid #fff;
}


#contactBtns .fa {
	font-size: 30px;
	color: inherit;
}


/* BASEMENT FLOORING PAGE ============================================================================ */

.page-basement-flooring .title {
    background: url("https://apihoard.webit.com/api/v1/Image/1CB758A85AB1DDBA27F4DB6BD0750258/1CB758A85AB1DDBA27F4DB6BD0750258.jpg?size=1920x1440");
    padding: 8em 0 5em;
    background-size: cover;
    background-position: 25% center;   
    color: #FFF;
}

.page-basement-flooring .title-heading {
    font-size: 2em;
    text-align: center;
}

@media (min-width: 991px) {
    .page-basement-flooring .title-heading {
        font-size: 3em !important;
        text-align: center !important;
    }
}



