/* Header */

.site-branding {
	margin-top: 5px;
}

.site-description {
	margin-top: 5px !important;
	color: #FFFFFF;
	font-size: 14px;
}

.site-header.header-scrolled {
	padding: 0px 0;
	padding-bottom: 10px;
}

.header-scrolled a, .header-scrolled .site-description {
  color: #1c1c1c;
}

.header-info h3.header-text {
	margin-top: 275px;
  font-size: 50px;
}

.header-image::after {
  background-color: rgba(0,0,0,0.4);
}

.main-navigation a {
	border-bottom: 0px !important;
}

/*
.header-info .header-buttons {
	display: none;
}*/

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-align: center;
}

.dslc-text-module-content h1 {
  font-size: 28px !important;
	margin-bottom: 50px !important;
	text-align: center !important;
	font-weight: 600 !important;
	letter-spacing: 5px;
}

.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;
}

/* Contact Form */

div.wpcf7 label {
  display: block !important;
	font-weight: normal;
	color: #FFFFFF;
}

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: #CBB576 !important;
}

/* Footer */

.footer-widgets {
	padding: 0px !important;
}

.footer-widgets .widget-title {
  color: #808080;
  font-size: 16px;
	text-align: left;
}

.footer-widgets .widget a {
  color: #808080;
	text-decoration: normal;
}

.footer-widgets .widget a:hover {
  color: #cbb576;
	text-decoration: none;
}

.site-footer, .site-footer a {
	font-style: normal !important;
}

/* Order Form */

.nf-form-fields-required, .nf-error-msg {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.nf-form-content { 
	max-width: 800px !important;
}

.nf-form-content label {
  font-size: 14px !important;
}

.nf-field-label label {
  font-weight: 600 !important;
	color: #000000 !important;
}

.nf-field .field-wrap {
  margin-top: 20px !important;
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label, 
.nf-form-content .list-radio-wrap .nf-field-element li label {
  color: #000000 !important;
  font-weight: normal !important;
}

.nf-field input[type=button] {
	background-color: #CBB576 !important;
	width: 100% !important;
}

/* Pricing Table */

#dslc-module-cf74ba5654b .dslc-module-shortcode p {  
	margin-bottom: 0px !important;
}

/* Phone Mode */

@media only screen and (max-width: 767px) {
	.header-info h3.header-text {
    margin-top: 75px;
	}
	
	.dslc-module-shortcode .ptsTableFrontedShell .ptsBlock {
		width: 100% !important;
	}
}