/*

 Theme Name:     Leeds United Supporters Trust Theme

 Description:    Leeds United Supporters Trust Theme

 Author:         Josh Cawthorne

 Author URI:     http://www.joshcawthorne.com

 Template:       splash

 Version:        2.0.0

*/

/* =Theme customization starts here

------------------------------------------------------- */


/* Preloader */

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #FFF;
  text-align: center;
}

.preloader img {
  margin-top: calc((100vh - 200px) / 2);
}

#main {
  padding: 0px;
}

.button {
  text-align: center;
}

/* Login/Forgot Password/Account Pulldown */

.pulldown {
  overflow: hidden;
  position: fixed;
  transition: margin-top 1s ease-in-out;  
  margin-top: -100vh;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #005aa2 url('/wp-content/uploads/stripes.png') bottom no-repeat;
  z-index: 10000;
}

.pulldown.visible {
  margin-top: 0;
}

.pulldown-visible {
  position: fixed; 
  overflow-y: scroll;    
}

.pulldown .inner {
  width: 500px;
  margin: auto;
  position: relative;
  height: 100%;
}

.pulldown.account .inner {
  width: 1000px;
}

.pulldown .message {
  position: absolute;
  top: -55px;
  left: 0;
  opacity: 0;
  transition: opacity .25s linear;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #FFE221;
  color: #005aa2;
  font-weight: 300;
  border-radius: 5px;    
}

.pulldown .message.visible {
  opacity: 1;
}

.pulldown h3 {
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
}

.pulldown h3 .forgot, .pulldown h3 .login-return, .pulldown h3 .account-actions, .pulldown h3 .account {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  color: #FFE221;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Roboto';
}

.pulldown h3 .account-actions {
  color: #FFF;
}

.pulldown h3 .account-actions a {
  color: #FFE221;
  font-weight: 300;
}

.pulldown h3 .forgot:hover, .pulldown h3 .login-return:hover, .pulldown h3 .update:hover, .pulldown h3 .cancel-update:hover, .pulldown h3 .change:hover, .pulldown h3 .account:hover {
  color: #FFF;
  text-decoration: none;
}

.login_box, .forgot_box, .account_box, .new_password_box {
  position: absolute;
  opacity: 0;
  transition: opacity .25s linear;
  width: 100%;
  z-index: -1;
}

/* -- https://www.leedsunitedtrust.com/wp-content/uploads/Screenshot-2019-02-22-at-17.15.43.png -- */

.login_box.visible, .forgot_box.visible, .account_box.visible, .new_password_box.visible {
  opacity: 1;
  transition: opacity .25s linear .25s;
  z-index: 100000;
  overflow: hidden;
  text-overflow: ellipsis;
}

.login_box, .new_password_box {
  top: calc((100vh - 272px - 10px) / 2);
}

.account_box {
  top: calc((100vh - 282px - 10px) / 2);
}

.forgot_box {
  top: calc((100vh - 193px - 10px) / 2);
}

.pulldown .login-field {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 20px 11px;
  outline: none !important;
  background: #FFF;
  color: #151515;
  border-radius: 4px;
  font-weight: 400;  
  margin-bottom: 24px;  
}

.close-pulldown {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #FFFFFF;
}

.close-pulldown:hover {
  color: #FFE221;
  cursor: pointer;
}

.pulldown .remember {
  float: left;
  color: #FFF; 
}

.pulldown .remember label {
  padding-left: 44px;
  height: 54px;
  display: inline-block;
  line-height: 54px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  cursor: pointer;
  position: relative; 
  font-weight: 300; 
}

.pulldown .remember label .overlay {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
}

.pulldown .remember label .overlay .fa-check {
  display: none;
}


.pulldown .remember label .overlay.tick .fa-check {
  display: block;
  line-height: 26px;
}

.pulldown .button {
  float: right;
}

.account_box .column, .board-info .column {
  width: calc(35% - 40px);
  margin-left: 40px;
  float: left;
  font-size: 16px;
}

.account_box div.column:first-of-type, .board-info div.column:first-of-type {
  width: 35%;
  margin: 0;
}

.account_box div.column:last-of-type, .board-info div.column:last-of-type  {
  width: calc(30% - 40px);
}

.account_box .column li {
  margin-bottom: 15px;
  padding-left: 0;
  color: #FFF;
  font-weight: 300;
}

.board-info h3 {
  color: #fff;
}

.account_box .column p, .board-info .column p {
  color: #FFF;
  font-weight: 300;
}

.account_box .column p.renewal-info {
  line-height: 135%;
}

.account_box .column li:before {
  content: none;
}

.account_box .column li:last-child, .account_box .column ul {
  margin-bottom: 0;
}

.account_box .column .field-title {
  width: 40%;
  display: block;
  height: 100%;
  float: left;
}

.account_box .column .field-value {
  width: 60%;
  display: block;
  float: left;
  position: relative;
}

.account_box .column .live, .account_box .column .update, .account_box .column .form-submit .update {
  opacity: 0;
  z-index: -1;
  transition: opacity .25s linear;
}

