/*
Theme Name: Milliken Builders
Template: Divi
Version: 1.0.0
Description: Milliken Builders preview styling layered on Divi.
*/

@font-face {
  font-family: "Futura";
  font-display: swap;
  src: url("assets/fonts/3B188D_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "ETmodules";
  font-display: block;
  src: url("../Divi/core/admin/fonts/modules/all/modules.woff") format("woff"),
    url("../Divi/core/admin/fonts/modules/all/modules.ttf") format("truetype");
}

:root {
  --milliken-blue: #003d7b;
}

body {
  font-weight: 500;
}

.et_builder_inner_content {
  position: relative;
  z-index: 1;
}

.et_builder_inner_content::after,
.et_pb_row::after {
  clear: both;
  content: "";
  display: block;
}

.et_builder_inner_content .et_pb_section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.et_builder_inner_content .et_pb_row {
  margin: auto;
  max-width: 1080px;
  position: relative;
  width: 80%;
}

@media (min-width: 981px) {
  .et_builder_inner_content .et_pb_column {
    float: left;
    margin-right: 5.5%;
    min-height: 1px;
    position: relative;
  }

  .et_builder_inner_content .et_pb_column_4_4 {
    width: 100%;
  }

  .et_builder_inner_content .et_pb_column_1_2 {
    width: 47.25%;
  }

  .et_builder_inner_content .et_pb_column_1_3 {
    width: 29.6667%;
  }

  .et_builder_inner_content .et_pb_column_1_4 {
    width: 20.875%;
  }

  .et_builder_inner_content .et_pb_column_2_3 {
    width: 64.8333%;
  }

  .et_builder_inner_content .et_pb_column_3_4 {
    width: 73.625%;
  }

  .et_builder_inner_content .et-last-child,
  .et_builder_inner_content .et_pb_column:last-child {
    margin-right: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura", Helvetica, Arial, Lucida, sans-serif;
}

#main-header,
#et-top-navigation {
  font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif;
}

#top-header {
  background-color: var(--milliken-blue);
}

#et-info {
  float: right;
}

#et-info,
#et-info a,
#et-secondary-menu > ul > li > a {
  color: #ffffff;
}

#top-header .et-social-icons {
  display: inline-block;
  margin-left: 12px;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

#top-header .et-social-icon {
  display: inline-block;
  margin-left: 8px;
}

#top-header .et-social-icon a.icon {
  color: #ffffff;
}

#top-header .et-social-icon span {
  display: none;
}

#top-menu li a,
.et_search_form_container input {
  color: var(--milliken-blue);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

#top-menu li.border-right {
  border-right: 1px solid var(--milliken-blue);
  margin-bottom: 40px;
}

#et-top-navigation nav > ul > li > a {
  padding-left: 10px;
}

@media only screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    float: left;
    margin-left: 125px;
    padding: 42px 0 0;
  }

  .et_header_style_left #et-top-navigation nav > ul > li > a,
  .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 42px;
  }

  #logo {
    max-height: 75%;
  }
}

#footer-info,
#footer-info a,
#footer-bottom .et-social-icon a {
  color: #ffffff;
}

.home-portfolio {
  height: 400px;
}

.et_pb_text ol,
.et_pb_text ul {
  margin-left: 20px;
}

.social-icons-bigger.et_pb_social_media_follow li a.icon,
.social-icons-bigger.et_pb_social_media_follow li a.icon::before {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 30px;
}

