@charset "UTF-8";
/*
Theme Name:     Luminate2023
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Luminate Marketing Divi Child Theme 2023
Author:         Chris Henke    
Author URI:     https://www.cghweb.com
Template:       Divi
Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
:root {
  --gold: #cda84b;
  --charcoal: #5a5856;
  --text: var(--charcoal);
}

/** utilities **/
.gold {
  color: var(--gold);
}

.green {
  color: #c8c83e;
}

a.green:hover {
  color: #03728f;
}

.white {
  color: #fff !important;
}

.blue {
  color: #03728f !important;
}

.gold {
  color: var(--gold) !important;
}

.charcoal {
  color: var(--charcoal) !important;
}

.lightblue {
  color: #009acf !important;
}

.helvetica {
  font-family: helvetica, sans-serif;
}

.Arapey,
.arapey {
  font-family: "Arapey", serif;
}

.Courgette,
.courgette {
  font-family: "Courgette", cursive;
}

.flaticon {
  font-family: "Flaticon";
}

.icon {
  font-family: "untitled-font-1";
}

.serif {
  font-family: "Arapey", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.light {
  font-weight: lighter !important;
}

.row {
  margin: 0 auto;
  max-width: 100%;
}

.padding-top-normal {
  padding-top: 50px;
}
.padding-top-large {
  padding-top: 75px;
}
.padding-bottom-normal {
  padding-bottom: 50px;
}
.padding-bottom-large {
  padding-bottom: 75px;
}

.flex {
  display: flex;
}
.flex--ai-c {
  align-items: center;
}
.flex--jc-c {
  justify-content: center;
}

.eighty-percent {
  max-width: 80%;
  margin: 0 auto;
}

.touch {
  display: none;
}
@media (max-width: 768px) {
  .touch {
    display: initial;
  }
}

@media (max-width: 768px) {
  .non-touch {
    display: none;
  }
}

.title.row {
  text-align: center;
}
.title hr {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin-bottom: 10px;
  transform: translateY(-30px);
}

/** Typography **/
.arapey {
  font-family: "Arapey", serif;
}

@font-face {
  font-family: "Flaticon";
  src: url("/wp-content/themes/luminate2023/fonts/flaticon.eot");
  src: url("/wp-content/themes/luminate2023/fonts/flaticon.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/luminate2023/fonts/flaticon.woff") format("woff"), url("/wp-content/themes/luminate2023/fonts/flaticon.ttf") format("truetype"), url("/wp-content/themes/luminate2023/fonts/laticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-article:before {
  content: "\e000";
}

.flaticon-buildings5:before {
  content: "\e001";
}

.flaticon-church4:before {
  content: "\e002";
}

.flaticon-dollar104:before {
  content: "\e003";
}

.flaticon-double7:before {
  content: "\e004";
}

.flaticon-earth53:before {
  content: "\e005";
}

.flaticon-email20:before {
  content: "\e006";
}

.flaticon-heart267:before {
  content: "\e007";
}

.flaticon-imac:before {
  content: "\e008";
}

.flaticon-lightbulb14:before {
  content: "\e009";
}

.flaticon-magnifier13:before {
  content: "\e00a";
}

.flaticon-play43:before {
  content: "\e00b";
}

.flaticon-science3:before {
  content: "\e00c";
}

.flaticon-star83:before {
  content: "\e00d";
}

.flaticon-store5:before {
  content: "\e00e";
}

.flaticon-tall8:before {
  content: "\e00f";
}

.flaticon-tools6:before {
  content: "\e010";
}

@font-face {
  font-family: "untitled-font-1";
  src: url("/wp-content/themes/luminate2023/fonts/untitled-font-1.eot");
  src: url("/wp-content/themes/luminate2023/fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/luminate2023/fonts/untitled-font-1.woff") format("woff"), url("/wp-content/themes/luminate2023/fonts/untitled-font-1.ttf") format("truetype"), url("/wp-content/themes/luminate2023/fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stars:before {
  content: "a";
}

.icon-social-media-marketing:before {
  content: "b";
}

.icon-fundraising-campaigns:before {
  content: "c";
}

/** Headings **/
h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 25px;
  font-weight: 700;
}
h2.title, .title h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
h2.title--left, .title--left h2 {
  text-align: left;
}
h2.title--right, .title--right h2 {
  text-align: left;
}
h2.service-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

h3,
.h3 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}
h3.arapey,
.h3.arapey {
  font-family: "Arapey", serif;
  text-transform: none;
  font-size: 22px;
  line-height: 1;
  padding: 20px 0 5px;
  font-style: italic;
  font-weight: 700;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat";
  color: #fff;
  background: var(--gold);
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  padding: 12px 25px;
  margin: 2px;
}
.btn:hover {
  background: #fff !important;
  border: 1px solid var(--gold);
  color: var(--gold);
}
.btn--small {
  padding: 4px 8px;
  margin-top: 10px;
}
.btn--black {
  background: var(--charcoal);
  color: #fff;
  border: 2px solid var(--charcoal);
}
.btn--black:hover {
  background: var(--charcoal);
  border-color: var(--gold);
  color: var(--gold);
}

.small-btn {
  padding: 4px 8px;
  margin-top: 10px;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 36px;
  width: 36px;
}

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#main-content {
  background-color: transparent;
}