.account_box .column .update.visible, .account_box .column .live.visible, .account_box .column .form-submit .update.visible {
  opacity: 1;
  z-index: 10000000;
  transition: opacity .25s linear .25s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account_box .column .update {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.account_box .column .form-submit .update {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.account_box .column .update input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  outline: none !important;
  border-radius: 0px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #FFE221 !important;
  font-family: "Roboto" !important;
}

.account_box .column .form-submit {
  position: relative;
}

.account_box .column .form-submit .update-submit {
  float: left;
}

.account_box .column .field-value p {
  margin-bottom: 0;
  font-weight: 300;
}

.account_box .column .button {
  width: 100%;
  padding: 0 !important;
}

.account_box .column .button + .button {
  margin-top: 20px;
}

.account_box .future-trust {
  clear: both;
  margin-top: 40px;
}

.account_box .future-trust p {
  color: #FFF;
  font-weight: 300;
}

.account_box .future-trust .member {
  width: calc(25% - 7.5px);
  height: 170px;
  margin-right: 10px;
  border-radius: 10px;
  float: left;
  background-color: rgba(255,255,255,0.1);
  position: relative;
}

.account_box .future-trust .members div:nth-last-child(2) {
  margin-right: 0;
}

.account_box .future-trust .member .empty {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/wp-content/themes/lust/images/add-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  transition: background-size .175s ease-in-out;
  transition: opacity .25s ease-in-out;  
  opacity: 0;
  z-index: -1
}

.account_box .future-trust .member .empty.visible {
  transition: opacity .25s ease-in-out .25s;  
  opacity: 1;
  z-index: 1000000
}


.account_box .future-trust .member .empty:hover {
  background-size: 100px;
  cursor: pointer;
}

.account_box .future-trust .member .allocated {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 15px;
}

.account_box .future-trust .member .allocated .column {
  font-size: 14px;
}

.account_box .future-trust .member .allocated .column li {
  margin-bottom: 5px;
}

.account_box .future-trust .member .actions {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.account_box .future-trust .member .ft-add  {
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  z-index: -1;
  transition: opacity .25s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.account_box .future-trust .member .ft-add.visible {
  opacity: 1;
  z-index: 1000000;
}

.account_box .future-trust .member .ft-add a {
  color: #FFE120;
  font-weight: 300;
  font-size: 14px;
}

.account_box .future-trust .member .ft-add a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.account_box .future-trust .member .visible {
  display: block;
}

.update.link, .change.link, .cancel-update {
  opacity: 0;
  transition: opacity: .25s ease-in-out;
  z-index: -1;
}

.update.link.visible, .change.link.visible, .cancel-update.visible {
  opacity: 1;
  z-index: 1000000;
}

/* Ajax Login Messages */

.profilepress-login-status {
  display: none;
}

/* Return To Top Button */

.return_top {  
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  background-color: #005aa2;
  color: #FFF;
  line-height: 50px;  
  text-align: center;
  font-family: FontAwesome;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);  
  opacity: 0;
  transition: opacity, .25s ease-in-out;
}

.return_top.visible {
  opacity: 1;
}

.return_top:hover {
  cursor: pointer;
  color: #FFF;
}

.stripe_separator {
  width: 100%;
  height: 10px;
  background-image: url('/wp-content/uploads/stripes.png');
}

.bloglogo video {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;  
}

/* Social Icons */

.social-icons {
  float: right;
  margin: 11px 0 11px 16px;
}

.social-icons a {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  display: block;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  overflow: hidden;
}

.social-icons a.twitter {
  background-color: #00aced;
}

.social-icons a.facebook {
  background-color: #3b5998;
}

.social-icons a.instagram {
  /*background: #transparent;*/
  margin-bottom: 0;
  position: relative;
}

.social-icons a.instagram:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;  
  top: 0;
  left: 0;
  background-image: url('/wp-content/themes/lust/assets/instagram-bg.png');
  background-size: cover;  
  opacity: 1;
  transition: opacity .25s ease;
}

.social-icons a.instagram i {
  position: relative;
  z-index: 1;
}

.social-icons a:hover {
  background-color: #FFF;
}

.social-icons a.twitter:hover {
  color: #00aced;
}

.social-icons a.facebook:hover {
  color: #3b5998;
}

.social-icons a.instagram:hover {
  color: #f56040;
  transition: background-color 0s;
}

.social-icons a.instagram:hover:after {
  opacity: 0;
}

/* Special Menu Items */

#menu-item-1890, #menu-item-1880, #menu-item-logout {
  background-color: #005aa2;  
  display: none!important; /*OVERRIDE*/
}

#menu-item-1890 a:before, #menu-item-1880 a:before, #menu-item-logout a:before {
  background-color: #FFE221;
}

#menu-item-1890 a:before:hover, #menu-item-1880 a:before:hover, #menu-item-logout a:before:hover {
  cursor: pointer;
}

#menu-item-1890 a:hover span, #menu-item-1880 a:hover span, #menu-item-logout a:hover span {
  color: #005aa2;
}

.stm-header .stm-header-inner.inner-page {
  background-color: #2b3445;
  height: 85px;
}

.stm-main-menu-unit {
  height: 70px;
  overflow: hidden;
}

