/* body settings. Applies to landing page and dashboard. */

body {
margin: 0;
padding: 0;
color: #000;
background-color: #0d0f0c;
background-image: url(https://moshtix.com.au/directory/uploads/images/ultra-music-festival-streetix-bkgrd-dashboard.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment:fixed;
background-size:cover;
line-height: 25px;
font-family: Helvetica, sans-serif;
}

@media (max-width: 600px) {
body {
margin: 0;
padding: 0;
color: #000;
background-color: #0d0f0c;
background-image: none;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size:cover;
line-height: 25px;
font-family: Helvetica, sans-serif;
}
}

#home {
margin: 0;
padding: 0;
color: #FFF;

background-repeat: no-repeat;
background-position: center top;
height:100vh;
background-size: cover;
line-height: 25px;
font-family: Helvetica, sans-serif;

}

#home .row {
    margin-right: auto;
    margin-left: auto;
}

.text-muted {
    color: #888888 !important;
    font-size: 14px;
}


/* logo header on landing page */

#homepage-header {
height: 250px;
background-color: transparent;
padding-top:150px;

}

@media (max-width: 600px) {
#homepage-header {
background-color: transparent;
padding-top:100px;
}
}

/* content area on landing page inlcuding buttons */

#homepage-content {

text-align: center;
padding-top:0px;
padding-bottom: 80px;
margin-left: auto;
margin-right: auto;

}

@media (max-width: 600px) {
#homepage-content {
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top:0px;

}

}

#homepage-content h1{
font-size:40px;
margin-top:0px;
}

@media (max-width: 600px) {
#homepage-content h1{
font-size:40px;
}
}

#homepage-content h1
{
color:#000;
font-weight: bold;

}
 #homepage-content h2{
color:#000;
font-weight: bold;
padding-bottom:40px;
}

#homepage-splash {
background-color: white;
}

.homepage-splash-content {
padding: 20px;
}

/* footer on landing page */

#wrapper-single-page .footer {
display: none;
}

#homepage-footer {
background-color: transparent;
    color: #fff;
   
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
	text-transform:uppercase;
    width: 100%;
	bottom:0;

}

@media (max-width: 600px) {
#homepage-footer {
background-color: none;
    color: #fff;
    
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
	
    width: 100%;
	bottom:0;

}
}

/* logo settings in header area */


.img-logo {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;

}

#homepage-content .img-responsive{padding-left:35%;}

