/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

.color-2 { color: #f15a22 !important; }
.bg-color-2 { background-color: #f15a22 !important; }
.color-3 { color: #808285 !important; }
.color-4 { color: #b34215 !important; }
.color-5 { color: #c74a1b !important; }
.color-6 { color: #1594c1 !important; }
.color-7 { color: #22365b !important; }

.emphasis-title h1 {
  font-size: 50px;
  letter-spacing: -2px;
}
.emphasis-title h2 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -1px;
}
.menu-link {
  font-weight: 700;
  font-size: 1.3rem;
  color: #878787;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
  color: #f15a22;
}

@media (min-width: 992px) {
	.full-header .primary-menu .menu-container {
	  border-right: 0px;
	}
	.full-header #logo {
	  border-right: 0px;
	}
}
.bg-color-light {
	background-color: #ECECEC;
}

#slider h3.backed { 
    text-align: center; 
}
#slider h3.backed span {
	padding: 10px 20px;
	font-size: 2rem;
	font-weight: 500;
    background-color: #f15a22 !important;
	color: #fff;
}
.slider-caption h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-caption h2 {
  font-size: 3rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767.98px) {
	.slider-caption h1 {
	  font-size: 2rem;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  font-weight: 700;
	}

	.slider-caption h2 {
	  font-size: 1.3rem;
	  letter-spacing: 2.5px;
	  text-transform: uppercase;
	  font-weight: 700;
	}
	#slider h3.backed span {
		padding: 10px 20px;
		font-size: 1.2rem;
		font-weight: 500;
		background-color: #f15a22 !important;
		color: #fff;
	}
}

.slider-caption {
  height: 80%;
}
.heading-block > span:not(.before-heading) {
 color: #333;
}
.social-icon:hover {
  color: #fff;
}
#header-wrap, #header {
  background-color: #ededed;
}
.slider-caption.slider-caption-center {
  max-width: 900px;
}
.fw-extralight {
	font-weight: 100 !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 800 !important;
}

.fst-normal {
	font-style: normal !important;
}
#midshape .divider {
  margin: 2rem auto;
}
#midshape .divider.divider-sm {
  width: 30%;
}
#midshape .heading-block::after {
	border-top: 0px solid #444;
}

#midshape .divider::after, #midshape .divider::before {
  height: 4px;
  background-color: #21afe6;
}

#midshape .heading-block h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 47px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  color: #22365b;
}
#midshape .heading-block h3 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 47px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  color: #22365b;
}
@media (max-width: 767.98px) {
	#midshape .heading-block h2 {
	  margin-bottom: 0;
	  font-size: 30px;
	  line-height: 47px;
	  font-weight: 400;
	  text-transform: none;
	  letter-spacing: 1px;
	  color: #22365b;
	}
	#midshape .heading-block h3 {
	  margin-bottom: 0;
	  font-size: 30px;
	  line-height: 47px;
	  font-weight: 400;
	  text-transform: none;
	  letter-spacing: 0px;
	  color: #22365b;
	}
}
#section-forum p {
  font-size: 1.3rem;
}
#midsection .heading-block h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
}
#midsection p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
#midsection .heading-block::after {
	border-top: 0px solid #444;
}
.fbox-content h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin-bottom: 0;
  color: #333;
}
.fbox-icon {
  padding: 8px 0.75rem;
}
.social-icon {
  margin: 0 10px 5px 0;
}
.si-dark {
  background-color: #22365b;
  color: #FFF !important;
  border-color: transparent;
}

#footer {
  border-top: 5px solid #da6438;
}
#copyrights {
  font-size: 1.175rem;
  line-height: 2;
}