.stm-next-match-title, 
.stm-next-match-prev.disabled .fa, 
.stm-next-match-next.disabled .fa, 
.stm-next-match-controls .stm-next-match-pagination,
.stm-next-match-controls .stm-next-match-pagination .current {
  color: #fff;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-matches_bg {
  opacity: 1 !important;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

.stm-next-match-prev .fa, 
.stm-next-match-next .fa,
.stm-honorary-prev, 
.stm-honorary-next,
.stm-board-prev, 
.stm-board-next,
.widget-wrapper .widget-title h6 {
  color: #FFE221;
}

ul#menu-widget-menu li {
  font-weight: 300;
}

ul#menu-widget-menu li:before {
  background-color: #FFE221;
}

.widget_recent_entries ul li a {
  font-weight: 300;
  letter-spacing: 0px
}

.widget_contacts ul li {
  font-weight: 300;
}

.footer-widgets-wrapper .stm-cols-4 {
  margin-bottom: 30px;
}

.stm-single-league-title_box, .stm-next-match-title, .sp-table-caption {
  margin-bottom: 0;
}

.stm-next-match-units, .sp-table-wrapper {
  margin-top: 30px;
}

.stm-single-league {
  padding: 0;
}

.stm-next-match-units .stm-next-match-unit {
  background-color: transparent;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time {
  padding: 13px 0;
}

.stm-next-match-controls {
  padding: 8px 0;
} 

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-matches_bg {
  opacity: 0.5;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents-units {
  padding-top: 54px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
  padding-bottom: 44px;
}

.wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
}

.sp-league-table .has-logo img {
  margin-right: 1em;
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
  width: 150px;
}

.sbi_photo {
  height: 150px !important;
}

#sb_instagram #sbi_images {
  width: 1950px;
  margin-left: -20px;
  height: 150px;
  overflow: hidden;
}

.stm-price-plan {
  padding-bottom: 30px;
  box-shadow: none;
  border: 1px solid #dedede;
  box-sizing: border-box;  
}

.stm-price-plan header {
  background-color: #005aa2;
}

