/*
	Theme Name: COLOSSEUM
	Theme URI: http://www.colosseumprov.com
	Author: JCADYDESIGN.com
	Description: This is a custom website for COLOSSEUM
	Version: 1.0.0.
	Tags: white, multi column
*/

/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}
body {
 line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {

}

nav ul {
 list-style:none;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}

del {
 text-decoration: line-through;
}

abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}
input, select {
 vertical-align:middle;
}

/*--------------------------------------------------------------
SAFARI WORK AROUNDS
--------------------------------------------------------------*/
select,
input[type="date"],
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

/* END OF RESET */

/* FONTS */
@font-face {
	font-family: oswald_bold;
	src: url("fonts/Oswald-Bold.ttf");
}
@font-face {
	font-family: oswald_extra_light;
	src: url("fonts/Oswald-ExtraLight.ttf");
}
@font-face {
	font-family: oswald_light;
	src: url("fonts/Oswald-Light.ttf");
}
@font-face {
	font-family: oswald_regular;
	src: url("fonts/Oswald-Regular.ttf");
}
@font-face {
	font-family: oswald_semibold;
	src: url("fonts/Oswald-SemiBold.ttf");
}
@font-face {
	font-family: text_bold;
	src: url("fonts/ProximaNova-Bold.ttf");
}
@font-face {
	font-family: text_light;
	src: url("fonts/ProximaNova-Light.ttf");
}
@font-face {
	font-family: text_regular;
	src: url("fonts/ProximaNova-Reg.ttf");
}
@font-face {
	font-family: text_sbold;
	src: url("fonts/ProximaNova-Sbold.ttf");
}
@font-face {
	font-family: text_thin;
	src: url("fonts/ProximaNova-Thin.ttf");
}

/* DISPLAY */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 	font-family: 'text_regular', sans-serif;
}
body{
	background: #000;
}
.nav_menu_responsive_btn{
  font-size: 24px;
	cursor: pointer;
	display: none;
}
.nav_wrapper{
  width: 100%;
  background: #080808;
  border-bottom: 2px solid #121212;
  box-shadow: 5px 10px 10px #000;
  position:fixed;
  z-index: 1000;
}
.nav{
  width: 1280px;
  font-family: 'oswald_regular', sans-serif;
	padding: 5px 0px 0px 0px;
  margin: auto;
	color:#fff;
  overflow: auto;
}
.nav_links{
  width:800px;
	float: left;
}
.nav_links i{
  color:#393939;
}
.nav li{
	list-style: none;
}
.nav_links li a:link{
	color:#b448ff;
	font-size: 23px;
	letter-spacing: -1px;
  margin: 0px 0px 0px 3px;
  background: #080808;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  text-transform: uppercase;
  box-shadow: 5px 0px 10px #000;
  padding: 15px 30px 15px 30px !important;
  float:left;
  transition: .25s;
}
.nav_links li a:hover{
	transition: .1s;
	background: #1b1b1b;
	color:#ce87ff;
  border-top: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  box-shadow: 5px 0px 10px #000;
}
.search_input{
  width:300px;
  background: #1b1b1b;
  color:#fff;
  padding:15px 20px 15px 20px;
  margin:0px 20px 0px 0px;
  border: none;
  box-shadow: 2px 2px 12px #000;
  float: right;
}
.search_input:hover{
  box-shadow: 2px 2px 12px #000;
}
.search_input:focus{
  box-shadow: 2px 2px 12px #000;
}
.search_url{
  letter-spacing: 1px;
}
.logo{
	width:70px;
	height:46px;
	background-image:url('style/colosseum_logo.png');
	background-repeat: no-repeat;
	margin:0px 10px 0px 0px;
	float:left;
}
.banner{
	width:100%;
  height:auto;
  min-height:580px;
 	padding:0px 0px 0px 0px;
  overflow: hidden;
}
.banner img{
	min-width:100%;
  min-height:580px;
  overflow: hidden;
}