#sidebar .et_pb_widget,
#sidebar .widget {
  background: #fff;
  padding: 30px 30px 40px;
  margin-bottom: 2px;
}

.entry-content ul {
  padding: 0;
  margin: 0 0 20px;
}
.entry-content ul.ul {
  padding: 0 0 0 20px;
}
.entry-content ul.ul li {
  margin-bottom: 5px;
}
.entry-content li {
  margin: 0 0 20px;
}

.container:before {
  display: none;
}

.post {
  background: #fff;
  padding-bottom: 40px;
}
.post h2.entry-title {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post h2.entry-title a:hover {
  color: var(--gold);
}

.homepage-services {
  width: 100%;
  margin: 70px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 50px 10px;
}
@media (min-width: 768px) {
  .homepage-services {
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .homepage-services {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 60px auto 22px 1fr;
    gap: 0 10px;
  }
}
.homepage-services .service {
  text-align: center;
}
@media (min-width: 1024px) {
  .homepage-services .service {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
    grid-row-end: span 4;
    gap: 0;
  }
}
.homepage-services .service-head {
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  color: inherit;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 0;
}
.homepage-services .service .sub-service {
  width: 82%;
  margin: 0 auto;
}
.homepage-services .service .learn-more {
  color: var(--text);
  line-height: 50px;
}
.homepage-services .service .learn-more i {
  padding-right: 5px;
}
.homepage-services .service .learn-more:hover {
  color: var(--gold);
}
.homepage-services .service .flaticon {
  color: var(--gold);
  font-size: 56px;
  line-height: 1;
}
.homepage-services .service .flaticon:before {
  font-size: 56px;
  margin-left: 0px;
}
.homepage-services .service .fa-brands,
.homepage-services .service .fa-solid {
  color: var(--gold);
  font-size: 48px;
}
.homepage-services .service hr {
  background-color: var(--gold);
  width: 30%;
  height: 2px;
  margin: 10px auto;
  border: 0;
}
.homepage-services .service .small-btn {
  margin-top: 20px;
}
.homepage-stats {
  width: 100%;
  margin-top: 50px;
  color: #fff;
  display: grid;
  grid-template-columns: 100%;
  gap: 50px 10px;
}
@media (min-width: 768px) {
  .homepage-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .homepage-stats {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 10px;
    grid-template-rows: auto auto auto;
  }
}
.homepage-stats .stat {
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .homepage-stats .stat {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
    gap: 0;
    grid-row-end: span 3;
  }
}
.homepage-stats .stat:hover .flaticon,
.homepage-stats .stat:hover .icon {
  color: var(--gold);
}
.homepage-stats .stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.homepage-stats .stat .flaticon,
.homepage-stats .stat .icon {
  color: #fff;
  font-size: 80px;
  line-height: 1;
}
.homepage-stats .stat .flaticon:before,
.homepage-stats .stat .icon:before {
  font-size: 80px;
  margin-left: 0px;
}
.homepage-stats .stat .flaticon-dollar104,
.homepage-stats .stat .icon-dollar104 {
  font-size: 114px;
}
.homepage-stats .stat .flaticon-dollar104:before,
.homepage-stats .stat .icon-dollar104:before {
  font-size: 114px;
  margin-left: 0px;
}
.homepage-stats .stat .flaticon-earth53,
.homepage-stats .stat .icon-earth53 {
  font-size: 100px;
}
.homepage-stats .stat .flaticon-earth53:before,
.homepage-stats .stat .icon-earth53:before {
  font-size: 100px;
}
.homepage-stats .stat .flaticon-church4,
.homepage-stats .stat .icon-church4 {
  font-size: 70px;
}
.homepage-stats .stat .flaticon-church4:before,
.homepage-stats .stat .icon-church4:before {
  font-size: 70px;
}
.homepage-stats .stat .icon {
  font-size: 100px;
  transform: translateY(10px);
}
.homepage-stats .stat .icon:before {
  font-size: 100px;
  margin-left: 0px;
}
.homepage-stats .stat .stat-num {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  font-family: helvetica;
  color: var(--gold);
  margin-top: 20px;
}
.homepage-stats .stat .sub-num {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 20px;
}
.homepage-stats .stat hr {
  background-color: var(--gold);
  width: 30%;
  height: 2px;
  margin: 25px auto;
  border: 0;
}

.clients {
  width: 100%;
  max-width: 1600px;
  padding: 50px 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-id-124 .clients {
  display: none;
}
.clients .client-logo {
  width: 16.6667%;
  max-width: 16.6667%;
  -ms-flex-preferred-size: 16.6667%;
  flex-basis: 16.6667%;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .clients .client-logo {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .clients .client-logo {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.clients .client-logo img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

.work {
  margin: 20px auto;
}
.work__list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .work__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.work__project {
  border: 3px solid #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 1;
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.1));
}
.work__project:hover {
  border-color: var(--gold);
}
.work__project-link {
  color: var(--text);
}
.work__project-link--image {
  display: flex;
}
.work__project-link:hover {
  color: var(--gold);
}
.work__project-info {
  background: #fff;
  flex-grow: 1;
  padding: 15px 15px 25px;
  text-align: center;
}
.work__project-image {
  width: 100%;
  height: 250px;
  display: inline-block;
  border-bottom: 3px solid #fff;
}
.work__project:hover .work__project-image {
  border-color: var(--gold);
}
.work__project-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: 0.3s linear;
}
.work__project:hover .work__project-image img {
  filter: grayscale(0);
}
.work__project-title {
  color: var(--text);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.work-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.work-tags__link {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid currentColor;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.work-tags__link:not(.work-tags__link--active):hover {
  color: var(--gold);
  text-decoration: none;
  background: #fff;
}
.work-tags__link--active {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.intro {
  width: 66.667%;
  margin: 0 auto;
  text-align: center;
  max-width: 715px;
}

.page__heading--full h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page__heading--project, .page__heading--services {
  background: var(--gold);
  padding: 15px 0;
}
body:not(.et-tb) #main-content .page__heading .container {
  padding-top: 0;
}

.testimonials__slider .et_pb_slide_description {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.testimonials__slider .et_pb_slide_title {
  order: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
.testimonials__slider .et_pb_slide_title .title {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 24px;
}

.who-we-serve {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 100%;
  gap: 5px 0;
  grid-template-rows: 60px 29px 12px 1fr 43px;
}
@media (min-width: 768px) {
  .who-we-serve {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .who-we-serve {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
.who-we-serve .org-type {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row-end: span 5;
  width: 100%;
  text-align: center;
  gap: 0;
}
@media (max-width: 1024px) {
  .who-we-serve .org-type + .org-type {
    margin-top: 50px;
  }
}
.who-we-serve .org-type p:empty {
  display: none;
}
.who-we-serve .org-type:hover .learn-more,
.who-we-serve .org-type:hover .flaticon {
  color: var(--gold);
}
.who-we-serve .org-type:hover hr {
  background-color: var(--gold);
}
.who-we-serve .type {
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  color: inherit;
  padding: 15px 0 0;
}
.who-we-serve .type-text {
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 22ch;
}
.who-we-serve hr {
  background-color: var(--gold);
  width: 30%;
  height: 2px;
  margin: 15px auto 0px;
  border: 0;
}
.who-we-serve .flaticon {
  color: var(--gold);
  font-size: 60px;
  line-height: 1;
}
.who-we-serve .flaticon:before {
  font-size: 60px;
  margin-left: 0px;
}
.who-we-serve .flaticon.flaticon-store5::before {
  font-size: 55px;
}
.who-we-serve .learn-more {
  color: #5a5856;
  text-transform: uppercase;
  line-height: 50px;
}

.services-listing {
  width: 100%;
  margin: 20px 0 50px;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
  align-items: end;
}
@media (min-width: 768px) {
  .services-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 30px;
    grid-template-rows: 60px 61px 17px 1fr 43px;
  }
}
.services-listing .service {
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 1024px) {
  .services-listing .service {
    grid-template-rows: subgrid;
    gap: 0;
    grid-row-end: span 5;
  }
}
.services-listing .service:hover .flaticon,
.services-listing .service:hover .learn-more,
.services-listing .service:hover .icon,
.services-listing .service:hover .fa-solid,
.services-listing .service:hover .fa-brands {
  color: var(--gold);
}
.services-listing .service:hover hr {
  background-color: var(--gold);
}
.services-listing .service-head {
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
  color: inherit;
  padding: 25px 0 0;
}
.services-listing .service hr {
  background-color: #5a5856;
  width: 30%;
  height: 2px;
  margin: 10px auto;
  border: 0;
}
.services-listing .service .flaticon {
  font-size: 64px;
  line-height: 1;
  align-self: end;
}
.services-listing .service .flaticon:before {
  font-size: 64px;
  margin-left: 0px;
}
.services-listing .service .flaticon-email20 {
  display: inline-block;
  transform: translateY(5px);
}
.services-listing .service .flaticon-email20:before {
  font-size: 74px;
}
.services-listing .service .fa-solid,
.services-listing .service .fa-brands {
  font-size: 52px;
  align-self: end;
}
.services-listing .service .sub-service {
  width: 70%;
  margin: 0 auto 5px;
  font-weight: 300;
}
.services-listing .service .learn-more {
  color: #5a5856;
  line-height: 50px;
  text-transform: uppercase;
}
.services-listing .service .learn-more i {
  padding-right: 5px;
}
.services-listing .service .learn-more:hover {
  color: var(--gold);
}
.services-listing .service .small-btn {
  justify-self: center;
}
.services-portfolio .portfolio-item {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
.services-portfolio .portfolio-item:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .services-portfolio .portfolio-item {
    width: 31%;
    margin: 0 3% 50px 0;
  }
}
.services-portfolio.two-column .portfolio-item {
  width: 48%;
  margin: 0 3.6% 50px 0;
}
.services-portfolio.two-column .portfolio-item:nth-child(even) {
  margin-right: 0;
}
.services-portfolio img {
  width: 100%;
  border: 1px solid #c7c8ca;
}
.services-portfolio h3 {
  color: var(--gold);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Raleway";
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.services-portfolio .subheadline {
  color: var(--gold);
  font-size: 22px;
  font-family: "Raleway";
  padding-bottom: 20px;
}
.services-portfolio .description {
  font-size: 16px;
  padding-bottom: 20px;
}

.package-name {
  font-size: 18px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.price {
  font-size: 16px;
  font-weight: bold;
}

.pricing {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pricing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .pricing {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 40px;
  }
}
.pricing h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pricing hr {
  background: var(--gold);
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-bottom: 10px;
  border: 0;
}

.twitter__btn {
  position: relative;
  height: 30px;
  box-sizing: border-box;
  padding: 4px 12px 4px 12px;
  background-color: #1d9bf0;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
}
.et_pb_widget .twitter__btn {
  color: #fff;
}
.twitter__btn i {
  padding-right: 5px;
}
.twitter__btn:hover {
  background: #0a629d;
}

.image-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
.image-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.image-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.image-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.image-grid__image {
  margin-bottom: 0 !important;
}
.image-grid__image--full {
  grid-column: 1/-1;
}
.image-grid__image .et_pb_image_wrap {
  height: 100%;
  width: 100%;
}
.image-grid__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

header {
  transition: 0.3s linear;
}
@media (min-width: 981px) {
  header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: 0.3s linear;
  }
}
header.header--sticky .et_pb_image_0_tb_header .et_pb_image_wrap img {
  max-height: 65px;
  transition: 0.3s linear;
}
header.header--sticky .et_pb_social_media_follow {
  display: none;
  transition: 0.3s linear;
}
@media (max-width: 980px) {
  header .et_pb_section, header .et_pb_row, header .et_pb_column, header .et_pb_menu, header .et_pb_menu_inner_container {
    position: static;
  }
}
header .et_pb_social_media_follow .et_pb_social_icon {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  header .menu-item a {
    color: #fff !important;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 16px;
    padding: 2px 15px;
    margin: 13px 6px;
    border-bottom: 2px solid transparent;
  }
  header .menu-item a:hover {
    border-color: var(--gold);
  }
}

.header__top {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
}
@media (max-width: 981px) {
  .header__top {
    display: none;
  }
}
.header__social.et_pb_module.et_pb_social_media_follow {
  margin-bottom: 0;
}
.header__social li a.icon:before {
  font-size: 18px;
}
.header__raq-button {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: var(--gold);
  background: transparent;
  border: 1px solid var(--gold);
  text-align: center;
  padding: 8px 12px;
}
.header__raq-button:hover {
  background: var(--gold);
  color: #fff;
}

footer {
  background: url("images/contact-bg.png") #5a5856 no-repeat;
  background-size: auto 100%;
  background-position: top left;
}
footer .et_pb_section {
  background-color: transparent;
}
footer h2.title {
  margin-bottom: 0;
}
footer .form .wpcf7-form {
  color: #fff;
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}
@media (min-width: 769px) {
  footer .form .wpcf7-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer__awards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  align-items: center;
  text-align: center;
}
.footer__awards img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}
.footer__awards br {
  display: none;
}
@media (min-width: 769px) {
  .footer__awards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .footer__awards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
  }
  .footer__awards img {
    max-width: 150px;
    max-height: 150px;
  }
}
.footer__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.footer__buttons a {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__buttons a {
    width: auto;
  }
}

.form input:not([type]),
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=url],
.form input[type=date],
.form input[type=month],
.form input[type=time],
.form input[type=datetime],
.form input[type=datetime-local],
.form input[type=week],
.form input[type=number],
.form input[type=search],
.form input[type=tel],
.form input[type=color],
.form select,
.form textarea {
  font-size: 15px;
  min-height: 30px;
  padding: 5px;
  width: 100%;
  max-width: 600px;
}
.form textarea {
  height: 75px;
}
.form select {
  color: #888;
}
.form--application {
  margin: 50px 0;
  padding: 50px 0;
  position: relative;
}
.form--application:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background: rgb(245, 245, 245);
  z-index: -1;
}
.form--application form {
  max-width: 740px;
  margin: 0 auto;
}
.form--application input:not([type]),
.form--application input[type=text],
.form--application input[type=password],
.form--application input[type=email],
.form--application input[type=url],
.form--application input[type=date],
.form--application input[type=month],
.form--application input[type=time],
.form--application input[type=datetime],
.form--application input[type=datetime-local],
.form--application input[type=week],
.form--application input[type=number],
.form--application input[type=search],
.form--application input[type=tel],
.form--application input[type=color],
.form--application select,
.form--application textarea {
  background: #fff;
  border-color: #bbb;
  display: block;
}
.form--application ul {
  margin: -10px 0 15px 40px;
  color: #000;
}

.wpcf7-response-output {
  width: 100%;
  grid-column: 1/-1;
}
.wpcf7-list-item {
  display: block;
}

input[type=submit],
.form-blog button[type=submit] {
  background: var(--gold);
  border-radius: 0;
  border: 1px solid var(--gold);
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
}

input[type=submit]:hover,
.form-blog button[type=submit]:hover {
  background: #fff !important;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
}

body.project-template-default:not(.et-tb) #main-content .container {
  padding-top: 0;
}

#portfolioLarge {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#portfolioLarge .item p img {
  max-width: 825px;
  max-height: 465px;
  height: auto !important;
  width: auto !important;
  margin: 0 auto;
}

#portfolioNav {
  text-align: center;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#portfolioNav .synced .item {
  border-color: var(--gold);
}
#portfolioNav .synced .item img {
  filter: grayscale(0);
}
#portfolioNav .item {
  border: 2px solid #5a5856;
  margin: 5px;
  padding: 5px;
}
#portfolioNav .item img {
  filter: grayscale(0.5);
}
#portfolioNav .item:hover {
  border-color: var(--gold);
}
#portfolioNav .item:hover img {
  filter: grayscale(0);
}

