@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bluemoonads.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(1,174,196);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(1,174,196);
	--btn-accented-bgcolor-hover: rgb(1,174,196);
	--btn-transform: capitalize;
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(1,174,196);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(16,16,16);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(119,119,119);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.portfolio-about-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.portfolio-about-card {
  max-width: 1100px;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(0, 160, 210, 0.12);
  border-left: 6px solid #16b3d6;
  border-radius: 20px;
  padding: 38px 36px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.portfolio-about-header {
  margin-bottom: 24px;
}

.portfolio-about-label {
  display: inline-block;
  background: rgba(22, 179, 214, 0.1);
  color: #16b3d6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.portfolio-about-header h2 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #13252f;
}

.portfolio-about-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #16b3d6;
}

.portfolio-about-content {
  position: relative;
  padding-top: 8px;
}

.portfolio-about-content p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #4a5560;
}

.portfolio-about-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .portfolio-about-section {
    padding: 25px 15px;
  }

  .portfolio-about-card {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .portfolio-about-header h2 {
    font-size: 28px;
  }

  .portfolio-about-header h3 {
    font-size: 17px;
  }

  .portfolio-about-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* churches */
.church-about-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.church-about-card {
  max-width: 1100px;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(22, 179, 214, 0.12);
  border-left: 6px solid #16b3d6;
  border-radius: 20px;
  padding: 38px 36px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.church-about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.church-about-header {
  margin-bottom: 24px;
}

.church-about-label {
  display: inline-block;
  background: rgba(22, 179, 214, 0.1);
  color: #16b3d6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.church-about-header h2 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #13252f;
}

.church-about-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #16b3d6;
}

.church-about-content {
  position: relative;
  padding-top: 8px;
}

.church-about-content p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #4a5560;
}

.church-about-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .church-about-section {
    padding: 25px 15px;
  }

  .church-about-card {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .church-about-header h2 {
    font-size: 28px;
  }

  .church-about-header h3 {
    font-size: 17px;
  }

  .church-about-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}