.stm-price-plan .body {
  padding: 25px 20px 5px 20px;
  min-height: 255px;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.stm-price-plan .badge {
  font-size: 13px;
}

.trust-text p {
  font-weight: 300;
  color: #666;
}

.stm-contacts .stm-single-contact .contact-value {
  letter-spacing: 0px;
}

.stm-contacts .stm-single-contact .contact-label {
  width: 46px;
}

.stm-contact-info .subtitle {
  margin-bottom: 5px;
}

.stm-footer-image .inner {
  padding-top: 5px;
}

.stm-text span {
  color: #FFE221;
}

input[type="submit"]:hover, button:hover, .button:hover {
  background: #FFF !important;
}

.tp-caption .button.btn-md:hover {
  color: #005aa2 !important;
}

.add-to-basket {
  width: 172px;
  margin: auto;
}

.add-to-basket.after, .add-to-basket.after:before {
  background-color: #FFE221;
  color: #005aa2;
}

.add-to-basket:hover {
  cursor: pointer;
}

.add-to-basket.during, .add-to-basket.after {
  display: none;
}

input[type="submit"].btn-md, button.btn-md, .button.btn-md {
    padding: 0;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

/* Top Banner / Video Background CSS */

.banner-wrapper {
  width: 100vw;
  height: calc(100vh - 100px);
}

.banner-background, .banner-foreground {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.banner-background {
  right: 0;
}

.banner-background video, .banner-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-overlay {
  z-index: 2;
  background-image: url('/wp-content/themes/lust/assets/black-criss-cross.png');
  background-repeat: repeat;
  height: 100%;
}

.banner-foreground {
  width: 1480px;
  background-image: url('/wp-content/themes/lust/assets/slider.png');
  background-size: cover;
  z-index: 3;
}

.banner-container {
  position: relative;
  height: 100%;
  z-index: 4;
}

.slider-title, .slider-description, .slider-btn {
  position: absolute;
  left: 25px;  
}

.slider-title {
  top: 310px;
}

.slider-description {
  top: 380px;
}

.slider-btn {
  top: 440px;
}

.start-animation {
  opacity: 0;
  margin-top: -50px;
  -moz-transition: opacity 1.0s, margin-top 1.0s;
  -webkit-transition: opacity 1.0s, margin-top 1.0s;
  -o-transition: opacity 1.0s, margin-top 1.0s;
  transition: opacity 1.0s, margin-top 1.0s;
}

.loaded > .start-animation {
  opacity: 1;
  margin-top: 0px;
}

.upcoming-games h3 {
  color: #FFF;
}

[name="next-match-rand-2"] .stm-next-match-unit, [name="next-match-rand-3"] .stm-next-match-unit {
  background: transparent !important;
}

.footer-widgets-wrapper .textwidget {
  font-size: 12px;
  letter-spacing: -0.25px;
}

.widget_recent_entries ul li {
  margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.menu-widget-menu-container li {
  width: 100%;
}

.widget_contacts ul li a {
  color: #FFF;
}

.footer-widgets-wrapper li a:hover, .widget_contacts ul li a:hover {
  color: #FFE221; 
}

.widget_contacts ul li .icon {
  opacity: 1;
  color: #FFE221; 
}

.widget_contacts ul li.widget_contacts_address .text {
  opacity: 1;
}

/* Away Day Info */

.venue-address {
  padding: 13px 0;
  background-color: #005aa2;
}

.venue-address-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Roboto Condensed";
}

.google-map-venue {
  width: 100%; 
  height: 300px;
}

.away-day-info {
  font-size: 12px;
  line-height: 150%;
  color: #535353;
}

.away-day-info div {
  padding: 30px 30px 30px 120px;
  position: relative;
}

.no-info {
  padding-left: 30px !important;
}

.away-day-info div:nth-child(odd) {
  background-color: #f2f2f2;
}

.away-day-info div:nth-child(even) {
  background-color: #e8e8e8;
}

.away-day-info i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 60px;
}

/* Owl Carousel Transitions */

@keyframes awayday_in {
  0% {
    opacity: 0;
    max-height: 0px;
    margin-top: 0px;
  }
  66%  {
    opacity: 0;
    max-height: 5000px;
    margin-top: 30px;
  }
  100% {
    opacity: 1;    
    max-height: 5000px;
    margin-top: 30px;
  }
}

@keyframes awayday_out {
  0% {
    opacity: 1;
    max-height: 5000px;
    margin-top: 30px;
  }
  33%  {
    opacity: 0;
    max-height: 5000px;
    margin-top: 30px;
  }
  100% {
    opacity: 0;
    max-height: 0px;
    margin-top: 0px;
  }
}

.away-day-wrapper {
  overflow: hidden;
}

.away-day-wrapper[data-fixture="home"] {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  animation-name: awayday_out;
  animation-duration: 1s;
} 

.away-day-wrapper[data-fixture="away"] {
  margin-top: 30px;
  max-height: 5000px;
  opacity: 1;
  animation-name: awayday_in;
  animation-duration: 1s;    
}

.away-day-wrapper [data-id="next-match-rand-3"] .owl-stage {
  overflow: hidden;
}

.away-day-wrapper[data-fixture="away"][data-info="none"] [data-id="next-match-rand-3"] .owl-stage {
    max-height: 78px;
}

.away-day-wrapper[data-fixture="away"][data-info="yes"] [data-id="next-match-rand-3"] .owl-stage {
    max-height: 5000px;
}

.away-day-wrapper[data-fixture="home"][data-fixture-previous="away"] [data-id="next-match-rand-2"] .owl-stage,
.away-day-wrapper[data-fixture="home"][data-fixture-previous="away"] [data-id="next-match-rand-3"] .owl-stage {
  transition-duration: 0s !important;
}

.away-day-wrapper[data-fixture="away"][data-fixture-previous="away"] [data-id="next-match-rand-2"] .owl-stage,
.away-day-wrapper[data-fixture="away"][data-fixture-previous="away"] [data-id="next-match-rand-3"] .owl-stage {
  transition-duration: 0.25s !important;
}

.away-day-wrapper[data-fixture="away"][data-fixture-previous="home"] [data-id="next-match-rand-2"] .owl-stage,
.away-day-wrapper[data-fixture="away"][data-fixture-previous="home"] [data-id="next-match-rand-3"] .owl-stage { 
  transition-delay: 0.25s !important;
  transition-duration: 0s !important;
}

/* News Loop Changes */

.readmore {
  margin-top: 10px;
}

a .readmore {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
}

a:hover .readmore {
  color: #005aa2;
}

.stm-plus:before, .stm-plus:after {
  display: none !important;
}

.stm-plus {
  text-align: center;
}

.stm-plus .fa-link {
  font-size: 24px;
  line-height: 76px;
  color: #FFF;
}

.single-post-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
  transform: scale(1.0);
  transition: all .25s;
}

a:hover .single-post-image {
  transform: scale(1.05);
}

/* Visual Composer Changes */

.social-row .vc_column-inner, .instagram-row .vc_column-inner, .erbg-row .vc_column-inner {
  padding: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.stm-price-plan-unit {
  padding-bottom: 0px !important;
}

.stm-news-tabs-wrapper .stm-single-post-loop, .stm-single-post-loop .content p {
  margin-bottom: 0;
}

.stm-footer-image {
  height: 400px;
}

/* Google Maps CSS */

.gmnoprint a, .gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.gm-style-cc:last-child {
    display: none !important;
}

a[title="Report errors in the road map or imagery to Google"], a[title="Click to see this area on Google Maps"] {
    display: none !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}

/* Honorary Members */

.stm-honorary-members {
  margin-top: 30px;
}

.owl-item .stm-honorary-member img {
  height: 215px;
}

.stm-honorary-title {
  display: inline;
  color: #FFF;
  margin-right: 45px;
}

.stm-name-role {
  background-color: #005aa2;
  padding: 13px 0;
  color: #fff;
}

.stm-name-role p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Roboto Condensed";    
}

.stm-name-role p + p {
  font-weight: 200;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.stm-honorary-controls {
  overflow: hidden;
  padding-top: 8px;
  display: inline;  
}

.stm-honorary-controls .stm-honorary-next,
.stm-honorary-controls .stm-honorary-pagination,
.stm-honorary-controls .stm-honorary-prev {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; 
}

.stm-honorary-controls .stm-honorary-prev,
.stm-honorary-controls .stm-honorary-next {
  font-size: 24px;
  line-height: 38px;
  cursor: pointer; 
}

.stm-honorary-controls .stm-honorary-prev.disabled,
.stm-honorary-controls .stm-honorary-next.disabled {
  color: #cacaca;
  cursor: not-allowed; 
}

.stm-honorary-controls .stm-honorary-prev {
  padding-right: 25px;
}

.stm-honorary-controls .stm-honorary-next {
  padding-left: 25px;
}

.stm-honorary-controls .stm-honorary-pagination {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #cacaca;
  letter-spacing: 4px;
}

/* Honorary Members */

.stm-board-members {
  margin-top: 30px;
}

.owl-item .stm-board-member img {
  height: 215px;
}

.stm-board-title {
  display: inline;
  color: #FFF;
  margin-right: 45px;
}

.stm-name-role {
  background-color: #005aa2;
  padding: 13px 0;
  color: #fff;
}

.stm-name-role p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Roboto Condensed";    
}

.stm-name-role p + p {
  font-weight: 200;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.stm-board-controls {
  overflow: hidden;
  padding-top: 8px;
  display: inline;  
}

.stm-board-controls .stm-board-next,
.stm-board-controls .stm-board-pagination,
.stm-board-controls .stm-board-prev {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; 
}

.stm-board-controls .stm-board-prev,
.stm-board-controls .stm-board-next {
  font-size: 24px;
  line-height: 38px;
  cursor: pointer; 
}

.stm-board-controls .stm-board-prev.disabled,
.stm-board-controls .stm-board-next.disabled {
  color: #cacaca;
  cursor: not-allowed; 
}

.stm-board-controls .stm-board-prev {
  padding-right: 25px;
}

.stm-board-controls .stm-board-next {
  padding-left: 25px;
}

.stm-board-controls .stm-board-pagination {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #cacaca;
  letter-spacing: 4px;
}

/* Checkout */

.woocommerce-checkout #main + .container {
  padding: 60px 0;
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: 48%;
}

.col-2 #order_review_heading, .col-2 #future_trust_heading, #your_details_heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.select2-container {
  font-family: "Roboto Condensed";
}

