@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

/* Pop Up Modal */

.cw-Modal .modal-header {
	background-color: #333333;
}

.cw-Modal .modal-body h5 {
	font-size: 1.5em;
	font-weight: 800;
}

.cw-Modal .modal-body p {
	font-size: 1.25em;
}

.cw-Modal .modal-body p a {
	color: var(--color-theme-highlight);
	font-weight: 800;
}

.cw-Modal .modal-body p a:hover {
	color: #999999;
}

.modal-footer {
	padding: 10px;
}


/* Header - */
.header-info {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6), rgba(0, 0, 0, .0)), url(https://apihoard.webit.com/api/v1/Image/7BFB90020174371974E37CAD17AADA43/7BFB90020174371974E37CAD17AADA43.jpg?size=1920x1440);
	background-position: center;
}

.page-home .header-info {
	padding-top: 8em;
	padding-bottom: 8em;
}

.cw-email {
	word-break: break-all
}

.cw-free {
	padding-top: 2rem;
}

.cw-free h3 {
	color: var(--color-theme-secondary);
	font-family: 'Parisienne', cursive;
	font-size: 3rem;
}

@media(min-width: 992px) {
	.cw-free h3 {
		font-size: 5rem;
	}
}

@media(min-width: 1200px) {
	.cw-free h3 {
		font-size: 6rem;
	}
}

/* Cascade - */
.page-home .cw-cascade {
	padding: 8em 0;
}

.cw-cascade {
	margin: 0 auto;
	padding: 2em 0;
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('https://apihoard.webit.com/api/v1/Image/7BFB90020174371974E37CAD17AADA43/7BFB90020174371974E37CAD17AADA43.jpg?size=1920x1440');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 5px solid #1B0E02;
}

.cw-cascade p,
.cw-cascade a,
.cw-cascade h4 {
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}

.cw-cascade p,
.cw-cascade a {
	font-size: 1rem;
	line-height: 1;
}

@media(min-width:440px) {

	.cw-cascade p,
	.cw-cascade a {
		font-size: 1.3rem;
	}
}

.cw-cascade img {
	max-width: 40%;
	margin-bottom: 2em;
}

.page-sink-options .list-img-wrap {
	padding: 35% 0;
}

span.carousel-control-prev-icon::before {
	content: "";
	height: 11%;
	width: 61%;
	background: #490909;
	position: absolute;
	z-index: -1;
	top: 44.7%;
	left: 22%;
	border-radius: 50%;
}

span.carousel-control-next-icon::before {
	content: "";
	height: 11%;
	width: 61%;
	background: #490909;
	position: absolute;
	z-index: -1;
	top: 44.7%;
	left: 18%;
	border-radius: 50%;
}

/*-- Sink Options Page --*/
.cw-details {
	padding-left: 0;
	list-style: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
}

.cw-details li {
	border-bottom: 1px solid var(--color-theme-primary);
	line-height: 2rem;
	display: flex;
	justify-content: space-between;
}

.cw-details li:last-of-type {
	border-bottom: 0;
}

.cw-details span {
	text-transform: none;
	font-weight: normal;
}

.cw-cleaning-cont {
	background-color: #fff;
	padding: 2%;
	margin-bottom: 3%;
}

.cw-cleaning h4 {
	margin: 2rem 0 0 0;
}

.cw-cleaning p {
	margin-bottom: 0;
}

.cw-cleaning ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-left: 0;
}

.cw-cleaning ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.cw-cleaning ul li img {
	max-width: 90px;
}

/* LG: 992px & Up */
@media (min-width: 992px) {
	.cw-cleaning ul li img {
		max-width: 100px;
	}
}


/*-- Reviews --*/
.cd-author {
	text-align: left;
	margin-left: 1.5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	color: var(--color-theme-secondary);
}

.cd-author:after {
	content: "\f005\f005\f005\f005\f005";
	margin-left: .5rem;
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul {
	margin: 1.5em auto 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul:after {
	content: "";
	display: table;
	clear: both;
}

.cd-testimonials-all .cd-testimonials-item {
	margin-bottom: 2em;
}

.cd-testimonials-all p {
	position: relative;
	background: var(--color-theme-secondary);
	color: var(--color-theme-background);
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.cd-testimonials-all p::after {
	/* creating the triangle in css */
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: var(--color-theme-secondary);
}

@media only screen and (min-width: 768px) {
	.cd-testimonials-all .cd-testimonials-item {
		width: 46%;
		margin: 0 2% 3em;
	}

}

@media only screen and (min-width: 1170px) {
	.cd-testimonials-all .cd-testimonials-item {
		width: 30%;
		margin: 0 1.6666% 3em;
	}
}

.page-stone-slab-gallery .card-deck {
	justify-content: space-between !important;
}

.cw-natural {
	border: 3px solid #000000;
}

.cw-quartz {
	border: 3px solid #000000;
}

@media (min-width: 768px) {
	.page-stone-slab-gallery .container {
		max-width: 768px !important;
	}
}

@media (min-width: 990px) {
	.page-stone-slab-gallery .container {
		max-width: 960px !important;
	}
}

@media (min-width: 1800px) {
	.page-stone-slab-gallery .container {
		max-width: 1430px !important;
	}
}

/* Gallery title adding */
/* CSS for gallery module titles pulled from alt tags of pictures */
.cw-gallery-title {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
	position: absolute;
	/* Use only top or bottom. Unless you want this covering the whole box */
	/* top: 0; */
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.3em;
	padding: 5px 5px;
}

/* Quartz slab gallary customizations*/
.page-quartz-slab-gallery .galleryslideshow .slick-dots {
	display: none !important;
}
.page-quartz-slab-gallery .galleryslideshow .galleryslideshow-arrow.btn-secondary{
	background-color: transparent !important;
	color: var(--color-theme-text)!important;
	border-color:  transparent !important;
	
}
.page-quartz-slab-gallery .galleryslideshow .galleryslideshow-arrow.btn-secondary:hover,.page-quartz-slab-gallery .galleryslideshow .galleryslideshow-arrow.btn-secondary:focus{
	background-color: transparent !important;
	color: var(--color-theme-border)!important;
	border-color:  transparent !important;
	box-shadow: none !important;
}
.page-quartz-slab-gallery .galleryslideshow .galleryslideshow-arrow.btn-secondary:before{
	background-color: transparent !important;
}