/* -------------------- capitalizing ---------------------- */
.header .navbar .navbar-nav,
.footer .nav {
	text-transform: uppercase;
}

.title h1 {
	text-transform: uppercase;
}

/* -------------------- Header ---------------------- */
.cw-header {
	padding: 1rem 0;
	background-color: #F7F7F7;
	border-bottom: 2px solid var(--color-theme-primary);
}

.cw-header h2 {
	font-size: 1rem;
}

.cw-header .cw-blue {
	color: #3B5BA6;
	font-size: 1.15em;
}

.cw-header .cw-logo-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
	.cw-header .cw-logo-flex {
		justify-content: start;
	}
}



.cw-header .cw-previous-name {
	font-size: 1rem;
	font-weight: 700;
}

.cw-header .cw-previous-name img {
	width: 130px;
}

.cw-header .cw-logolink img {
	width: 400px;
}

.cw-header .cw-head-contact {}

.cw-header .cw-head-contact a.btn {
	margin: 5px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-header {
		background: #fff;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url('https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_10.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

}

@media (min-width: 680px) {
	.cw-header .cw-previous-name img {
		width: 170px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-header .cw-previous-name {
		font-size: 1.2rem;
	}

	.cw-header .cw-previous-name img {
		width: 180px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-header .container {
		max-width: 1300px;
	}
}

@media (min-width: 1300px) {
	.cw-header .cw-previous-name img {
		width: 200px;
	}
}


/*-- Checklists --*/

.cw-checklist li {
	display: inline-block;
	padding: .25rem;
}

.cw-checklist li:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 0.25em;
	color: var(--color-theme-highlight);
}

/* -------------------- Bottom Parallax ---------------------- */
.cw-bottom-parallax {
	position: relative;
}

.cw-bottom-parallax .cw-para-inner {
	background: rgba(0, 0, 0, 0.45);
	position: relative;
	min-height: 500px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}

.cw-bottom-parallax .cw-bottom-box {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 1.5rem 1rem;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}


/* -------------------- 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);
}

.wb__lets-talk:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 35px;
	color: var(--color-theme-primary);
}


/* Reviews Page ====================================================================*/

.cw-carousel-multi-item {
	margin-bottom: 5rem;
}

.cw-carousel-multi-item .carousel-inner {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.cw-carousel-multi-item .controls-top .btn-floating {
	background: var(--color-theme-primary);
}

.btn-floating {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 47px;
	height: 47px;
}

.btn-floating i {
	font-size: 1.25rem;
	line-height: 47px;
	display: inline-block;
	width: inherit;
	color: #fff;
	text-align: center;
}

.btn-floating:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-floating:before {
	border-radius: 0;
}

.cw-carousel-multi-item .carousel-indicators li {
	width: 1.25rem;
	max-width: 1.25rem;
	height: 1.25rem;
	margin-bottom: -3.75rem;
	background-color: var(--color-theme-primary);
}

.cw-carousel-multi-item .carousel-indicators .active {
	width: 1.56rem;
	max-width: 1.56rem;
	height: 1.56rem;
	background-color: var(--color-theme-primary);
	border-radius: 50%;
}

.cw-carousel-multi-item .controls-top {
	margin-bottom: 1.88rem;
	text-align: center;
}

.cw-carousel-multi-item .carousel-indicators {
	margin-bottom: -1em;
}

@media only screen and (max-width: 992px) {
	.cw-carousel-multi-item .carousel-indicators li {
		margin-bottom: -1.88rem;
	}
}