@media (max-width: 600px) {#homepage-content .img-responsive{padding-left:5%;}}

/* landing page buttons */

.sign-up {
    color: #000;
    background: #b95d2e;
    padding: 12px 14px;
font-weight:bold;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    
    font-size: 18px;
    margin-right: 20px;
    text-decoration: none;
transition: all .2s ease-out;
}

.sign-up:hover {
    color: #000;
    background: #fff;
    padding: 12px 14px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
	font-weight:bold;
    font-size: 18px;
	margin-right: 20px;
	text-decoration: none;
}

.login {
transition: all .2s ease-out;
    background: #323232;
    color: #FFF;
	padding: 12px 14px;
    border: 0px;
    border-radius: 0px;
    font-weight:bold;
    font-size: 18px;
    text-transform: uppercase;
		text-decoration: none;
}

.login:hover {
    background: #fff;
    color: #000;
	padding: 12px 14px;
    border: 0px;
    border-radius: 0px;
font-weight:bold;
    font-size: 18px;
    text-transform: uppercase;
	text-decoration: none;
}


/* login page specific btn styling */
.login-div .btn-primary, .login-div .btn-primary:active, .login-div .btn-primary:after, .login-div  .btn-primary:focus {

    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.login-div button.btn {
    text-transform: uppercase;
      font-size: 14px;
    border: 0px;
}

.login-div .validation-summary-errors, .login-div .field-validation-error{color:#fce36c;}

.login-div ul{list-style-type: none;padding:0;margin-left:0;}

.login-div .login-btn-signup:hover {color:#000;
 background: #fff;}

.login-btn-signup {
    background: #b95d2e;
    border: 0px;
    color: #000;
    border-radius: 0px;
    text-transform: uppercase;
   font-weight:bold;
    font-size: 14px;
		text-decoration: none;
transition: all .2s ease-out;
}

.login-btn-signup:hover {
    background: #fff;
    border: 0px;
    color: #000;
    border-radius: 0px;
    text-transform: uppercase;

    font-size: 14px;
		text-decoration: none;
}

/* All btns */
.btn-primary, .btn-primary:active, .btn-primary:after, .btn-primary:focus {
    background: #323232;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
margin-bottom:5px;
}

.btn {
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
transition: all .2s ease-out;
}

.btn:hover {
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:#505050;
	color:#fff;
}



button.btn {
    text-transform: uppercase;
      font-size: 14px;
          font-weight: bold;
    border: 0px;
}

button.btn.btn-white {
    background: #CCC;
    border: 0px;
}

button.btn.btn-white:hover {
    background: #323232;
    border: 0px;
}

.navbar-minimalize {
    background: #323232;
}

.navbar-minimalize:hover {
    background: #000;
}

/* custom login and signup  page colours */

.login-div{background-color: #0d0f0c!important;}

@media (max-width: 600px) {.login-div{margin-top:50px!important;}}

.welcom-div p, .welcom-div h3, .welcom-div h5, .login-div .text-muted, .login-div label{color:#fff!important;}
.login-div .text-muted a{font-weight:bold;}

/* remove dashed line on login screen DO NOT DELETE OR CHANGE */

.hr-line-dashed {
border-top: 1px dashed #e7eaec;
color: #ffffff;
background-color: #ffffff;
height: 1px;
margin: 20px 0;
display: none;
}


/* Settings for FAQ page */

.faq-contact-div {
    margin-top: 350px;
    background-color: #000;
    width: 970px;
    color:#fff;
}

p {
    margin: 0px;
	color:#000;
}

h2 {
    font-size: 30px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
	color:#000;
}


/* Settings dashboard DO NOT DELETE OR CHANGE */

#fan-count-header {
display: none;
}

#menu-item-request-teamleader {
display: none;
}

#menu-item-request-moreflyers {
display: none;
}

.wrapper-content {
    padding: 30px;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .nav > li.active > a, .navbar-nav > .active > a, .side-bar > li.active {
    background: #323232 !important;
    color: #fce36c !important;
    border: 0;
}

.side-bar > li.active, .side-bar > li.hover, .side-bar > li > a:hover, .side-bar > li > a:focus, .side-bar > li > a:active {
    border-left: 4px solid #fce36c;
}

/* url link colour */

a {
    color: #5991ee;
    font-size: 12px;
}

a:hover {
    color: #000;
    font-size: 12px;
}

.text-muted a:hover{color:#fff!important;}
/* HIDING THE FREE TICKETS AND POINTS THINGS */

.promoter-event-detail-free-tickets, .promoter-event-detail-points {
    display: none;
}
.ibox-content > div > div > div > p:nth-child(3) {
display:none;
}


.bottom-padding-div .col-md-12 {padding-bottom:15px;}
.bottom-padding-div .col-md-12 h3 {margin-left:15px;
margin-top:15px;}

.featured-event .img-responsive, .bottom-padding-div .img-responsive{margin-left: 0;padding-bottom:5px;}

.redeem-reward-list-div {line-height:17px;}

@media (min-width: 992px){
.featured-event .col-md-6 {width:42%;}

.bottom-padding-div .col-md-12{padding-left:0px;padding-right:0px;}

.redeem-reward-list-div {min-height:400px;}
.bottom-padding-div .col-md-6 {padding-left:5px;padding-right:25px; width: 25%;}

.bottom-padding-div .col-md-12 h3 {margin-left:5px;
margin-top:15px;}
}
@media (min-width: 1200px){.bottom-padding-div .col-md-6{padding-left:5px;padding-right:5px; width: 50%;}}