#billing_company_field, #billing_phone_field {
  display: none;
}

#billing_first_name_field, #billing_last_name_field {
  width: 48%;
}

#billing_first_name_field{
  float: left;
}

#billing_last_name_field {
  float: right;
}

.woocommerce-checkout-review-order-table th.product-name, .shop_table_responsive.cart th.product-name {
  width: 350px;
}

.woocommerce-checkout .stm-title-box-unit {
  padding-bottom: 20px;
  padding-top: 0px;
}

.woocommerce-error li {
  text-align: center;
  width: 100%;
  line-height: 40px;
  background-color: #005aa2;
  font-weight: 300;
  border-radius: 5px;  
  color: #FFF;
}

.payment_box {
  display: none !important;
}

.payment_methods > li {
  line-height: 34px;
}

.payment_methods > li > label:before {
  float: left;
  display: inline-block;
  height: 34px;
  margin-right: 10px;
}

#payment_heading {
  margin: 54px 0 30px 0;
}

.col-2 #payment_heading {
  margin: 30px 0 20px 0;  
}

.payment_method_stripe img {
  display: none;
}

.wc_payment_methods li input[type="radio"] {
  top: 1px;
  margin-right: 10px;
}

li >label[for=payment_method_stripe]:before {
    content: url('/wp-content/themes/lust/images/stripe.png');
}

li >label[for=payment_method_paypal]:before {
    content: url('/wp-content/themes/lust/images/paypal.png');
}

#account_username_field {
}

.checkout-text {
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 14px;
}

.checkout-header {
  margin-left: 5px; 
  margin-right: 5px; 
  margin-top: 35px;
}

/* News Articles */

.stm-default-page {
  padding: 60px 0;
}

.stm-single-post .post-thumbnail img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 50px auto; 
}

.stm-single-post h2, .stm-single-post h3, .stm-single-post h4, .woocommerce-checkout h2 {
  text-transform: uppercase;
  letter-spacing: 0;  
}

.stm-single-post h2, .woocommerce-checkout h2 {
  color: #005aa2;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.woocommerce-checkout h2 {
  margin-bottom: 40px;
}

.first-payment-date {
  display: none;
}

.checkout-renewal-info, .refund-info {
  margin: 25px 0 20px 0;
}

.order-information + .order-information {
  display: none;
}

.stm-single-post h3, .woocommerce-checkout h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;
}

.stm-single-post h4, .woocommerce-checkout h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.stm-single-post p {
  margin-bottom: 20px;
}

.stm-single-post p:last-of-type, .post-content, .woocommerce .col-1 p:last-of-type {
  margin: 0;
}

.stm-single-post ul {
  margin: 0 0 20px 20px;
}

.stm-single-post p + h3, .stm-single-post ul + h3  {
  margin-top: 50px;
}

.stm-single-post p + h4, .stm-single-post ul + h4 {
  margin-top: 40px;
}

.stm-single-post-loop a .image {
  width: 360px;
  height: 200px;
}

.stm-single-post-loop .title.heading-font {
  height: 24px;
  overflow: hidden;
}

.stm-single-post-loop .content {
  height: 60px;
  overflow: hidden;
}

.soundcloud-embed {
  width: 500px;
  margin: 0 auto 25px auto;
}

.shop-section, .shop-stripe, .logged-in .slider-btn {
  display: none;
}

.logged-in .shop-section, .logged-in .shop-stripe {
  display: block;
}

