html {
background: url('bg.jpg') no-repeat center top #aaaaaa; /* Old browsers */
height:100%;
background-size: cover;
}

#fireinmecontent {
    width: 65%;
    height: 70vh;
      display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

#ctawrapper {
    max-width: 460px;
    height: auto;
    width: 90%;
}

#ctawrapper img {
    width: 100%;
    height: auto;
}


body, html {
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	color:#333;
	 font-size: 16px;

}

#background {
	display:none;
}

/*.layer {
    position: fixed;
    width: 110% !important;
    height: 110% !important;
    left: -5%;
    top: -5%;
}*/

body.home {
    overflow: hidden;
}

.clearme:after {
	display:block;
	content:'';
	clear:both;
}

#content {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
	color:#fff;
}

#content h2 {
    display: block;
    line-height: 1.5em;
    font-weight: 100;
    font-size: 48px;
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
}

/*  HEADER  */
#header {
    position: relative;
    z-index: 9;
    margin: 30px auto 0;
}

h1#logo {
    display: block;
    margin: 0;
    line-height: 1em;
}
/*.home h1#logo {
    display: none;
}*/

h1#logo img {
    display: block;
	width:200px;
	max-width:80%;
    margin: auto;
}

#nav {
    margin: 20px auto 0;
}

#nav a {
    display: block;
    float: left;
    color: #333;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
    font-size: 30px;
	line-height: 30px;
    padding: 10px;
}

#nav .revolve {
	background:#000;
	color:#fff;
}

#nav a:hover {
	background: #000;
	color:#fff;
}

#nav .revolve:hover {
	background: #666;
}

/*  SOCIAL  */

#social {
list-style: none;
margin: 20px auto 0;
padding: 0;
display: table;
position: relative;
top:0;
}

#social li {
margin-left: -50000px;
margin-top: -50000px;
position: absolute;
}

#social a {
float: left;
font-family: 'FontAwesome';
color: #333;
text-decoration: none;
font-size: 30px;
margin-left: 20px;
font-weight: 100;
-webkit-transition: color ease-in-out 0.5s;
-moz-transition: color ease-in-out 0.5s;
-o-transition: color ease-in-out 0.5s;
transition: color ease-in-out 0.5s;
}

#social a:first-child {
	margin-left:0;
}

#social a:hover {
	opacity:0.5;
}

#social #fb:before {
content: '\f09a';
}

#social #tw:before {
content: '\f099';
}

#social #in:before {
content: '\f16d';
}

#social #sn:before {
content: '\f2ac';
}
#social #yt:before {
content: '\f167';
}

#social #sp:before {
content: '\f1bc';
}

#social #it:before {
content: '\f179';
}

.ae-wp-widget-container {
    display: block !important;
    float: left;
}


/*  PARALLAX  */

#parallax-wrapper {
	position: fixed;
    margin: 0 auto;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
}

#parallax {
	padding: 0;
    margin: 0;
}


.layer {
    width: 100%;
}

#jn-cutout {
    position:relative;
    top: 150px;
    left: 10%;
}

#leaves {
    background: url(https://johnnewman.co.uk/wp-content/themes/colourise/images/palms-large.png) no-repeat center;
	background-size:cover;
	max-width:110%;
	margin:auto !important;
}


.background-cover {
	padding-top:100px;
    width: 100%;
}


.background-cover {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fullscreen {
    width: 100%;
    height: 631px;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    text-align: center;
    overflow: hidden;
}

/*  HOME  */

#home-order {
    position: relative;
    left: 50%;
	width:40%;
	margin-top:11%;
	margin-top: 0 ;
    display: table;
}

#home-order-inner {
	display:table-cell;
    vertical-align: middle;
	padding-top:80px;
}

#home-order img {
    width: 60%;
    margin: auto;
	display: block;
}
.button-wrapper {
    display: table;
    margin: 20px auto 0;
    width: 60%;
	text-align:center;
}

#home-order a {
    display: inline-table;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    background: #ff71ae;
    margin: 0 5px 10px;
}