.content_wrapper{
  width: 100%;
  background: #1b1b1b;
}
.content{
	width:1280px;
  height: auto;
  font-size: 22px;
  padding: 60px 0px 60px 20px;
	margin: auto;
	color:#6d6969;
  line-height: 30px;
  background: #1b1b1b;
  overflow: hidden;
}
.event{
	width: 398px;
	height: 488px;
	background: #141414;
	margin:0px 0px 0px 10px;
	float: left;
}
.event h2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
 	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
	letter-spacing: -1px;
	color:#b448ff;
}
.event h2:hover{
	-webkit-transition:  .5s ease-in-out;
  -moz-transition:  .5s ease-in-out;
  -ms-transition:  .5s ease-in-out;
  -o-transition:  .5s ease-in-out;
  transition:  .5s ease-in-out;
	color:#ce87ff;
}
.bevel_black{
	width:390px;
	height:5px;
	background: #000;
}
.notice{
  color: #ce87ff !important;
  font-size: 20px;
}
.schedule{
	width:calc(1280px - 60px);
  height: auto;
	margin: 0px auto 20px auto;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  background: #000;
  overflow: auto;
}
.schedule_item{
	width:calc(100% - 40px);
  height: auto;
	background: #141414;
	margin:0px 0px 5px 0px;
	padding: 20px 20px 20px 20px;
  float:left;
}
.schedule_item:hover{
	background: #1b1b1b;
  transition: 0.25s;
}
.schedule h1{
	margin:10px 0px 40px 20px;
}
.schedule_item h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 26px;
	color: #b448ff;
	margin:5px 0px 0px 0px;
	float:left;
}
.schedule_item h3 a:link,
.schedule_item h3 a:visited,
.schedule_item h3 a:active{
	text-decoration: none;
}
.schedule_item h3 a:hover{
 	color: #ce87ff;
}
.schedule_item p{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 26px;
	color: #6d6969;
	margin:5px 0px 0px 10px;
	float: left;
}
.helpful_links{
  width:200px;
  height:auto;
  background: #000;
  padding: 30px;
  float: left !important;
  display: block;
}
.helpful_links li {
  list-style: none;
  text-decoration: none;
}
.question{
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}
.answer{
  font-size: 22px;
  color: #555555;
  padding: 20px;
  margin:0px 0px 0px 0px;
  font-style: italic;
  background: #131313;
  border-radius: 5px;
  transition: 0.25s;
}
.answer:hover{
  background: #292929;
  transition: 0.25s;
}
.btn_1{
 	float: right;
	background: #b448ff;
	padding: 15px 30px 15px 30px;
	text-transform: uppercase;
	font-size:19px;
  color: #fff;
  border-radius: 27px;
  border: none;
	cursor: pointer;
}
a.btn_1:link{
	font-size: 15px;
	border-radius: 4px;
}
a.btn_1:link,
.schedule_item input[type="submit"],
.event_information input[type="submit"],
.content input[type="submit"]
{
 	color: #ce87ff;
	background: #8537bb;
  font-weight: bold;
  border-radius: 27px;
}
a.btn_1:hover,
.content input[type="submit"]:hover,
.event_information input[type="submit"]:hover,
.schedule_item input[type="submit"]:link,
.schedule_item input[type="submit"]:visited,
.schedule_item input[type="submit"]:hover,
.schedule_item input[type="submit"]:active{
  color: #ce87ff;
	background: #b448ff;
	text-decoration: none;
	-webkit-transition:  .25s ease-in-out;
	-moz-transition:  .25s ease-in-out;
	-ms-transition:  .25s ease-in-out;
	-o-transition:  .25s ease-in-out;
	transition:  .25s ease-in-out;
}
.event_information_img{
	float: left;
}
.event_information{
	width:700px;
	color: #6d6969;
	background: #141414;
	margin: 0px 0px 0px 50px;
	padding:40px;
	float: left;
}
.event_information h1{
  width:100%;
	font-size: 55px;
	letter-spacing: -1.25px;
  line-height: 55px;
	margin: 0px 0px 0px 0px;
  display: block;
  float: left;
}
.event_information p{
	font-weight: 200;
	font-size: 20px;
	letter-spacing: 1px;
 font-weight: bold;
 line-height: 24px;
}
.event_information p em{

 font-weight: 200;
}
.event_item{
	color: #cfa3ee;
	font-size: 25px;
  font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	display: inline-block;

}
.bevel_1{
	width:100%;
	height:6px;
	background-image:url('style/bevel_1.png');
	margin:20px 0px 20px 0px;
	float:left;
}
.text_full_wrapper{
	background: #141414;
	width: 100%;
}
.text_full{
	width: 1280px;
	font-family: 'Montserrat', sans-serif;
	padding: 40px 40px 40px 40px;
	margin: 100px auto;
	color:#6d6969;
	line-height: 35px;
	font-size: 18px;
	text-align: justify;
}
.jump{
  height:auto;
  width:100%;
  font-size: 22px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color:#3a3a3a;
  background: #121212;
  padding:30px 0px 30px 0px;
  cursor: pointer;
  transition: .25s;
}
.jump:hover{
  color:#504f4f;
  background: #121212;
  transition: .25s;
}
 .footer{
	 width:1280px;
	 height: 300px;
	 margin: 80px auto;
 }
