@import url(font/fonts.css);
@import url(reset.css);
@import url(buddypress.css);
/*
Theme Name: Artline with Buddypress
Theme URI: http://wordpress.org/
Text Domain: artlinebuddy_2014
Description: Theme for the Artline Project
Author: Modondo
Tags: buddypress
Version: 1.0
*/
/* Reset browser defaults */
/* @group Basics and header */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong, b {
  font-weight: normal;
  font-family: 'brandon_grotesquebold'; }

.search #main {
  min-height: 500px; }

body {
  background: #fff;
  font-family: 'brandon_grotesque_regularRg';
  font-size: 19px; }

.wrapper, #access, body.community-page #main {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto; }

#content {
  max-width: 1160px;
  margin: 0 auto; }

div.posts, body.community-page div#content {
  float: left;
  width: 66%;
  padding: 20px 0; }

#sidebar {
  float: right;
  width: 30% !important;
  padding: 20px 0; }

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px; }

#header {
  background: #000;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }
  #header a {
    color: #fdcd02; }

.clear {
  clear: both; }

#langchooser-and-community {
  position: absolute;
  top: 5px;
  right: 5px;
  text-transform: uppercase;
  color: #ccc;
  font-size: 13px;
  font-family: "brandon_grotesque_regularRg"; }
  .logged-in #langchooser-and-community {
    z-index: 9999;
    right: 70px;
    top: 2px; }
  #langchooser-and-community ul {
    display: inline-block; }
  #langchooser-and-community a {
    color: #ccc;
    text-decoration: none; }
    #langchooser-and-community a:hover {
      text-decoration: underline; }
    #langchooser-and-community a:after {
      content: " | ";
      display: inline-block;
      margin: 0 10px; }

.menu-left, .menu-right {
  display: inline-block;
  vertical-align: middle; }
  .menu-left ul, .menu-right ul {
    display: inline-block;
    font-family: "brandon_grotesquemedium"; }
    .menu-left ul li, .menu-right ul li {
      display: inline-block;
      margin-right: 40px; }
      .menu-left ul li a, .menu-right ul li a {
        text-decoration: none; }
        .menu-left ul li a:hover, .menu-right ul li a:hover {
          text-decoration: underline; }
      .menu-left ul li#menu-item-3501, .menu-left ul li#menu-item-3502, .menu-right ul li#menu-item-3501, .menu-right ul li#menu-item-3502 {
        margin-right: 0px; }
        .menu-left ul li#menu-item-3501:after, .menu-left ul li#menu-item-3502:after, .menu-right ul li#menu-item-3501:after, .menu-right ul li#menu-item-3502:after {
          content: " /";
          color: #6d6d6d; }
      .menu-left ul li:last-child, .menu-right ul li:last-child {
        margin-right: 0px; }

a#logolink {
  display: inline-block;
  vertical-align: middle; }
  a#logolink img {
    margin: 0 20px 0 50px; }

h1 {
  font-size: 50px;
  font-family: "brandon_grotesquemedium";
  font-weight: normal;
  text-transform: uppercase; }

h1.page-title {
  text-transform: none;
  font-size: 45px;
  margin-bottom: 40px; }