.images-videos .carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.images-videos .owl-wrapper {
  overflow: hidden;
}
.images-videos .prev,
.images-videos .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #fff;
  color: var(--gold);
  font-size: 50px;
  border: 1px solid var(--gold);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.images-videos .prev:hover,
.images-videos .next:hover {
  cursor: pointer;
  background: var(--gold);
  color: #fff;
}
.images-videos .next {
  right: 0;
}
.images-videos .prev {
  left: 0;
}

.bulleted-list {
  text-align: center;
  margin: 0 auto;
}
.bulleted-list ul {
  list-style: none;
  text-align: left;
  display: inline-block;
}
.bulleted-list li:before {
  content: "• ";
  color: var(--gold);
}

.problem-solution {
  text-align: left;
}

.stats-container {
  width: 100%;
  background: #5a5856;
  color: #fff;
}
.stats-container .title h2 {
  color: #fff;
}
.stats-container .stats-grid {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .stats-container .stats-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.stats-container .stat {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 23px;
  text-align: center;
}
.stats-container .stat:hover .stat-num {
  color: var(--gold);
}
.stats-container .stat-num {
  font-size: 75px;
  line-height: 120px;
  font-weight: bold;
}
.stats-container .stat-text {
  letter-spacing: 1px;
  font-weight: lighter;
}

.testimonial {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}
.testimonial .text {
  padding-bottom: 20px;
}
.testimonial .position {
  text-transform: uppercase;
  color: var(--gold);
  font-size: 24px;
}
.testimonial .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.ministry-item {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 50px;
  vertical-align: top;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .ministry-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ministry-item {
    width: 100%;
  }
}
.ministry-item img {
  width: 100%;
}
.ministry-item .ministry-title {
  color: #009acf;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1.25;
  font-size: 18px;
}
.ministry-item .ministry-description {
  margin-bottom: 15px;
}
.ministry-item.event-spotlight {
  width: 37.4%;
  max-width: 100%;
}

.icon-item {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  padding: 10px;
}
@media (max-width: 768px) {
  .icon-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .icon-item {
    width: 100%;
  }
}
.icon-item .icon-number {
  color: var(--gold);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
}
.icon-item .icon-description {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
}

.awards {
  max-width: 940px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awards .left {
  grid-column: 1/span 1;
}

.awards .right {
  grid-column: 2/span 1;
}

/*# sourceMappingURL=style.css.map */