#page-container .mobile_nav li ul.hide {
  display: none !important
}

#page-container .mobile_nav .menu-item-has-children {
  position: relative
}

#page-container .mobile_nav .menu-item-has-children>a {
  background: transparent
}

#page-container .mobile_nav .menu-item-has-children>a+span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3
}

#page-container span.menu-closed:before {
  content: "\33";
  display: block;
  color: black;
  font-size: 16px;
  font-family: ETmodules
}

#page-container span.menu-closed.menu-open:before {
  content: "\4d"
}

#top-menu li .menu-item-has-children>a:first-child:after {
  right: 10px !important;
  top: 6px
}

.mobile_menu_bar:before {
  color: black
}

#responsive-form {
  max-width: 600px;
  margin: 0 auto;
  width: 100%
}

.form-row {
  width: 100%
}

.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (min-width:48em) {
  .column-half {
    width: 50%
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100%;
  height: 40px !important;
  padding: 7px;
  box-sizing: border-box;
  border: 0px solid #cacaca;
  font-size: 14px !important;
  color: black !important;
  background-color: white !important;
  font-weight: 500;
  border-radius: 2px
}

.wpcf7 textarea {
  height: 90px !important;
  width: 100%;
  padding: 7px;
  border: 0px solid #ffff !important;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  font-size: 14px;
  color: black !important;
  background-color: white !important;
  font-weight: 500;
  border-radius: 2px
}

.wpcf7-submit {
  background: #BB9024;
  color: white;
  border: 0px;
  width: 100%;
  height: 40px;
  float: right;
  border-radius: 10px
}

.wpcf7-response-output {
  color: white
}

.et_mobile_menu {
  border-top: 3px solid #BB9024
}

@media (max-width:980px) {

  .et_non_fixed_nav.et_transparent_nav #main-header,
  .et_non_fixed_nav.et_transparent_nav #top-header,
  .et_fixed_nav #main-header,
  .et_fixed_nav #top-header {
    position: fixed
  }
}

#sidebar a:hover {
  color: #BB9024
}

@media only screen and (max-width:600px) {

  .entry-content p,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content img {
    text-align: center !important
  }

  .et_pb_button {
    text-align: center !important
  }
}

#main-header,
#et-top-navigation {
  font-family: 'Avenir', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important
}

.et_password_protected_form .et_submit_button {
  color: #BB9024 !important;
  border-radius: 12px !important
}

#nft-form input[type="text"],
#nft-form input[type="email"],
#nft-form input[type="tel"],
#nft-form select {
  width: 100%;
  height: 50px !important;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid grey !important;
  font-size: 14px !important;
  color: black !important;
  background-color: white !important;
  font-weight: 500;
  border-radius: 2px
}

#nft-form .wpcf7-submit {
  background: black;
  width: 100%;
  padding: 13px !important;
  font-weight: 600 !important
}

#subscribe-form input[type="text"],
#subscribe-form input[type="email"] {
  width: 100%;
  height: 50px !important;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid grey;
  border-radius: 10px
}

#subscribe-form .wpcf7-submit {
  align-items: center !important;
  width: 100%;
  background: black !important
}

.wpcf7-response-output {
  background: gray;
  border-radius: 10px
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f" !important
}

.nft-img {
  position: fixed;
  top: 0
}

.column {
  float: left;
  padding-left: 15px;
  width: 100%;
  border-left: 1px solid #BA9024
}

.two-column {
  float: left;
  width: 50%
}

.row:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:600px) {
  .column {
    float: left;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 100%;
    border-left: 1px solid #BA9024
  }

  .two-column {
    float: left;
    width: 100%
  }
}

.clear-btn {
  background: white;
  border-radius: 10px;
  border: 0px;
  width: 100%;
  padding: 12px;
  border: 1px solid gray
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_thumbnails_0 {
  padding-top: 10px
}

.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 50px;
  overflow-x: hidden
}

.track {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 2s linear infinite
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

p {
  font-family: 'Raleway', sans-serif
}

h1,
h2,
h3,
h4 {
  font-family: 'Raleway', sans-serif !important
}