/* default colors, etc */
/* Responsive cutoff points */
/* mixins */
.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* base styles */
.container {
  max-width: 960px; }

body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif; }

body,
section#page {
  background: url(../images/bg-pattern.png) repeat 0 0 #f1eee8; }

a,
a:link,
a:visited {
  color: rgba(236, 186, 62, 0.95); }

a:hover,
a:active {
  color: rgba(225, 167, 22, 0.95); }

section#page {
  position: relative;
  position: relative;
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px); }
  section#page > .inner {
    min-height: 952px;
    position: relative;
    z-index: 2;
    padding-bottom: 200px; }
  section#page .footer-bg {
    background: url(../images/bg-footer.jpg) no-repeat 50% 100% transparent;
    background-size: cover;
    height: 952px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

.bold {
  font-weight: bold; }

.nav-menu-wrapper.search-only {
  display: none; }

.header-bg {
  background: url(../images/bg-header.jpg) no-repeat 50% 50% transparent;
  -webkit-background-size: cover;
  background-size: cover;
  height: 524px;
  position: fixed;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  top: 0;
  left: 0;
  right: 0; }

/* header */
header#header {
  position: relative;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px); }
  header#header > .inner {
    position: relative;
    height: 524px;
    z-index: 1; }
  header#header .blog-title h1 {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/wild.png) no-repeat 0 0 transparent;
    width: 540px;
    height: 310px;
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: 82px; }
    header#header .blog-title h1 a {
      display: none; }
  header#header .blog-title .description {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/subtitle.png) no-repeat 0 0 transparent;
    width: 440px;
    height: 140px;
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -220px; }
    header#header .blog-title .description span {
      display: none; }
  header#header .blog-title .release-date {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/release-date.png) no-repeat 0 0 transparent;
    width: 540px;
    height: 140px;
    display: block;
    position: absolute;
    top: 334px;
    left: 50%;
    margin-left: -270px; }
    header#header .blog-title .release-date span {
      display: none; }
  header#header .exposed-nav-wrapper {
    display: none; }
  header#header .horizon {
    background: url(../images/bg-horizon.png) repeat-x 50% 52px transparent;
    height: 234px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
  header#header .callout {
    position: absolute;
    left: 0;
    top: 0; }
    header#header .callout a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../images/callout-theater.png) no-repeat 0 0 transparent;
      width: 195px;
      height: 180px; }
  header#header ul.menu {
    position: absolute;
    top: 12px;
    right: 0;
    padding: 0;
    margin: 0; }
    header#header ul.menu > li {
      display: inline-block;
      list-style: none;
      margin-left: 30px;
      vertical-align: middle; }
      header#header ul.menu > li a {
        color: #000; }
        header#header ul.menu > li a .fa {
          font-size: 24px;
          display: inline-block;
          width: 30px;
          -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; }
        header#header ul.menu > li a.btn {
          min-width: 92px; }
      header#header ul.menu > li:hover .fa {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  header#header .horizon, header#header .blog-title, header#header .callout, header#header .menu {
    visibility: hidden; }

.no-image.avatar-hidden #header, .no-image.avatar-style-hidden #header {
  margin-top: 0; }

/* posts */
section#posts {
  margin: 0 -5px; }

