/*
 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
------------------------------------------------------- */

/* Move reCAPTCHA v3 badge in front */
.grecaptcha-badge {
	z-index: 1;
}

/*body:not(.home) #main-header {
    background-color: rgba(33, 39, 44, 1);
}*/

/*Font Styles */

body,
.et_pb_text,
.et_pb_text_inner,
p {
  font-size: 16px !important;
  line-height: 1.6;
}


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

/* Force site-wide font family */
body,
.et_pb_module,
.et_pb_text,
.et_pb_blurb,
.et_pb_promo,
.et_pb_fullwidth_header,
.et_pb_slider,
.et_pb_button,
h1, h2, h3, h4, h5, h6, small {
  font-family: 'Raleway', sans-serif !important;
  font-weight: normal;
  color: #000;
}


.et_pb_text_inner h2 {
    font-size: 2.5rem;
    line-height: 1.1 !important;
    font-weight: 700;
	text-align: center;
}

.et_pb_text_inner h3 {
    font-weight: 500;
	text-align: center;
}

.et_pb_text_inner h5 {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}


h2 small {
  font-size: 0.875rem;   
  vertical-align: bottom; 
  margin-left: 2px;
  opacity: 0.8;      
}
		

/* 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-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #000;
  width: 150px;
  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;
}

img#logo {
	max-width: 30%;
}

/*.et_pb_gallery_image img {
  object-position: top center !important;
}*/



.run-image-3 .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.run-image-3 .et_pb_column {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 576px;
}

/* Testimonials */
.testimonial blockquote {
  position: relative;
  background: #fff;
  border-left: none;
  padding: 1.5rem 2rem;
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #111;
}

.testimonial blockquote::before {
  content: "“";
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 4rem;
  color: #000;
  opacity: 0.1;
  line-height: 1;
}

.testimonial blockquote::after {
  content: "”";
  position: absolute;
  bottom: -30px;
  right: 20px;
  font-size: 4rem;
  color: #000;
  opacity: 0.1;
  line-height: 1;
}



.testimonial p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 0.75rem;
}

.testimonial h5 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
}

.testimonial small {
  font-size: 0.875rem;
  color: #777;
}

/* Optional alternating layout spacing */
.et_pb_row.testimonial {
  margin-bottom: 4rem;
}


/*mobile menu*/

@media (max-width: 980px) {
	.mobile_menu_bar:before {
	color: #fff !important;
      }
    .et_mobile_menu {
	border-top: 3px solid #5C6B99 !important;
      }
   .et_pb_bg_layout_dark.et_pb_menu ul li a {
	color: #000 !important;
      }
}



/*@media (max-width: 980px) {
  .run-image-3 .et_pb_column { min-height: 450px; }
}*/

@media (max-width: 767px) {
  .run-image-3 .et_pb_column { min-height: 300px; }
}











