/* body settings. Applies to landing page and dashboard. */
.promoter-event-detail-free-tickets {
 display:none;
}
.promoter-event-detail-points {
 display:none;
}

section{
	padding:0px !important;





}


body {
margin: 0;
padding: 0;
color: #000;
background-color: #db58a3;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/sjlf18_streetixbg.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: #db58a3;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/sjlf18_streetixbg-mobile.jpg);
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: #000;
background-color: #db58a3;
background-image: url(https://www.moshtix.com.au/directory/uploads/images/sjlf18_streetixbg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
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 {
padding-top:0px;
background-color: transparent !important;
height:auto;
}

@media (max-width: 600px) {
#homepage-header {
padding-top:0px;
}

}

/* content area on landing page inlcuding buttons */

#homepage-content {
text-align: center;
padding-top: 200px;
padding-bottom: 700px;
margin-left: auto;
margin-right: auto;
}

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

@media (max-width: 700px) {
#homepage-content {
text-align: center;
padding-top: 30px;
padding-bottom: 80px;
margin-left: auto;
margin-right: auto;
}
}



#homepage-content h1{
font-size:60px;
}

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

#homepage-content h1, #homepage-content h2{
color:#1d5cb7;
font-weight: bold;
padding-bottom:40px;
}


#homepage-content h7{
color:#1d5cb7;
padding-bottom:27px;
font-size: 27px;
}



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

/* footer on landing page */

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

#homepage-footer {
background-color: #fff;
    color: #06574e;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
	position: fixed;
    width: 100%;
	bottom:0;
}



@media (max-width: 600px) {
#homepage-footer {
background-color: #fff;
    color: #06574e;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
	position: fixed;
    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;
}



/* landing page buttons */

.sign-up {
    color: #ee4c95;
    background: #000;
    padding: 20px 20px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 27px !important;
    margin-right: 80px;
    text-decoration: none;
}

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

.login {
    background: #1d5cb7;
    color: #fff;
    padding: 20px 20px !important;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 27px !important;
    text-transform: uppercase;
    text-decoration: none;
}

.login:hover {
 color: ##000;
    background: #1d5cb7;
    padding: 20px 20px !important;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 27px !important;
    text-decoration: none;
}





@media (max-width: 600px) {

	h2 {
    font-size: 27px !important;
	padding-bottom: 20px !important;
	padding-top: 45px;
}

h7 {
    font-size: 18px !important;
	padding-bottom: 20px !important;
	padding-top: 45px;
}



.sign-up {
    color: #ee4c95;
    background: #000;
    padding: 15px 15px !important;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 18px !important;
    margin-right: 30px;
    text-decoration: none;
}

.sign-up:hover {
    color: #FFF;
    background: #000;
    padding: 15px 15px !important;
	    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
	font-weight: bold;
    font-size: 18px !important;
	margin-right: 30px;
	text-decoration: none;
}

.login {
    background: #1d5cb7;
    color: #fff;
    padding: 15px 15px !important;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 18px !important;
    text-transform: uppercase;
    text-decoration: none;
}

.login:hover {
  color: #1d5cb7;
    background: #FFF;
    padding: 15px 15px !important;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 18px !important;
    text-decoration: none;
}

}

.btn-primary, .btn-primary:active, .btn-primary:after, .btn-primary:focus {
    background: #ee4c95;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
}

.login-btn-signup {
    background: #eceaef;
    border: 0px;
    color: #ee4c95;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
		text-decoration: none;
}

.login-btn-signup:hover {
    background: #fff;
    border: 0px;
    color: #ee4c95;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
		text-decoration: none;
}

.btn {
    border-radius: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

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

button.btn {
    text-transform: uppercase;
    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;
}



/* 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: #fff;
    width: 970px;
}

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

h2 {
    font-size: 40px;
}

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: #ee4c95 !important;
    color: #fff!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 #fff;
}

/* url link colour */

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

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

/*hide sales referral numbers*/
div[ng-show="dashboardCtrl.showDashboard"] > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3){
  display: none;
}