/*
Theme Name: CUSTOM
Author: Web Adaptive
Author URI: http://www.webadaptive.com/
Version:  1.0.0  
*/
/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* misc */
/* ===================================
WIREFRAME MODE 
=================================== */
/*============================================================= 
BOOTSTRAP 
============================================================= */
.btn.btn-primary, .btn.btn-outline-primary, .btn-link {
  font-size: 1rem;
  font-weight: bold;
  border: solid 2px #F1E6A0;
  padding: 1rem 1.5rem;
  margin: 1rem 1rem 0rem 0rem;
}

.btn-outline-primary {
  background: #ffffff;
}

.btn.btn-primary:hover {
  background: #801D1D;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-10 {
  padding: 2rem !important;
}

/*============================================================= 
THEME 
============================================================= */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 1.1rem;
}

html {
  position: relative;
}

h1 {
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
  font-weight: 400;
  font-size: 20pt;
  text-transform: capitalize;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 20pt;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #080F0F;
}

header {
  /* ============ mobile menu ============ */
  /* ============ mobile menu .end// ============ */
}
header body.offcanvas-active {
  overflow: hidden;
}
header .screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
header .screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
@media all and (max-width: 992px) {
  header .offcanvas-header {
    display: block;
  }
  header .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.2s ease-in-out;
  }
  header .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  header .mobile-offcanvas .container, header .mobile-offcanvas .container-fluid {
    display: block;
  }
}
header .navbar.mobile {
  background: #c32c2c;
  width: 100%;
  display: none;
}
@media (max-width: 576px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar.mobile {
    display: none;
  }
}
header .navbar.mobile .offcanvas-header {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
}
header .navbar.mobile .offcanvas-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #c32c2c;
}
header .navbar.mobile .offcanvas-footer a {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin: 0.5rem;
}
header .navbar.mobile .btn-close {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
header .navbar.mobile ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
header .navbar.mobile ul li a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  min-height: 50px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer !important;
}
header .navbar.mobile ul li a:hover {
  background: #801D1D !important;
}
header .navbar.mobile ul .dropdown-toggle.open {
  background: #801D1D;
}
header .navbar.mobile ul .dropdown-menu {
  background: none;
  border: none;
  position: relative;
}
header .navbar.mobile ul .dropdown-menu .dropdown-item:hover {
  background: #801D1D;
}
header .top {
  position: relative;
  height: auto;
  padding: 0px;
  height: 60px;
}
@media (max-width: 576px) {
  header .top {
    background: #c32c2c;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .top {
    background: #c32c2c;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .top {
    background: #c32c2c;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .top {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  header .top {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 100%;
  }
}
header .top .container {
  position: relative;
}
@media (max-width: 576px) {
  header .top .container {
    text-align: left !important;
  }
}
header .top .nav {
  position: absolute;
  right: 0;
  top: 20px;
}
header .top .nav li {
  border-right: 1px solid #d1d1d1;
}
header .top .nav li a {
  color: #080F0F;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0rem 0.5rem;
}
header .top .nav li a:hover {
  text-decoration: underline;
}
header .top .nav li:last-child {
  border-right: none;
}
header .top .btn {
  padding: 0.5rem 1rem;
  margin: 0px;
  margin-top: 0.45rem;
}
@media (max-width: 576px) {
  header .top .btn {
    padding: 0.5rem 0.25rem;
  }
}
header .top .navbar-toggler {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #c32c2c;
  height: 60px;
  margin-left: 1rem;
}
header .middle {
  display: block;
  text-align: center;
  height: 130px;
}
header .middle .logos {
  position: relative;
}
header .middle .logos .logo1 img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}
header .middle .logos .logo2 {
  position: absolute;
  display: block;
  width: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  z-index: 9;
  /* animation */
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
@media (max-width: 576px) {
  header .middle .logos .logo2 {
    display: none;
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .middle .logos .logo2 {
    display: none;
    width: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .middle .logos .logo2 {
    display: none;
    width: 100px;
  }
}
header .middle .tagline {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  header .middle .tagline {
    font-size: 1rem;
  }
}
header .bottom {
  background: #c32c2c;
  border-top: solid 3px #F1E6A0;
  border-bottom: solid 3px #F1E6A0;
  height: 40px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
  z-index: 9999;
}
header .bottom .navbar {
  padding: 0px;
}
header .bottom .navbar ul {
  list-style: none;
  width: 100%;
}
header .bottom .navbar ul li {
  width: 250.5px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .bottom .navbar ul li {
    width: 218.5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  header .bottom .navbar ul li {
    width: 250.5px !important;
  }
}
header .bottom .navbar ul li .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border: solid 3px #F1E6A0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .bottom .navbar ul li .dropdown-menu {
    display: none;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header .bottom .navbar ul li .dropdown-menu {
    display: none;
    margin-top: 0;
  }
}
header .bottom .navbar ul li .dropdown-menu li {
  width: 100% !important;
}
header .bottom .navbar ul li .dropdown-menu li a {
  background: #c32c2c;
  border: none;
  border-bottom: solid 1px #F1E6A0;
  text-align: left;
  padding-left: 1rem !important;
}
header .bottom .navbar ul li .dropdown-menu li a:hover {
  background: #801D1D;
}
header .bottom .navbar ul li a, header .bottom .navbar ul li a:active, header .bottom .navbar ul li a:link, header .bottom .navbar ul li a:visited {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  padding: 0px !important;
  border-right: solid 1px #F1E6A0;
}
header .bottom .navbar ul li.current_page_item a {
  background: #801D1D !important;
  color: #ffffff !important;
}
header .bottom .navbar ul li.current_page_item ul li a {
  background: #c32c2c !important;
}
header .bottom .navbar ul li.current_page_item ul li a:hover {
  background: #801D1D !important;
}
header .bottom .navbar ul li:hover a {
  background: #801D1D;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .bottom .navbar ul li:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  header .bottom .navbar ul li:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .bottom .navbar ul li.action {
    width: 109.25px !important;
  }
}
@media only screen and (min-width: 1200px) {
  header .bottom .navbar ul li.action {
    width: 125.25px !important;
  }
}
header .bottom .navbar ul li.action a {
  background: #D7A626;
  color: #080F0F;
}
header .bottom .navbar ul li.action:hover a {
  color: #ffffff;
  background: #801D1D;
}
header .bottom .navbar ul li:nth-child(2) a {
  border-left: solid 1px #F1E6A0;
}
header .bottom .navbar ul li:nth-child(3) {
  margin-right: 150px !important;
}
header .bottom .navbar ul li:nth-child(3) a {
  border-right: none;
}
header .bottom.stuck {
  position: fixed;
  width: 100% !important;
  top: 15px;
  z-index: 9;
}
header .navbar-mobile.stuck {
  position: fixed;
  width: 100% !important;
  top: 0px;
  left: 0;
  background: #c32c2c;
  z-index: 9;
  height: 60px;
  padding-left: 0.75rem;
}
header.shrink .logo2 {
  position: fixed !important;
  z-index: 99 !important;
  top: 0px !important;
  width: 80px !important;
  margin-top: 0px !important;
}

footer {
  background: linear-gradient(to bottom, #881e1e 0%, #440f0f 100%);
}
footer .top {
  display: block;
  background: #c32c2c;
  border-top: solid 3px #F1E6A0;
  border-bottom: solid 3px #F1E6A0;
  height: 30px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.34);
}
footer .bottom {
  position: relative;
  min-height: 300px;
}
footer .bottom .box {
  display: block;
  position: relative;
  min-height: 200px;
  min-width: auto;
  padding: 1rem;
  border: solid 1px #BEA967;
  border-right: none;
  border-left: none;
  margin: 1rem;
  height: 230px;
}
@media (max-width: 576px) {
  footer .bottom .box {
    height: auto;
    border: none;
    min-width: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom .box {
    height: auto;
    border: none;
    min-width: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom .box {
    height: auto;
    border: none;
    min-width: auto;
  }
}
footer .bottom .box:before {
  background-image: url(/wp-content/themes/custom/assets/images/alpha-footer-border-left.png);
  left: -24px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 230px;
  position: absolute;
  top: 0;
}
@media (max-width: 576px) {
  footer .bottom .box:before {
    background: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom .box:before {
    background: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom .box:before {
    background: none;
  }
}
footer .bottom .box:after {
  background-image: url(/wp-content/themes/custom/assets/images/alpha-footer-border-right.png);
  right: -37px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 230px;
  position: absolute;
  top: 0;
}
@media (max-width: 576px) {
  footer .bottom .box:after {
    background: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom .box:after {
    background: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom .box:after {
    background: none;
  }
}
footer .bottom .social {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 25%;
  text-align: center;
}
@media (max-width: 576px) {
  footer .bottom .social {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom .social {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom .social {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }
}
footer .bottom .social i {
  font-size: 2rem;
  color: #ffffff;
  margin: 0.5rem;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
footer .bottom .social i:hover {
  color: #D7A626;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
footer .bottom ul {
  list-style: none;
  height: 100%;
  width: auto;
  padding: 0px;
  margin: 0px;
  z-index: 1 !important;
}
footer .bottom ul li {
  width: 25%;
  float: left;
  border-right: solid 1px #BEA967;
}
@media (max-width: 576px) {
  footer .bottom ul li {
    border: none;
    width: auto !important;
    float: none;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom ul li {
    border: none;
    width: auto !important;
    float: none;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom ul li {
    border: none;
    width: auto !important;
    float: none;
    text-align: center;
  }
}
footer .bottom ul li a {
  width: 100%;
  color: #ffffff;
  font-size: 0.8rem;
  padding-left: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 576px) {
  footer .bottom ul li a {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom ul li a {
    padding: 0.5rem 1rem;
  }
}
footer .bottom ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  background: none;
}
footer .bottom ul li a:after {
  border: none;
}
footer .bottom ul li .dropdown-menu {
  display: block;
  position: relative;
  background: none;
  border: none;
}
footer .bottom ul li .dropdown-menu li {
  float: none;
  width: 100%;
  border: none;
}
footer .bottom ul li .dropdown-menu li a {
  padding: 0.25rem 0 0.25rem 0;
  padding-left: 2rem;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 576px) {
  footer .bottom ul li .dropdown-menu li a {
    padding: 0.5rem 0 0.5rem 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .bottom ul li .dropdown-menu li a {
    padding: 0.5rem 0 0.5rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .bottom ul li .dropdown-menu li a {
    padding: 0.5rem 0 0.5rem 0;
  }
}
footer .bottom ul li:nth-child(4), footer .bottom ul li:nth-child(5), footer .bottom ul li:nth-child(6) {
  border: none !important;
}
footer .bottom .copyright {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 2.5rem;
}
footer .bottom:after {
  background: url(/wp-content/themes/custom/assets/images/stripe.png) repeat-x;
  background-size: 100px;
  content: " ";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
}

/*============================================================= 
 PAGES
============================================================= */
.home .wp-block-envira-envira-gallery {
  margin-top: 2.5rem;
}
.home .logos .logo2 {
  display: block !important;
}
@media (max-width: 576px) {
  .home .logos .logo2 {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .home .logos .logo2 {
    display: block !important;
  }
}

/* blog pages */
.single .date {
  color: #d1d1d1;
}
.single .categories {
  margin-top: 1rem;
}
.single .categories a {
  background: #757575;
  border-radius: 100px;
  padding: 0.25rem 1rem 0.25rem 1rem;
  color: #ffffff;
}
.single .categories a:hover {
  background: #c32c2c;
  text-decoration: none;
}
.single img {
  max-width: 100%;
  height: auto;
}

.blog-nav {
  margin-bottom: 1rem;
  position: relative;
  text-align: right;
}
.blog-nav .dropdown .btn {
  border: none;
  margin: 0px;
}
.blog-nav .dropdown .dropdown-menu a {
  color: #c32c2c;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0.5rem 1rem 1rem 0.5rem;
}
.blog-nav .dropdown .dropdown-menu a:hover {
  background: #c32c2c;
  color: #ffffff;
  text-decoration: none;
}

/* member documents page */
.page-id-352 .btn {
  padding: 0.5rem 1rem;
  margin-top: 10px !important;
}

/* join page */
.page-id-205 {
  /* gravity forms */
}
.page-id-205 .block.custom-hompage-hero .caption {
  position: absolute !important;
  top: 20%;
  background: none !important;
}
@media (max-width: 576px) {
  .page-id-205 .block.custom-hompage-hero .caption {
    top: 15% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .page-id-205 .block.custom-hompage-hero .caption {
    top: 20% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .page-id-205 .block.custom-hompage-hero .caption {
    top: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-id-205 .block.custom-hompage-hero .caption {
    top: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-205 .block.custom-hompage-hero .caption {
    top: 20%;
  }
}
@media (max-width: 576px) {
  .page-id-205 .block.custom-hompage-hero .caption h1 {
    font-size: 18pt !important;
  }
}
@media (max-width: 576px) {
  .page-id-205 .block.custom-hompage-hero .video-loop .play {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .page-id-205 .block.custom-hompage-hero .video-loop .play {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .page-id-205 .block.custom-hompage-card .card {
    margin-top: 2.5rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .page-id-205 .block.custom-hompage-card .card {
    margin-top: 2.5rem !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .page-id-205 .block.custom-hompage-card .card {
    margin-top: -150px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-id-205 .block.custom-hompage-card .card {
    margin-top: -250px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-205 .block.custom-hompage-card .card {
    margin-top: -350px !important;
  }
}
.page-id-205 .gform_wrapper {
  background: #c32c2c;
  padding: 2.5rem;
  margin-top: 2.5rem;
  color: #ffffff;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .page-id-205 .gform_wrapper {
    padding: 1rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .page-id-205 .gform_wrapper {
    padding: 1rem !important;
  }
}
.page-id-205 .gform_wrapper h2 {
  color: #ffffff !important;
  text-align: center;
}
.page-id-205 .gform_wrapper h3 {
  color: #ffffff;
  font-size: 2rem;
}
.page-id-205 .gform_wrapper a {
  color: #ffffff;
  text-decoration: underline;
}
.page-id-205 .gform_wrapper .bi {
  font-size: 4rem;
  float: left;
  margin-right: 2.5rem;
}
@media (max-width: 576px) {
  .page-id-205 .gform_wrapper .bi {
    display: none;
  }
}
@media (max-width: 576px) {
  .page-id-205 .gform_wrapper .col-12 {
    display: block !important;
  }
}
.page-id-205 .gform_wrapper .gform_validation_errors h2 {
  color: #c32c2c !important;
}
.page-id-205 .gform_wrapper .gform_validation_errors h2 .gform-icon {
  left: -20px;
}
.page-id-205 .gform_wrapper .gform_validation_errors h2:after {
  display: none;
}
.page-id-205 .gform_wrapper .gfield_validation_message {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-id-205 .gform_wrapper #field_1_11 {
  margin-left: 6.5rem;
}
@media (max-width: 576px) {
  .page-id-205 .gform_wrapper #field_1_11 {
    margin: 0px;
  }
}
.page-id-205 .gform_wrapper input[type=submit] {
  background: #c32c2c;
  width: 100%;
  border: solid 3px #F1E6A0;
  color: #ffffff;
  padding: 1rem;
}
.page-id-205 .gform_wrapper input[type=submit]:hover {
  background: #801D1D;
}
.page-id-205 .gform_wrapper:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

/* members pages */
.announcements .listing-item {
  padding: 20px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.announcements .listing-item .title {
  font-size: 2.5rem;
  color: #c32c2c;
}
.announcements .listing-item .date {
  color: #d1d1d1;
}
.announcements .listing-item .content {
  padding-top: 30px;
}
.announcements .listing-item img {
  max-width: 100% !important;
}
.announcements .listing-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

/* documents page */
.page-id-352 #adminForm {
  padding: 0px;
}
.page-id-352 #adminForm .input-group {
  width: 100%;
}
.page-id-352 .wpfd-content {
  margin: 0px;
}

/* blog page */
.ajax-load-more-wrap .card {
  width: 100%;
  float: left;
  margin: 1rem;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .ajax-load-more-wrap .card {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .ajax-load-more-wrap .card {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ajax-load-more-wrap .card {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ajax-load-more-wrap .card {
    width: 100%;
    float: none;
  }
}
.ajax-load-more-wrap .card .card-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ajax-load-more-wrap .card:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

/*============================================================= 
 BLOCKS
============================================================= */
.block-grid-media .title {
  text-align: center;
}

.block-carousel {
  min-height: 350px;
}
.block-carousel .carousel-control-next-icon, .block-carousel .carousel-control-prev-icon {
  border-radius: 100px;
  filter: invert(0) grayscale(0);
  width: 3rem;
  height: 3rem;
}
.block-icons {
  margin-top: 2.5rem;
}
.block-icons h4 {
  font-size: 1rem !important;
  font-weight: 400;
}

.block.custom-hompage-hero h1 {
  font-weight: 400;
  text-shadow: 0 2px 6px #252525;
  font-size: 40px;
}

.block.custom-hompage-card .card {
  margin-top: -150px !important;
}
.block.custom-hompage-card .card h2 {
  position: relative;
  color: #c32c2c;
  margin-bottom: 2.5rem;
}
.block.custom-hompage-card .card h2::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  width: 100%;
  background: #d1d1d1;
}

.block.login .card {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

.block.block-copy h2, .block.block-copy h1 {
  position: relative;
  color: #c32c2c;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5rem;
}
.block.block-copy h2::after, .block.block-copy h1::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  width: 100%;
  background: #d1d1d1;
}

.block.block-streak.banner {
  min-height: 300px !important;
  background-attachment: scroll !important;
}
.block.block-streak.banner h1 {
  font-weight: 400;
  text-shadow: 0 2px 6px #252525;
  font-size: 40px;
  color: #ffffff !important;
}

/*============================================================= 
 ADMINISTRATOR STYLES
============================================================= */
/* GUTENBURG EDITOR */
/* Main column width */
.wp-block {
  max-width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  max-width: none;
}

.block-editor-inner-blocks {
  background-color: rgba(238, 238, 238, 0);
  width: 100%;
  border: dashed 2px #080F0F;
  min-height: 50px;
  padding: 1rem;
}

/*============================================================= 
 THIRD PARTY PLUGINS
============================================================= */
.page-id-3179161 .card {
  border: none;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.page-id-3179161 .card .card-body {
  padding: 2.5rem;
}
.page-id-3179161 .card label {
  display: block;
  width: 100%;
}
.page-id-3179161 .card input[type=submit] {
  background: #c32c2c;
  color: #ffffff;
  width: 100%;
  border: solid 3px #F1E6A0;
}

.wp-block-envira-envira-gallery .envira-gallery-video {
  height: 220px;
}
.wp-block-envira-envira-gallery .envira-lazy {
  padding-bottom: 60%;
}
.wp-block-envira-envira-gallery .envira-title {
  visibility: visible !important;
}
.wp-block-envira-envira-gallery picture {
  position: relative;
  height: 0;
  display: block;
}
.wp-block-envira-envira-gallery picture img {
  width: 100%;
}

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