#home-order a:hover {
	background: #314e8b;
}

#home-order a:first-child {
	margin-left:;

}

/*  Gallery  */

#gallery {
    position: relative;
    width: 81.6%;
    margin: auto;
}

#instawall {
    padding: 0;
    margin: 0 0 0 -20px;
}

#instawall:after {
content:'';
display:block;
clear:both;
}

#instawall .insta-item {
    float: left;
    width:33.33333333333%;
    width: calc(100% / 3);
    margin: 0 0 20px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 20px;
}

#instawall a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    z-index: 9;
    color: #fff !important;
    text-decoration: none;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#instawall .insta-item:hover a {
	opacity:1;
}

#instawall .insta-item img {
    width: 100%;
    height: auto;
	    display: block;
}

#instawall .caption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    display: table;
    height: 100%;
	width: 100%;
}

#instawall .caption div {
	display:table-cell;
	vertical-align:middle;
	padding:1%;
}

/*  LIVE  */

ul.tourDates {
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  list-style: none;
  margin: 0;
  }

ul.tourDates li {
    padding: 20px 0;
    border-top: 2px solid;
}

ul.tourDates li:first-child {
    padding-top: 0;
    border-top: 0px;
}

ul.tourDates li:last-child {
    padding-bottom: 0;
}

ul.tourDates li span {
  display: block;
  float: left; }

ul.tourDates li span.c1 {
  width: 18%;
  padding-right: 2%; }

ul.tourDates li span.c2 {
  width: 43%;
  padding-right: 2%; }

ul.tourDates li span.c3 {
  width: 19%;
  padding-right: 2%; }

ul.tourDates li span.c4 {
  width: 18%;
  padding-right: 2%; }

ul.tourDates li span.c5 {
  width: 14%;
  float: right;
  text-align: right; }
ul.tourDates li span.c5:after, ul.tourDates a:after {
    clear: both;
    display: block;
    content: '';
}
ul.tourDates a {
    color: #fff;
    display: block;
	line-height: 38px;
}
ul.tourDates .tickets-btn {
  background: #fff;
  color:#000;
    padding: 10px;
    float: right;
    display: block;
    line-height: 16px; }
	
/*  Videos  */

#ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
    background: none !important;
    background-position: -9999px -9999px !important;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
}

.youtubechannelgallery .ytc-pslb.ytc-thumbnails a.ytcthumb {
    border: 0 !important;
}

.youtubechannelgallery .ytc-pslb.ytc-thumbnails a.ytcthumb .ytcplay:after {
    content: '\f16a';
	font-family:'FontAwesome';
    color: #FFF;
    text-decoration: none;
    font-size: 72px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    top: 50%;
    line-height: 100px;
    margin-top: -50px;
}

h5.ytctitle {
    margin: 20px auto 0;
}

h5.ytctitle a {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
}

#ytc-wrapper .ytc-thumbnails .ytc-row .ytc-column {
    margin-bottom: 20px;
}

#ytc-wrapper .ytcplayer-wrapper {
	border:0 !important;
}

.ytc-numeration-inner, #ytc-wrapper .ytc-links {
    display: none !important;
}

/*  PLAYLIST  */

#playlists {
    display: block;
	position:relative;
}

#playlists:after {
	content:'';
	display:block;
	clear:both;
}

#playlists iframe {
    float: left;
    display: block;
    width: 31.333333333%;
    margin-left: 3%;
}

#playlists iframe:first-child {
    margin-left: 0%;
}

#navtoggle {
	display:none;
}

/*  FOOTER  */

.page-footer {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    text-align: center;
	font-size: 8px;
    padding: 10px 0;
}

.home .page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.page-footer ul {
    list-style: none;
    display: inline-table;
    margin: auto;
    padding: 0;
}

.page-footer li {
    display: inline;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid;
}

@media screen and (min-width:739px) {
#nav {
    display: table !important;}
}

@media screen and (min-width:739px) and (max-width:1050px){
#nav a {
    font-size: 18px;
    line-height: 18px;
}

