.navbar .navbar-brand img {
    height: 100px;
}
.navbar-toggler {
	margin: 0 auto;
}
.colored-boxed .box-header {
    font-family: var(--big-headers-font);
    text-transform: none;
}
.header .nav-link {
font-size: 20px;
}
.colored-boxed {
    border: 2px solid var(--color-1);
}
.promotiles:after {
    background-image: url(../images/design/pattern.webp);
    background-repeat: repeat;
    background-size: contain;
	background-color: #fff;
}
.center-line {
    border-top: 2px solid var(--color-6);
    border-bottom: 2px solid var(--color-6);
}
#home .home-section, #home .home-section>div, #home .home-section>div>div {
    min-height: 550px;
}
.page-header {
    background-color: var(--color-6);
}
#footer .nav-link:hover, #footer a:hover {
    color: var(--color-6);
}
.caption-text p {
    color: var(--color-3);
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 10px var(--color-4);
    font-weight: 600;
}
#hero .hero-caption h2 {
    margin-bottom: 1rem;
	text-transform: capitalize;
}
.contactSidebar .sidebar-main-title {
    left: 20px;
}
.contactSidebar .sidebar-main-title h2 {
    font-size: 20px;
}
.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}
h3:nth-child(2) {
	font-size: 3em;
}

h3.divider {
	font-family: var(--big-headers-font);
	text-transform: capitalize;
	font-size: 2.3rem;
}

.menu-main .nav-link {
	color: var(--color-1);
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {
	margin-bottom: 30px;
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
    text-transform: none;
}
.item-title h5::before {
	content: "";
	position: absolute;
	top: 20px;	
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 2px dotted var(--color-1);
}

.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-title h5 > span {
	background-color: white;
	margin-bottom: -2px;
	font-size: 20px;
	line-height: 1.5;
    font-weight: 700;
}
@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 12px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 2rem;
	}
}

.price {
	background-color: white;
	color: var(--color-1) !important;
	font-size: 18px!important;
	line-height: 1.5;
	padding-left: 3px;
    margin-top: 2px;
}


.menu-main .fade:not(.show) {
	display: none;
}

#blogTags {
	display: none;
}
.cmsform .formTextColor {
	color: #000;
}