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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body,
p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.1rem;
		font-weight: 300;
}

.bg-color-gradient {
/*	background: linear-gradient( to bottom left, rgba(250, 195, 0, .3), rgba(255, 245, 220, .3) 70% ); */
	background: linear-gradient(rgba(250, 195, 0, .3), rgba(255, 245, 220, .0) 70% );
}

.bg-color-solid {
	background: rgba(250, 195, 0, .2);
}


#logo img {
    height: 80px !important;
	padding: 5px 0px;
}


.section.headline {
	padding: 100px 0px 60px 0px;
	border-bottom: 80px solid #831a25;
}

.section {
    margin: 0px 0;
    padding: 0px 0;
}

.heading-block {
	line-height: 150%;
	margin-bottom: 0px;
}

.header-wrap-clone {
	height: 100px !important;
}

/*
#header {
	height: 100px;
}
*/


h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 100%;
}

h1.text-color {
	color: #831a25;
}

h1.text-dark {
	color: #202826;
}




h1.home {
	color: #831a25 !important;
	font-size: 4rem;
	line-height: 140%;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0px #fff;	
}

h2 {
	font-weight: 500;
	font-size: 2.2rem !important;
	margin-bottom: 10px;
	text-transform: none
}

h2.home {
	color: #000;
	font-size: 3rem;
	line-height: 140%;
	font-weight: 300;
	text-transform: none;
}


h3,
.toggle-title {
	font-weight: 400;
	font-size: 1.5rem !important;
	margin-bottom: 10px;
}



#page-title span {
	color: #777 !important;
	font-size: 1.4rem;
}

.fancy-title h2,
.fancy-title h3 {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: 2px;
}


.slider-title p {
	font-size: 1.5rem;
	font-weight: 300;
}


.menu-link {
    padding: 14px 25px 14px 0px;
    font-size: 0.8125rem;
	font-size: 1rem;
	font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

nav.primary-menu {
	margin-top: 0px !important;
}


.sub-menu-container .menu-item > .menu-link {
   adding: 11px 5px 5px 15px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
    letter-spacing: 1px;
	text-transform: none;
}


.section.bg-dark {
	background-color: #831a25 !important;
}

#header {
    border-bottom: 0px solid #F5F5F5;
	padding: 20px 0px;
}


.heading-block.center > span,
.heading-block.text-center > span,
.center .heading-block > span,
.text-center .heading-block > span {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
	line-height: 200%;
}

.section.home h1,
.heading-block h1 {
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 500;
	padding-bottom: 10px;
}

.section.home h1 {
	font-size: 5rem !important;
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.0);
	color: #fff;
}

.heading-block span p {
    letter-spacing: 1px;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 15%;
    border-top: 1px solid #831a25;
}

.heading-block p {
	
}

.section.home .text-uppercase,
.section.home p {
	letter-spacing: 2px;
}

.section.home p {
	letter-spacing: 1px;
}

.icon {
	filter: invert(8%) sepia(94%) saturate(7454%) hue-rotate(12deg) brightness(97%) contrast(112%);
}


p {
    line-height: 200% !important;
	color: #777;
	font-size: 1.1rem;
	
}

.section.home p {
	color: #fff !important;
}



.fbox-content h2 {
	font-size: 1.6rem !important;
	text-align: left;
}


.card-body h4.card-title {
	text-transform: none;
	font-weight: 700 !important;
	color: #fff;
	font-size: 1.6rem !important;
}

.card h2,
.card p {
	color: #fff;
}

.team-title h2 {
	font-size: 2.6rem;
}

h3.display-5 span.caption-intro {

	font-weight: 300 !important;
	font-size: 1.1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #202826 !important;
}



h3.display-5 span.font-secondary {
	font-size: 3rem;
	text-transform: none;
}

.team-desc ul,
.row ul {
	color: #777;
	line-height: 200% !important;
	margin-left: 20px;
	margin-top: 20px;
}

.team-desc h3 {
	color: #fac300;
	font-size: 1.5rem;
}


.owl-carousel .owl-nav [class*=owl-] {
    border: 0px solid rgba(0,0,0,0.2);
}


.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.9em;
    font-weight: 500;
}

.box-margin {
	margin: 20px;
}

.feature-box {

}


.fbox-content h3 {
	letter-spacing: 1px;
	color: #ef7f00 !important;
	font-size: 1.3rem !important;
	font-weight: 600;
}

.fbox-content ul,
.fbox-content p {
    color: #777;
	font-weight: 300;
	font-size: 1.1rem;
}

.fbox-content ul {
	text-align: left;
}


.title-border::before, 
.title-border::after {
    border-top-width: 0px;
    border-top-style: solid;
}


label.headline {
	color: #dd0b14;
	text-transform: none;
	font-size: 1rem;
	font-weight: 600;
	background-color: #f9f6f5;
	padding: 10px 15px;
	margin-top: 20px;
	border-radius: 5px;
	display: block;
	border: 1px solid #dfdddc;
	border-color: #777;
}

label {
	text-transform: none;
	font-size: 1rem;
	font-weight: 300;
}

label.info {
	font-size: 0.9rem;
	letter-spacing: normal;
}

.btn-outline-secondary {
    color: #777;
    border-color: #dfdddc;
}

.btn-outline-secondary:hover {
    color: #777;
    border-color: #777;
	background-color: #f9f6f5;
	outline: none;
}



#footer {
	background-color: #831a25 !important;
}

#footer h3 {
	color: #fff;
	font-size: 1.4rem !important;
	font-weight: 500;
	text-decoration: none;
}

#footer p {
	color: #fff;
}

#footer ul,
ul.clients-grid {
	margin-left: 0px;
}

.widget_links li:before {
	color: #fff;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0;
}
