@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100");
.color-black {
  color: #000000;
}
.color-grey {
  color: #95989a;
}
.color-lt-grey {
  color: #cec9c9;
}
.color-white {
  color: #ffffff;
}
.color-red {
  color: #bf0917;
}

.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #95989a;
}
.bg-lt-grey {
  background-color: #cec9c9;
}
.bg-lighter-grey {
  background-color: #e4e1e1;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #bf0917;
}

body {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
small.bold {
  font-weight: 600;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin,
p.thin,
small.thin {
  font-weight: 100;
}

a {
  color: inherit;
}
a:hover, a:visited, a:active {
  text-decoration: none !important;
}
a:hover {
  color: #6f7274;
}

h1 {
  font-size: 56px;
  letter-spacing: 2px;
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 9vw;
  }
}

h2 {
  font-size: 48px;
  letter-spacing: 2px;
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 6.0vw;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 8.5vw;
  }
}

h3 {
  font-size: 34px;
  letter-spacing: 2px;
}
@media screen and (max-width: 990px) {
  h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 5vw;
  }
}

.large-p p {
  font-size: 26px;
}
@media screen and (max-width: 990px) {
  .large-p p {
    font-size: 3.5vw;
  }
}

.title-bottom {
  font-size: 38px;
}
@media screen and (max-width: 1600px) {
  .title-bottom {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 990px) {
  .title-bottom {
    font-size: 4vw;
  }
}

.responsive-title {
  font-size: 38px;
}
@media screen and (max-width: 1600px) {
  .responsive-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 990px) {
  .responsive-title {
    font-size: 4vw;
  }
}

.bg-image-home .font-bump {
  font-size: 28px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .bg-image-home .font-bump {
    width: 100%;
    font-size: 20px;
  }
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

.gutter {
  padding: 20px;
}
.gutter-small {
  padding: 5px;
}
.gutter-big {
  padding: 40px 60px 60px 60px;
}
.gutter-sides {
  padding: 20px 60px 20px 60px;
}

.padding-bottom {
  padding-bottom: 40px;
}
.padding-bottom-small {
  padding-bottom: 20px;
}
.padding-bottom-big {
  padding-bottom: 120px;
}
.padding-top {
  padding-top: 40px;
}
.padding-top-small {
  padding-top: 20px;
}
.padding-top-big {
  padding-top: 120px;
}
.padding-top-real-big {
  padding-top: 180px;
}
.padding-right {
  padding-right: 32px;
}
.padding-caption {
  padding: 335px 20px 20px 20px;
}

.row > .gutter {
  padding: 20px 40px;
}

.clean {
  margin: 0;
  padding: 0;
}

.margin-no-bottom {
  margin-bottom: 0;
}
.margin-no-top {
  margin-top: 0;
}

.margin-negative-left {
  margin-left: -50px;
}
.margin-negative-top {
  margin-top: -21px;
}
.margin-right {
  margin-right: 20px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

.vertical-align-middle {
  vertical-align: -webkit-baseline-middle;
}



.staff {
  margin: 0 0 50px;
}

.col-sm-4, .col-xs-6 {
  width: 100%;
  float: none;
}

@media screen and (min-width: 990px) {
  .col-sm-4 {
    width: 50%;
    float: left;
  }

  .staff:nth-child(2n) {
    clear: both;
  }
}


.mobile-menu-trigger {
  display: none;
}

.mobile-menu-close {
  color: #000000;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  display: none;
  text-shadow: none;
}

a.mobile-menu-close:hover{
	color: #000000;
}

nav {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}
nav ul {
  list-style: none;
  color: #95989a;
  vertical-align: top;
  margin-top: 16px;
  padding-left: 0px;
}
nav ul li {
  display: inline-block;
  margin-right: 42px;
  position: relative;
}
nav ul li:hover ul {
  display: block;
}
nav ul li a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #cec9c9;
  padding: 15px 15px 7px;
  margin-top: 0;
  width: 165px;
  z-index: 2;
}
nav ul li ul li {
  display: block;
  padding: 0 0 8px 0;
}
nav ul li ul li a {
  color: #000000;
  font-size: 18px;
}

.home nav ul {
  color: #ffffff;
}
.home nav ul li a {
  font-size: 26px;
  text-decoration: none;
}
.home nav ul li a:hover {
  color: #ffffff;
}
.home nav ul li ul li a {
  font-size: 20px;
}

@media screen and (max-width: 990px) {
  .mobile-menu-trigger {
    display: block;
    cursor: pointer;
  }
  .mobile-menu-trigger .material-icons {
    font-size: 42px;
  }

  .home .mobile-menu-trigger {
    text-align: center;
  }
  .home .mobile-menu-trigger:hover {
    color: #ffffff;
  }

  .sub .mobile-menu-trigger {
    position: absolute;
    right: 40px;
  }
  .sub nav ul {
    margin: auto;
    width: 100%;
    text-align: center;
  }

  nav {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 25px 0;
    z-index: 2;
  }
  nav ul li {
    display: block;
    margin-right: 0;
  }
  nav ul li a {
    color: #000000;
  }
  nav ul li a:hover {
    color: #000000;
  }
  nav ul li ul {
    display: block;
    position: relative;
    background: #ffffff;
    width: auto;
  }

  .home nav ul li a:hover {
    color: #000000;
  }
}


.main {
  margin: 40px 0;
}

.logo {
  max-width: 100%;
  width: 25%;
  height: auto;
  float: left;
}

footer .logo {
  float: none;
}
@media screen and (max-width: 990px) {
  footer .logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 40%;
  }
}

.home .logo {
  float: none;
}
@media screen and (max-width: 990px) {
  .home .logo {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .home .logo {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .sub .logo {
    width: 50%;
  }
}

#accordion {
  padding: 40px 0;
}

.accordion-content {
  display: none;
}

.accordion-toggle {
  cursor: pointer;
  font-size: 28px;
}

.wpcf7 input[type='text'], .wpcf7 textarea, .wpcf7 input[type='email'] {
  width: 50%;
  border: 1px solid #cec9c9;
}
@media screen and (max-width: 990px) {
  .wpcf7 input[type='text'], .wpcf7 textarea, .wpcf7 input[type='email'] {
    width: 90%;
  }
}
.wpcf7 input[type='submit'] {
  background: #bf0917;
  color: #ffffff;
  border: none;
  width: 50%;
  margin: auto;
  padding: 12px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .wpcf7 input[type='submit'] {
    width: 90%;
  }
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.box {
  border: 1px solid #cec9c9;
}

.box-2 {
  border-bottom: 1px solid #cec9c9;
  border-left: 1px solid #cec9c9;
  border-right: 1px solid #cec9c9;
}

footer {
  padding: 10px;
  margin-top: 70px;
}
footer img {
  width: 10%;
}
footer p,
footer img {
  display: inline-block;
}

.home footer {
  margin-top: 0px;
}

.material-icons.close {
  font-size: 56px;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  float: right;
}
.material-icons.close:after {
  clear: both;
  display: block;
}

.social-icons
img {
  width: 18px;
  margin: 20px 5px;
}

ul {
  list-style: disc;
  vertical-align: top;
  margin-top: 16px;
  padding-left: 0px;
}
ul li {
  margin-right: 5px;
}
ul li p {
  font-size: 24px;
}

.anchor-nav ul {
  text-align: center;
  margin: 25px 0;
}
.anchor-nav ul li {
  display: inline-block;
}
@media screen and (max-width: 660px) {

}
.anchor-nav ul li.wo-divider:last-child {
  display: none;
}

.wo-text ul {
  margin-left: 35px;
}
.wo-text ul li {
  margin-bottom: 10px;
}

footer ul li {
  display: inline;
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  footer ul li {
    display: block;
  }
}

.artist {
  margin: 0 0 50px;
  padding: 0 5px;
}

@media screen and (max-width: 990px) {
	.artist {
		width: 33.3%;
		float: left;
	}
}

@media screen and (max-width: 768px) {
	.artist {
		width: 50%;
	}
}

@media screen and (max-width: 568px) {
	.artist {
		width: 100%;
		float: none;
	}
}

.artist .col-sm-12.less-gut{
	padding: 0 5px;
}

.artist-title{
	padding: 0;
	height: 50px;
}

.artist-image{
    position:relative;
       overflow:hidden;
       padding-bottom:100%;
}
.artist-image img{
    position:absolute;
	width: 100%;
	top: 0;
	left: 0;
}


.bg-image-home {
  width: 100%;
  background: url("../images/posterwall_homepage_new.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.bg-image-home a {
  text-decoration: underline;
}


.bg-image-home a:hover {
  color: #ffffff;
}


.bg-image-home .color-white {
  text-shadow: 2px 2px #000;
}

@media screen and (max-width: 990px) {
	.home nav ul li a {
		text-shadow: none;
	}
}

.light-grey-bg {
  background-color: rgba(206, 201, 201, 0.5);
  width: 100%;
  height: auto;
}

.home .content-container {
  width: 50%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn {
  border-radius: 0px;
  padding: 10px 30px;
  font-size: 18px;
}


/*Social Feeds*/
/*  FACEBOOK */
.eff-panel .eff-panel-heading {
  display: none;
}

.eff-panel {
  background-color: #000000 !important;
  clear: both;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #cec9c9 !important;
  padding-bottom: 10px !important;
  width: 95%;
  margin: auto;
  clear: both;
}
@media screen and (max-width: 990px) {
  .eff-panel {
    width: 100%;
  }
}

.eff-panel .eff-panel-body {
  border-left: none !important;
  border-right: none !important;
}
@media screen and (max-width: 990px) {
  .eff-panel .eff-panel-body {
    width: 100%;
    padding: 15px 0;
  }
}

.eff-panel .eff-panel-body .eff-panel-link {
  border: none !important;
  box-shadow: none !important;
}
.eff-panel .eff-panel-body .eff-panel-link img {
  display: none;
}

.eff-panel .eff-panel-body img {
  max-width: 100%;
  height: auto;
}

.eff-panel .eff-panel-body .eff-panel-link h6 {
  font-size: 26px;
}

.eff-panel .eff-panel-footer {
  clear: both;
  padding: 10px 15px;
  background-color: #000000 !important;
  border: none !important;
  border-bottom-right-radius: none !important;
  border-bottom-left-radius: none !important;
  overflow: auto;
}
.eff-panel .eff-panel-footer .fa-facebook-square:before {
  font-size: 32px;
}

/*  TWITTER */
.aoitori_tweets {
  clear: both;
  width: 100%;
}
.aoitori_tweets .aoitori_tweet {
  background: #ffffff;
  color: #000000;
  margin: 15px 0 !important;
  width: 100%;
  padding: 0;
}

/*# sourceMappingURL=main.css.map */
