/*======================FONTS======================================================*/

/* @import url('https://fonts.googleapis.com/css?family=Rubik|Rubik+Mono+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Rubik&display=swap');

body,
p {
	font-family: 'Rubik', sans-serif !important;
}

a,
.font-body-RobotoSlab .header .nav-link,
.font-body-RobotoSlab .header .dropdown-item {
	font-family: 'Rubik', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 300 !important;
}

/* -------------------- Navbar ---------------------- */
/*<!--Center navbar-->*/
.header .navbar .navbar-nav {
	justify-content: center;
}

/* -------------------- Header ---------------------- */
.cw-header {
	padding: 2rem 0;
}

.cw-header .cw-logobox {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: .5rem;
}

.cw-header a {
	color: var(--color-theme-text);
}

.cw-header a:hover {
	color: var(--color-theme-highlight);
}

.cw-header .cw-header-contact {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cw-header .cw-contact-item {
	margin-bottom: 3px;
	padding: 2px;
	border-bottom: 1px dashed #ccc;
}

@media (min-width: 1200px) {
	.cw-header {
		background: url(https://apihoard.webit.com/api/v1/Image/30BBCE6E722E99A416A4930DC664EB65/30BBCE6E722E99A416A4930DC664EB65.jpg?size=Original);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

/* -------------------- end header ---------------------- */
.galleryslideshow {
	background-color: #C53E3E !important;
	background: url(https://apihoard.webit.com/api/v1/Image/84FC1FDA725B7C9A70A11032B8EEAE13/84FC1FDA725B7C9A70A11032B8EEAE13.png?size=Original);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

iframe {
	max-width: 98% !important;
}

.cw-fb-text {
	font-size: 2rem;
}


/* =========== hero section ===================== */
.cw-grand-parallax {
	position: relative;
	min-height: 600px;
	padding-top: 10em;
	padding-bottom: 9em;
	color: #fff;
}

.cw-grand-parallax .mainContent {
	background-color: rgba(0, 0, 0, 0.7);
}

.cw-grand-scantitle {
	color: #ddd;
}

.cw-grand-parallax .container {
	position: relative;
	z-index: 2;
}

.cw-page {
	margin: 20px 0;
	/*display: inline-block;*/
	/*width: 100%;*/
}

.cw-page h5 {
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.8em;
	color: #111;
}

.cw-page h5 span {
	display: inline-block;
	width: auto;
	height: 38px;
	background-color: #c30000;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #c30000;
	margin-left: 19px;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	padding: 0 10px 0 10px;
}

.page-green-wood h5 span, .page-seasoned-wood h5 span {
	display: inline-block;
	width: auto;
	height: 38px;
	background-color: #c30000;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #c30000;
	margin-left: 19px;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.cw-page h5 span:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #c30000;
}
.page-green-wood h5 span:before, .page-seasoned-wood h5 span:before {
    content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #c30000;
}

/* Makes the circle */
.cw-page h5 span:after {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

.page-green-wood h5 span:after, .page-seasoned-wood h5 span:after {
    content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;   
}

.cw-page h6 {
	font-size: 1.3em;
	font-weight: 800;
	line-height: 2em;
	color: #111;
}

.cw-page p {
	font-size: 1.2em;
	font-weight: 400;
	/*        line-height: 2em;*/
	margin-bottom: 1em;
	color: #111;
}

.cw-page li {
	font-size: 1.2em;
	font-weight: 600;
	/*        line-height: 2em;*/
	color: #111;
}

.cw-page p span {
	font-weight: 600;
}

/* Button */
.cw-page .cw-pageBTN {
	padding: 20px 0;
}

.cw-page .cw-pageBTN a {
	font-size: 1.1em;
	display: inline-block;
	padding: 10px 80px;
	text-align: center;
	text-transform: uppercase;
}

/* ---------------- Media Query ---------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.cw-page .cw-pageBTN a {
		font-size: 1.7em !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.page-home .textwithimage, .cw-fire-cert {
	background-color: #c53e3e;
}
.page-home .textwithimage h2 {
	color: #fff;
}
.page-home .textwithimage p {
	color: #fff;
}

.page-about-us .textwithimage h2 {
	color: var(--color-theme-primary);
}


.cw-wood-del {
	padding-bottom: 4rem;
}