/*
	Last Updated : 5/13/26
	Author: Done by Wubbz
*/
:root {
  --main: #000000;
  --light-grey: #f3f3f3;
  --grey: #777777;
  --dark-grey: #222222;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body, html {
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  background-color: #fff;
  display: block;
  float: left;
  width: 100%;
  font: 300 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
.pull-left {
  float: left !important;
}

header {
  padding: 0;
  background-color: rgba(244,244,244,.8);
  display: block;
  float: left;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
.header-not-at-top .main-head .logo>img{max-height:50px}
.header-not-at-top .main-head .menuWrap{padding-top:0;}
#top-header {background-color:#ffffff;padding:5px 0;}
#top-header svg {
  color: #818182;
}

#top-header-outer-container {
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 10px 5px;
}
#top-header a {
  color: #000;
  font-family: 'Merriweather';
  font-size: 10px;
  padding: 0px 5px;
  font-weight: 500;
}

svg.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
  height: 13px;
  padding: 0 2px;
}
.right-top-head {
  text-align: right;
}
.logo {display:block;margin:0 auto 0;}
.logo>img {max-height:90px; width:auto; margin:15px auto;}

/* nav */
.nav {}
.menuWrap {
  display: block;
  width: 100%;
	padding-top:1.5rem;
}
#menu-main-menu, #menu-main-menu-1 .menu-item-1855, #menu-main-menu, #menu-main-menu-1 .menu-item-1856 {display:none;}
#menu-main-menu-1 {
	padding:40px 0 75px;
	list-style: none;
}
#menu-main-menu-1 li {
  float: left;
  display: inline-block;
  text-align: right;
}

#menu-main-menu-1 li a {
  font-family: 'Merriweather';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  color: #000;
  padding: 15px 20px;
}
#menu-main-menu-1 li a:hover {
  background-color: rgb(0 0 0 / 7%);
}
#menu-main-menu-1 li.menu-item-1831 > a {color:#fff!important; background-color: rgba(0, 0, 0, 1);}
#menu-main-menu-1 li.menu-item-1831 > a:hover {color:#000!important; background-color: rgba(0, 0, 0, .07);}
body.page-id-1827 #header-bar-nav-wrap a.btn.btn-dark, body.page-id-1827 #menu-main-menu-1 li.menu-item-1831 {display:none;}

#top-of-site-pixel-anchor {
  position: absolute;
  top: 0px;
}

.home-divider {
  margin-top: -28px;
  transform: rotateY(180deg);
}

.home-divider2 {
  margin-top: -28px;
  transform: rotateY(180deg);
}

.pageWrap {
  background-color: #fff;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif; display:block;
}

p, dl, ol, ul {
  font-family: 'Merriweather', serif;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  display: block;
  font-size: 3em;
  margin: 0.67em  0;
  font-family: 'Qwigley', cursive;
  line-height: .8;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}

h4 {
  font-size: 1.12em;
  margin-top: 1.33em 0;
  font-weight: bold;
}

h5 {
  font-size: .83em;
  margin-top: 1.67em 0;
  font-weight: bold;
}

h6 {
  font-size: .75em;
  margin: 2.33em 0;
  font-weight: bold;
  letter-spacing: 2px;
}

p {
  font-size: 1em;
  letter-spacing: 0.3px;
}
.btn {border:none; border-radius:unset; font-family: 'Merriweather', serif;text-transform:uppercase}