h2.entry-title, h1.entry-title {
  font-family: "brandon_grotesquemedium";
  font-size: 39px;
  font-weight: normal;
  text-transform: none;
  margin: 5px 0 15px 0;
  color: #562b73; }
  h2.entry-title a, h1.entry-title a {
    color: #562b73;
    text-decoration: none; }

div.pressrelease {
  background: url("images/icon-pressrelease.png") no-repeat;
  padding: 3px 0px 10px 35px;
  text-transform: uppercase;
  color: #75c8e5;
  font-size: 17px;
  font-family: 'brandon_grotesquebold'; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  width: 50%;
  float: right;
  text-align: right; }

.entry-content {
  font-size: 19px;
  line-height: 24px; }
  .entry-content em {
    font-style: normal;
    font-family: "brandon_grotesqueRgIt"; }

.navigation, .paged-navigation, .comment-navigation {
  font-family: "brandon_grotesqueRgIt";
  font-style: normal;
  font-size: 18px;
  margin-bottom: 20px; }
  .navigation a, .paged-navigation a, .comment-navigation a {
    color: #ababab; }

#access {
  position: relative; }

a {
  color: #044e7b; }

.entry-date {
  font-size: 17px;
  font-family: 'brandon_grotesqueRgIt'; }
  .entry-date a {
    color: #ababab;
    text-decoration: none; }

.country_link img, img.flag {
  width: 17px;
  height: 17px; }

.post-tag {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  background: #ababab;
  color: #fff;
  padding: 3px 7px;
  font-family: 'brandon_grotesquemedium';
  font-size: 11px;
  vertical-align: top;
  margin-right: 5px;
  text-decoration: none; }
  .single-event .post-tag {
    background: #fdcd02;
    color: #e4722a; }
    .single-event .post-tag:hover {
      text-decoration: underline; }
  .post-tag.tag-event {
    background: #e4722a; }
  .post-tag.tag-commission {
    background: #562b73; }

#pressreleases h3, li.widget_archive h3 {
  background: url("images/icon-pressrelease.png") no-repeat;
  padding: 3px 0px 10px 35px;
  text-transform: uppercase;
  color: #75c8e5;
  font-size: 17px;
  font-family: 'brandon_grotesquebold'; }
#pressreleases li, li.widget_archive li {
  font-size: 17px; }
#pressreleases a, li.widget_archive a {
  font-size: 17px;
  color: #000;
  display: block; }
#pressreleases span, li.widget_archive span {
  display: block;
  color: #ababab;
  font-family: 'brandon_grotesqueRgIt';
  margin: 2px 0 20px 0; }

li.widget_archive h3 {
  margin-top: 20px;
  background: url("images/icon-archive.png") no-repeat; }

#sidebar-me {
  font-size: 16px; }
  #sidebar-me h4 {
    display: block; }
  #sidebar-me a {
    margin-bottom: 5px; }

ul.widget-ul li {
  margin-bottom: 20px; }
  ul.widget-ul li li {
    margin-bottom: 2px; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */ }

.search-form {
  position: absolute;
  right: 0px;
  top: 25px; }

/* Search widget */
.search-form .search-submit {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.search-field {
  background-color: transparent;
  background-image: url(images/search-icon-white.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px; }

.search-field:focus {
  background-color: #fff;
  background-image: url(images/search-icon.png);
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px; }

/* Retina-specific styles. */
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .search-field {
    background-image: url(images/search-icon-white-2x.png); }

  .search-field:focus {
    background-image: url(images/search-icon-2x.png); } }
/* @end */
/* @group Button */
button, section#artonline .load-more, .open_artwork, section#events .load-more {
  display: block;
  cursor: pointer;
  border: none;
  font-size: 15px;
  font-family: 'brandon_grotesquebold';
  text-align: center;
  width: 290px;
  padding: 10px 0;
  text-transform: uppercase; }
  button.centered, section#artonline .centered.load-more, .centered.open_artwork, section#events .centered.load-more {
    margin: 0 auto; }
  button.yellow, section#artonline .yellow.load-more, .yellow.open_artwork, section#events .load-more {
    background: #fdcd02;
    color: #e4722a; }
  button.white, section#artonline .load-more, .open_artwork, section#events .white.load-more {
    background: #fff;
    color: #562b73 !important;
    text-decoration: none; }

/* @end */
/* @group Telling the Baltic */
#telling-the-baltic {
  background: white;
  padding: 50px 0; }
  #telling-the-baltic h1 {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    background: url("images/telling-the-baltic-logo.jpg") no-repeat;
    text-indent: -9999px; }
  #telling-the-baltic div.content {
    float: right;
    width: 66%;
    font-size: 23px;
    line-height: 30px; }
  #telling-the-baltic a {
    color: #044e7b !important; }

/* @end */
/* @group Partners */
.single-partner #main .partners_sidebar h2 {
  font-size: 30px;
  font-family: "brandon_grotesquemedium";
  font-weight: normal;
  margin-bottom: 20px; }
.single-partner #main .partners_sidebar h3 {
  font-weight: normal;
  font-size: 25px;
  font-family: 'brandon_grotesqueRgIt';
  margin-bottom: 10px; }
.single-partner #main .partners_sidebar ul {
  list-style: square;
  padding-left: 20px;
  margin-bottom: 20px; }

.single-partner #main h2 {
  font-family: "brandon_grotesquemedium";
  font-weight: normal;
  font-size: 20px; }
