/* LAYOUT ---- */

.mkd-boxed {
    background-attachment: fixed !important;
    background-size: auto !important;
}

.mkd-full-section-inner {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.mkd-content {	padding-bottom: 0px;	}

#hp-section1 { margin-top: -64px;	}

/* LAYOUT MOBILE ---- */

@media (max-width: 1024px) { 
	.mkd-full-section-inner {	margin-top: 0px !important;	margin-bottom: 0px !important;	}
	#hp-section1 { margin-top: 0px !important;	}
}

/* HEADER ---- */

.mkd-title-text {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.mkd-page-header .mkd-sticky-header .mkd-main-menu.mkd-sticky-nav > ul > li:active > a, .mkd-page-header .mkd-sticky-header .mkd-main-menu.mkd-sticky-nav > ul > li.mkd-active-item:active > a {
    color: #fff !important;
}

.mkd-title-breadcrumb-holder { padding-top: 0 !important; }

.mkd-title .mkd-title-holder .mkd-breadcrumbs { display: none; }

.mkd-drop-down .mkd-menu-second .mkd-menu-inner ul li:hover { background-color: #203f46; }

/* HEADER MOBILE ---- */

@media (min-width: 1025px) { .mkd-title-breadcrumb-holder { padding-top: 60px !important; } }

@media (max-width: 480px) { .mkd-grid { width: 100%; } }

@media (min-width: 1025px) {
	.mkd-vertical-align-containers .mkd-position-left {	float: none;	width: 100%;	}
	.mkd-vertical-align-containers .mkd-position-right { width: 0px; } 
	.mkd-vertical-align-containers .mkd-position-left-inner {	vertical-align: middle;	display: -webkit-inline-box;	width: 99%;	margin: auto;	} 
	.mkd-logo-wrapper {	display: block;	margin: auto;	}
	.mkd-mobile-logo-wrapper { margin: auto; } 
.mkd-grid {	width: 1350px;	margin: 0 auto;	} 
}

@media (max-width: 480px) { 
	.mkd-vertical-align-containers .mkd-position-left {	padding-left: 15px; }
	.mkd-vertical-align-containers .mkd-position-right {	padding-right: 15px;	}
}

/* MENU ---- */

.mkd-main-menu>ul>li.mkd-active-item>a {	background-color: #203f46;	}

.mkd-mobile-header .mkd-mobile-nav {	background-color: #8f4751;	}

.mkd-main-menu>ul>li:hover>a {	background-color: transparent;	}

.mkd-main-menu>ul>li:last-child>a {	border-right: 0px solid #333;	}

.mkd-main-menu>ul>li>a { border-left: 0px solid #333; }

.mkd-mobile-header .mkd-mobile-nav a:hover { color: #203f46; }

/* FOOTER ---- */


footer .mkd-footer-top-holder {	background-color: #203f46;	}

footer .widget { color: #fff; }

footer table tbody tr, table thead tr {	border: 0px solid #e6e7e8;	}

footer p { color: #fff; }

footer table td, footer table th {	text-align: left;	}


/* TEXT ---- */

a:hover { text-decoration: none !important;	}

.text-center { text-align: center !important; }

.text-red { color: #8f4751 !important; }

.text-blue { color: #203f46 !important; }

.text-border { font-size: 36px !important; line-height: 1.2em;	text-align: center; }

.vc_separator h4 { color: #203f46 !important; }

.mkd-section-title-holder span.mkd-st-title {	font-size: 16px !important;	}

.mkd-tabs .mkd-tabs-nav li a {	font-size: 15px;	background-color: #f7f7f7;	}

.mkd-section-title-holder {	background-image: none;	background-color: #8f4751;	margin: 0;	}

.tp-caption {	text-shadow: 2px 2px rgba(0,0,0,.5) !important;	}


/* TEXT MOBILE ---- */

@media (min-width: 769px) {
	h1.mkd-title-text {	font-size: 36px;	line-height: 1em;	}
}

@media (max-width: 768px) {
	h1.mkd-title-text {	font-size: 28px;	line-height: 1em;	}
}

@media (max-width: 1024px) and (min-width: 481px) {
	.text-border { font-size: 24px !important;	text-align: center; margin-top: 32px; }
}

@media (max-width: 480px) {
	.text-border { font-size: 20px !important;	text-align: center; margin-top: 32px; }
}

/* BUTTON ---- */

input[type=submit] {
    -webkit-appearance: none;
    background-color: #8f4751;
    color: #fff;
    border-width: 0;
    width: 100px;
    height: 35px;
}

.mkd-btn.mkd-btn-large { min-width: 150px; }

.mkd-btn {	font-size: 14px;	}

.mkd-btn.mkd-btn-solid:hover, .mkd-btn.mkd-btn-solid:not(.mkd-btn-custom-hover-bg):hover, input[type=submit]:hover {
	background-color: #203f46 !important;
	text-decoration: none;
}

.sec-cta {	background-color: #e6e7e8;	padding: 30px 20px;	border: 2px solid #e1e1e1;	margin-top: 32px;	}

input.wpcf7-form-control.wpcf7-submit {
	background-color: #8f4751;
	color: #fff;
	height:46px;
	width: 150px;
	padding: 0;
	font-size:14px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #203f46;
	color: #fff;
}

/* CONTACT FORM ---- */

#respond input[type=text], #respond textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #e1e1e1;
    margin-bottom: 15px !important;
    line-height: 2em;
}

#contact-page-details table td {
    text-align: left;
    border: none;	
}

#contact-page-details table tbody tr, #contact-page-details table thead tr {
	border: none;
	display: inline-block;
}

