body {
  background-image: url("http://onenight.nz/wp-content/uploads/bgimage.jpg") !important;
  background-repeat: no-repeat  !important;
    background-attachment: fixed  !important;
    background-position: center  !important;
background-color: #141414!important ;
}

.main-article {
width: 60%;
}

.tm-navbar {
       position: fixed!important;
       width: 100%!important;
   }

.tm-navbar-center [class*='tm-logo'] {
     transform: none!important; 
}

.uk-grid {
    margin-top: 21px !important;
}

/*--- adjusting sub menu -----*/
.uk-dropdown {
top: 12px !important;
}

/*-- taking away white line at bottom ----*/
#tm-main {
border:none;
}

/* ---- adjusting wellington page padding --- */
#tm-top-d {
padding-top: 128px;
}

/* --- adjusting news page ----- */
.tm-top-c {
    padding-top: 91px !important;
}

/*----- adjusting news articles -------*/
.tm-article-content img {
  padding-bottom: 20px !important;
}

/*.tm-article-content {
width: 65%;
}*/

.tm-article-content a:link { text-decoration: underline; }

h1, .uk-h1 {
   font-size: 27px !important;
    line-height: 32px !important;
}

.uk-block {
/*padding-top: 10px!important; */
}

.uk-panel {
    height: auto!important;
}

/*-------------------search page adjustments---------------------- */

.uk-article .date {
display: none;
}

.uk-article .artist {
display: none;
}

/* .uk-article {
border-bottom : 1px solid #fff;
} */

.uk-article {
    margin-top: 71px!important;
}

.uk-subnav {
display: none!important ;
}


/*  ----  nav adjustments ---- */

.tm-navbar-center .tm-nav {
    margin-top: 15px !important;
}

.tm-navbar-center .tm-nav-logo
    margin-top: 12px !important;
}

.tm-navbar-center .tm-navbar-container {
    height: 148px !important;
}

.tm-navbar-center .tm-navbar-container {
    height: 161px !important;
}

#tm-top-a {
padding-top: 40px;
}

.tm-top-a {
margin-top: 136px!important;
}
/* ------------------------------------------------------ MOBILE ------------------------------- */
@media screen and (max-width: 767px) {
    .tm-navbar-center .tm-navbar-container {
       height:  88px !important;
   }
  .tm-navbar {
       position: fixed!important;
       width: 100%!important;
   }

.main-article {
width: 100%;
}

#tm-top-a {
padding-top: 130px;
}

  .uk-grid  {
      margin-top: 11px !important;
  }

/* ---- adjusting wellington page padding --- */
#tm-top-d {
padding-top: 83px;
}


/* --- adjusting news page ----- */
.tm-top-c {
    padding-top: 30px !important;
}

.uk-h1 {
  font-size: 22px !important;
    line-height: 25px !important;
}


.uk-margin-right {
    width: 50% !important;
}

/*   .tm-article-image {
    min-height: 300px!important;
} */

/* display no image in article 

#tm-content > article > div.tm-article-image.tm-article-image-large {
display: none!important;
}
 */

.uk-article {
    margin-top: 46px!important;
}


}

/*---------------------------------------------------------------------------------------------------*/

/* small article image */

@media screen and (max-width: 585px) {

   .tm-article-image {
    min-height: 200px!important;
}

}


/*------------- Bottom Remover ---------------*/
.removemarginbottom{
    padding-bottom: 0px !important;
}

/*------------- Month Widget Title customization ---------------*/

.monthtitle h3.uk-h2 {
font-size: 40px !important;
	display:inline-block;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.35);
	text-align: center;
	margin-top: 25px !important;
	margin-bottom: 22px !important;
	text-transform: uppercase;
	font-family: greydemi!important;
	color: #fff;
	font-size: 40px;
	line-height: 55px;
	
}


/* contiue reading button */
.uk-article> div > div.uk-flex.uk-flex-center.uk-flex-middle > div > p:nth-child(4) > a.tm-article-more {
    margin-left: 20px;
}

/* article image */
.tm-article-blog > .tm-article-image {
  display: none!important;
}

/*center slider */
.metaslider {
    margin: 0 auto
}

a.uk-navbar-toggle.uk-visible-small {
float: left;
position: absolute;
left: 18px;
}