.single-partner .entry-meta {
  margin-top: 20px; }
  .single-partner .entry-meta li {
    width: 25%;
    margin-top: 3%;
    float: left; }
    .single-partner .entry-meta li:nth-child(3n+1) {
      clear: left; }
    .single-partner .entry-meta li:nth-child(3n+2) {
      margin-right: 12.5%;
      margin-left: 12.5%; }
    .single-partner .entry-meta li img {
      display: block;
      max-width: 150px;
      height: auto; }
  .single-partner .entry-meta p {
    margin: 0;
    font-family: 'brandon_grotesqueRgIt';
    font-size: 16px;
    line-height: 20px; }
  .single-partner .entry-meta a {
    font-size: 16px; }

/* @end */
/* @group About Art Line */
footer#about-artline {
  padding: 70px 0;
  background: #000;
  clear: both;
  color: #fff; }
  body.community-page footer#about-artline {
    display: none; }
  footer#about-artline h1 {
    text-align: center;
    color: #fdcd02;
    margin-bottom: 30px;
    text-transform: none; }
  footer#about-artline div.content {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    font-size: 27px;
    line-height: normal; }
    footer#about-artline div.content #partners, footer#about-artline div.content #contact {
      font-size: 19px;
      line-height: normal;
      width: 70%;
      margin: 30px auto; }
      footer#about-artline div.content #partners li, footer#about-artline div.content #contact li {
        list-style: square; }
      footer#about-artline div.content #partners h2, footer#about-artline div.content #contact h2 {
        text-align: center;
        font-size: 37px; }
      footer#about-artline div.content #partners h3, footer#about-artline div.content #contact h3 {
        margin-top: 20px;
        text-align: center;
        font-size: 25px;
        font-family: 'brandon_grotesqueMdIt'; }
    footer#about-artline div.content div#eu-info {
      font-family: 'brandon_grotesqueRgIt';
      font-size: 15px;
      text-align: center;
      margin: 80px 0 0 0; }
      footer#about-artline div.content div#eu-info img {
        display: block;
        margin: 10px auto; }
  footer#about-artline a {
    color: #fdcd02; }

/* @end */
/* @group Art Online */
section#artonline {
  background: #562b73;
  min-height: 300px; }
  section#artonline .artonline-list-wrapper {
    width: 100%; }
  section#artonline .load-more {
    margin: 25px auto 0 auto;
    text-decoration: none; }
  section#artonline a.art-thumb-link {
    display: block;
    float: left;
    width: 50%;
    position: relative; }
    section#artonline a.art-thumb-link img {
      display: block;
      width: 100%;
      height: auto; }
    section#artonline a.art-thumb-link div {
      display: none;
      position: absolute;
      bottom: 20px;
      right: 20px;
      text-align: right; }
      section#artonline a.art-thumb-link div h2 {
        text-transform: uppercase;
        font-size: 23px;
        font-family: 'brandon_grotesquebold';
        color: #fff;
        text-shadow: 1px 1px 10px #000; }
      section#artonline a.art-thumb-link div h3 {
        text-transform: none;
        font-size: 20px;
        font-family: 'brandon_grotesque_regularRg';
        color: #fff;
        text-shadow: 1px 1px 10px #000; }
    section#artonline a.art-thumb-link:hover div {
      display: block; }
  section#artonline .load-wrapper {
    height: 0px; }
  section#artonline a.art-thumb-big {
    display: block;
    float: none;
    width: 100%; }
  section#artonline .art-left {
    float: left;
    width: 50%; }
  section#artonline .art-right {
    float: left;
    width: 50%; }
    section#artonline .art-right h1 {
      display: none;
      color: #fff;
      height: 135px;
      padding-top: 40px;
      text-align: center; }

.open_artwork {
  padding-bottom: 6px;
  margin-top: 5px; }
  .open_artwork span {
    background: url("images/play-commission.png") no-repeat;
    display: inline-block;
    height: 28px;
    margin-top: -2px;
    width: 28px;
    vertical-align: middle; }

/* @end */
/* @group Carousel */
@-ms-keyframes pulsate {
  from {
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000; }

  to {
    -ms-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee; } }

@-webkit-keyframes pulsate {
  0% {
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000; }

  100% {
    -moz-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee; } }

@-moz-keyframes pulsate {
  from {
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000; }

  to {
    -moz-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee; } }

@-webkit-keyframes pyramid {
  0% {
    opacity: 0.2;
    }

  100% {
    opacity: 1;
     } }

