/*
Theme Name: Eighteenth Street Lounge
Theme URI: https://www.18thstlounge.com/
Author: Rooam
Author URI: https://rooam.co
Description: Energy. Music. Culture.
Version: 1.0
Text Domain: Eighteenth Street Lounge
*/

/* ==========================================================================
   SVG Icons
   ========================================================================== */
.svg-icon {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}
.svg-icon circle {
  stroke: #000;
  stroke-width: 1;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background-color: #000;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
  color: #646464;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
  font-size: 17px;
  line-height: 28px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.noScroll {
	overflow: hidden;
}
body {
  padding-top: 58px;
}
a {
	text-decoration: none;
	outline: 0;
  text-decoration: underline;
  font-weight: 600;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
a:focus, a:hover, a:active {
    outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
img {
	height: auto;
	width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.noTop {
	padding-top: 0!important;
}
.noBottom {
	padding-bottom: 0!important;
}
.noLeft {
	padding-left: 0!important;
}
.noRight {
	padding-right: 0!important;
}
.noTopBottom {
	padding-top: 0!important;
  padding-bottom: 0!important;
}
.noLeftRight {
	padding-left: 0!important;
  padding-right: 0!important;
}
.moreBottom {
  padding-bottom: 120px;
}
::selection {
  color: #2e3230;
  background: #eafef0;
}
::-moz-selection {
  color: #2e3230;
  background: #eafef0;
}
.right {
  float: right;
}
.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
hr {
  border-top: 1px solid #e3e5e7;
}
.borderTop {
  border-top: 1px solid #333537;
}

@media screen and (max-width: 760px) {
  html, body {
    font-size: 16px;
    line-height: 26px;
  }
  .paddingRight {
    padding-right: 0px;
  }
  .paddingLeft {
    padding-left: 0px;
  }
  .notMobile {
    display: none!important;
  }
}

/* ==========================================================================
   input Styles
   ========================================================================== */
input, textarea {
	width: 100%;
	margin: 0;
	font: inherit;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-user-select: text;
	cursor: auto;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	border: 0px;
	outline: 0px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.formControl {
	display: block;
	width: 100%;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
  font-weight: 400;
	background-color: transparent;
	background-image: none;
	padding: 8px 90px 5px 0px;
  border-bottom: 1px solid #636567;
	height: 60px;
  -webkit-border-radius: 0;
          border-radius: 0;
	-webkit-box-shadow: 0px;
	        box-shadow: 0px;
	color: #fff;
  -webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.formControl:focus {
	outline: 0;
  border-color: #c3c5c7;
}
.contactForm .formControl {
	display: block;
	width: 100%;
	font-size: 15px;
  line-height: 18px;
	font-family: 'Roboto Slab', serif;
  font-weight: 400;
	background-color: transparent;
	background-image: none;
	padding: 14px;
  border: none;
  background-color: #232527;
	height: 46px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
	-webkit-box-shadow: 0px;
	        box-shadow: 0px;
	color: #fff;
  -webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.contactForm .formControl:focus {
  background-color: #303335;
}
.contactForm textarea.formControl {
  height: auto;
}
label {
  display: block;
  margin: 0;
  padding: 0 0 6px;
  font-size: 16px;
  line-height: 22px;
}
label.error {
  padding: 6px 0 0;
  color: #f3696e;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838587;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #838587;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #838587;
}
:-moz-placeholder { /* Firefox 18- */
  color: #838587;
}

.confirmMessage {
  text-align: center;
  padding-bottom: 50px;
}
.confirmMessage p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   Typography Styles
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: 'Ultra', serif;
  font-weight: normal;
  color: #232527;
  padding: 30px 0;
  margin: 0;
}
h1 {
	font-size: 72px;
	line-height: 66px;
}
h1.huge {
  font-size: 120px;
	line-height: 100px;
}
h2 {
	font-size: 36px;
	line-height: 38px;
}
h3 {
	font-size: 28px;
	line-height: 30px;
}
h4 {
	font-size: 15px;
	line-height: 20px;
    letter-spacing: 0.05em;
}
p {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	padding: 30px 0;
  margin: 0;
	color: #646464;
}
p.small {
	font-size: 15px;
	line-height: 22px;
}
strong {
  font-weight: 700;
  color: #434547;
}
em {
  color: #a3a5a7;
  font-weight: 400i;
}
.allCaps {
  text-transform: uppercase!important;
}
.white {
  color: #fff;
}
.grey {
    color: #a3a5a7;
}
.green {
  color: #3fc199;
}
.hyphen {
  hyphens: auto;
}

@media screen and (max-width: 1400px) {
  h1 {
  	font-size: 60px;
  	line-height: 56px;
  }
  h1.huge {
    font-size: 100px;
  	line-height: 86px;
  }
  h2 {
  	font-size: 30px;
  	line-height: 34px;
  }
}
@media screen and (max-width: 1200px) {
  h1.huge {
    font-size: 80px;
  	line-height: 70px;
  }
}
@media screen and (max-width: 1030px) {

}
@media screen and (max-width: 760px) {
  h1 {
  	font-size: 40px;
  	line-height: 40px;
    padding: 30px 0;
  }
  h1.huge {
    font-size: 44px;
  	line-height: 40px;
  }
  h2 {
  	font-size: 24px;
  	line-height: 26px;
  }
  h3 {
  	font-size: 20px;
  	line-height: 22px;
  }
  p {
  	font-size: 16px;
  	line-height: 26px;
    padding: 20px 0;
  }
  p.small {
  	font-size: 13px;
  	line-height: 20px;
  }
}

/* ==========================================================================
   Link Box Styles
   ========================================================================== */
.linkBox {
	display: block;
	position: relative;
  margin: 0;
  padding: 40px 0;
}
.linkBox.taller {
  padding: 80px 0;
}

@media screen and (max-width: 1400px) {
  .linkBox {
    padding: 30px 0;
  }
  .linkBox.taller {
    padding: 60px 0;
  }
}
@media screen and (max-width: 760px) {
  .linkBox {
    padding: 25px 0;
  }
  .linkBox.taller {
    padding: 50px 0;
  }
}

/* ==========================================================================
   BTN Styles
   ========================================================================== */
.btn {
  padding: 22px 30px;
  color: #fff;
  position: relative;
  z-index: 50;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Ultra', serif;
  font-weight: normal;
  background-color: #000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.wrapper.desktop .btn:hover {
  -webkit-transform: scale(1.06) translateZ(0);
     -moz-transform: scale(1.06) translateZ(0);
      -ms-transform: scale(1.06) translateZ(0);
       -o-transform: scale(1.06) translateZ(0);
          transform: scale(1.06) translateZ(0);
}
.wrapper.desktop .btn:active, .wrapper.mobile .btn:active {
  box-shadow: none;
  -webkit-transform: scale(0.98) translateZ(0);
     -moz-transform: scale(0.98) translateZ(0);
      -ms-transform: scale(0.98) translateZ(0);
       -o-transform: scale(0.98) translateZ(0);
          transform: scale(0.98) translateZ(0);
}
.btn.margin {
  margin: 0 10px;
}
.btn.light {
  color: #000;
  background-color: #fff;
}
.btn.formBtn {
  padding: 0px 0px;
  color: #939597;
  z-index: 50;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
}
.contactForm input.btn {
  display: inline-block;
  width: inherit;
}

@media screen and (max-width: 1400px) {
  .btn {
    padding: 18px 22px;
    font-size: 15px;
    line-height: 17px;
  }
}

/* ==========================================================================
   Underline Styles
   ========================================================================== */
.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #000;
  height: 5px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
a.underline.active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.head.white .underline:after {
  background: #fff;
}

@media screen and (max-width: 760px) {
  .underline:after {
    display: none;
  }
}

/* ==========================================================================
   Wrapper Styles
   ========================================================================== */
.wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0;
  background-color: #fff;
}
.demo {
	width: 100%;
	height: 2000px;
	background-color: #f45f60;
}
.demo.medium {
	height: 600px;
	background-color: #1f7cea;
}
.demo.mini {
	height: 200px;
	background-color: #f6d530;
}

/* ==========================================================================
   Container Styles
   ========================================================================== */
.container {
	margin: 0 auto;
	padding: 0 6.2%;
	position: relative;
	max-width: 1440px;
}
.container.medium {
	max-width: 1200px;
}
.container.small {
	max-width: 900px;
}
.container.smaller {
	max-width: 600px;
}
.container.even {
  max-width: 1470px;
  padding: 0 5%;
}
.container.smaller.even {
  max-width: 630px;
}
.container.full {
  padding: 0;
  max-width: none;
}
.textContainer {
  max-width: 490px;
}
.row .column .textContainer {
  max-width: 290px;
}
.middleFloat {
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .container.small {
  	max-width: 800px;
  }
}
@media screen and (max-width: 1030px) {
  .container.small {
  	max-width: 700px;
  }
}
@media screen and (max-width: 760px) {
  .container, .container.even {
  	padding: 0 5%;
  }
  .container.mobileFull {
    padding: 0;
  }
}

/* ==========================================================================
   sections Styles
   ========================================================================== */
.section {
	padding: 75px 0;
	margin: 0;
	display: block;
	position: relative;
}
.section.more {
  padding: 100px 0;
}
.section.evenMore {
  padding: 150px 0;
}
.section.noContent {
  background-color: #131517;
  padding: 130px 0;
  width: 100%;
  display: block;
}
.section.dark, .header.dark {
  background-color: #030507;
}
.section.semiDark {
    background-color: #131517;
  }
.section.tall {
  padding: 180px 0;
}
.section.tall.single {
  padding: 200px 0;
}
.section.moreBottom {
  padding-bottom: 150px;
}
.section.moreTop {
  padding-top: 150px;
}

@media screen and (max-width: 1400px) {
  .section {
  	padding: 65px 0;
  }
  .section.tall {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1030px) {
  .section {
  	padding: 60px 0;
  }
}
@media screen and (max-width: 760px) {
  .section {
  	padding: 30px 0;
  }
  .section.more {
    padding: 50px 0;
  }
  .section.evenMore {
    padding: 80px 0;
  }
  .section.moreBottom {
    padding-bottom: 80px;
  }
  .section.moreTop {
    padding-top: 80px;
  }
  .section.noContent {
    padding: 80px 0;
  }
  .section.tall {
    padding: 60px 0;
  }
  .section.tall.single {
    padding: 160px 0;
  }
}

/* ==========================================================================
   Rows & Columns Styles
   ========================================================================== */
.row {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.row .column {
	padding: 0;
	margin: 0;
  float: left;
  width: 50%;
  width: 49.9%;
	display: block;
	position: relative;
}
.row .column.threeEven {
  width: 33.3333333333%;
  width: 33%;
  max-width: 33.3333333333%;
  max-width: 33%;
}
.row .column.full {
  width: 100%;
  max-width: 100%;
}
.row .column.three {
  width: 75%;
  width: 74.9%;
  max-width: 75%;
  max-width: 74.9%;
}
.row .column.one {
  width: 25%;
  width: 24.9%;
  max-width: 25%;
  max-width: 24.9%;
}
.row .column .padding {
	padding: 15px;
	margin: 0;
	display: block;
	position: relative;
}
.row .column .padding.more {
	padding: 30px;
}
.row .column.right {
  float: right;
}
.grid-item {
  width: 33.3333333333%;
  width: 33%;
  max-width: 33.3333333333%;
  max-width: 33%;
}

@media screen and (max-width: 1200px) {
  .section.event .row .column.threeEven {
    width: 50%;
    width: 49.9%;
    max-width: 50%;
    max-width: 49.9%;
  }
}
@media screen and (max-width: 1030px) {
  .row .column.threeEven, .grid-item {
    width: 50%;
    width: 49.9%;
    max-width: 50%;
    max-width: 49.9%;
  }
}
@media screen and (max-width: 760px) {
  .row .column, .row .column.three, .row .column.one, .row .column.threeEven, .grid-item, .section.event .row .column.threeEven {
    width: 100%;
    max-width: 100%;
  }
  .row .column .padding, .row .column .padding.more {
  	padding: 10px 0;
  }
}


/* ==========================================================================
   Header Styles
   ========================================================================== */
.head {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

ul.nav {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.nav li {
  display: block;
  padding: 0;
  margin: 0;
}
ul.nav li.left {
  padding-right: 38px;
  float: left;
}
ul.nav li.right {
  padding-left: 38px;
  float: right;
}
ul.nav li a {
	font-size: 28px;
	line-height: 28px;
  font-family: 'Ultra', serif;
  font-weight: normal;
  text-decoration: none;
  color: #030507;
}

.head.white ul.nav li a {
  color: #fff;
}

.logoHeader {
  width: 50px;
  height: 64px;
  position: absolute;
  top: 30%;
  left: 51%;
  margin: -25px 0 0 -32px;
}

.header {
  padding: 220px 0 0;
  position: relative;
}
.header.withIMG {
  padding: 300px 0 180px;
  background: 50% 50% no-repeat #030507;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.brandBox {
  display: none;
}
.ESLstamp {
  position: absolute;
  top: -10%;
  left: 3%;
  width: 220px;
  display: block;
  z-index: 999;
  animation-name: rotate;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@media screen and (max-width: 1400px) {
  ul.nav li.left {
    padding-right: 30px;
  }
  ul.nav li.right {
    padding-left: 30px;
  }
  ul.nav li a {
  	font-size: 24px;
  	line-height: 24px;
  }
  .header {
    padding: 200px 0 0;
  }
  .header.withIMG {
    padding: 260px 0 140px;
  }
  .ESLstamp {
    top: -16%;
    left: 3%;
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 200px 0 0;
  }
  .ESLstamp {
    top: -16%;
    left: 3%;
    width: 160px;
  }
}
@media screen and (max-width: 1030px) {
  ul.nav li.left {
    padding-right: inherit;
    float: none;
  }
  ul.nav li.right {
    padding-left: inherit;
    float: none;
  }
  ul.nav li {
    padding: 0 10px!important;
    display: inline-block;
  }
  ul.nav li a {
  	font-size: 24px;
  	line-height: 24px;
  }
  .logoHeader {
    display: none;
  }
  .brandBox {
    padding: 0 0 30px;
    text-align: center;
    display: block;
  }
  .brandBox .logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
  }
}
@media screen and (max-width: 760px) {
  ul.nav li {
    padding: 0px 0px!important;
    display: block;
  }
  ul.nav li a {
  	font-size: 20px;
  	line-height: 20px;
  }
  .header {
    padding: 160px 0 0;
  }
  .header.withIMG {
    padding: 160px 0 60px;
  }
  .brandBox {
    padding: 0 0 20px;
  }
  .brandBox .logo {
    width: 40px;
  }
  .ESLstamp {
    top: -6%;
    left: 2%;
    width: 100px;
  }
}


/* ==========================================================================
   Hero Styles
   ========================================================================== */
.heroPost {
  display: block;
  margin: 0;
  padding: 0;
}
.hero {
	display: block;
	height: 680px;
	margin: 0;
	padding: 0;
	position: relative;
	background: 50% 50% no-repeat #131517;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.hero.full {
	height: 95vh;
}
.overlay {
  background-color: rgba(0,0,0,0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay.darker {
  background-color: rgba(0,0,0,0.30);
}
.heroWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: transparent;
	z-index: 4;
}
.heroWrap .heroContent {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 90px;
	margin: 0;
}
.heroBox {
  display: block;
  margin: 0;
  padding: 0 0 40px;
}
.heroBox .logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80px;
}
.downArrow {
  position: absolute;
  left: 50%;
  bottom: 15%;
  margin: -15px 0 0 -15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  .heroWrap .heroContent {
  	padding: 0 0 60px;
  }
  .heroBox {
    padding: 0 0 40px;
  }
  .heroBox .logo {
    width: 60px;
  }
  .downArrow {
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1030px) {

}
@media screen and (max-width: 760px) {
  .heroWrap .heroContent {
  	padding: 0 0 10px;
  }
  .heroBox {
    padding: 0 0 30px;
  }
  .heroBox .logo {
    width: 50px;
  }
}

/* ==========================================================================
   Home Featured Posts Styles
   ========================================================================== */
.featured {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
  width: 100%;
  background-color: #131517;
}
.featuredBox {
	display: block;
	height: 620px;
  width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: 50% 50% no-repeat #131517;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.fullWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: transparent;
	z-index: 4;
}
.fullWrap .fullContent {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.pager {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 999;
}
.pager span {
	background-color: rgba(255,255,255,0.6);
	height: 14px;
	width: 14px;
	cursor: pointer;
	padding: 0;
	margin: 0 6px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.08);
          box-shadow: 0 0 10px 3px rgba(0,0,0,0.08);
  display: inline-block;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.pager span.cycle-pager-active {
  background-color: rgba(255,255,255,1);
  -webkit-transform: scale(1.3) translateZ(0);
     -moz-transform: scale(1.3) translateZ(0);
      -ms-transform: scale(1.3) translateZ(0);
       -o-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
}

@media screen and (max-width: 1400px) {
  .featuredBox {
  	height: 480px;
  }
  .pager {
    bottom: 8%;
  }
  .pager span {
  	height: 12px;
  	width: 12px;
  	margin: 0 6px;
  }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1030px) {

}
@media screen and (max-width: 760px) {
  .featuredBox {
  	height: 440px;
  }
  .pager {
    bottom: 4%;
  }
  .pager span {
  	height: 8px;
  	width: 8px;
  	margin: 0 4px;
  }
}

/* ==========================================================================
   Artist List Styles
   ========================================================================== */
ul.list {
	padding: 0;
	margin: 0;
	display: block;
}
ul.list li {
	padding: 10px 0;
	margin: 0;
	display: block;
}
ul.list li a {
  text-decoration: none;
}
ul.list li a h1 {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.wrapper.desktop ul.list li a:hover h1 {
  color: #f3e5b1;
  -webkit-transform: scale(0.95) translateZ(0);
     -moz-transform: scale(0.95) translateZ(0);
      -ms-transform: scale(0.95) translateZ(0);
       -o-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0);
}

@media screen and (max-width: 760px) {
  ul.list li a h1 {
    font-size: 32px;
  	line-height: 32px;
  }
}

/* ==========================================================================
   Quotes Styles
   ========================================================================== */
.quotes {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.quoteBox {
	display: block;
  width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
  background-color: #fff;
}
.quotes .quotePager {
  padding: 0;
	margin: 0;
	display: block;
	position: relative;
  text-align: center;
  z-index: 999;
}
.quotes .quotePager span {
	background-color: rgba(0,0,0,0.4);
	height: 16px;
	width: 16px;
	cursor: pointer;
	padding: 0;
	margin: 0 8px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.quotes .quotePager span.cycle-pager-active {
  background-color: rgba(0,0,0,1);
  -webkit-transform: scale(1.3) translateZ(0);
     -moz-transform: scale(1.3) translateZ(0);
      -ms-transform: scale(1.3) translateZ(0);
       -o-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
}
.quoteHero {
  margin: 0 auto;
  padding: 0;
  max-width: 180px;
  display: block;
}

@media screen and (max-width: 1030px) {
  .quotes .row .column:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .quotes .row .column:nth-child(3) {
    display: block;
  }
  .quoteHero {
    max-width: 140px;
  }
  .quotes .quotePager span {
  	height: 12px;
  	width: 12px;
  	margin: 0 6px;
  }
  .quoteBox h3 {
    padding-top: 10px;
  }
}

/* ==========================================================================
   Event Styles
   ========================================================================== */

.section.event .closed {
  display: block;
  padding: 20px;
  margin: 0;
  background-color: #131517;
  border: 1px solid #232527;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.section.event .row {
  display: flex;
  flex-wrap: wrap;
}
.section.event .row .column {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.section.event .event {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.section.event .event .thumb {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  border: 1px solid #232527;
  border-bottom-color: #f3f3f3;
}
.section.event .event .padding {
  display: block;
  margin: 0;
  padding: 40px 30px 25px 30px;
}
.section.event .event .padding h3 {
  padding-bottom: 10px;
}

.section.event.semiDark h1 {
    padding-bottom: 70px;
}

@media screen and (max-width: 760px) {
  .section.event .closed {
    padding: 10px;
  }
  .section.event .event .padding {
    padding: 30px 25px 25px 25px;
  }
  .section.event .event .padding h3 {
    padding-bottom: 10px;
  }

  .section.event.semiDark h1 {
        padding-bottom: 40px;
    }

}

/* ==========================================================================
   Upcoming EVent Styles
   ========================================================================== */

.section ul.upcoming {
    display: block;
    padding: 40px 0 50px;
    margin: 0;
}
.section ul.upcoming li {
    display: block;
    padding: 20px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #333537;
}
.section ul.upcoming li:last-child {
    border-bottom: none;
}
.section ul.upcoming li h3 {
    color: #fff;
    margin: 0;
    padding: 15px 0;
}
@media screen and (max-width: 760px) {
    .section ul.upcoming {
        padding: 5px 0 25px;
    }
    .section ul.upcoming li h3 {
        padding: 15px 0 0;
    }
}

/* ==========================================================================
   Gallery Styles
   ========================================================================== */
.gallery {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
}

/* ==========================================================================
   Content Styles
   ========================================================================== */
.content {
  display: block;
  margin: 0;
  padding: 0;
}
.content.single h1, .content.single h2, .content.single h3, .content.single h4 {
  font-family: 'Ultra', serif;
  font-weight: normal;
  color: #232527;
  padding: 30px 0;
  margin: 0;
}
.content.single h1 {
	font-size: 28px;
	line-height: 30px;
}
.content.single h2 {
	font-size: 24px;
	line-height: 28px;
}
.content.singleh3 {
	font-size: 22px;
	line-height: 26px;
}
.content.single h4 {
	font-size: 20px;
	line-height: 26px;
}
.content.single h1:first-child, .content.single h2:first-child, .content.single h3:first-child, .content.single h4:first-child {
  padding-top: 0px;
}
.content p {
  padding: 15px 0;
}
.content p strong {
  font-weight: 700;
  color: #434547;
}
.content p em {
  color: #a3a5a7;
  font-weight: 400i;
}
.content p a {
  text-decoration: underline;
  color: #ed1c24;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.wrapper.desktop .content p a:hover {
  text-decoration: none;
  color: #434547;
}
.content.white p {
  color: #a3a5a7;
}
.content.white p a {
  color: #fff;
}
.wrapper.desktop .content.white p a:hover {
  text-decoration: none;
  color: #f3e5b1;
}
.content.white p strong {
  color: #d3d5d7;
}
.content.white p em {
  color: #535557;
}
.content ul {
  margin: 0;
  padding: 18px 0 18px 27px;
  list-style: none;
}
.content ul li {
  margin: 0;
  padding: 6px 0;
  width: 100%;
  display: block;
  position: relative;
}
.content ul li:first-child {
  padding-top: 0px;
}
.content ul li:last-child {
  padding-bottom: 0px;
}
.content ul li:before {
  content: '\2022';
  position: absolute;
  margin: 1px 0 0 -27px;
  text-align: right;
  width: 10px;
  color: #939597;
}
.content ul li p {
  margin: 0;
  padding: 0;
}
.content ol {
  margin: 0;
  padding: 18px 0 18px 30px;
  list-style: none;
}
.content ol li {
  margin: 0;
  padding: 6px 0;
  width: 100%;
  display: block;
  position: relative;
  counter-increment: step-counter;
}
.content ol li:first-child {
  padding-top: 0px;
}
.content ol li:last-child {
  padding-bottom: 0px;
}
.content ol li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  margin: 0 0 0 -30px;
  text-align: right;
  width: 10px;
  color: #939597;
}
.content ol li p {
  margin: 0;
  padding: 0;
}
.wp-caption {
  padding: 15px 0;
  width: 100%!important;
}
p.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  color: #838587;
  padding: 15px 0 0;
}
@media screen and (max-width: 760px) {
  .content.single h1, .content.single h2, .content.single h3, .content.single h4 {
    padding: 20px 0;
  }
}

/* ==========================================================================
  Single Page Styles
   ========================================================================== */
.whiteBox {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background-color: #fff;
}
.whiteBox .padding {
  margin: 0 auto;
  display: block;
  padding: 80px 15%;
	position: relative;
}
@media screen and (max-width: 760px) {
  .whiteBox .padding {
  	padding: 35px 6.2% 45px;
  }
}


/* ==========================================================================
  Announcement Styles
   ========================================================================== */
.announcement {
  margin: 0;
  padding: 21px 0;
  display: block;
  width: 100%;
  max-height: 62px;
  background-color: #131517;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
	font-size: 15px;
	line-height: 20px;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 100;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.announcement span {
  color: #c3c5c7;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.wrapper.desktop .announcement:hover, .wrapper.desktop .announcement:hover span {
  color: #a3a5a7;
}
@media screen and (max-width: 760px) {
  .announcement {
    padding: 23px 0 21px;
  	font-size: 13px;
  	line-height: 20px;
  }
}


/* ==========================================================================
  Rooam Section Styles
   ========================================================================== */
.section.rooam {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden;
}
.section.rooam.dark {
  border-bottom: 1px solid #434547;
  border-top: none;
}
.section.rooam .content {
  max-width: 460px;
}
.rooamIcon {
  width: 160px;
  display: inline-block;
  margin: 0;
  padding: 0 0 40px;
}
span.code {
  background-color: #da2729;
  color: #fff;
  padding: 5px 12px;
  margin: 0 1px;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Ultra', serif;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.linkBox .badge {
  display: inline-block;
  max-width: 140px;
  margin: 0 6px 0 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
  -webkit-transform: scale(1) translateZ(0);
     -moz-transform: scale(1) translateZ(0);
      -ms-transform: scale(1) translateZ(0);
       -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.linkBox .badge:hover {
  -webkit-transform: scale(1.05) translateZ(0);
     -moz-transform: scale(1.05) translateZ(0);
      -ms-transform: scale(1.05) translateZ(0);
       -o-transform: scale(1.05) translateZ(0);
          transform: scale(1.05) translateZ(0);
}
.section.rooam .phone {
  position: absolute;
  width: 1100px;
  top: -32%;
  left: 48%;
  -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

@media screen and (max-width: 1400px) {
  .section.rooam .content {
    max-width: 440px;
  }
  .section.rooam .phone {
    width: 900px;
    top: -28%;
    left: 48%;
  }
}
@media screen and (max-width: 1030px) {
    .section.rooam .phone {
        width: 800px;
        top: -28%;
        left: 48%;
    }
}
@media screen and (max-width: 760px) {
  span.code {
    padding: 4px 10px;
    margin: 0 3px;
    font-size: 14px;
    line-height: 18px;
  }
  .linkBox .badge {
    max-width: 130px;
  }
  .section.rooam {
    padding-bottom: 420px;
    text-align: center;
  }
  .section.rooam .content {
    margin-left: auto;
    margin-right: auto;
  }
  .section.rooam .phone {
    width: 600px;
    top: 108%;
    left: 70%;
    margin-left: -230px;
  }
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

ul.foot {
  margin: 0;
  padding: 30px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
.section.foot p.small {
  max-width: 550px;
  margin: 0 auto;
  color: #939597;
}
ul.foot li {
  margin: 0;
  padding: 3px 14px;
  display: inline-block;
}
ul.foot li a {
  color: #939597;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.wrapper.desktop ul.foot li a:hover, ul.foot li a.active {
  color: #fff;
}

ul.social {
  margin: 0;
  padding: 40px 0 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
ul.social li {
  margin: 0;
  padding: 0 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
}
ul.social li a .icon {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
ul.social li a .icon .svg-icon path,
ul.social li a .icon .svg-icon polygon,
ul.social li a .icon .svg-icon rect {
  fill: #939597;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.wrapper.desktop ul.social li a:hover .icon .svg-icon path,
.wrapper.desktop ul.social li a:hover .icon .svg-icon polygon,
.wrapper.desktop ul.social li a:hover .icon .svg-icon rect {
  fill: #fff;
}
.signUpBox {
  padding: 0;
}
.signUpBox .form {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  position: relative;
}
.signUpBox .button {
  position: absolute;
  bottom: 15px;
  right: 0;
}

@media screen and (max-width: 760px) {
  .section.foot {
    text-align: center;
  }
  .section.foot p.small {
    max-width: 400px;
  }
  .signUpBox {
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 20px
  }
  .signUpBox .form {
    padding: 15px 0 0 0;
  }
  ul.foot {
    text-align: center;
  }
  ul.foot li {
    margin: 0;
    padding: 2px 0;
    display: block;
    width: 100%;
    float: left;
  }
  ul.social {
    text-align: center;
    padding: 50px 0 30px;
  }
  ul.social li {
    padding: 0 20px;
    float: inherit;
    display: inline-block;
  }
}

/* ==========================================================================
   Upcoming Styles
   ========================================================================== */

.upcoming {
    margin: 0 0 0 0;
    padding: 35px 0 0 0;
    border-top: 1px solid #707070;
    display: block;
    width: 100%;
    text-align: left;
}
.upcoming p, .upcoming h1, .upcoming h2, .upcoming h3, .upcoming p strong, .upcoming p em {
    font-family: 'Ultra', serif;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
}
.upcoming p a, .upcoming h1 a, .upcoming h2 a, .upcoming h3 a, .upcoming p strong a, .upcoming p em a {
    text-decoration: underline;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.wrapper.desktop .upcoming p a:hover, .wrapper.desktop .upcoming h1 a:hover, .wrapper.desktop .upcoming h2 a:hover, .wrapper.desktop .upcoming h3 a:hover, .wrapper.desktop .upcoming p strong a:hover, .wrapper.desktop .upcoming p em a:hover {
    color: #434547;
}
  @media screen and (max-width: 760px) {
    .upcoming {
        padding: 25px 0 20px 0;
    }
  }
