/* Header */

.site-branding {
	margin-top: 5px;
}

.site-description {
	margin-top: 5px !important;
	color: #ffffff;
	font-size: 20px;
}

.site-header.header-scrolled {
	padding: 0px 0;
}

.header-scrolled a, .header-scrolled .site-description {
  color: #1c1c1c;
}

.header-text {
	margin-top: 400px;
  font-size: 40px;
}

.header-image::after {
  background-color: rgba(0,0,0,0.05);
}

.header-info h3.header-text {
	display: none;
}

.header-info .header-buttons {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-align: center;
}

/* Content */

.dslc-text-module-content h1 {
  font-size: 30px !important;
	margin-bottom: 25px !important;
	text-decoration: underline;
  text-underline-position: under;
}

.dslc-text-module-content h5 {
	margin-bottom: 2px !important;
	color: #969CB3 !important;
	text-decoration: underline;
	text-underline-position: under;
}

.dslc-text-module-content p {
	color: #000000 !important;
}

.google-maps {
	position: relative;
  padding-bottom: 75%; /*This is the aspect ratio*/
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Contact Form */

div.wpcf7 label {
  display: block !important;
}

input[type=text]:focus {
  background-color: #EEEEEE;
}

textarea {
	width: 100% !important;
}

input.wpcf7-text {
	width: 100% !important;
}

input.wpcf7-form-control {
	width: 100% !important;
}

input.wpcf7-submit {
	background-color: #71103a !important;
	color: #e5b123 !important;
}

/* Team */

.sales-rep h2 {
  text-transform: capitalize;
	margin-bottom: 0px;
}

.sales-rep h6 {
  margin-top: 0px;
	margin-bottom: 5px !important;
}

.sales-rep h3 {
  margin-top: 0px;
	margin-bottom: 0px;
}

.sales-rep h4 {
  margin-top: 5px;
	margin-bottom: 0px;
	text-transform: lowercase;
}

@media only screen and (max-width: 767px) {
	.sales-rep h2 {
		text-transform: capitalize;
		margin-bottom: 0px;
		font-size: 36px !important;
    font-weight: 700;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 44px !important;
	}

	.sales-rep h6 {
		margin-top: 0px;
		margin-bottom: 5px !important;
		color: #686868;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 24px !important;
	}

	.sales-rep h3 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #700f39 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 36px !important;
	}

	.sales-rep h4 {
		margin-top: 5px;
		margin-bottom: 0px;
		text-transform: lowercase !important;
		font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 18px !important;
	}
	
	h2 {
		margin-bottom: 0px !important;
		font-size: 30px !important;
    font-weight: 700;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 40px !important;
		text-align: center !important;
	}
	
	h3 {
		margin-top: 0px;
		margin-bottom: 0px !important;
		color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 36px !important;
		text-align: center !important;
	}
	
	h6 {
		margin-top: 0px !important;
		margin-bottom: 5px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: "Open Sans";
    font-style: normal !important;
    line-height: 24px !important;
		text-align: center !important;
	}
}
/* Footer */

.site-footer, .site-footer a {
	font-style: normal !important;
}