@-moz-keyframes pyramid {
  0% {
    opacity: 0.2;
    }

  100% {
    opacity: 1;
     } }

@-ms-keyframes pyramid {
  0% {
    opacity: 0.2;
    }

  100% {
    opacity: 1;
     } }

#carousel-wrapper {
  background: #000;
  position: relative;
  min-height: 700px; }
  #carousel-wrapper #carousel {
    position: relative; }
  #carousel-wrapper .slide {
    height: 407px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background-size: 723px auto; }
    #carousel-wrapper .slide div.hidden-text {
      display: none;
    }
    #carousel-wrapper .slide.active {
      cursor: default; }
    #carousel-wrapper .slide span {
      display: block;
      width: 100%;
      height: 100%;
      z-index: 999;
      position: absolute; }
    #carousel-wrapper .slide.pulsate, #carousel-wrapper .slide:hover {
      -animation-name: pulsate;
      -animation-timing-function: ease-in-out;
      -animation-duration: 1s;
      -animation-iteration-count: infinite;
      -animation-direction: alternate;
      -webkit-animation-name: pulsate;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      -moz-animation-name: pulsate;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-duration: 1s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-direction: alternate; }
  #carousel-wrapper .slide_1 {
    width: 4.8%; }
  #carousel-wrapper .slide_2 {
    width: 8%;
    left: 7.7%; }
  #carousel-wrapper .slide_3 {
    width: 62.1%;
    left: 18.6%;
    background: url("images/ajax-loader.gif") no-repeat center center; }
  #carousel-wrapper .slide_4 {
    width: 8%;
    left: 83.8%; }
  #carousel-wrapper .slide_5 {
    width: 4.8%;
    left: 95%; }
#carousel img.blank {
  width:100%;
  height: 407px;
}
#carousel img.pyramid {
  top: 420px;
  position: absolute;
  z-index: 333;
  left: 1.5%;
  opacity: 0.2;
      -animation-name: pyramid;
      -animation-timing-function: ease-in-out;
      -animation-duration: 1s;
      -animation-iteration-count: 4;
      -animation-direction: alternate;
      -webkit-animation-name: pyramid;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count: 4;
      -webkit-animation-direction: alternate;
      -moz-animation-name: pyramid;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-duration: 1s;
      -moz-animation-iteration-count: 4;
      -moz-animation-direction: alternate; }
#carousel img#pyramid2 {
    left: 10.6%; 
  }
#carousel img#pyramid3 {
    display: none;
  }
#carousel img#pyramid4 {
    left: 86.8%; 
  }
#carousel img#pyramid5 {
    left: 96.5%; 
  }
#carousel-text {
  color: #fff;
  text-align: center;
  max-width: 775px;
  padding: 440px 0 0 0;
  margin: 0 auto; }
  #carousel-text h1 {
    font-size: 53px;
    text-transform: none; }
  #carousel-text p {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0; }

/* @end */
/* @group Events */
section#events {
  background: #e4722a;
  padding: 20px 0;
  min-height: 500px; }
  section#events .load-more {
    margin: 40px auto 20px auto;
    text-decoration: none; }
  section#events ul {
    float: left;
    width: 100%; }
  section#events li {
    width: 25%;
    margin-top: 3%;
    float: left; }
    section#events li:nth-child(3n+1) {
      clear: left; }
    section#events li:nth-child(3n+2) {
      margin-right: 12.5%;
      margin-left: 12.5%; }
  section#events h1 {
    color: #fff;
    text-align: center; }
    section#events h1 span {
      font-family: 'brandon_grotesqueRgIt';
      text-transform: none;
      font-size: 80%; }
  section#events span.date {
    text-transform: uppercase;
    color: #fdcd02;
    font-size: 15px;
    display: block;
    margin: 5px 0; }
  section#events h2 {
    font-size: 27px;
    font-family: 'brandon_grotesquebold';
    color: #fff;
    margin: 5px 0; }
  section#events .load-wrapper {
    height: 0px;
    overflow: visible; }
  section#events .event-thumb-link {
    text-decoration: none; }
    section#events .event-thumb-link:hover h2 {
      text-decoration: underline; }

#event-zoom {
  display: none; }

#art-zoom {
  display: none;
  padding: 20px 10px; }

.back-to-list {
  width: 16.63%;
  display: block;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  color: #fdcd02;
  font-family: 'brandon_grotesquebold'; }
  .back-to-list:before {
    content: "< "; }
  .back-to-list:hover {
    text-decoration: none; }