.logged-in .logged-out-call-to-action, .logged-in-call-to-action {
  display: none;
}

.logged-in .logged-in-call-to-action {
  display: block;
}



/* Order Received Page */

table thead tr th.product-total, table tbody tr td.product-total, table tfoot tr td.table-value {
  padding: 13px 0 !important;
  text-align: center;  
}

.woocommerce-order-received .container > h2 {
  display: none;
}

.woocommerce-order-details {
  margin-top: 35px;
}

.order_details {
  margin-bottom: 0;
}

.woocommerce-order-details h3, .checkout h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;  
}

tfoot .woocommerce-Price-amount.amount {
  color: #005aa2;
  font-weight: 700;
}

.row-3 .col-md-4:nth-child(n+4) {
  margin-top: 25px;
}

.products .product {
  width: 100%;
}

.stm-product-content-image {
  width: 300px !important;
  float: left;
  margin-right: 30px;
}

.stm-product-content-image:before {
  display: none !important;
}

.stm-product-info {
  width: calc(100% - 300px - 30px);
  float: left;
}

.stm-product-info .meta {
  margin-bottom: 20px;
}

.product .clearfix{
  margin-top: 0 !important;
}

.stm-single-product-loop .stm-product-content-loop-inner {
  margin-bottom: 0;
}

.stm-single-product-loop + .stm-single-product-loop {
  margin-top: 30px !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {  
  opacity: 1;
}

.stm-product-info .quantity {
  width: 85px;
  float: left;
  height: 45px;
  margin-right: 15px;
}

.stm-product-info .button_unit {
  float: left;
}

.stm-product-info h5 {
  margin-top: -10px;
  margin-bottom: 15px;
  font-weight: 300;
}

.stm-contact-info h5 {
  text-transform: uppercase;
}

.stm-board-members .owl-stage-outer {
  margin-left: -20px;
  padding-right: 20px;
  background-color: transparent;
}

.stm-board-members .owl-item + .owl-item {
   padding-left: 20px;
}

.owl-item:hover {
  cursor: pointer;
}

.stm-board-member {
  position: relative;
}

.stm-board-member .more {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  color: #fff;
  background-color: #005aa2;
  z-index: 10;
}

.owl-carousel {
  overflow: hidden;
}

/* Board Member Info */

.board-info-section {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005aa2;
  z-index: 2 !important;
  transform: translateY(-100%);
  transition: transform 1s ease-in-out;
}

.board-info-section.visible {
  transform: translateY(0%);
}

.board-info-section .stripe-separator {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url('/wp-content/uploads/stripes.png');
}

.board-info {
  display: flex;
  align-items: center;
}

.board-info p {
  font-size: 12px;
  margin-bottom: 10px;
}

.board-info a {
  color: #fff;
}

.board-info a:hover {
  color: #ffe221;
}

.sbi_loader {
  display: none;
}

/* Temp Changes */

.future-trust {display: none;}

/* Mobile Friendlyness */

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-background {
    width: 700px;
  }
  .banner-foreground {
    right: calc(100% - 900px);
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .banner-background {
    width: 800px;
  }
  .banner-foreground {
    right: calc(100% - 850px);
  }
}

@media (min-width: 1300px) {
  .banner-background {
    width: 850px;
  }
  .banner-foreground {
    right: calc(100% - 1050px);
  }
}

@media (min-width: 1550px) {
  .banner-background {
    width: 950px;
  }  
  .banner-foreground {
    right: calc(100% - 1150px);
  }
}

@media (min-width: 1800px) {
  .banner-background {
    width: 1050px;
  }
  .banner-foreground {
    right: calc(100% - 1250px);
  }
}

@media (max-width: 1200px) {
  .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
    padding: 0 15px;
    font-size: 14px;
  }
  .pulldown .inner {
    width: 100% !important;
    padding: 0 20px;
    overflow-y: scroll;  
  }
  .pulldown .inner > div {
    position: relative;
  }
  .account_box .column .field-title {
    width: 40%;
  }
  .account_box .column .field-value {
    width: 50%;
  }
  .account_box .future-trust .member {
    width: 100%;
    margin-bottom: 15px;
  }
  .pulldown .inner .update-details .column {
    width: 100%;
  }
  .pulldown .inner .update-details .column + .column {
    margin-top: 15px;
  }
  .pulldown .account-actions, .pulldown .update.visible {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .stm-header-inner {
    display: none;
  }
  .stm-transparent-header .stm-header-mobile {
    z-index: 10; 
    display: block; 
    position: absolute;
    width: 100%;
    top: 0;      
  }
  .stm-product-content-image, .stm-product-info {
    width: 100% !important;
    float: none;
  }
  .stm-product-content-image {
    margin-bottom: 20px;
  }
  .stm-product-info h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .slider-title {
    left: calc((100% - 485px) /2);
  }
  .slider-description {
    left: calc((100% - 512px) /2);
  }  
  .slider-btn {
    left: calc((100% - 253px)/2);
  }
}

@media (max-width: 414px) {
  .slider-title {
    font-size: 35px !important;
    letter-spacing: 0px;
    left: calc((100% - 310px) /2);
  }
  .slider-description {
    font-size: 22px;
    letter-spacing: 0px;    
    left: calc((100% - 340px) /2);
  }  
  .slider-btn {
    left: calc((100% - 253px)/2);
  }
  .sp-table-caption {
    margin-top: 30px;
  }
  .stm-next-match-title, .stm-next-match-controls {
    display: inline;
  }
  .stm-next-match-controls {
    line-height: 36px;
  }
  .venue-address-header {
    font-size: 12px;
    padding: 0 10px;    
  }
  .stm-price-plan-unit, .category-all-news, .stm-contact-info {
    margin-bottom: 25px !important;
  }
  .honorary-members, .honorary-members-stripe, .stm-media-tabs-nav {
    display: none;
  }
  .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
    width: 100%;
    padding: 0 20px;
  }
  .woocommerce-checkout .col-2 {
    margin-top: 30px;
  }
  .woocommerce-checkout .customer_details tfoot th, .order_details tfoot th, .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 15px !important;
  }
}