footer {
  float: left;
  width: 100%;
  background-color: #ececec;
  min-height: 140px;
  background-image: url(/wp-content/themes/impactbase/img/Elks-footer.png);
  background-size: cover;
}
.footerContainer {  text-align: center;}
.footerContainer h1 {
  font-size: 65px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.footerContainer h4 {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  color: black;
}
.footer-social {
  margin-bottom: 35px;
}
.footer-social a {
  float: none;
  margin: 0 auto;
  background: #525252;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 8px;
  /* margin: 0 0; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer-social svg {
  color: white;
}
.copyrightWrap {
  background-color: #ebebeb;
  padding: 7px 0px;
  font-size: 9px;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
button {
  background-color: #000;
  color: #FFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Merriweather';
  font-weight: bold;
  padding: 18px 30px;
  border:none;
  margin: 0 auto 20px;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* sidebar */
.sidebar {}

::selection {
  background: var(--main);
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--main);
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: var(--main);
  color: #FFF;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: #e7e7e7;
	z-index:999999;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--main);
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
  text-align:center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.CWRight {
  text-align: right;
}

.barsWrap {
  display: block;
  height: auto;
  float: left;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
#player-controls {display:none!important;}

a[href^="tel"] {
  color: #000;
  text-decoration: none;
}

.CWRight {
  text-align: right;
}

ul#menu-main-menu {
  padding: 0px;
}

.barsWrap {
  display: block;
  height: auto;
  float: left;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* ==== GENERNAL ==== */

.pull-right {float: right !important;}
a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,input:focus,textarea:focus,button:focus,.slick-initialized .slick-slide:focus,.btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

i,span,a {display: inline-block;}

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

input,
select,
textarea,
select {
  border: none;
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  padding: 0 20px;
}

/*------------------------------------*\
    SIZING
\*------------------------------------*/
.width-1 {
  width: 8.33333%;
}

.width-2 {
  width: 16.66667%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.33333%;
}

.width-5 {
  width: 41.66667%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.33333%;
}

.width-8 {
  width: 66.66667%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.33333%;
}

.width-11 {
  width: 91.66667%;
}

.width-12 {
  width: 100%;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

.clear {
  width: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

@media only screen and (max-width:768px) {

  [class*=width-],
  .width-1,
  .width-10,
  .width-11,
  .width-12,
  .width-2,
  .width-3,
  .width-4,
  .width-5,
  .width-6,
  .width-7,
  .width-8,
  .width-9 {
    width: 100%;
  }

  [class*=offset-] {
    margin-left: 0;
  }

  [class*=push-],
  [class*=pull-] {
    position: static;
    left: 0;
    right: 0;
  }

  .flex.v-align-middle {
    display: block;
  }
}

.section-block {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}

.section-block.smaller {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: center;
}

.section-block.small {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-size: cover;
  background-position: center;
}

.section-block {
  position: relative;
  z-index: 1;
}

.column>:first-child,
.row {
  margin-top: 0;
}

.row,
.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-bottom: 0;
}

.column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  float: left;
}

.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.flex {
  width: 100%;
  display: flex;
  align-items: center;
}

.v-align-top {
  align-self: flex-start !important;
  vertical-align: top !important;
}

.v-align-bottom {
  align-self: flex-end !important;
  vertical-align: bottom !important;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.show {
  display: block !important;
  visibility: visible !important;
}

.inline-block {
  width: auto !important;
  display: inline-block !important;
}

.inline-block_1 {
  display: inline-block !important;
  width: 50%;
}

.hide-on-mobile,
.hide-on-mobile * {
  display: none !important;
}

.no-margins {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

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

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.no-scroll {
  overflow: hidden !important;
}

.clear-height {
  height: auto !important;
}

.full-width {
  width: 100% !important;
}


#wprmenu_bar div.hamburger {
  margin-top: -8px;
}

#wprmenu_bar .menu_title a {
  float: right;
  margin-top: -15px;
}

.wprm-wrapper {
  overflow: unset !important;
}

.CWRight a {
  color: black;
}

svg.svg-inline--fa.fa-envelope.fa-w-16 {
  margin-right: 12px;
}

/* ========== Homepage ========= */

.member-row h1 {
  background-color: #ffffff;
  padding: 10px 20px 0px 20px;
  margin: 0 180px;
}

.member-row p {
  background-color: #ffffff96;
  padding: 3px 8px;
  margin: 0 180px;
  font-weight: bold;
  text-transform: uppercase;
}

.vc_btn3.vc_btn3-color-inverse, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Merriweather';
  font-weight: bold;
}

.vc_btn3 {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Merriweather';
  font-weight: bold;
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 0;
}

.vc_btn3.vc_btn3-size-xs {}

.home-divider-top {
  /* margin-bottom: -45px; */
  /* margin-top: -5px; */
  z-index: 999;
  transform: rotateX(180deg);
}

.member-row {
  margin-top: -32px;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-black:focus, .vc_btn3.vc_btn3-color-black:hover {
  color: #000000;
  background-color: #f2f2f2;
}

/* ========== Innerpage ========= */
.sub-head {
  height: 350px;
  padding: 200px 0px 0 0;
}

h1.innerpage-title {
  background-color: #ffffff96;
  padding: 10px 20px 0px 20px;
  margin: 0px auto;
  width: fit-content;
  font-size: 72px;
}

* {
  box-sizing: border-box;
}
#player-controls {display:none!important;}
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: .6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}

.room-list ul {
  margin: 0 auto;
}

.room-list h6 {
  margin: 15px;
}

.icon-placeholder svg {
  display: none;
}

label.gfield_label {
  font-family: 'Merriweather';
}

.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Merriweather';
  font-weight: bold;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 20px;
}

.wpb_text_column.wpb_content_element.news-email span {
  font-family: 'Merriweather' !important;
}

.innerpage-hero:after {
  content: "";
  background-image: url(https://elks.impactcreates.net/wp-content/uploads/2021/08/divider.png);
  width: 100vw;
  height: 32px;
  /* background-color: red; */
  float: left;
  /* background-size: 100% 100%; */
  margin-top: -29px;
}

a.newbut {
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: white;
  font-size: 14px;
  font-family: 'Merriweather';
  font-weight: bold;
  padding: 18px 30px;
  width: 250px;
  border-color: black;
  margin: 0 10px 20px 10px;
}

.newsletterItem {
  font-family: 'Merriweather';
}

.newsletterTitle {
  font-style: italic;
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 15px;
}

div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
  margin-top: 28px!important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}