/*
 Theme Name:     Divi-Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Salt Design
 Author URI:     https://www.saltdesign.co.nz
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

html {
  font-size: 100%; /* = 16px */
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 1rem;        /* 16px */
  line-height: 1.6;
}

p {
  font-size: 1rem;        /* 16px */
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #666;
}

h1,h2,h3,h4,h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h1, .et_pb_module h1 {
  font-size: 1.75rem;      /* 28px */
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #f7f3c8;
  font-weight: 400;
}

h2, .et_pb_module h2 {
  font-size: 1.5rem;        /* 24px */
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #20435f;
}

h3, .et_pb_module h3 {
  font-size: 1.25rem;    /* 20px */
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #F7F3C8;
  font-weight: 400;
}

h4, .et_pb_module h4 {
  font-size: 1.125rem;    /* 18px */
  line-height: 1.4;
  color: #20435f !important;
}

h5, .et_pb_module h5 {
  font-size: 0.875rem;    /* 14px */
  line-height: 1.4;
  color: #F7F3C8; !important;
}

small {
  font-size: 0.875rem;    /* 14px */
}

.header-items {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header-items-text h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*.hero-section {
  height: 80vh;
  max-height: 800px;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}*/

.hero-logo {
  max-width: 300px;
  margin-bottom: 27vh !important;
}

.route-map {
	width: 100%;
	height: auto;
	max-width: 400px;
}

.et_mobile_menu {
  margin-top: 27px !important; /* adjust based on your header height */
}

.intro a {
	color: #C34D9B;
}
.intro a:hover {
	text-decoration: underline;
}

		

/* General button styling */
.et_pb_button,
.et_pb_button.et_pb_button_0_tb_header {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000;
  background-color: #f8f3c8;
  width: 110px;
  height: 26px;
  line-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Hover styling */
.et_pb_button:hover,
.et_pb_button.et_pb_button_0_tb_header:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  padding: 0 !important;
  line-height: 26px !important;
  transition: none !important;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	padding: 0px 12px !important;
}






@media (max-width: 980px) {
	.header-items-text h3 {
    font-size: 1rem;
    padding-top: 30px;
}
	.footer-logo {
		max-width: 250px !important;
	}
}

@media (max-width: 767px) {
	.header-items-text h3 {
    font-size: 0.75rem;
    /*padding-top: 30px;*/
		
}
	/*.hero-section {
		height: 100vh;
	}*/
	h1, .et_pb_module h1 {
	font-size: 1.25rem;
	}
}





/*CF7 - CONTACT FORM */

/*.contact-box {
	float: left;
	width: 100%;
}*/
.contact-row {
	margin: 0px -4px;
}
.contact-col {
	width: 50%;
	padding: 20px 8px;
	float: left;
}
.contact-msg {
	width: 100%;
	padding: 20px 8px; 
	float: left; 
}
.contact-submit {
	width: 100%;
	padding: 0px 8px;
}

@media (max-width: 767px) {
	.contact-col {
		width: 100%;
	}
}
	

/* CF7 Button Styles*/

/* Center text vertically in buttons with the "centered-button" class 
.centered-button .et_pb_button {
    display: flex;
    align-items: center;
}*/

#contact-page-form .submit-button {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
	text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #000;
  width: 110px;
  height: 26px;
  line-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

#contact-page-form .submit-button:hover {
	background-color: #fff !important;
 	color: #000 !important;
 	border: none !important;
 	padding: 0 !important;
 	line-height: 26px !important;
	cursor: pointer;
}

/* Form inputs */

#contact-page-form input[type="text"], 
#contact-page-form input[type="email"],
#contact-page-form input[type="number"],
#contact-page-form input[type="tel"], #contact-page-form select {
	background-color: #f7f3c8;
	color: #000;
	font-size: 1rem;
    width: 100%;
    padding: 10px 8px;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:0;
    border-bottom:1px solid #20435f;
}
#contact-page-form textarea {
    background-color: #f7f3c8;
    color: #000;
    font-size: 1rem !important;
    width: 100%;
    padding: 10px 8px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #20435f;
}

/* Contact and CM Input placeholder text */

#contact-page-form ::-webkit-input-placeholder {
    color: #3C3C3B !important;
}

input#fielddrkuyhh::placeholder, input#fielddrkuyhk::placeholder, input#fieldEmail::placeholder {
    color: #ffffff!important;
}


/* CF7 forms input field (on focus) */

#contact-page-form input[type=text]:focus, 
#contact-page-form input[type=email]:focus,
#contact-page-form input[type=tel]:focus, 
#contact-page-form textarea:focus
{
   background-color:#3C3C3B !important;
   color: #fff !important;
   padding-left: 10px !important;
}
/* CF7 Validation */

.wpcf7 form .wpcf7-response-output {
	border: none !important;
	color: #c34d9b !important;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 0;
	font-size: 0.75rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	color: #c34d9b !important;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 0;
	font-size: 0.75rem;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    color: #c34d9b;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    color: #c34d9b;
    padding: 18px;
}

span.wpcf7-not-valid-tip {
	font-size: 0.75rem;
    color: #c34d9b;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 0;
}

#contact-page-form .contact-msg > p:not(.mand-text) {
    padding: 0 0 0 !important;
}
#contact-page-form .contact-msg .mand-text {
    color: #3C3C3B !important;
    padding: 4px 0 6px  !important;
    font-size: 1rem !important;
}
#contact-page-form .text-arealabel {
    color: #3C3C3B !important;
    font-size: 1rem;!important;
    margin: 0 0 -10px !important;
    display: block;
}

#contact-page-form .submit-button {
    float: right;
}






	