/* post */
section.post .service {
  position: relative; }
  section.post .service > .inner {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 5px; }
  section.post .service span.fa {
    font-size: 28px;
    color: #fff; }
section.post .photo-wrapper {
  min-width: 225px;
  overflow: hidden; }
  section.post .photo-wrapper img {
    max-width: 100%;
    width: auto;
    height: 259px;
    -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; }
section.post .video-wrapper {
  width: 460px; }

article.photo,
article.video {
  float: left;
  margin: 0 5px 10px; }

article.photo.photo-lg section.post .photo-wrapper img {
  width: 460px;
  height: 260px; }

div[data-page-id="1"] article.photo:nth-child(5) {
  float: right; }
  div[data-page-id="1"] article.photo:nth-child(5) section.post .photo-wrapper {
    width: 460px;
    height: 530px;
    overflow: hidden; }
    div[data-page-id="1"] article.photo:nth-child(5) section.post .photo-wrapper img {
      width: 460px;
      height: 530px; }

article.video section.post .photo-wrapper {
  width: 460px;
  cursor: pointer; }

section.panel {
  background-color: rgba(39, 37, 35, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  padding-top: 67px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  section.panel .post-controls > ul {
    padding-left: 0; }
    section.panel .post-controls > ul > li {
      list-style: none; }
  section.panel .post-controls .share-menu > ul {
    padding-left: 0;
    text-align: center;
    margin: 0 -25px; }
    section.panel .post-controls .share-menu > ul > li {
      display: inline-block;
      list-style: none;
      width: 10px;
      -webkit-transition: width 0.2s ease;
      -moz-transition: width 0.2s ease;
      -ms-transition: width 0.2s ease;
      -o-transition: width 0.2s ease;
      transition: width 0.2s ease; }
      section.panel .post-controls .share-menu > ul > li > a {
        color: rgba(236, 186, 62, 0.95);
        font-size: 20px;
        -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;
        display: block; }
        section.panel .post-controls .share-menu > ul > li > a:hover {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
  section.panel #reblog-like ul > li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle; }
    section.panel #reblog-like ul > li span.fa {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      color: rgba(236, 186, 62, 0.95);
      line-height: 40px;
      font-size: 25px;
      -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; }
    section.panel #reblog-like ul > li a,
    section.panel #reblog-like ul > li .like_button {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      opacity: 0;
      width: 100% !important;
      height: 100% !important;
      cursor: pointer; }
    section.panel #reblog-like ul > li:hover span.fa {
      color: rgba(225, 167, 22, 0.95); }
    section.panel #reblog-like ul > li:hover span.fa-heart-o {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    section.panel #reblog-like ul > li:hover span.fa-refresh {
      -webkit-transform: scale(1.2) rotate(60deg);
      -moz-transform: scale(1.2) rotate(60deg);
      -ms-transform: scale(1.2) rotate(60deg);
      -o-transform: scale(1.2) rotate(60deg);
      transform: scale(1.2) rotate(60deg); }
    section.panel #reblog-like ul > li.like-control .like_button.liked + span.fa {
      color: #e25454; }
      section.panel #reblog-like ul > li.like-control .like_button.liked + span.fa:before {
        content: '\f004'; }
  section.panel .post-footer {
    width: 172px;
    margin: 0 auto;
    -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(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    text-align: center; }
  section.panel .divider {
    height: 1px;
    background-color: #fff;
    opacity: .5;
    margin: 8px 0; }

.post-wrapper {
  position: relative; }
  .post-wrapper:hover section.post .photo-wrapper img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }
  .post-wrapper:hover section.panel {
    opacity: 1; }
    .post-wrapper:hover section.panel .post-footer,
    .post-wrapper:hover section.panel a.link-out {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .post-wrapper:hover section.panel .post-controls .share-menu > ul > li {
      width: 20%; }

ul.date-notes {
  padding: 0;
  font-size: 15px; }
  ul.date-notes > li {
    list-style: none; }
    ul.date-notes > li span.fa {
      color: rgba(236, 186, 62, 0.95); }
    ul.date-notes > li > a {
      color: #fff;
      text-transform: uppercase; }
      ul.date-notes > li > a > .day {
        text-transform: none; }
      ul.date-notes > li > a:hover {
        color: #fff;
        text-decoration: none; }
    ul.date-notes > li.post-notes {
      font-size: 25px;
      font-family: "news-gothic-std", sans-serif; }
    ul.date-notes > li.post-date {
      font-family: "news-gothic-std", sans-serif; }

.tag {
  color: rgba(236, 186, 62, 0.95);
  font-size: 12px;
  line-height: 16px; }
  .tag:hover {
    color: rgba(234, 178, 39, 0.95);
    text-decoration: none; }

.attribution-tags > ul {
  padding: 0;
  margin-bottom: 12px;
  text-align: center;
  line-height: 16px; }
  .attribution-tags > ul > li {
    display: inline-block; }

a.link-out {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: rgba(236, 186, 62, 0.95);
  text-align: center;
  font-size: 22px;
  -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(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }
  a.link-out span.fa {
    margin-top: 120px; }

.icon-pencil {
  background: url(../images/icon-pencil.png) no-repeat 0 0 transparent;
  width: 17px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 4px;
  margin-top: -8px; }

#user-messages {
  position: relative;
  z-index: 10;
  text-align: center; }
  #user-messages .heading {
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    text-transform: uppercase; }
  #user-messages #trail-message {
    height: 0;
    overflow: hidden;
    opacity: 0;
    min-height: 37px; }
    #user-messages #trail-message #user-message {
      color: #957c29;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 32px;
      padding-top: 5px; }
    #user-messages #trail-message #user-name {
      color: #957c29;
      text-transform: uppercase;
      font-size: 14px;
      text-align: center; }
    #user-messages #trail-message.loaded {
      height: auto;
      opacity: 1;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  #user-messages .btn-primary {
    margin: 10px 0; }
  #user-messages .well {
    background: none rgba(236, 186, 62, 0.95);
    border: 0 none;
    padding: 0px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #user-messages .well .heading {
      font-weight: 500;
      font-size: 16px;
      padding: 12px;
      margin-bottom: 4px; }
  #user-messages .form {
    max-width: 80%;
    margin: 0 auto 14px; }
    #user-messages .form .form-well {
      background: #fff;
      padding: 0 4px;
      margin-bottom: 14px; }
    #user-messages .form .form-group {
      margin: 0; }
    #user-messages .form textarea {
      resize: none;
      border: 0 none;
      width: 100%;
      margin: 0;
      display: block;
      padding: 8px 4px; }
      #user-messages .form textarea:focus {
        outline: none; }
    #user-messages .form input[type="text"] {
      width: 100%;
      border: 0 none;
      margin: 0;
      border-top: 1px solid rgba(236, 186, 62, 0.95);
      padding: 8px 4px;
      text-align: right; }
      #user-messages .form input[type="text"]:focus {
        outline: none; }
    #user-messages .form .btn:focus {
      outline: none; }