/* hide large article image */
.tm-article-blog .tm-article-image-large {
    /*display:none !important;*/
}
/*
 .tm-article-image {
  max-width: 180px!important;
max-height: 180px!important;
}*/



/* hide article title */
.tm-article-title {
display: none !important ;}

.uk-block-default {
  background-color: rgba(255,255,255,0) !important;
}

/* no tags */
.uk-article-meta {
  display: none;
}


.tm-navbar. { 
position: fixed!important; 
width: 100%!important;
 } 


 .uk-grid  {
    padding-top: 70px;
}




@font-face {
    font-family: greybold;
    src: url('http://onenight.nz/v1/GreycliffCF-Bold.otf');
}

@font-face {
    font-family: greydemi;
    src: url('http://onenight.nz/v1/GreycliffCF-DemiBold.otf');
}

@font-face {
    font-family: greymedium;
    src: url('http://onenight.nz/v1/GreycliffCF-Medium.otf');
}

@font-face {
    font-family: greyregular;
    src: url('http://onenight.nz/v1/GreycliffCF-Regular.otf');
}



body {
	margin: 0px;
	font-family: greydemi;
	background-color: #141414;

    background-image: url('bgimage.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 

}

#header {
	width: 100%;
	height: 138px;
	background-color: #171717;
	margin-top: 0;
	position: fixed;
	z-index: 99999999999;
	top: 0px !important;
}

#headertext {
	width: 333px;
	height: 92px;
	margin: 0 auto 0 auto;
	padding-top: 24px;
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}



#header a:link{ color:#949494; text-decoration: none;} 
#header a:visited{ color:#949494 ;  text-decoration: none;} 
#header a:hover{ color: #777777 ; text-decoration: none; } 
#header a:active{ color:#949494 ; text-decoration: none;}


#searchhere {
	position: absolute;
	left: 80%;
	bottom:29px;
	font-size: 17px;
}

#wrapper {
	width: 100%;
	max-width: 978px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding-top: 148px;
	
}


#wrappergigpage {
	width: 100%;
	max-width: 978px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding-top: 148px;
	
}



.featured {
	margin-top: 20px;
}


.month {
	width: 100%;
	max-width: 978px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#allistings {
	margin-top: -30px;
	margin-bottom: 100px;
}




.monthlistings {
	overflow: hidden;
	height: auto;
}


.artist {
	color:  #fff;
	width: 125px;
	font-size: 19px;
	margin-top: 4px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	line-height: 19px;
	
}

.date {
	color:  #fff;
	 width: 36px;
        height: 46px;
        margin-left: 5px;
	margin-top: -1px;
	background-color: rgba(0,0,0,0.35);
	text-align: center;
	float: left;
	font-size: 21px;
	line-height: 60px;
	letter-spacing: 1px;
}


.dates {
	color:  #fff;
	 width: 36px;
        height: 46px;
        margin-left: 5px;
	margin-top: -1px;
	background-color: rgba(0,0,0,0.35);
	text-align: center;
	float: left;
	font-size: 21px;
	line-height: 16px;
	letter-spacing: 1px;
}


.multipledate {
    font-size: 10px;
    line-height: 21px;
}

.moreinfo {
	left: 0px;
	margin-top: -102%;
	z-index: 9999999999;
	width: 100%;
	height: 102%;
	background-image: url(moreinfo.png);
	background-size: 100% 100%;
	display: none;
	pointer-events: none;
}


.listing {
	width: 181px;
	height: 225px;
	float: left;
	margin: 7px 7px 7px 7px;
}

.listingimg {
	height: 181px;
	/* background-color: #000; */
	overflow: hidden;
		-webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}


.listingimg:hover  {
	opacity: 0.7;
	
}

/*
#footer {
	width: 100%;
	height: auto;
	min-height: 80px;
	padding-top: 20px;
	color: #ABABAB;
	text-align: center;
}
*/


/*-------------- Gig Page Style --------------- */



.artistimglarge {
	margin-top: 20px;
	width: 95%;
	margin-left: 2.5%;
	max-width: 978px;
	height: auto;
}

.artistimglarge img {
	width: 100%;
	height: auto;
}


.gigdetails{
	text-transform: uppercase;
	color: #fffefe;
	margin-top: 22px;
	padding-bottom: 110px;
	
	width: 60%;
    margin-left: 2.5%;
    float: left;
}

