/*	Author: Sascha Milivojevic (info@hey-sascha.de):
   
		------------------------------------------------------
   
		Dakar-Bamako v1 stylesheet
  
		----------------------------------------------------*/
		
/*	CSS Imports
  
		----------------------------------------------------*/
@import url('css/fonts.css');

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
   Flex Layout
   ========================================================================== */
.flex-row, .flex-column, .flex-row-reverse, .flex-column-reverse { display: flex; flex-wrap: wrap;}   
.flex-row { flex-direction: row; }
.flex-row-reverse  { flex-direction: row-reverse; }
.flex-column { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }

/* 
 justify-content
 This defines the alignment along the main axis. -> horizontal zueinander
 justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right
*/
.j-center { justify-content: center; }
.j-start { justify-content: flex-start; }
.j-end { justify-content: flex-end; }
.j-between { justify-content: space-between; }
.j-evenly { justify-content: space-evenly; }
.j-around { justify-content: space-around; }
@media screen and (max-width: 850px) { 

}

/* 
 align-items
This defines the default behavior for how flex items are laid out along the cross axis on the current line. -> zueinander in der gleichen Zeile/Spalte bei unterschiedlicher ContainerhÃƒÂ¶he
  align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline 
*/
.ai-stretch { align-items: stretch; }
.ai-center { align-items: center; }
.ai-start { align-items: flex-start; }
.ai-end { align-items: flex-end; }
.ai-baseline { align-items: baseline; }
@media screen and (max-width: 850px) { 

}

/* 
 align-content
This aligns a flex container's lines within when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis.
  align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline 
*/
.ac-stretch { align-content: stretch; }
.ac-center { align-content: center; }
.ac-start { align-content: flex-start; }
.ac-end { align-content: flex-end; }
.ac-baseline { align-content: baseline; }
.ac-between { align-content: space-between; }
.ac-evenly { align-content: space-evenly; }
.ac-around { align-content: space-around; }

.grid-4columns { 
display: grid;
grid-gap: 9px;
grid-template-columns: repeat(4, 1fr);
padding-bottom: 9px;
}
.logo-navi-wrapper { 
grid-column: 1;
grid-row: 1;
}
.info-wrapper {
grid-column: 2 / 4;
grid-row: 1;
 }
 
up-next-wrapper { 
grid-column: 4;
grid-row: 1;
}

  .grid, .grid-4columns, .grid-3columns, .grid-4columns-home {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;  }  
