
/* TYPOGRAPHY */

@font-face {
  font-family: 'Life-Reg';
  src: url('assets/fonts/38843B_0_0.eot');
  src: url('assets/fonts/38843B_0_0.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/38843B_0_0.woff2') format('woff2'),
  url('assets/fonts/38843B_0_0.woff') format('woff'),
  url('assets/fonts/38843B_0_0.ttf') format('truetype');
}


  @font-face {
    font-family: 'Life-RegIta';
    src: url('assets/fonts/38843B_1_0.eot');
    src: url('assets/fonts/38843B_1_0.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/38843B_1_0.woff2') format('woff2'),
    url('assets/fonts/38843B_1_0.woff') format('woff'),
    url('assets/fonts/38843B_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'RegolaPro-Regular';
    src: url('assets/fonts/RegolaPro-Regular.eot');
    src: url('assets/fonts/RegolaPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/RegolaPro-Regular.woff') format('woff'),
         url('assets/fonts/RegolaPro-Regular.woff2') format('woff2');
}

h1, h2, p, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}


h1, h2,p, h4, a, a:active, a:focus {
  color: #927000;
  font-style: normal;
  font-weight: normal;
}

h1{
  font-family: 'Life-Reg',Times, serif;
  font-size: 1.56rem;
  line-height: 1.7rem;
  margin-top: 0;
}

p,.content-current p, .content-works p, .metaslider .caption, .counter  {
 font-family: 'Life-Reg',Times, serif;
 color: #927000;
 font-size: 1.06rem;
 line-height: 1.3rem;
 -moz-osx-font-smoothing: grayscale!important;
 -webkit-font-smoothing: antialiased!important;
}



a.more-link {
  font-family: 'Life-Reg',Times, serif;
  font-size: .8rem;
  text-decoration: underline;
  position: absolute;
  margin-top: -1.5em;
}

h2, .name h2, .menu ul li > a {
  font-family: 'RegolaPro-Regular', Helvetica, sans-serif;
  color: #927000;
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin: 0;
}

.title h2{
  line-height: 1.3rem;
}

.entry-content-info p, table tbody tr td, table tr td, .tags-works a, .tags-works a:focus, .tags-works a:active, .tags-current a, .tags-current a:focus, .tags-current a:active  {
  font-family: 'RegolaPro-Regular', Helvetica, sans-serif;
  color: #927000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3rem;
}

h4, .info-small p, .info-small li, .prev-next-post a, .tags-works a, .tags-works a:focus, .tags-works a:active, .language, .language p, table tbody tr td, table tr td, .tags-current a, .tags-current a:focus, .tags-current a:active  {
  font-family: 'RegolaPro-Regular', Helvetica, sans-serif;
  color: #927000;
  font-size: .7rem;
  line-height: .8rem;
  letter-spacing: 0.5px;
}

h4, table tbody tr td, table tr td, .tags-works a, .tags-works a:focus, .tags-works a:active, .tags-current a, .tags-current a:focus, .tags-current a:active  {
  text-transform: uppercase;
}

h4 {
  border-top: 1px solid;
  margin-bottom: 1rem;
  padding-top: 0.7em;
  margin-top: 4em;
}


.tags-works a, .tags-works a:focus, .tags-works a:active, .tags-current a, .tags-current a:focus, .tags-current a:active  {
  text-decoration: underline;
  padding-right: 1rem;
}

table tbody tr td, table tr td {
  padding: 0 0 1em 0;
  vertical-align: top;
  background: #e6e7e8;
}


a:hover, a:hover h1, a:hover h2, a:hover p {
  color: black;
}

.content-publications p a{
text-decoration: underline;
}



.prev-next-post a{
  text-transform: uppercase;
  padding-right: 2em;
}

.tags-works{
  margin-bottom: 1.3em;
}






/* GENERAL */

section, .left-off-canvas-menu{
  background-color: #e6e7e8;
}

body{
  background-color: #e6e7e8;
  color: #927000;
}
footer{
  margin-bottom: 10em;
}

.row {
  max-width: 90em;
}
.row .row{
  background: #e6e7e8;
}

.columns{
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.content{
  margin-top: 4em;
}

.line{
  border-top: 1px solid;
  margin-top: 1em;
  margin-bottom: 1em;
}


.tab-bar{
  visibility: hidden;
}

.wp-block-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.tag-title{
  margin-top: 4px;
  margin-bottom: 4px;
}




/* MENU */

.top-bar-container, .tab-bar {
    background-color: #e6e7e8;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 4em;
    padding-top: 1em;
    margin-bottom: 0;
}

.top-bar{
  background-color: #e6e7e8;
}

#menu-main-menu{
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}

li.divider{
  position: absolute;
  margin: 0;
  padding-right: 0!important;
  width: 0;
}
.menu ul li{
  display: inline;
  padding-right: 10%;
}

.menu ul li:last-child{
  padding-right: 0;
}

.name h2 a{
  color: #927000;
}

.name h2 a:hover{
  color: black;
}


.menu li:not(.has-form) a:not(.button),
.menu li.active:not(.has-form) a:not(.button){
  background: #e6e7e8;
  background-color: #e6e7e8;
  color: #927000;
}

