.cosmos-rangeslider > input {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 6px; /* Specified height */
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 1; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #f7f7f700 !important;
    border: 2px solid #ffffff !important;
    color: white !important;
}

select {
	color: white !important;
    /* background: #0a0a0a !important; */
    border: 2px solid white !important;
}
select > option {
	color: #0a0a0a !important;
}

#hamburger-menu {
	top: 71px;
}

.wp-block-cgb-block-fec-hamburger-menu {
	top: 13px;
}

.nf-form-content .nf-field-container .field-wrap {
	/* margin-bottom: 20px !important; */
}

.nf-form-content .nf-field-container .field-wrap,
.nf-field-container {
	margin-bottom: 20px !important;
}



.cos_slider_next
{
	position: absolute;
    right: -80px;
    top: calc(50% - 20px);
    height: 40px;
    z-index: 500;
    width: 40px;
}

.cos_slider_prev
{
	position: absolute;
    left: -80px;
    top: calc(50% - 20px);
    height: 40px;
    z-index: 500;
    width: 40px;
}

@media(max-width: 1200px)
{
	.cos_slider_next
	{
		right: 0px;
		top: -50px;
	}

	.cos_slider_prev
	{
		left: 0px;
		top: -50px;
	}
}


.cos_slider_next:hover, .cos_slider_prev:hover
{
	cursor: pointer;
}


.sc_form_textarea {
	width: 100%;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px;
}

@media(max-width: 800px)
{
	section.soundcheck_mobilesection > .overlay > .content
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.cosmos-rangeslider {
	position: relative;
	overflow: visible !important;
}

.cosmos-rangeslider > div.notches
{
	position: absolute;
	top: 0px;
	left: 7px;
    width: calc(100% - 14px);
	height: 100%;
	z-index: -10;
}

.cosmos-rangeslider > div.notches > div.notch {
	position: absolute;
    top: 0px;
    height: 10px;
    width: 2px;
    background-color: #898989;
}

.cosmos-rangeslider > div.notches > div.notch.tall {
    top: -1px;
    height: 30px;
}

#nf-form-20-cont
{
	/* display: none; */
}

.simple-box.sc_hideform
{
	opacity: 0.5;
}