/* -- ADDED STYLES -- */

@font-face {
  font-family: 'Quantify';
  src: url('fonts/Quantify.woff2') format('woff2'),
      url('fonts/Quantify.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'archia';
  font-weight: 100;
  src:  url('fonts/archia-thin.woff2') format('woff2'),
      url('fonts/archia-thin.woff') format('woff');
}

@font-face {
  font-family: 'archia';
  font-weight: 200;
  src:  url('fonts/archia-light.woff2') format('woff2'),
      url('fonts/archia-light.woff') format('woff');
}

@font-face {
  font-family: 'archia';
  font-weight: 300;
  src:  url('fonts/archia-regular.woff2') format('woff2'),
      url('fonts/archia-regular.woff') format('woff');
}

@font-face {
  font-family: 'archia';
  font-weight: 400;
  src:  url('fonts/archia-medium.woff2') format('woff2'),
      url('fonts/archia-medium.woff') format('woff');
}

@font-face {
  font-family: 'archia';
  font-weight: 500;
  src:  url('fonts/archia-semibold.woff2') format('woff2'),
      url('fonts/archia-semibold.woff') format('woff');
}

@font-face {
  font-family: 'archia';
  font-weight: bold;
  src:  url('fonts/archia-bold.woff2') format('woff2'),
      url('fonts/archia-bold.woff') format('woff');
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-MediumItalic.woff2') format('woff2'),
      url('fonts/Metropolis-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis Semi';
  src: url('fonts/fonts/Metropolis-SemiBold.woff2') format('woff2'),
      url('fonts/fonts/Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Medium.woff2') format('woff2'),
      url('fonts/Metropolis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-ThinItalic.woff2') format('woff2'),
      url('fonts/Metropolis-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-BoldItalic.woff2') format('woff2'),
      url('fonts/Metropolis-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-LightItalic.woff2') format('woff2'),
      url('fonts/Metropolis-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Thin.woff2') format('woff2'),
      url('fonts/Metropolis-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Black.woff2') format('woff2'),
      url('fonts/Metropolis-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url('fonts/Metropolis-ExtraBold.woff2') format('woff2'),
      url('fonts/Metropolis-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url('fonts/Metropolis-ExtraBoldItalic.woff2') format('woff2'),
      url('fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-BlackItalic.woff2') format('woff2'),
      url('fonts/Metropolis-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Regular.woff2') format('woff2'),
      url('fonts/Metropolis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-RegularItalic.woff2') format('woff2'),
      url('fonts/Metropolis-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis Semi';
  src: url('fonts/Metropolis-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/Metropolis-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Bold.woff2') format('woff2'),
      url('fonts/Metropolis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Light.woff2') format('woff2'),
      url('fonts/Metropolis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url('fonts/Metropolis-ExtraLightItalic.woff2') format('woff2'),
      url('fonts/Metropolis-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url('fonts/Metropolis-ExtraLight.woff2') format('woff2'),
      url('fonts/Metropolis-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-UltraLightItalic.woff2') format('woff2'),
      url('fonts/Aileron-UltraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-LightItalic.woff2') format('woff2'),
      url('fonts/Aileron-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Regular.woff2') format('woff2'),
      url('fonts/Aileron-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Bold.woff2') format('woff2'),
      url('fonts/Aileron-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-BoldItalic.woff2') format('woff2'),
      url('fonts/Aileron-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-UltraLight.woff2') format('woff2'),
      url('fonts/Aileron-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-ThinItalic.woff2') format('woff2'),
      url('fonts/Aileron-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Thin.woff2') format('woff2'),
      url('fonts/Aileron-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-SemiBold.woff2') format('woff2'),
      url('fonts/Aileron-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-HeavyItalic.woff2') format('woff2'),
      url('fonts/Aileron-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/Aileron-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Black.woff2') format('woff2'),
      url('fonts/Aileron-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Heavy.woff2') format('woff2'),
      url('fonts/Aileron-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Light.woff2') format('woff2'),
      url('fonts/Aileron-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-BlackItalic.woff2') format('woff2'),
      url('fonts/Aileron-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Aileron';
  src: url('fonts/Aileron-Italic.woff2') format('woff2'),
      url('fonts/Aileron-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}



#lust_header_new {
  background-color: #2b3445;
}

#lust_header_container {
  background-color: #2b3445;
  /* padding-top: 20px; */
  padding-bottom: 20px;
  position: relative;
}

.lust_header {
  padding: 10px 16px;
  background-color: #2b3445;
  color: #f1f1f1;
}


#lust_logo_header {
  height: 87px
}

.title_font {
  color: #fff;
  font-family: 'Quantify';
  font-weight: normal;
  font-style: normal;
  /* padding-top: 60px; */
  font-size: calc(8px + 6 * ((100vw - 320px) / 680));
  /* margin-left: calc(20px + 6 * ((100vw - 320px) / 680)); */
  /* padding-top: calc(20px + 6 * ((100vw - 320px) / 680)); */
}

#header_title span {
  color: #fee11d;
}

#lust_spash {
  background-color: #2b3445;
  height: -webkit-fill-available;
}

#splash_text {
  font-family: 'archia', sans-serif;
  font-weight: 500;
  color: #fff;
  padding-top: 25vh;
  font-size: 50px;
  line-height: 85px;
  text-align: center;
  background-color: #2b3445;
}

#header_sub_tagline {
  color: #fff;
  margin-left: calc(40px + 6 * ((100vw - 320px) / 680));
  font-weight: 400;
  text-align: center;
  font-family: 'Aileron';
  font-weight: 300;
  font-style: normal;
  width: calc(500px + 6 * ((100vw - 320px) / 680));
  margin: 0 auto;
  margin-top: -50px;
}

.menu_options {
  font-family: 'archia', sans-serif;
  font-weight:500;
  color: #fff;
  float: right;
  /* margin-right: 87px; */
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  /* padding-top: 26px; */
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 0; */
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;
}

.menu_option {
  margin-left: 10px;
  margin-right: 10px;
}

.selected{
  color:#fde114;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 4px;
}

#title {
  height: 150px;
  font-size: 100px;
}

#join_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#join_button {
  margin-top: 60px;
  font-family: 'archia', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 25px;
  border-style: solid;
  border-width: 3px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  transition:.5s;
}

#join_button:hover {
    color: #fee11d;
}