#social a {
    font-size: 24px;
    margin-left: 10px;
}

#home-order {
    margin-top: 20%;
	margin-top: 0 ;
}

}

@media screen and (min-width:0px) and (max-width:738px){


html {
background: url('bg-mobile.jpg') no-repeat center bottom #aaaaaa;
height:100%;
background-size: cover;
background-attachment: fixed;
}




#fireinmecontent {
    width: 95%;
    height: 70vh;
      display: block;
      padding-top: 0px;
      margin: 0 auto;
}

#ctawrapper {
    max-width: 460px;
    height: auto;
    width: 90%;
}

#ctawrapper img {
    width: 100%;
    height: auto;
}


/*  HOME  */
body.home {
    overflow: auto;
}

.home #header {
    padding-top: 30px;
}

.home #navtoggle {
    left: 10px;
    margin-left: 0;
    top: 10px;
	position: fixed;
}

#home-order {
    position: relative;
    left: 50%;
    width: 40%;
    margin-top: 80px;
	height:auto !important;
}
#home-order {
    position: relative;
    left: 35%;
    width: 70%;
    margin-top: 120px;
    height: auto !important;
}
#home-order img {
    width: 40%;
}

.button-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
	width:100%;
	margin:  auto;
}

#home-order-inner {
	padding-top:0;
}

#home-order a {
    font-size: 10px;
line-height: 10px;
padding: 5px;
margin: 0 0 5px 5px;
}

#jn-cutout {
    position: relative;
    margin-top: 40px;
    left: 15%;
    top: 0;
    height: auto !important;
    max-width: 30%;
}

.home #social {
    position: fixed;
    right: 10px;
    top: 0;
}

/*  NAV  */



#navtoggle {
    display: block;
    position: absolute;
    top: 28px;
    left: 50%;
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 99;
    font-size: 36px;
    margin-left: -100px;
    cursor: pointer;
}
#navtoggle:hover {
	opacity:0.5;
}

#navtoggle:before {
    content: '\f0c9';
}

#navtoggle.navshown:before {
    content: '\f00d';
}

#nav {
    display: none;
    margin: 20px auto 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.home #nav {
    margin-top: 0;
}

#nav a {
    font-size: 14px;
line-height: 27px;
padding: 0;
margin: 0;
float: none;
color:#fff;
}

.ae-wp-widget-container {
	float:none;
}

#social a {
    font-size: 24px;
    margin-left: 10px;
}

/*  TOUR  */


  ul.tourDates li span.c1 {
    width: 23%; }

  ul.tourDates li span.c2 {
    width: 38%; }

  ul.tourDates li span.c3 {
    width: 30%;
    float: right;
    text-align: right;
    padding-right: 0; }

  ul.tourDates li span.c5 {
    width: 100%;
    float: none;
    clear: both;
    text-align: right; }

ul.tourDates li span {
    display: block;
    float: none;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0 !important;
}

#instawall .insta-item {
	width:50%;
}

/*  VIDEO  */

.youtubechannelgallery .ytc-pslb.ytc-thumbnails a.ytcthumb .ytcplay:after {
    font-size: 48px;
}

/*  PLAYLISTS  */
#playlists iframe:first-child {
    margin: 0;
}
#playlists iframe {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}

}


@media only screen 
and (max-device-width : 736px) 
and (orientation : portrait) { 

.layer {
    width: 100%;
    height: 100%;
}

#home-order {
    position: relative;
    left: 10%;
    width: 80%;
    margin-top: 90px;
	height: 70% !important;
}

#home-order img {
    width: 70%;
position: absolute;
top: 0;
right: 0;
	}


.button-wrapper {
    position: absolute;
    left: 0;
	bottom:0;
    text-align: center;
    width: 100%;
}
	
#home-order a {
    font-size: 18px;
    line-height: 18px;
    float: none;
    display: inline-block;
	padding:10px;
}

#jn-cutout {
    position: relative;
    margin-top: 50%;
    left: 5%;
    top: 0;
    height: auto !important;
    max-width: 60%;
}
}