main { width: 100%; }
.sidebar, .logo-navi-wrapper { display: none;}
@media screen and (min-width: 900px) {
.sidebar, .navigation-sidebar { 
    display: block;
    width: 25%;
    padding: 12px;
    background-color: transparent;
    border: 6px solid #777; }
.grid-3columns, .content-wrapper { width: 75%; padding: 0 9px; }
.logo-navi-wrapper { 
    display: block;
    background-color: transparent;
    border: 6px solid #777; 
    padding: 12px;
    z-index:9998;}
}   


.grid-3columns { 
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 9px;
grid-row-gap: 9px;}

.grid-4columns-home { 
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 9px;
grid-row-gap: 9px;
padding-top: 9px;}

@media screen and (max-width: 960px) {
.grid-4columns { 
display: grid;
grid-gap: 9px;
grid-template-columns: 33.33% 33.33% 33.33%;
padding-bottom: 9px;}

.info-wrapper {
grid-column: 2 / 3;
grid-row: 1 / 2;}

up-next-wrapper { 
grid-column: 1;
grid-row: 2;}
}

  .first {
    padding: 12px;
    width: 296px;
    background-color: transparent;
    z-index:9998;
border: 6px solid #777;}  
    


/* ==========================================================================
   Fontsizing
   ========================================================================== */

body {
  font-size: 100%;
  font-family: 'Noto Serif', serif;
  color: #000;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

p {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: 1.45em;
  color: #000;  
  margin: 0 0 1.25em 0;
  padding:0;
}

.courses p, .page-id-5405 p {font-family: 'Noto Sans', serif;}

h1, h2, h3, h4 {
  margin-top:0;} 
  
h3 a {
  color: #000;}

h1 { 
  font-family: 'Noto Serif', serif;
  font-size: 26px;
  line-height: 20px;
  font-weight: 400;   
  margin-bottom: 30px;
  padding: 0 10px;}
@media screen and (min-width: 960px) {  
.videoContent h1  { 
  font-family: 'Noto Sans', sans-serif;
  font-size: 45px;
  line-height: 50px;;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0;}
}
@media screen and (max-width: 959px) {  
.videoContent h1  { 
  font-family: 'Noto Sans', sans-serif;
  font-size: 35px;
  line-height: 50px;;
  font-weight: 700;
  margin-bottom: 30px;}
}
h1 span.subheader {
  font-size: 16px;
  line-height: 10px;}

h2 { 
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;} 
  
.master h2, .detail-master h2, .detail-oc h2  { color: #ff0e39; margin: 5px 0 20px 0; }
.shared h2, .detail-shared h2 { color: #0083b8; margin: 5px 0 20px 0}
.alum h2, .detail-alum h2 { color: #79acb0; margin: 5px 0 20px 0}           
.talks h2, .detail-talks h2 { color: #dd3c9b; margin: 5px 0 20px 0}
.excursions h2, .detail-excursions h2 { color: #0ac861; margin: 5px 0 30px 0}

.courses h2, .infosmall h2, .page-id-5405 .info h2  { color: #ff0e39; margin: 5px 0 0 0; }
.courses h3 { margin: 0 0 5px 0; }
.infosmall h2  {margin: 5px 0 20px 0}
  
.upcoming h2, h2.widgettitle {
  color: #000;
  margin: 5px 0 20px 0;}  

h3, h4 { 
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
} 

hr {  
  margin:5px 0 10px 0;
  height: 1px;
  background-color:#e66249;
  border:none;}
  
a { color: #000; text-decoration: underline;}
a:hover { text-decoration: none;}

.detail-oc a strong, .detail-oc strong a{ color: #ff0e39; text-decoration: blink;  animation:blinkingText 1.2s infinite; }

@keyframes blinkingText{
    0%{     color: #ff0e39;    }
    49%{    color: #ff0e39; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ff0e39;    }
}

/* ==========================================================================
   Masonry
   ========================================================================== */   
   
   .greenBG { 
   position: fixed;
   width: 100%;
   height: 100%;
   top: 10px;
   right: 0;
   z-index: -1;
   background-color: #FFE4E1;}
   
@media screen and (min-width: 961px) {
   .greenBG { 
   height: 100%;
   top: 0;
   right: 0;
   z-index: -1;
   background-color: #FFE4E1;}
}
   
   .videoContent { height: 470px;} 
   
 
   
  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;}
   
  .grid-item {
    z-index:10;} 
   
 .sidebar-master, .eventlist, .detail-master, .detail-oc, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail, div.alum, div.master, div.shared, div.talks, div.courses, div.info, div.cooperations, div.excursions, div.upcoming, div.first, div.curating-on-the-move, div.phd  { 
    width: 100%;}  
    
  .detail-master, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail, .detail-oc {
    padding: 20px;} 
    
  .wrapper { 
    width: 100%;
    position: relative;
    z-index:100; }
    
@media screen and (max-width: 959px) {
  .eventlist, .detail-master, .detail-oc, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail,   { 
    max-width: 300px;}
   div.videoContent {width: 100%; max-width: 602px;} 
} 

@media screen and (min-width: 960px) {
  div.eventlist {width: 286px;}   
  div.detail-master, .detail-oc, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail, div.videoContent {width: 602px}
  .detail-master, .detail-oc, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail {
    padding: 20px 55px;}
} 

@media screen and (min-width: 1280px) {
  div.detail-master, .detail-oc, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail {width: 908px; padding: 20px 203px;}
}
/*
@media screen and (min-width: 660px) {
  detail-master, .detail-shared, .detail-alum, .detail-talks, .detail-cooperations, .detail, div.info {width: 100%; max-width:1214px;}
}
*/
@media screen and (min-width: 961px) { 
div.first { width: 296px; }
}    
  .first {
    padding: 12px;
    width: 296px;
    background-color: transparent;
    z-index:9998;
border: 6px solid #777;}  
    
  .info { 
    display: none;
    padding: 12px;
    background-color: #faff0d; }  
    
    .infosmall { 
    padding: 12px;
    background-color: #faff0d; }  
    
@media screen and (min-width: 500px) {
  .info {
    display: block }  
}    
   
.page-id-5405 .info  {
    display: block } 
    
  .eventlist, .upcoming {
    padding: 12px;
    background-color: #faff0d;}
.navi  {
    background-color: #fff;}
.tribe-events-widget-events-list__events {
    background-color: #faff0d;
background-color: #fffef4;}
    
  .master, .shared, .talks, div.alum, .cooperations, .excursions, .curating-on-the-move, .phd, .courses {
    padding: 12px;}
    
  .master { border: 6px solid #ff0e39; }
  .shared { border: 6px solid #0083b8; }
  .alum { border: 6px solid #79acb0; }
  .talks { border: 6px solid #dd3c9b; }
  .excursions { border: 6px solid #0ac861; }
  .phd  { border: 6px solid #faff0d;}
  .curating-on-the-move { border: 6px solid #ff5a00; }
  .courses { 
    border: 6px solid;
    border-image-source: linear-gradient(45deg, rgb(255,14,57), rgb(250,255,13));
    border-image-slice: 1;
    background-color: #FFF;}
  
  .detail-master, .detail-oc {background-color:#fff3f5;}
  .detail-shared {background-color:#f5f9fc;}
  .detail-alum {background-color:#f8fafb;}
  .detail-talks {background-color:#fdf9fb;}
  .detail-excursions {background-color:#f2fcf7;}
  .detail {background-color:#fffef4;}
  .post-type-archive-tribe_events .detail {background-color: #fffef4;}
  
  .overlay img {
    margin:0;}

  .overlay { 
      -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
      -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
      box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
      position: relative;
      margin-bottom: 20px;}
/*
  .overlay:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -moz-transition: all .3s linear;
      -webkit-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;}
      
  .master .overlay:before { background: rgba(255, 14, 57, 0.6); }
  .shared .overlay:before { background: rgba(0, 131, 184, 0.6); }
  .alum .overlay:before { background: rgba(121, 172, 176, 0.6); }
  .talks .overlay:before { background: rgba(221, 60, 155, 0.6); }
  .excursions .overlay:before { background: rgba(10, 200, 97, 0.6); }
  
  .overlay:hover:before {
    opacity: 0.1;  }
*/

  .master .overlay a img{ border: 2px solid #ff0e39; }
  .shared .overlay a img{ border: 2px solid #0083b8; }
  .alum .overlay a img{ border: 2px solid #79acb0; }
  .talks .overlay a img{ border: 2px solid #dd3c9b; }
  .excursions .overlay a img{ border: 2px solid #0ac861; }
  .phd-finalized .overlay a img { border: 2px solid #faff0d;}
  .phd .overlay a img { border: 2px solid #faff0d;}
  .curating-on-the-move .overlay a img { border: 2px solid #ff5a00; }
  .courses .overlay a img { 
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(255,14,57), rgb(250,255,13));
    border-image-slice: 1;}
  
  .overlay a:hover img{border: 2px solid #FFF;}
      
  .upcoming p, .upcoming a { 
    color:#000;} 
      
  .info p, .infosmall p {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4em;  }
    
/* ==========================================================================
   Sidebars
   ========================================================================== */ 
@media screen and (min-width: 960px) {  
  .sidebar-master, .sidebar-alum, .sidebar-shared, .sidebar-talks, .sidebar-excursions, .sidebar-move {
    width: 100%; } 
    
  .sidebar-master { background-color:#ff0e39; }
  .sidebar-alum { background-color:#79acb0; }
  .sidebar-shared { background-color:#0083b8; }
  .sidebar-talks { background-color:#dd3c9b; }
  .sidebar-excursions { background-color:#0ac861; }
  .sidebar-move { background-color: #ff5a00;}
}  
  .sidebar-move h2, .sidebar-move ul li a, .sidebar-master h2, .sidebar-master ul li a, .sidebar-alum ul li a, .sidebar-alum h2, .sidebar-shared ul li a, .sidebar-shared h2, .sidebar-talks ul li a, .sidebar-talks h2, .sidebar-excursions ul li a, .sidebar-excursions h2 {
    color: #fff;}
    
  .sidebar-move ul, .sidebar-master ul, .sidebar-alum ul, .sidebar-shared ul, .sidebar-talks ul, .sidebar-excursions ul {
    margin: 0;
    padding:0;  }
    
  .sidebar-master ul li, .sidebar-alum ul li, .sidebar-shared ul li, .sidebar-talks ul li, .sidebar-excursions ul li, .sidebar-move ul li { 
    font-size: 16px;
    line-height:20px;
    list-style-type: none;
    margin-bottom: 8px;}
    
  .sidebar-master, .sidebar-alum, .sidebar-shared, .sidebar-talks, .sidebar-excursions, .sidebar-move  {
    display: none; 
    clear: left;
    margin-top: 30px;
    margin-right: 10px;
    padding: 10px;}  
    
@media screen and (min-width: 900px) {
  .sidebar-master, .sidebar-alum, .sidebar-shared, .sidebar-talks, .sidebar-excursions, .sidebar-move {
    display: block;} 
} 
 
  


/* ==========================================================================
   mobile Navigation
   ========================================================================== */
@media screen and (min-width: 960px) { 
.mobileNav {
  display: none;}
}

.mobileNav {
  width: 35px;
  height:35px;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 9999; }
       
.opener {
  width: 34px;
  height: 30px;
  position: relative;
  margin: 10px auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.opener span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  
/* Icon 3 */

.opener span:nth-child(1) {
  top: 0px;
}

.opener span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

.opener span:nth-child(4) {
  top: 20px;
}

.opener.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.opener.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opener.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.opener.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}    

/* ==========================================================================
   Navigation
   ========================================================================== */

  .navi {  
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%; 
    height:auto;
    padding: 20px 12px;
    background-color: #FFF;
    top: 100px;
    right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;} 
@media screen and (min-width: 960px) {     
  .navi {    background-color: transparent;  }
}
    
  .navi .sub-menu {display: none; margin-left: 10px;}
  .navi .current_page_item .sub-menu, .current_page_parent .sub-menu {display: block;}
    
  .navi ul {
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: 0;}   
  
  .navi ul li {
      font-family: 'Noto Sans', sans-serif; 
      font-size: 20px;
      line-height: 45px;
      list-style: none;}
      
   .navi ul li a {
      color: #000;
      text-decoration: none;}   
           
   
   .navi ul li.artists {
      cursor: pointer;}  
      
   .navi ul.level_2 {
      display: none;
      padding-bottom: 50px;}
      
   .navi ul.level_2 li {
      color: #000;
      font-family: 'Noto Serif', serif;} 
   .navi ul li.menu-item-141 a:hover, .navi ul li#menu-item-141.current_page_item a,
.navi ul li.menu-item-8073 a:hover, .navi ul li#menu-item-8073.current_page_item a,
   .navi ul li.menu-item-48 a:hover, .navi ul li#menu-item-48.current_page_item a,
   .navi ul li.menu-item-171 a:hover, .navi ul li#menu-item-171.current_page_item a,
   .navi ul li.menu-item-176 a:hover, .navi ul li#menu-item-176.current_page_item a, 
   .navi ul li.menu-item-50 a:hover, .navi ul li#menu-item-50.current_page_item a, 
   .navi ul li.menu-item-133 a:hover, .navi ul li#menu-item-133.current_page_item a,
   .navi ul li.menu-item-47 a:hover, .navi ul li#menu-item-47.current_page_item a, .navi ul li#menu-item-47.current-page-parent a, .navi ul li#menu-item-3500.current_page_item a {color:#faff0d} /*agenda */
   .navi ul li#menu-item-47.current-page-parent ul.sub-menu li a,.navi ul li#menu-item-47.current_page_item ul.sub-menu li a, .navi ul li#menu-item-3500.current_page_item ul.sub-menu li a { color:#000;}
   .navi ul li#menu-item-47.current-page-parent ul.sub-menu li.current_page_item a,
  /* .navi ul li.menu-item-3500 a:hover, .navi ul li#menu-item-3500.current_page_item a {color:#faff0d !important;} */   
   .navi ul li.menu-item-51 a:hover, .navi ul li#menu-item-51.current_page_item a, .navi ul li.menu-item-51.trail a {color:#1aa1ea} /*shared */
   .navi ul li.menu-item-52 a:hover, .navi ul li#menu-item-52.current_page_item a, .navi ul li.menu-item-52.trail a {color:#ff0e39} /*master */
   .navi ul li.menu-item-53 a:hover, .navi ul li#menu-item-53.current_page_item a, .navi ul li.menu-item-53.trail a {color:#e93c96} /*talks */
   .navi ul li.menu-item-56 a:hover, .navi ul li#menu-item-56.current_page_item a, .navi ul li.menu-item-56.trail a {color:#83b6b0} /*alum */
   .navi ul li.menu-item-132 a:hover, .navi ul li#menu-item-132.current_page_item a, .navi ul li.menu-item-132.trail a {color:#3be261} /*excursions */
    .navi li#menu-item-4458.current_page_item a, .navi li#menu-item-4457.current_page_item a, .navi li#menu-item-445 a:hover, .navi li#menu-item-4457 a:hover, .navi li#menu-item-3500 a:hover {color:#faff0d}
     .navi li#menu-item-4696.current_page_item a, .navi li#menu-item-4696 a:hover { color: #ff5a00}
 /*    .navi ul li.menu-item-5946 a { color:#ff0e39;} 
 
     .navi ul li.menu-item-5946 a:hover { color:#000;}  */
     .navi ul li.menu-item-5694 a:hover {color:#faff0d;}
.navi ul li a[target="_blank"]:hover { background-image: url('img/exlink.svg'); background-position: right 3px; background-repeat: no-repeat; display: block; width: auto; background-size: 12px 12px; padding-right: 10px;}
@media screen and (min-width: 960px) {
   .navi {  
      display: block;
      position: static;
      float: left;
      padding: 0;
      margin-bottom: 30px;
      height: auto;
      top:0;
      min-height: none;
      border: none;}
   
   .navi ul {  
      position: relative;
      padding: 0;
      margin: 0;
   }
   
   .navi ul li { 
      list-style: none;
      font-size: 20px;
      line-height: 25px;  
      font-weight: 700;
      margin-right: 30px; 
      border: none;
   } 
   
   .navi ul li .sub-menu {
     padding: 0 0 10px 0; }
   
   .navi ul li .sub-menu li {
      font-size: 18px;
      font-weight: 400;}
   
   .navi ul li.menu-item-4696, .navi ul li.menu-item-176, #menu-item-56 {
    margin-bottom: 15px;}
 /*   
   .navi ul li.menu-item-48, .navi ul li.menu-item-57, .navi ul li.menu-item-58, .navi ul li.menu-item-59, .navi ul li.menu-item-141, .navi ul li.menu-item-171, .navi ul li.menu-item-176, .navi ul li.menu-item-7984 {
    font-size: 17px;
    font-weight:400;}
  
   .navi ul li.menu-item-141 a {  
    padding: 2px 5px;
    background-color:#faff0d; } 
 */     
}      
   

/* ==========================================================================
   Layout
   ========================================================================== */

	html, body { 
	    height: 100%;}
   
   body {
      background-color: #FFF;
   }
 
   .container {
      width: 100%;
      padding: 8px;
      margin: 0;} 
  
@media screen and (min-width: 960px) {
   .container {
      padding: 20px;} 
}
   
   .page {
      width: 100%;
   }
   
   .page img {
      max-width: 100%;
      width: auto\9; /* ie8 */}   
    
  .logo {
     width: 100%;
     margin-bottom: 30px; }  
     
@media screen and (min-width: 960px) {
  .logo {
     padding-right: 50px; } 
}    
    
  .attachment-thumbnail {
    margin-bottom: 20px;}   
    
  .slider-pro {
    padding-bottom: 20px;}   
    
    /* clear fix */
  .slider-pro:after {
    content: '';
    display: block;
    clear: both;}
    
/* ==========================================================================
   Newsletter
   ========================================================================== */
   
   #mc4wp-form-1 label {
     display: block;
     width: 100%;
     margin-bottom: 5px;   }
     
   #mc4wp-form-1 input {
     border: 3px solid #000;
     padding: 5px;
     font-family: 'Noto Serif', serif;   }
     
   .page-id-140 .ssba {display: none;} 
   
   input[type="submit"] {
    background-color: #000;
    color: #fff;}
    
    
/* ==========================================================================
   Overlay
   ========================================================================== */
.overlayText {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  
.overlayText p {
  font-family: 'Noto Sans', sans-serif; 
  width: 100%;
  max-width: 1100px;
  font-weight: 700;
  font-size: 8vw;
  line-height: 8vw;
  text-align: left;
  padding-top: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
.overlayText {
  z-index: -1;}

.overlayText p {
  font-size: 0;
  display: none;}
}


#wpsm_accordion_4573 .wpsm_panel-title a, #wpsm_accordion_4573 .wpsm_panel-body {font-family: 'Noto Sans', sans-serif !important;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