.static-post {
  display: none !important; }

div[data-page-id="1"] .static-post-page-1 {
  display: block !important; }

div[data-page-id="2"] .static-post-page-2 {
  display: block !important; }

div[data-page-id="3"] .static-post-page-3 {
  display: block !important; }

div[data-page-id="4"] .static-post-page-4 {
  display: block !important; }

div[data-page-id="5"] .static-post-page-5 {
  display: block !important; }

div[data-page-id="6"] .static-post-page-6 {
  display: block !important; }

div[data-page-id="7"] .static-post-page-7 {
  display: block !important; }

div[data-page-id="8"] .static-post-page-8 {
  display: block !important; }

.content.page-content {
  padding: 35px 0; }

.alert.alert-message {
  padding: 0; }
  .alert.alert-message ul {
    padding: 0; }
    .alert.alert-message ul > li {
      margin: 0;
      list-style: none; }

.details-images {
  text-align: right; }
  .details-images .img-responsive {
    margin: 0 0;
    display: inline-block; }

#instagram-info .logo {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: 18px; }
  #instagram-info .logo .image img {
    border: 3px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

#twitter-info h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  margin-top: 0; }
#twitter-info .logo {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: 18px; }
  #twitter-info .logo .image img {
    border: 3px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
#twitter-info .fa-twitter {
  color: #55acee; }
#twitter-info .connect {
  margin-top: 20px; }
#twitter-info #tweet-form .form-bubble {
  position: relative;
  background: #fff;
  margin-bottom: 33px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px; }
  #twitter-info #tweet-form .form-bubble .form-group {
    margin-bottom: 8px; }
  #twitter-info #tweet-form .form-bubble .form-control {
    background: none transparent; }
  #twitter-info #tweet-form .form-bubble .well {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none transparent; }
    #twitter-info #tweet-form .form-bubble .well .form-control {
      border: 0 none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #twitter-info #tweet-form .form-bubble .chars-remaining {
    font-weight: bold;
    display: block;
    text-align: right; }
  #twitter-info #tweet-form .form-bubble textarea {
    resize: none; }
  #twitter-info #tweet-form .form-bubble:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
    background: url(../images/icon-anchor.png) no-repeat 0 0 transparent; }