#chosen-event, #chosen-art {
  float: left;
  width: 83.27%; }

article.single-event, article.single-commission {
  color: #fff; }
  body.single-event article.single-event, body.single-event article.single-commission {
    background: #e4722a;
    padding: 20px 0; }
  article.single-event a, article.single-commission a {
    color: #fff; }
  article.single-event h1.entry-title, article.single-commission h1.entry-title {
    font-size: 47px;
    text-transform: none;
    color: #fff;
    text-align: left !important; }
    article.single-event h1.entry-title span, article.single-commission h1.entry-title span {
      font-family: 'brandon_grotesqueRgIt';
      font-size: 40px;
      text-decoration: none; }
  article.single-event .entry-excerpt, article.single-commission .entry-excerpt {
    color: #fdcd02;
    font-size: 27px;
    font-family: 'brandon_grotesquebold';
    margin: 20px 0;
    line-height: 29px; }
  article.single-event .entry-content, article.single-commission .entry-content {
    font-size: 23px;
    line-height: 27px; }
  article.single-event .entry-info, article.single-commission .entry-info {
    font-size: 25px;
    font-family: 'brandon_grotesquebold'; }
    article.single-event .entry-info strong, article.single-commission .entry-info strong {
      text-transform: uppercase;
      font-family: "brandon_grotesquebold";
      color: #fdcd02;
      display: block;
      margin: 15px 0 5px 0;
      font-size: 15px; }
  article.single-event .entry-navigation, article.single-commission .entry-navigation {
    margin-top: 100px; }
    article.single-event .entry-navigation strong, article.single-commission .entry-navigation strong {
      text-transform: uppercase;
      font-family: "brandon_grotesquebold";
      color: #fff;
      display: block;
      margin: 15px 0 5px 0;
      font-size: 15px; }
    article.single-event .entry-navigation a, article.single-commission .entry-navigation a {
      font-size: 17px;
      color: #fdcd02;
      line-height: 20px;
      padding: 3px 0;
      display: inline-block; }
      article.single-event .entry-navigation a:hover, article.single-commission .entry-navigation a:hover {
        text-decoration: none; }
  article.single-event .column-right img, article.single-commission .column-right img {
    width: 100%;
    height: auto; }

article.single-commission {
  background: #562b73; }
  body.single-commission article.single-commission {
    padding: 20px 0; }

.column-right {
  float: right;
  width: 290px; }

.column-left {
  float: left;
  width: 60%; }

.hidden {
  display: none; }

@keyframes loading {
  0% {
    background-color: #e4722a; }

  50% {
    background-color: #fdcd02; }

  100% {
    background-color: #e4722a; } }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.2; }

  100% {
    opacity: 1; } }

.loading_old {
  animation: loading 1s;
  -webkit-animation: loading 1s;
  /* Safari and Chrome */
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite; }

/* @end */
/* @group Buddypress specific changes to style.css-elements */
.bp_group_documents_widget, .buddypress.widget {
  display: none; }

body.community-page a {
  color: #1FB3DD; }
body.community-page .hfeed {
  clear: both; }
body.community-page .bp_group_documents_widget, body.community-page .buddypress.widget {
  display: none; }
body.community-page #content {
  padding-right: 40px !important; }
body.community-page div#sidebar div#news_right {
  display: none; }
body.community-page div#sidebar {
  float: left !important;
  max-width: 385px !important;
  height: auto !important; }
body.community-page #main {
  background: #fff;
  padding: 30px 20px; }
body.community-page div#community_menu {
  display: block; }
body.community-page #sidebar li.widget-container.widget_archive {
  display: none !important; }
body.community-page.logged-in #sidebar li.widget-container {
  display: list-item; }

#sidebar div#news_right, body.community-page #sidebar div {
  display: block; }

div#community_menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #EBF7FF;
  border-bottom: 1px solid #A1DCFA;
  top: 153px;
  height: 26px; }

div#community_menu div {
  padding-top: 5px;
  width: 960px;
  margin: auto; }

div#community_menu strong {
  display: block;
  float: left;
  color: #059AE7;
  margin-right: 20px; }

div#community_menu ul li {
  display: inline;
  margin-right: 20px; }

div#community_menu ul li a {
  color: #059AE7; }

/* @end */
