/* ***** ----------------------------------------------- *****

    _________    __  _________   __  ______  __  _______ ______
   / ____/   |  /  |/  / ____/  / / / / __ \/ / / / ___// ____/
  / /_  / /| | / /|_/ / __/    / /_/ / / / / / / /\__ \/ __/   
 / __/ / ___ |/ /  / / /___   / __  / /_/ / /_/ /___/ / /___   
/_/   /_/  |_/_/  /_/_____/  /_/ /_/\____/\____//____/_____/   
                                                               
Built by Fame House
-
http://famehouse.net
https://www.facebook.com/famehouse
@FameHouse 
-
Project: Amanda Palmer "The Art of Asking" Landing Page

/* ***** ----------------------------------------------- ***** */
@import url(normalize.css);
/* ***** Fonts Styles
/* ***** ----------------------------------------------- ***** */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/bebas/BebasNeue-webfont.eot");
  src: url("../fonts/bebas/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/BebasNeue-webfont.woff") format("woff"), url("../fonts/bebas/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/bebas/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProCondRegular';
  src: url("../fonts/myriad/myriadpro-cond-webfont.eot");
  src: url("../fonts/myriad/myriadpro-cond-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/myriadpro-cond-webfont.woff") format("woff"), url("../fonts/myriad/myriadpro-cond-webfont.ttf") format("truetype"), url("../fonts/myriad/myriadpro-cond-webfont.svg#MyriadProCondRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ***** General Styles
/* ***** ----------------------------------------------- ***** */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: none; }

*::-moz-selection {
  background: #8c0200;
  color: white; }

*::selection {
  background: #8c0200;
  color: white; }

html {
  background: white;
  font-size: 62.5%; }

body {
  color: #0b0b0c;
  font-family: "BebasNeueRegular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 24px;
  line-height: 2.4rem; }

a,
a:visited {
  color: #8c0200;
  text-decoration: underline;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

a:hover,
a:active {
  color: #0b0b0c; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  margin: 0; }

img {
  max-width: 100%; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.hide {
  display: none; }

.container {
  width: 1110px;
  margin: 0 auto; }

.row {
  width: 100%; }

.video_block {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a.btn {
  display: inline-block;
  line-height: 30px;
  line-height: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 5px 7px 5px;
  background: #8c0200;
  color: white;
  text-decoration: none;
  padding: 2px 10px 0 10px;
  position: relative; }
  a.btn:before {
    content: '';
    border: 1px solid #8c0200;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px; }
  a.btn:hover {
    background: #0b0b0c;
    color: white; }

/* ***** Main Styles
/* ***** ----------------------------------------------- ***** */
.main {
  padding: 50px 0 20px 0; }
  .main .image_block {
    float: left;
    width: 37%;
    margin-right: 5%; }
  .main .main_content {
    float: left;
    width: 58%; }
    .main .main_content .page_title {
      font-weight: normal;
      color: #8c0200;
      font-size: 48px;
      font-size: 4.8rem;
      margin: 10px 0 20px 0;
      padding-bottom: 20px;
      border-bottom: 5px solid #8c0200; }
    .main .main_content .about_text {
      font-family: 'MyriadProCondRegular';
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem; }
    .main .main_content .sub_title {
      font-weight: normal;
      color: #8c0200;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 20px 0 20px 0;
      padding-top: 20px;
      border-top: 5px solid #8c0200; }
    .main .main_content .preorder_location_type {
      margin-bottom: 20px; }
      .main .main_content .preorder_location_type .location_name {
        display: block;
        font-family: 'MyriadProCondRegular';
        font-size: 16px;
        font-size: 1.6rem;
        color: #8c0200;
        margin-bottom: 5px; }
     .main .main_content .two_column {}
      .main .main_content .two_column .left { float: left; width: 55%; }
      .main .main_content .two_column .right { float: left; width: 45%; border-left: 1px solid #d7d7d7; padding-left: 5%; }

.tour {
  padding: 0 0 20px 0; 
  max-width: 920px;
  margin: 0 auto; }
  .tour h1.book_tour_title {
    background: #8c0200;
    text-align: center; 
    color: #ffffff;
    padding: 5px 0;
    font-weight: normal; }

.vevent {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'MyriadProCondRegular';
  font-size: 20px; }
  .vevent .gigpress-row { }
    .vevent .gigpress-row .gigpress-date { 
      float: left; 
      width: 20%; 
      text-align: center; }
      .vevent .gigpress-row .gigpress-date .gigpress-info-label {
        display: none; }
      .vevent .gigpress-row .gigpress-date abbr[title] {
        border-bottom: none;
      }
    .vevent .gigpress-row .gigpress-venue { 
      float: left; 
      width: 40%;
      font-weight: bold;
      color: #8c0200; }
      .vevent .gigpress-row .gigpress-venue > .gigpress-info-item {
        display: none; }
      .vevent .gigpress-row .gigpress-venue a {
        font-weight: bold; } 
    .vevent .gigpress-row .gigpress-country { 
      float: left; 
      width: 20%; }
    .vevent .gigpress-row .gigpress-ticket-item { 
      float: left; 
      width: 20%;
      text-align: center; }
      .vevent .gigpress-row .gigpress-ticket-item .gigpress-soldout {
        font-size: 24px;
        font-size: 2.4rem;
        text-transform: uppercase; 
        line-height: 44px;
        line-height: 4.4rem;
        padding: 2px 20px 0 20px; }
      .vevent .gigpress-row .gigpress-ticket-item .gigpress-tickets-link {
        display: inline-block;
        line-height: 44px;
        line-height: 4.4rem;
        font-size: 24px;
        font-size: 2.4rem;
        margin: 5px;
        background: #8c0200;
        color: white;
        text-decoration: none;
        padding: 2px 20px 0 20px;
        position: relative;
        font-family: "BebasNeueRegular", arial, helvetica, sans-serif; }
        .vevent .gigpress-row .gigpress-ticket-item .gigpress-tickets-link:before {
          content: '';
          border: 1px solid #8c0200;
          position: absolute;
          top: -3px;
          right: -3px;
          bottom: -3px;
          left: -3px; }
          .vevent .gigpress-row .gigpress-ticket-item .gigpress-tickets-link:hover {
            background: #000000; }
  .vevent .gigpress-additional,
  .gigpress-table,
  .gigpress-subscribe {
    display: none;
  }

/* ***** Footer Styles
/* ***** ----------------------------------------------- ***** */
.footer {
  text-align: center;
  margin-bottom: 50px; }
  .footer .footer_text {
    font-weight: normal;
    color: #8c0200;
    font-size: 29px;
    font-size: 2.9rem;
    margin: 0 0 20px 0; }
  .footer .continue {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 12px 15px 10px 15px; }
  .footer p {
    font-family: 'MyriadProCondRegular';
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem; }

/* ***** Media Queries
/* ***** ----------------------------------------------- ***** */
@media screen and (max-width: 1140px) {
  .container {
    padding: 0 15px;
    width: 100%; }
  .main .main_content .two_column .left,
  .main .main_content .two_column .right {
    width: 100%; } 
  .main .main_content .two_column .right { border-left:none; padding-left: 0%; } }
@media screen and (max-width: 920px) {
  .vevent .gigpress-row .gigpress-date {
    width: 40%; }
  .vevent .gigpress-row .gigpress-venue {
    width: 60%;
    min-height: 44px; 
    text-align: center; }
  .vevent .gigpress-row .gigpress-country {
    width: 40%;
    text-align: center; }
  .vevent .gigpress-row .gigpress-ticket-item {
    width: 60%; }

  }
@media screen and (max-width: 600px) {
  .main .image_block,
  .main .main_content {
    float: none;
    width: 100%;
    margin-right: 0%; }
  .footer {
    text-align: center; } }
