/*
Theme Name:     Divi-child
Description:
Author:         shannon
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/
@import url("../Divi/style.css");
.logged-in .header-cont {
  height: 125px;
}

.header-cont {
  height: 125px;
}

.et_pb_section {
  padding-top: 0 !important;
}

.et_fixed_nav div#page-container {
  padding-top: 60px !important;
}

div#et-top-navigation {
  padding: 65px 0 0 0 !important;
  font-weight: 500 !important;
}

img#logo {
  max-height: 55% !important;
}

.et_pb_row {
  padding: 10px 0 !important;
}

.footer-widget, #footer-widgets .footer-widget li a {
  color: #666 !important;
}

#footer-widgets .footer-widget li a:hover {
  color: #000;
}

.mc-modal-bg {
  opacity: 0.3 !important;
  background-color: #000 !important;
}

.mc-modal {
  top: 30% !important;
}

.mc-closeModal {
  color: #fff !important;
  font-size: 20px;
}

.center-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-row-home .et_pb_promo {
  background-size: cover;
}

.gigpress-header th span {
  border-bottom: solid 3px #555;
}

.gigpress-table {
  border: none !important;
}

.gigpress-table th {
  border-bottom: none !important;
}

tr.gigpress-row td {
  border-bottom: none !important;
  border-top: none !important;
}

tr.gigpress-info td {
  border-bottom: none !important;
  border-top: none !important;
}

tr.gigpress-info td {
  padding-bottom: 65px;
}

#cboxLoadedContent .et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular {
  background: #000 !important;
}

div#cboxLoadedContent {
  background: #000;
}

.et_password_protected_form {
  margin-top: 100px;
}

.post-password-required .et_password_protected_form h1 {
  display: block;
}

.et_password_protected_form label {
  display: inline;
}

.et_password_protected_form p input {
  width: 180px !important;
}

.et_password_protected_form .et_submit_button {
  float: left;
}

.post-password-required .et_pb_row {
  width: 80%;
}

#post-143 .et_pb_promo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#site-banner {
  height: 65px;
  background-color: #467E77;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 667px) {
  #site-banner {
    position: relative;
    height: 75px;
    line-height: 19px;
  }
}
#site-banner .banner-cont {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
#site-banner .banner-cont .banner-content {
  color: #ffffff;
  font-size: calc(16px + 0.25vw);
  padding: 0 5% 0;
}
@media screen and (max-width: 667px) {
  #site-banner .banner-cont .banner-content {
    font-size: 14px;
  }
}
#site-banner .banner-cont .banner-button a {
  display: inline-block;
}
#site-banner .banner-cont .banner-button a .banner-btn {
  color: #ffffff;
  font-size: calc(16px + 0.25vw);
  padding: 7px 13px;
  border: solid 1px #ffffff;
  border-radius: 5px;
  background-color: #467E77;
  transition: background-color 0.75s ease;
}
@media screen and (max-width: 667px) {
  #site-banner .banner-cont .banner-button a .banner-btn {
    font-size: 14px;
  }
}
#site-banner .banner-cont .banner-button a .banner-btn:hover {
  background-color: #ffffff;
  border: solid 1px #467E77;
  color: #467E77;
}/*# sourceMappingURL=style.css.map */