.menu li:not(.has-form) a:not(.button):hover,
.menu li.active:not(.has-form) a:not(.button):hover{
  background: #e6e7e8;
  background-color: #e6e7e8;
  color: black;
}


#publications .tags-current, .archive .tags-current {
  margin-left: 2em;
  margin-bottom: 0.8em;
}

.tags-current{
  margin-bottom: 1em;
}


/* CURRENT */

.title-tag-current h1{
  border-top: 1px solid;
  margin-bottom: 0;
  padding-top: 0.7em;
  margin-top: 0.5em;
}

.title-current{
  border-top: 1px solid;
  margin-left: 2em;
  margin-bottom: 0;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.content-current{
  margin-bottom: 3em;
}

/* .tags-current {
  margin-left: 6em;
  margin-bottom: 0.8em;
} */





/* WORKS */

#worklist h2, .title h2{
  text-transform: uppercase;
}
.title h2 {
  margin-bottom: 1rem;
}

.project{
  margin-bottom: 3rem;
}


.thumbnail-works{
  margin-bottom: .75rem;
}

.thumbnail-works img{
  width: 100%;
  height: auto;
  display: block;
}



tbody{
  border-bottom: 2px solid;
}

table.data {
  width:100%;
  border: 0;
}

.columns td{
  padding: .2em 0 .2em 0;
}

.row tr{
    border-top: 2px solid;
}

/* PUBLICATIONS */
.single .thumbnail-current, .archive .thumbnail-current{
  padding-left: 0;
}

/* SLIDER */



.slider-works-single {
  position: relative;
  margin-left: 0;
  padding-left: 0;
}

.metaslider .caption-wrap{
  background: transparent!important;
  opacity: 1!important;
  top: 20px;
  position: absolute;
}

.metaslider .caption{
  padding: 0!important;
}

 body .slider-works-single .metaslider .flexslider .slides img{
  padding-top: 4em!important;
}

.counter{
  margin-top:0;
  position: absolute;
  top: 0;
}
.slider-current .counter{
  visibility: hidden;
}


.slider-current, .thumbnail-current{
  margin-bottom: 1em;
}

.slider-current .metaslider .caption-wrap{
  visibility: hidden;
}



.metaslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5px;
}
.metaslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5px;
    height:100%!important;
    top:10%;
}

.metaslider .flexslider .flex-direction-nav li a{
  height:100%!important;
  background: transparent!important;
}

.flex-prev{
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  margin-top: 0px!important;
  width: 50%!important;
}

.flex-next{
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  margin-top: 0px!important;
  width: 50%!important;
}

a.flex-next{
  cursor: url('https://studiocelinebaumann.com/wp-content/uploads/2019/02/arrow-r.png')50 10, auto!important;
}
a.flex-prev{
  cursor: url('https://studiocelinebaumann.com/wp-content/uploads/2019/02/arrow-l.png'), auto!important;
}




/* SINGLE WORKS */

.overflow { overflow:auto;}

.thumbnail-works-single{
  position: absolute;
}


h3 span {
  margin-top: -2em;        /* Size of fixed header */
  padding-bottom: 2em;
  display: block;
}


.language, .language p {
  text-transform: uppercase;
  padding-right: 3em;
}

.language a{
  padding-right: 3em;
}


/* INFO */


.info-right{
  margin-top: -1.8em;
}



/* RESPONSIVE */

/* Small only */
@media screen and (max-width: 40.063em) {
  .top-bar-container{
    height:5em;
    margin-bottom: 0;
  }
  .menu ul li{
    padding-right: 3%;
  }
  .menu ul li:last-child {
    padding-right: 0em;
  }
  .content{
    margin-top: 4.5em;
  }
  .columns{
    padding-left: 1em;
    padding-right: 1em;
  }
  .wp-block-image{
    width:66%;
  }
  .title-current h1{
    margin-left: 0;
  }
  .title-current{
    margin-left: 0em;
  }
  .tags-current{
    margin-left: 4em;
  }
  .slider-current, .thumbnail-current{
    padding-left: 0;
  }

  .thumbnail-works img{
    max-height: 100%;
    max-width: 100%;
    margin: 1em 0 1em 0;
  }
  .content-works{
    margin-left: 0;
  }
  h3 span {
    margin-top: -4em;        /* Size of fixed header */
    padding-bottom: 4em;
    display: block;
  }
  .address{
    margin-left: 0;
  }
}

/* Medium, 642 px */
@media screen and (min-width: 640px) and (max-width: 643px) {
  .menu ul li{
    padding-right:10%;
  }
}

/* Medium only */
@media screen and (min-width: 40.125em) and (max-width: 63.9375em) {
  .menu ul li{
    padding-right:5%;
  }
  .columns{
    padding-left: 1em;
    padding-right: 1em;
  }
  .excerpt {
    padding-left: 0;
  }

  .columns + .columns:last-child{
    float: left;
  }

  .content-works{
    margin-left: 0;
  }
  .slider-works-single{
    padding-left: 10px;
  }
}

/* Large and up, 1025 px */
@media screen and (min-width: 64em) {
  div.small-12.medium-10.large-5.columns.slider{
    padding-right: 0;
  }
  .excerpt {
    padding-left: 0;
  }
  .row .row{
    margin: 0 -1.5em;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