.gigartist{
	font-family: greybold;
	font-size:  52px;
        line-height: 45px;
}

.gigdate {
	font-family: greydemi;
	font-size: 28px;
	margin-top: 22px;
}

.gigvenue {
	font-family: greydemi;
	font-size: 28px;
	color: #afafaf;
	margin-top: 17px;
}

.ticketsbtn {
	width: 211px;
	height: 59px;
	background-color: #1b1b1b;
	text-align: center;
	    font-size: 26px;
    line-height: 54px;
	margin-top: 30px;
	
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all  0.8s ease-out;
  -o-transition: all  0.8s ease-out;
  transition: all 0.8s ease-out;
}


.ticketsbtn:hover {
	cursor: pointer;
	background-color: #272727;
}


.gigdetails a:link{ color:#fff; text-decoration: none;} 
.gigdetails a:visited{ color:#fff ;  text-decoration: none;} 
.gigdetails a:hover{ color: #fff; text-decoration: none; } 
.gigdetails a:active{ color:#fff ; text-decoration: none;}


/* -------------------------- COLOURS -----------------------------*/

.yellow {
	color: #ffe383
}

.yellowborder{
	border: 4px solid #ffe383;
}



.blue{
	color: #70ceff;
}

.blueborder{
	border: 4px solid #70ceff;
}


.purple {
	color: #be84ff;
}

.purpleborder{
	border: 4px solid #be84ff;
}



.green {
	color: #51ffc0;
}

.greenborder{
	border: 4px solid #51ffc0;
}






#headermobile {
	width: 100%;
	height: 100px;
	background-color: #171717;
	margin-top: 0;
	display: none;
	position: fixed;
	z-index: 999999;
}


#headertextmobile {
	    width: 261px;
    height: 65px;
    margin: 0 auto 0 auto;
    padding-top: 15px;
}



#headermobile a:link{ color:#949494; text-decoration: none;} 
#headermobile a:visited{ color:#949494 ;  text-decoration: none;} 
#headermobile a:hover{ color: #777777 ; text-decoration: none; } 
#headermobile a:active{ color:#949494 ; text-decoration: none;}


#searchheremobile {
	position: absolute;
	left: 89%;
	bottom:29px;
	font-size: 17px;

}


@media screen and (min-width: 1430px) {

#searchhere {
	left: 75%;	
}
}



.featured img {
	width: 100%;
	max-width: 978px;
	height: auto;
}

@media screen and (max-width: 1045px) {
	#wrapper {
		width: 94%;
	margin: 0 auto;
	}
}






@media screen and (max-width: 913px) {


.monthlistings {
	width: 100%;
	height: auto;
	margin-top: 17px;
	overflow: hidden;
	max-width: 880px;
	margin-left: auto;
    margin-right: auto;
}

}


@media screen and (max-width: 635px) {


.monthlistings {
	width: 100%;
	margin-top: -5px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
}

	#allistings {
    margin-top: -43px;
}
	.featured {
    margin-top: -8px;
}
	
	
#header {
	display: none;
}
	
	
	#headermobile {
		display: block;

}

	
	.monthtitle {
    height: 50px;
    font-size: 33px;
    line-height: 47px;
		margin-bottom: 5px;
		margin-top: 19px;
	}
	
	
	.listing {
    width: 100%;
    height: 55px;
    margin: 0;
}
	
	.listing img {
		left: 0px;
		height: 55px;
		width: 55px;
	}
	
	.listingimg {
		height: 55px;
		width: 55px;
	}
	
/*	.date {
    height: 55px;
    margin-top: -55px;
    float: right;
    font-size: 23px;
    line-height: 54px;
}
	
	.artist {
    width: 76%;
    font-size: 19px;
    margin-top: -45px;
    text-align: left;
    float: left;
    line-height: 25px;
    margin-left: 69px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
		padding-top: 6px;
}
	*/
	.month {
  
    min-height: 132px;
  
}
	
	#wrapper {
		padding-top: 121px;
	}
	
	
	#footer{
		font-size: 15px;
	}
	
	/*---------- gig page style -------------------*/
	
	
#wrappergigpage {
	width: 100%;
	padding-top: 81px;
	overflow-x: hidden;
	
}
	
