/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'proximanova';
    src: url('fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.site-footer {
  margin-top: auto;
}
.nav-float-right #site-navigation {
    margin-left: unset !important;
}
.separate-containers .site-main {
    margin: 0px !important;
}
.menu-bar-items, .pmprolevel3 .subscribemenu {
    display: none !important;
}
@media (min-width: 1600px) {
	.cpadding20 {
		padding-top: 20px;
	}
}
@media (max-width: 1024px) {
	.marquee {
		background-image: unset !important;
	}
}
.full-width-content .container.grid-container, .video .container.grid-container {
    max-width: unset;
    width: 100%;
}
.scrollbar::-webkit-scrollbar {
  display: none;
}
.scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.jet-filter+.jet-filter {
    margin-top: 0px !Important;
}
.pmpro_login_wrap, input#user_login, input#user_pass, input#wp-submit, div.nsl-container, .nsl-container-buttons, div#pmpro_account {
	width: 100%;
	max-width: 100% !important;
}
#pmpro_account h2, #pmpro_form h2, #pmpro_form h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px !important;
}
#pmpro_account .pmpro_box {
	border: none !important;
}
.marquee {
  animation: marquee 100s infinite linear;
}

@keyframes marquee {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}
.fixed {
	position: fixed !important;
	width: 100%;
	bottom: 0;
}
ul.jet-slick-dots {
    position: absolute !important;
    top: -29px;
    justify-content: end !important;
    right: 8px;
}
.ucover img {
    width: 100%;
}
.jet-form-block.subscribeform {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--pink);
}
.jet-form-row {
    padding: 0;
}
.pmpro-levels input#bemail {
    border: none;
    text-align: center;
}


.now-playing-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    pointer-events: none;
}

.gb-loop-item.now-playing {
    opacity: 0.8;
}
.hidecontrol {
    transition: opacity 0.25s ease;
}
.autohide {
    opacity: 0;
    pointer-events: none;
}
.no-video {
    display: none !important;
}