.et_pb_social_media_follow {
  list-style: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.et_pb_social_media_follow li {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 0;
}

.et_pb_social_media_follow li a.icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.et_pb_social_media_follow li a.icon::before,
.et-social-icon a.icon::before {
  display: block;
  font-family: "ETmodules" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
}

.et_pb_social_media_follow_network_name {
  display: none;
}

.et-social-facebook a.icon::before {
  content: "\e093";
}

.et-social-instagram a.icon::before {
  content: "\e09a";
}

.et-social-linkedin a.icon::before {
  content: "\e09d";
}

.et_overlay,
.mfp-title {
  display: none;
}

.et_pb_gallery_grid .et_pb_gallery_item {
  padding: 2px;
  width: 25% !important;
  clear: right !important;
}

.et_pb_gallery_grid .et_pb_gallery_item img {
  transform: scale(1.03);
  transition: transform 0.5s, opacity 0.5s;
}

.et_pb_gallery_grid .et_pb_gallery_item img:hover {
  transform: scale(1.15);
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.gfield_select {
  background: #eeeeee;
  border: none;
  border-radius: 0;
  color: #000000 !important;
  padding: 15px !important;
}

.page-id-35 .gform_wrapper {
  display: block !important;
  color: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
}

.page-id-35 .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-35 .gfield {
  flex: 1 1 100%;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-35 .gfield--width-half,
.page-id-35 #field_3_1,
.page-id-35 #field_3_3,
.page-id-35 #field_3_4,
.page-id-35 #field_3_5 {
  flex-basis: calc(50% - 9px);
}

.page-id-35 .ginput_complex {
  display: flex;
  gap: 18px;
}

.page-id-35 .ginput_complex > span {
  flex: 1;
}

.page-id-35 .gfield_label,
.page-id-35 .gform-field-label {
  display: none;
}

.page-id-35 .gform_wrapper input[type="text"],
.page-id-35 .gform_wrapper input[type="email"],
.page-id-35 .gform_wrapper input[type="tel"],
.page-id-35 .gform_wrapper select,
.page-id-35 .gform_wrapper textarea {
  width: 100%;
  min-height: 48px;
  background: #eeeeee;
  border: 0;
  border-radius: 0;
  color: #000000 !important;
  font-size: 15px;
  line-height: 1.4;
  padding: 15px !important;
}

.page-id-35 .gform_wrapper textarea {
  min-height: 150px;
  resize: vertical;
}

.page-id-35 .gform_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.page-id-35 .gform_button.button {
  float: none;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 12px 23px;
}

.page-id-35 .gform_button.button:hover {
  background: #000000;
  border-color: transparent;
}

.page-id-35 .gform_hidden,
.page-id-35 .admin-hidden-markup {
  display: none !important;
}

.page-id-35 #testimonials .et_pb_testimonial_portrait {
  display: block !important;
  float: none !important;
  width: 153px !important;
  height: 26px !important;
  padding-bottom: 0 !important;
  margin: 0 auto 20px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 90px !important;
  box-shadow: none !important;
}

.page-id-35 #testimonials .et_pb_testimonial_portrait::before {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  html,
  body,
  #page-container {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
  }

  #top-header .container {
    width: 94%;
  }

  #top-header,
  #top-header a,
  #top-header .et-social-icon a::before {
    font-size: 11px !important;
  }

  #top-header #et-info {
    float: none;
    text-align: center;
    white-space: normal;
  }

  #top-header #et-info-email {
    display: inline-block;
    max-width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }

  .page-id-35 .et_pb_button_module_wrapper .et_pb_button {
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    line-height: 1.5em !important;
  }

  .page-id-35 .et_pb_row,
  .page-id-35 .et_builder_inner_content .et_pb_row {
    box-sizing: border-box;
    width: calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-id-35 .et_pb_column {
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  .page-id-35 .et_pb_module,
  .page-id-35 .et_pb_text,
  .page-id-35 .et_pb_text_inner,
  .page-id-35 .et_pb_testimonial,
  .page-id-35 .et_pb_testimonial_content {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .page-id-35 .et_pb_text h1,
  .page-id-35 .et_pb_text h2 {
    overflow-wrap: break-word;
    white-space: normal;
  }

  .page-id-35 .et_pb_text_214 h1,
  .page-id-35 .et_pb_text_218 h2,
  .page-id-35 .et_pb_text_219 h2,
  .page-id-35 .et_pb_text_221 h2 {
    font-size: 30px !important;
    line-height: 1.18em !important;
    text-align: center !important;
  }

  .page-id-35 .et_pb_testimonial {
    overflow: hidden;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .page-id-35 .et_pb_testimonial_description {
    display: block;
    margin-left: 0 !important;
    width: auto !important;
  }

  .page-id-35 .gfield--width-half,
  .page-id-35 #field_3_1,
  .page-id-35 #field_3_3,
  .page-id-35 #field_3_4,
  .page-id-35 #field_3_5 {
    flex-basis: 100%;
  }

  .page-id-35 .ginput_complex {
    flex-direction: column;
  }

  .page-id-35 .gform_footer {
    justify-content: stretch;
  }

  .page-id-35 .gform_button.button {
    width: 100%;
  }
}

/* Homepage import: live Divi module classes are rendered, but not the live cache CSS. */
.home .et_pb_section_201 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: var(--milliken-blue) !important;
}

.home .et_pb_row_337 {
  display: flex;
  align-items: stretch;
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home .et_pb_column_568 {
  width: 66.6667% !important;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 99%),
    url("http://143.110.150.175:8089/wp-content/uploads/2025/11/dji_fly_20251017_122624_129_1760731873918_photo_optimized-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 6vw 6vw 4vw;
  min-height: 560px;
}

.home .et_pb_column_569 {
  width: 33.3333% !important;
  background-color: var(--milliken-blue);
  padding: 40px 40px 40px 10px;
}

.home .et_pb_text_241 {
  border-left: 10px solid var(--milliken-blue);
  margin-bottom: 0 !important;
  max-width: 800px;
  padding-left: 16px !important;
}

.home .et_pb_text_241 h1 {
  color: #ffffff !important;
  font-family: "Futura", Helvetica, Arial, Lucida, sans-serif;
  font-size: 64px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.home .et_pb_text_242 {
  color: #ffffff !important;
  font-size: 22px;
  line-height: 1.6em;
  max-width: 800px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.home .et_pb_button_34 {
  background-color: var(--milliken-blue);
  border: 0 !important;
  border-radius: 0;
  color: #ffffff !important;
  font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 4px;
  padding: 15px 20px !important;
  text-transform: uppercase;
}

.home .et_pb_text_243 h2 {
  color: #ffffff !important;
  font-family: "Futura", Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.home .et_pb_blurb_1,
.home .et_pb_blurb_2,
.home .et_pb_blurb_3,
.home .et_pb_blurb_4,
.home .et_pb_blurb_5,
.home .et_pb_blurb_6 {
  color: #a5a5a5 !important;
  font-size: 15px;
  margin-bottom: 40px !important;
}

.home .et_pb_blurb_1 .et_pb_module_header,
.home .et_pb_blurb_2 .et_pb_module_header,
.home .et_pb_blurb_3 .et_pb_module_header,
.home .et_pb_blurb_4 .et_pb_module_header,
.home .et_pb_blurb_5 .et_pb_module_header,
.home .et_pb_blurb_6 .et_pb_module_header,
.home .et_pb_blurb_1 .et_pb_module_header a,
.home .et_pb_blurb_2 .et_pb_module_header a,
.home .et_pb_blurb_3 .et_pb_module_header a,
.home .et_pb_blurb_4 .et_pb_module_header a,
.home .et_pb_blurb_5 .et_pb_module_header a,
.home .et_pb_blurb_6 .et_pb_module_header a {
  color: #ffffff !important;
  font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.home .et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap,
.home .et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap,
.home .et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_image_wrap,
.home .et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_image_wrap,
.home .et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_image_wrap,
.home .et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 64px;
}

.home .et_pb_section_203 {
  background-color: #e0e0e0 !important;
}

.home .et_pb_section_203 h1,
.home .et_pb_section_203 h2,
.home .et_pb_section_204 h1,
.home .et_pb_section_204 h2,
.home .et_pb_section_205 h1,
.home .et_pb_section_205 h2 {
  color: var(--milliken-blue) !important;
}

@media only screen and (max-width: 980px) {
  .home .et_pb_row_337 {
    display: block;
  }

  .home .et_pb_column_568,
  .home .et_pb_column_569 {
    width: 100% !important;
  }

  .home .et_pb_column_568 {
    min-height: 420px;
    padding: 10vw 10%;
  }

  .home .et_pb_column_569 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .home .et_pb_text_241 h1 {
    font-size: 44px;
  }

  .home .et_pb_text_242 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .home .et_pb_column_568 {
    min-height: 340px;
  }

  .home .et_pb_text_241 h1 {
    font-size: 32px;
  }
}