.gigdetails{
	
	width: 95%;
    margin-left: 2.5%;
    float: none;;
}
	
	
.artistimglarge {
	
	width: 105%;
	margin-left: -2.5%;
	
	
}

.artistimglarge img {
	width: 100%;
	height: auto;
}
	
	
	
	.gigdetails {
		text-align: center;
	}
	
	
.gigartist{
	font-size:  40px;
}

.gigdate {
	font-size: 25px;
}

.gigvenue {
	font-size: 25px;
}
	
	.ticketsbtn {
		margin-left: auto;
		margin-right: auto;
	}
	
	
}





@media screen and (max-width: 525px) {

	
	#headermobile {

}
	
	
	
}

/*@media screen and (min-width: 1023px) and (max-width: 1045px) {
	
	
	
	.listing {
	width: 175px;
	height: 225px;
	margin: 7px 7px 7px 7px;
	}
	
	.listingimg {
	height: 175px;
}
	
} */

@media screen and (min-width: 932px)and (max-width: 1045px) {
	.monthlistings {
		    width: 860px;
    margin: 0 auto;
	}
	
	.listing {
	width: 185px;
	height: 225px;
	margin: 12px 15px 12px 15px;
	}
	
	.listingimg {
		width: 185px;
	height: 185px;
}
	
}


@media screen and (min-width: 864px) and (max-width: 931px) {
	.monthlistings {
		width: 796px;
		margin: 0 auto;
	}
	
	.listing {
	width: 181px;
	height: 225px;
	margin: 9px 9px 9px 9px;
	}
	
	.listingimg {
		width: 181px;
	height: 181px;
}
	
}

@media screen and (min-width: 830px) and (max-width: 863px) {
	.monthlistings {
		width: 764px;
	}
	
	.listing {
	width: 177px;
	height: 225px;
	margin: 7px 7px 7px 7px;
	}
	
	.listingimg {
	height: 177px;
		width: 177px;
}
	
	
	.listingimg img {
	height: 177px;
		width: 177px;
}
	
	.artist {
		margin-top: 8px;
	}
}


@media screen and (min-width: 716px) and (max-width: 829px) {
	
	.monthlistings {
		width: 657px;
	}
	.listing {
	width: 185px;
	height: 225px;
	margin: 12px 17px 12px 17px;
	}
	
	.listingimg {
		width: 185px;
	height: 185px;
}
	.artist {
		margin-top: 8px;
	}
	
	.date {
		margin-top: -4px;
	}
}

@media screen and (min-width: 646px) and (max-width: 715px) {
	.monthlistings {
		width: 591px;
	}
	
	
	.listing {
	width: 181px;
	height: 225px;
	margin: 8px 8px 8px 8px;
	}
	
	.listingimg {
		width: 181px;
	height: 181px;
}
	.artist {
		margin-top: 8px;
	}
}


@media screen and (min-width: 636px) and (max-width: 645px) {
	.listing {
	width: 177px;
	height: 225px;
	margin: 8px 8px 8px 8px;
	}
	
	.listingimg {
		width: 177px;
	height: 177px;
}
	
	.listingimg img {
		width: 177px;
	height: 177px;
}
	.artist {
		margin-top: 8px;
	}
}




@media screen and (max-width: 525px) {
	.artist {
		width: 70%;
		
	}
	.listing img {
		height: auto;
	}
}


@media screen and (max-width: 427px) {
	.artist {
		width: 65%;
	}
}

@media screen and (max-width: 375px) {
	.artist {
		font-size: 18px;
	}
}


@media screen and (max-width: 325px) {
	.artist {
		font-size: 17px;
	}
}

/*--------- mobile layout adjustments ------*/
@media screen and (max-width: 635px) {
  
  .tm-block-top-b {
       margin-top: -35px; !important;
       min-height: 342px;   }

    .monthtitle h3.uk-h2 {
           font-size: 33px !important;
     }
}


/* home page gigs adjustments */

.uk-panel-teaser {
    margin-bottom: 0px!important ;
}

.uk-panel .uk-margin {
     margin-top: 0px!important;
}




/*--- responzive larger size ------ *?

@media screen and (min-width: 1220px)
.uk-container {
    max-width: 980px!important;
    padding: 0 40px;
}
}
