/*
 Theme Name:   Twenty Seventeen Lettretage / Update 2023
 Description:  A child theme of the Twenty Seventeen default WordPress theme
 Author:       Jure Kapun & Micha Ebert-Hanke
 Template:     twentyseventeen
 Version:      1.1.0
*/

/* Fixes for mobile styling */

@media only screen and (max-width: 768px){
  #primary {
    float: none;
  }

  .wrap {
    padding: 0;
  }

   .event-list {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .event {
    display: flex;
    flex-direction: column;
  }
  .event-date {
    display: flex;
    justify-content: space-around;
  }
  .multi-day {
    margin: 0 !important;
  }
  .event-content p {
    font-size: 1rem;
  }
  li.event {
    margin: 0 0 1em 0 !important;
  }
  .single-day {
    margin: 0 0 0 0 !important;
  }
  .site-content-contain {
    width: 95%;
    margin: auto;
    padding: 15px;
  }
  .entry-content {
    width: 100%;
  }
}
/* End fixes for mobile styling */

/* will hide page titles */
h1.entry-title {
  display: none;
}

h2.page-title {
  display: none;
}
/*enables "parallax" on single sites as well*/
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  top: 50%;
  padding-bottom: 1px; /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header {
height: 300px;
height: 88vh;
max-height: 100%;
overflow: hidden;
}

/* removes shadow from header */
.custom-header-media:before {
    background: none;
}

/*makes logo in menu normal size */

img.menu-image.menu-image-title-hide {
  max-width:100px;
}


body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
  width: 20%;
}

h2.widget-title {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

#projectbutton {
    width: 250px;
    border-radius: 50%;
    border: 0.5pt solid black;
}

#projectbuttonle {
    float: left; 
    width: 25%; 
    margin-right: 4%; 
    margin-bottom: 10px; 
    border-radius: 50%; 
    border: 0.5pt solid black; 
    overflow: hidden;
}

#projectbutton:hover{
 -moz-box-shadow: 2px 2px 10px #999;
 -webkit-box-shadow: 2px 2px 10px #999;
 box-shadow: 2px 2px 10px #999;
 -webkit-transition: all .7s ease;
transition: all .7s ease;
}

#projectbuttonle:hover{
 -moz-box-shadow: 2px 2px 10px #999;
 -webkit-box-shadow: 2px 2px 10px #999;
 box-shadow: 2px 2px 10px #999;
 -webkit-transition: all .7s ease;
transition: all .7s ease;
}

a, .main-navigation a:hover, h2.widget-title, h2, .home.blog .entry-title, .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #a52a2a;
}

.event-title > h3 {
    color: #a52a2a;
    font-weight: bold;
}

a, a:hover, a:link {
    text-decoration: none;
    box-shadow: none;
}

#body {
overflow-x:hidden;
}

* {
    font-family: 'Lato', sans-serif;
}

button {
    background-color: #E6E6E6;
}

button.tickets {
    background-color: brown;
}

h2.widget-title, #ctf, #sb_instagram {
    margin-left: 26%;
}

.wp-caption, .gallery-caption, figcaption {
    font-style: normal;
    font-size: 1.171!important;
}

.single-featured-image-header {
    display: none;
}

li.event {
    border-bottom: 1px solid black;
}

.event-title h3 {
    font-size: 1.1em;
    font-weight: bold:
}

.event-content {
    font-size: 1.171!important;
}

.event-time, .event-location {
    font-size: 1em;
    font-weight: bold;
}

.event-weekday {
    font-size: 1.1em!important;
}

.event-day, .event-month {
    font-size: 1em!important;
    line-height: 1.3em!important;
}

.event-year {
    font-size: 1em!important;
}
.solo-credits {
    text-align: right;
    font-size: 0.75em;
}

#text-22 {
    margin-left:26%;
}

#menu-item-3170 > .menu-image-title-after, #menu-item-3169 > .menu-image-title-after, #menu-item-3168 > .menu-image-title-after, #menu-item-3230 > .menu-image-title-after {
    color: white;
    text-decoration: none;
}

.navigation-top .wrap {
	max-width: 1200px;
}

.site-footer .widget-column.footer-widget-2 {
	float: left;
	width: 60%;
	margin-left: 20%;
}

#anker {
    float: right;
    width: 240px;
    margin-right: 1%;
    margin-bottom: 10px;
    color: brown;
    background-color: white;
    font-size: 1.1rem;
    text-align: left;
    padding: 1em 1em;
	font-weight: 800;
    letter-spacing: 0.1818em;
    font-family: unset;
}

#anker:hover{
 -moz-box-shadow: 2px 2px 10px #999;
 -webkit-box-shadow: 2px 2px 10px #999;
 box-shadow: 2px 2px 10px #999;
 -webkit-transition: all .7s ease;
transition: all .7s ease;
}

@media screen and (min-width: 48em) {
   .navigation-top.site-navigation-fixed ul li:hover > ul,
   .navigation-top.site-navigation-fixed ul li.focus > ul {
       top: 35px;
   }
   .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
       left: -6.5em;
       right: auto;
       top: -150px;
   }
}

@media only screen and (min-width: 768px) {
   /*removing white background to make background visible */
   .navigation-top, .site-navigation-fixed.navigation-top, .site-content-contain {
     width: 80%;
     left: 10%;
   }
   .event-list {
     margin-left: 7%;
   }
   .blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
     width: 80%;
   }
}