#twitter-info #tweet-form .btn {
  max-width: 100%;
  width: 260px; }

.twitter-verified {
  background: url(../images/icon-twitter-verified.png) no-repeat 0 0 transparent;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block; }

.partners .partner {
  float: left;
  width: 178px;
  margin: 0 10px 34px; }
  .partners .partner a {
    display: block; }
  .partners .partner img {
    margin: 0 auto;
    height: 86px; }
  @media (max-width: 767px) {
    .partners .partner {
      width: 50%;
      margin: 0 0 20px; } }

.embed-responsive.embed-responsive-16by9.embed-responsive-square {
  padding-bottom: 100%; }

a[data-toggle="loadmore"] {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  a[data-toggle="loadmore"].loading {
    opacity: .8; }

#tumblr_controls {
  display: none; }

.modal {
  -webkit-transform: translateZ(1050px);
  -moz-transform: translateZ(1050px);
  -ms-transform: translateZ(1050px);
  -o-transform: translateZ(1050px);
  transform: translateZ(1050px); }

/* additional/custom styles */
.btn.btn-primary {
  background: none rgba(236, 186, 62, 0.95);
  filter: none;
  border: 0 none;
  color: #000;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 12px; }
  .btn.btn-primary:hover {
    background-color: rgba(236, 186, 62, 0.95); }
  .btn.btn-primary span.fa {
    color: #fff;
    margin-right: 8px;
    vertical-align: middle; }
.btn.btn-sm {
  font-size: 13px;
  padding: 5px 10px; }
.btn.btn-lg {
  padding: 23px 30px; }
  .btn.btn-lg span.fa {
    font-size: 35px;
    margin: -9px 8px -9px 0;
    width: 30px; }
.btn.btn-secondary {
  background: none transparent;
  filter: none;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase; }
.btn.btn-ig {
  background: none #fff;
  filter: none;
  border: 2px solid #185486;
  color: #185486;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* responsive */
@media (min-width: 768px) {
  .container {
    width: 960px; } }
@media (max-width: 767px) {
  header#header ul.menu {
    left: 0;
    text-align: center; }
    header#header ul.menu > li {
      width: 18%;
      margin-left: 0;
      float: left;
      vertical-align: middle;
      padding-top: 3px; }
      header#header ul.menu > li:last-child {
        padding-top: 0;
        width: 28%;
        float: right; }
        header#header ul.menu > li:last-child a {
          width: 100%; }

  .btn {
    white-space: normal; }

  #posts article {
    float: none; }

  article.photo section.post .photo-wrapper {
    width: auto;
    height: auto; }
    article.photo section.post .photo-wrapper img {
      width: 100%;
      height: auto;
      margin: o auto; }
  article.photo.photo-lg section.post .photo-wrapper {
    width: auto;
    height: auto; }
    article.photo.photo-lg section.post .photo-wrapper img {
      height: auto;
      margin: o auto; }

  article.video {
    float: none; }
    article.video section.post .photo-wrapper {
      display: none; }
    article.video section.post .video-wrapper {
      position: relative;
      width: auto; }

  div[data-page-id="1"] article.photo:nth-child(5) {
    float: left; }
    div[data-page-id="1"] article.photo:nth-child(5) section.post .photo-wrapper {
      width: 100%;
      height: auto; }
      div[data-page-id="1"] article.photo:nth-child(5) section.post .photo-wrapper .photo-wrapper-inner {
        width: auto; }
        div[data-page-id="1"] article.photo:nth-child(5) section.post .photo-wrapper .photo-wrapper-inner img {
          width: 100%;
          height: auto; }

  .modal .modal-dialog {
    max-width: 100%;
    margin: 0; }

  #user-messages #trail-message #user-message {
    font-size: 20px;
    line-height: 24px; }

  .notebook {
    display: none; } }

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