#wrapper {
  min-height: 0px!important;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 45; 
}

.stm-header .stm-main-menu .stm-main-menu-unit {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  text-align: right;
  background: rgb(43, 52, 69);
}

.stm-header.stm-transparent-header.stm-header-fixed .stm-header-inner {
  min-height: 100px;
  padding: 10px 0;
  background: #2b3445;
  position: fixed;
}

.stm-header .stm-header-inner.inner-page {
  background-color: #2b3445;
  height: 150px;
}

.stm-default-page {
  padding: 60px 0;
  min-height: 100vh;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
  #splash_text {
    font-family: 'archia', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-top: 28vh;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    background-color: #2b3445;
  }

  #title {
    height: 140px;
    font-size: 60px;
  }

  #header_sub_tagline {
    color: #fff;
    margin-left: calc(40px + 6 * ((100vw - 320px) / 680));
    font-weight: 400;
    text-align: center;
    font-family: 'Aileron';
    font-weight: 300;
    font-style: normal;
    width: calc(300px + 6 * ((100vw - 320px) / 680));
    margin: 0 auto;
    margin-top: -50px;
    font-size: 13px;
    line-height: 16px;
}

#join_button {
  margin-top: 60px;
  font-family: 'archia', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  transition: .5s;
}
}
  
  /* Smartphones (landscape) ----------- */
  @media only screen and (min-width : 321px) {
  /* Styles */
  }

.stm-transparent-header .stm-header-mobile {
    background-color: rgb(43, 52, 69);
}

.stm-header.stm-non-transparent-header.stm-header-fixed .stm-header-inner {
  background: #2b3445;
}

.stm-header-fixed-mode {
   min-height: 160px!important;
   background-color: #2b3445!important;
}

.stm-header-fixed {
  min-height: 160px!important;
  background-color: #2b3445!important;
}

.stm-single-post h2, .woocommerce-checkout h2 {
  color: #2b3445;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.pulldown {
  display: none!important;
}

.stm-price-plan header {
  background-color: #2b3445;
  color: #eed423;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.stm-price-plan {
  padding-bottom: 30px;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 20px;
}

.stm-price-plan header .title {
  margin: 10px 0 22px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #eed423;
  font-weight: 700;
}

.stm-price-plan header .price-label {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 55px;
}

.stm-price-plan {
  padding-bottom: 30px;
  box-shadow: none;
  border: 0px solid #dedede;
  box-sizing: border-box;
}

input[type="submit"]:before, button:before, .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eed423;
  z-index: -1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

input[type="submit"]:before, button:before, .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b3445;
  z-index: -1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stm-single-post-loop a .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-radius: 10px;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
  color: #fde114;
  border-color: #2b3445;
  background-color: transparent;
  border-radius: 10px;
  background-color: #2b3445;
}

.stm-media-tabs .stm-media-tabs-nav ul {
  font-size: 0;
  display: none;
}

.stm-name-role {
  background-color: #eed423;
  padding: 13px 0;
  color: #2b3445;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  border-radius: 10px;
}

.logged-out-call-to-action {
  display: none;
}

.return_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  background-color: #eed423;
  color: #2b3445;
  line-height: 50px;
  text-align: center;
  font-family: FontAwesome;
  opacity: 0;
  transition: opacity, .25s ease-in-out;
}

.return_top.visible {
    opacity: 1;
    display: none;
}

.order-status {
	display: none;
}
