/*******************************************************
 *
 * Monthly Raffle
 *
 *******************************************************/

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: #000;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	opacity: 0.4;
}

#main-contact {
	display: none;
}

#inner-page-wrapper {
	margin-bottom: 0 !important;
	padding: 20px 0 134px;
}

#content-full .hfeed > #breadcrumbs {
	display: none;
}

.raffle-content p {
	color: #fff;
  line-height: 24px;
  letter-spacing: 0.02em;
	font-weight: 500;
}

.raffle-content p#breadcrumbs {
	font-weight: normal;
}

.raffle-content {
    width: 100%;
    position: relative;
    z-index: 2;
	margin: 0 auto;
}

.raffle-form-container {	
	padding: 80px 0 115px;
  background: rgba(0,0,0,0.8);
	margin-top: 70px;
	position: relative;
}

.raffle-form-container::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(images/contact-overlay.png) top center/ cover;
}

.raffle-form {
	max-width: 852px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0 20px;
}

.mr-box {
    width: 100%;
    position: relative;
	margin-top: 60px;
}

.mr-form {
    width: 100%;
}

.mr-form input {
    width: 100%;
    padding: 20px 0;
    border: none;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 500;
    color: var(--light);
    letter-spacing: 0.05em;
    outline: 0;
}

.mr-form textarea {
    width: 100%;
    padding: 30px 30px 30px 0;
    border: none;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 300;
    color: var(--light);
    letter-spacing: 0.05em;
    outline: 0;
    max-height: 110px;
    min-height: 110px;
}

.mr-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.mr-flex > div {
    width: 50%;
    margin-left: 20px;
	margin-top: 20px;
}

.mr-flex > div:first-child {
    margin-left: 0;
}

.mr-send .hp-btn {
	color: var(--light);
	background: transparent;
	border: 0;
	max-width: 170px;
  margin: 50px auto 0;
}




/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	
}

@media only screen and (max-width: 567px) {	
	.mr-flex {
		flex-direction: column;
	}
	
	.mr-flex > div:first-child {
		margin-top: 0;
	}
	
	.mr-flex > div {
		width: 100%;
		margin-left: 0;
	}
	
	.mr-flex {
		margin-bottom: 0;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	
}