.footer h4{
	color:#a243e5;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 26px;
  margin:0px 0px 10px 0px;
}
.footer p {
  font-size: 22px;
	color:#6d6969;
	font-style: italic;
  line-height: 28px;
  margin:0px 0px 10px 0px;
}
.footer_col {
	width:400px;
	margin:0px 70px 0px 0px;
	float:left;
}
.footer ul,
.footer li a:link,
.footer li a:visited,
.footer li a:hover,
.footer li a:active,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active{
	list-style: none;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color:#515151;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
  line-height: 29px;
}

.footer li a:hover,
.footer a:hover {
	color:#fff;
	background: #000;
	transition: .25s;
}
.footer li{
	width:100%;
	transition: .25s;
}
.footer li:hover{
	background: #000;
	transition: .25s;
}
.footer_nav{
  font-size: 19px;
}
 .credit_wrapper{
	width:100%;
	padding:10px 0px 10px 0px;
	background: #141414;
}
.credit{
	width:1280px;
	color:#6d6969;
	font-weight: 300;
	letter-spacing: 1px;
	margin: auto;
	padding:10px 0px 10px 0px;
}
.credit_developer{
 	opacity: 0.5;
	margin:10px 0px 0px 0px;
	-webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.credit_developer:hover{
 -webkit-transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -ms-transition: opacity .25s ease-in-out;
 -o-transition: opacity .25s ease-in-out;
 transition: opacity .25s ease-in-out;
 opacity: 1;
}
.fade{
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	opacity:1;
}
.title{
	margin:0px 0px 40px 0px;
}
.title h1{
  color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
h1{
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
}
span{
	color:#403e3e;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
}
.tip{
	color:#4a4a4a;
}
label{
	padding: 0px !important;
	margin: 0px  !important;
}
.one_column{
  width:calc(100% - 40px);
	margin: 60px 40px 5px 0px;
  display: block;
  text-align: justify;
  float: left;
}
.one_column h2, .two_column h2{
  font-size: 30px;
  color:#c7c7c7;
  letter-spacing: -1px;
}
.two_column{
  width:calc(50% - 40px);
	float: left;
	margin: 0px 40px 5px 0px;
}
.form_1{
	width: calc(100%);
  display: block;
  float: right;
}
 input[type="text"],
  input[type="email"],
 input[type="date"],
 textarea {
  font-size: 22px;
  font-family: 'text_regular', sans-serif;
  text-transform: lowercase;
	width: calc(100% - 40px);
  height:40px;
	background: #000;
	color: #fff !important;
	padding: 20px;
  border: 2px solid #111111;
	margin: 0px 0px 3px 0px;
}
 textarea {
  font-size: 22px;
    height:240px;
	margin: 0px 0px 20px 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
textarea:hover {
	background: #111111;
	-webkit-transition: .25s; /* Safari */
	transition: .25s;
}
textarea:focus, input:focus{
    outline: none;
    border: 2px solid #333333;
}
select {
  font-size: 22px;
  font-family: 'text_regular', sans-serif;
  width:100%;
	color:#fff;
	height:75px;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
  margin: 0px 0px 4px 0px;
	background: #000;
	border: none;
	-webkit-appearance: #fff;
	-moz-appearance:  #fff;
  appearance:  #fff;
}
select:hover{
	color:#fff;
}
.option_holder option {
	color:#727272;
 	letter-spacing: 1px;
	background: #000;
	border: none;
}
.center_div{
  width: 500px;
  margin: auto;
}
.newsletter_signup_wrapper{
  width: 100%;
  background-image: linear-gradient(to right, #35124e, #7a32ac , #35124e);
}
.newsletter_signup{
  width: 1280px;
  height: auto;
  margin: auto;
  padding: 80px 0px 80px 0px;
  text-align: center;
}
.newsletter_signup h2{
  font-size: 30px;
  color: #fff;
}
.newsletter_signup p{
    font-size: 24px;
    color: #b856fc;
    margin: 0px 0px 10px 0px;
}
.newsletter_signup input[type="email"] {
  width: 350px;
  height:50px;
  font-size: 22px;
  font-family: 'text_regular', sans-serif;
  text-transform: lowercase;
  background: #4b1f69;
  color: #b043fc !important;
  padding: 10px 30px 10px 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0px 0px 20px 5px !important;
  float: left;
  transition: 0.25s;
  border:none !important;
}
.newsletter_signup input[type="email"]:hover{
   background: #3b1852;
   transition: 0.25s;
 }
.newsletter_signup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b043fc;
  opacity: 1; /* Firefox */
}
.newsletter_signup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b043fc;
}
.newsletter_signup .btn_1{
  font-size: 36px;
  background: #a229f7 !important;
  color: #4b1f6a !important;
  border-radius:0px;
  display: inline-block;
  margin:0px 0px 20px 0px !important;
  padding: 13px 20px 13px 20px;
  float: left;
  transition: 0.25s;
}
.newsletter_signup .btn_1:hover{
  color: #cc84ff !important;
  background: #9726e6 !important;
  transition: 0.25s;
}
.newsletter_signup input:focus{
    outline: none;
    border:none !important;
}
div.wpcf7-response-output, .wpcf7-validation-errors{
  font-weight: bold;
  font-size: 16px;
  background: #ff1748 !important;
  color:#790303 !important;
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 10px 0px;
  border-radius: 7px;
  border: none;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.social_networks{
	width:calc(100% );
  display: inline-block;
}
.social_networks i{
  padding: 10px;
  background: #121212;
  color: #a243e5 !important;
  margin: 0px 10px 0px 0px;
}
.social_networks i:link,
.social_networks i:visited,
.social_networks i:active{
  color: #a243e5 !important;
  transition: .25s;
}
.social_networks i:hover{
  color: #c36dff !important;
  background: #121212;
  transition: .25s;
}
.sidebar_1{
  width: calc(50% - 60px);
	float: left;
	background: #222222;
	padding: 30px;
	margin: 0px 0px 0px 60px;
	border-radius: 6px;
  font-size: 22px;
  line-height:28px;
}
hr{
	border: #121212  solid 2px;
	margin: 20px 0px 20px 0px;
  display: block;
}
.map{
  width: calc(100%);
	margin: 50px 0px 50px 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #727272;
  opacity: 1;
}
input::-webkit-input-placeholder {
     line-height:normal!important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #727272;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #727272;
}
:-moz-placeholder { /* Firefox 18- */
	color: #727272;
}
/* SELECTIONS */
::-moz-selection { /* Code for Firefox */
  color:  #ce87ff;
  background: #b448ff;
}
::selection {
  color: #ce87ff;
  background: #b448ff;
}

.left{
	float:left !important;
}
.right{
	float:right !important;
}
.center{
  width:1080px;
  background: #000;
  padding:30px;
  margin:0px auto 50px auto;
  overflow: auto;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}
.center p{
  color: #ce87ff !important;
  font-size: 20px;
}
.center h2{
  font-size: 30px;
  color: #fff;

}
.center .btn_1{
  color:#ce87ff;
  font-weight: bold;
  font-family: 'text_regular', sans-serif;
  margin: 10px 0px 10px 0px;
  border-radius: 7px;
  float: right !important;
}
.content_search{
  width: calc(100% - 40px);
  padding: 20px;
  background: #000;
}
.content_search h2{
  font-size: 24px;
}
.keywords{
  width: auto;
  height: auto;
  background: #000;
  color:#575757;
  font-size: 13px;
  margin:60px 0px 0px 0px;
  padding:10px 20px 10px 20px;
  border-radius: 5px;

}
.clear{
    clear: both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a:link,
a:visited,
a:active{
 	color:#b448ff;
	text-decoration: none;
}
a:hover{
	color:#ce87ff;
	-webkit-transition:  .25s ease-in-out;
  -moz-transition:  .25s ease-in-out;
  -ms-transition:  .25s ease-in-out;
  -o-transition:  .25s ease-in-out;
  transition:  .25s ease-in-out;

}


/****************************************************************************************************************************/
/* RESPONSIVE  */

/* Tablets & Small Screens (portrait and landscape) ----------- */
@media screen and (max-width: 1024px) {
/* Styles */
body{
      -webkit-animation: fadeonresize1 0.6s ease-in-out;
}
@-webkit-keyframes fadeonresize1 { from { opacity: 0; } to { opacity: 1; }}
.allelemnts {
  border-style: solid;
  border-color: #ff0000 #0000ff;
}
.nav_wrapper{
	color:red;
  width: 100%;
	border-bottom:none;
	position:static;
	margin: 0px 0px  0px 0px;
	z-index: 1000;
    border-bottom: 2px solid #121212;
}
.nav{
  width: 100%;
  font-family: 'Oswald', sans-serif;
	padding: 20px 20px 20px 20px;
  margin: auto;
	color:#fff;
  background: #000;
 }
.nav_links{
	width:calc(100% - 20px);
	margin: 25px 0px 0px 0px;
	float: left;
	display: none;
}
.nav ul{
 	text-decoration:none;
	list-style: none;
	text-transform: uppercase;
	background: purple;
}
.nav_links li {
	width: 100%;
	background: red;
	margin: 0px 0px 10px 0px;
}
.nav_menu_responsive_btn{
	width: 20px;
	color:#b448ff !important;
	font-weight: 200;
	font-size: 23px;
	letter-spacing: -1px;
	padding: 20px 30px 20px 30px !important;
	text-align: center;
	margin: 0px 40px 0px 0px;
	background: #151515;
	display: inline-block;
	float: right;
}
.nav_links li a:link{
	width:calc(100% - 80px);
	color:#b448ff !important;
	font-weight: 200;
	font-size: 23px;
	letter-spacing: -1px;
	padding: 20px 30px 20px 30px !important;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: #151515;
	display: inline-block;
  -webkit-transition:  .10s ease-in-out;
  -moz-transition:  .10s ease-in-out;
  -ms-transition:  .10s ease-in-out;
  -o-transition:  .10s ease-in-out;
  transition:  .10s ease-in-out;
}
.nav_links li a:hover{
	transition: .25s;
	background: #080808 !important;
	color:#ce87ff;
	-webkit-transition:  .25s ease-in-out;
  -moz-transition:  .25s ease-in-out;
  -ms-transition:  .25s ease-in-out;
  -o-transition:  .25s ease-in-out;
  transition:  .25s ease-in-out;
}
 .search_input{
  display: none !important;
}
.logo{
	width:119px;
	height:61px;
	background-image:url('style/colosseum_logo.png');
	background-repeat: no-repeat;
	margin:0px 0px 0px 20px;
	float:left;
}
.banner{
	margin:auto;
  display: none !important;
}
.content{

	width:calc(100% - 20px);
  height: auto;
	margin: 0px auto;
  padding: 0px 0px 0px 20px;
  margin:0px 0px 0px 0px;
  line-height: 28px;
	color:#6d6969;
}
.title {
	width:calc(100% - 20px);
}
.title h1{
  text-align: center;
  padding: 20px 0px 0px 0px ;
  float: none;
}
.center{
  color: #ce87ff !important;
	width:calc(100% - 40px);
  height: auto;
}
 .size-full{
	width:calc(100% - 20px);
  height: auto;
}
.two_column{
	width:calc(100% - 40px);
  padding:0px 0px 60px 0px;
}
.schedule h1{
	margin:10px 0px 40px 20px;
  text-align: center;
}
.event{
	width:calc(100% - 20px);
	height: auto;
	background: #141414;
	margin:0px 0px 20px 10px;
 	float: left;
}
.event img{
	width:calc(100% );
}
.event h2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
 	text-align: center;
	font-size: 50px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	letter-spacing: -1px;
	color:#b448ff;
}
.event h2:hover{
	-webkit-transition:  .5s ease-in-out;
  -moz-transition:  .5s ease-in-out;
  -ms-transition:  .5s ease-in-out;
  -o-transition:  .5s ease-in-out;
  transition:  .5s ease-in-out;
	color:#ce87ff;
}
.bevel_black{
	width:100%;
	height:5px;
	background: #000;
	margin:0px 0px 10px 0px;
}
.schedule{
	width:calc(100% - 40px);
  padding: 20px 20px 20px 20px;
	margin: 0px auto 100px auto;
}
.schedule_item{
	width:calc(100% - 40px);
  float:left;
}
.schedule_item h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
	color: #fff;
  text-align: center !important;
	margin:5px auto 0px auto;
	float:none;
}
.schedule_item p{
	letter-spacing: -1px;
	font-size: 22px;
  text-align: center !important;
	margin:5px auto 0px auto;
	float:none;
}
.schedule_item h3 a:link,
.schedule_item h3 a:visited,
.schedule_item h3 a:hover,
.schedule_item h3 a:active{
 	color: #fff;
	text-decoration: none;
}
.schedule_item input[type="submit"] {
	width:calc(100% - 0px);
  margin: 20px auto 0px auto;
}
 .btn_1{
  float: right !important;
  margin: auto;
}
.event_information{
	width:calc(100% - 20px );
	color: #6d6969;
	margin: 0px 0px 0px 0px;
	padding:0px !important;
	float: left;
}

.videos{
  	width:calc(100% - 20px);
    margin: auto;
}
.videos iframe{

  height:280px !important;
}
.question{
  width:calc(100% - 80px);
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.answer{
  width:calc(100% - 80px);
  font-size: 18px;
  color: #555555;
  padding: 20px;
  margin:0px 0px 0px 0px;
  font-style: italic;
  background: #131313;
  border-radius: 5px;
  transition: 0.25s;
    text-align: center;
}
.answer:hover{
  background: #292929;
  transition: 0.25s;
}
.text_full_wrapper{
	background: #141414;
	width: 100%;
}
.text_full{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 40px 40px 40px 40px;
	margin: 100px auto;
	color:#6d6969;
	line-height: 35px;
	font-size: 18px;
	text-align: justify;
}
.form_1{
	width: calc(100% - 40px);
  display: block;
  float: none;
}
 input[type="text"],
 input[type="date"],
 textarea {
  font-size: 22px;
  font-family: 'text_regular', sans-serif;
  text-transform: lowercase;
	width: calc(100%);
	background: #000;
	color: #fff !important;
	padding: 20px;
  border: 2px solid #111111;
	margin: 0px 0px 3px 0px;
}
 textarea {
  font-size: 22px;
	margin: 0px 0px 20px 0px;
  border: 2px solid #111111;
}
input[type="text"]:hover,
input[type="date"]:hover,
textarea:hover {
	background: #111111;
	-webkit-transition: .25s; /* Safari */
	transition: .25s;
}
textarea:focus, input:focus{
    outline: none;
    border: 2px solid #333333;
}

select {
  font-size: 22px;
  font-family: 'text_regular', sans-serif;
	width: calc(100% + 42px);
	color:#fff;
	height:75px;
	letter-spacing: 0px;
	padding: 10px 20px 10px 20px;
  margin: 0px 0px 4px 0px;
	background: #000;
	border: none;
	-webkit-appearance: #fff;
	-moz-appearance:  #fff;
  appearance:  #fff;
}
select:hover{
	color:#fff;
}

.option_holder option {
  width: 100%;
	color:#727272;
 	letter-spacing: 1px;
	background: #000;
	border: none;
}
.center_div{
  width: calc(100% );
  margin: auto;
  text-align: center;
}
.newsletter_signup_wrapper{
  width: 100%;
background-image: linear-gradient(to right, #35124e, #7a32ac , #35124e);
}
.newsletter_signup{
  width: calc(100% - 0px);
  height: auto;
  margin: auto;
  padding: 60px 0px 60px 0px;
  text-align: center;

}
.newsletter_signup h2{
  font-size: 30px;
  color: #fff;
}
.newsletter_signup p{
  font-size: 20px;
  color: #b856fc;
  margin: 0px 0px 10px 0px;
}
.newsletter_signup input[type="email"] {
  width: calc(100% - 140px);
  height:50px;
  font-size: 18px;
  font-family: 'text_regular', sans-serif;
  text-transform: lowercase;
  background: #4b1f69;
  color: #b043fc !important;
  padding: 0px 30px 0px 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0px 0px 5px 5px !important;
  float: left;
  transition: 0.25s;
  border:1px solid black !important;
}
.newsletter_signup .btn_1{

  font-size: 18px;
  background: #a229f7 !important;
  color: #4b1f6a !important;
  border-radius:0px;
  margin:0px 0px 20px 0px !important;
  padding: 14px 20px 14px 20px;
  transition: 0.25s;
  float: left !important;
  background: yellow;
    border:1px solid black !important;
}

.sidebar_1{
  width: calc(100%);
	float: left;
	background: #222222;
	padding: 30px;
	margin: 30px 0px 0px 0px;
	border-radius: 6px;
	display: none;
}
.footer{
	width: 100%;
	height: 300px;
	padding: 60px 0px 20px 0px;
	margin: auto;
 }
.footer h4{
	color:#a243e5;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 40px;
}
.footer p {
	color:#6d6969;
	font-style: italic;
}
.footer_col {
	width: 100%;
	font-size: 30px;
	margin:0px 70px 80px 0px;
  text-align: center;
  padding: 0px 0px 40px 0px;
  border-bottom: 3px solid #121212;
}
.footer ul,
.footer li a:link,
.footer li a:visited,
.footer li a:hover,
.footer li a:active,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active{

	list-style: none;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color:#515151;
	font-size: 30px;
	text-transform: uppercase;
  line-height: 40px;
	letter-spacing: -0.5px;
}

.footer li a:hover,
.footer a:hover {
	color:#fff;
	background: #000;
	transition: .25s;
}
.footer li{
	width:100%;
	transition: .25s;
}
.footer li:hover{
	background: #000;
	transition: .25s;
}
.helpful_links{
  display: none;
}
.social_networks{
	width:calc(100% );
  text-align: center !important;
  display: inline-block;
}
.social_networks i{
  width: 50px;
  background: #121212;
  color: #a243e5 !important;
}
.social_networks i:link,
.social_networks i:visited,
.social_networks i:active{
  color: #a243e5 !important;
  transition: .25s;
}
.social_networks i:hover{
  color: #c36dff !important;
  background: #121212;
  transition: .25s;
}
.credit_wrapper{
	width:100%;
	padding:10px 0px 10px 0px;
  text-align: center;
	background: #141414;
}
.credit{
	width: 100%;
	color:#6d6969;
	font-weight: 300;
	letter-spacing: 1px;
	margin: auto;
	padding:10px 20px 10px 20px;
}


}/* END RESPONSIVE BREAKPOINT 1080px*/
