/*
 Theme Name:   Twenty Seventeen Lettretage
 Description:  A child theme of the Twenty Seventeen default WordPress theme
 Author:       Jure Kapun
 Template:     twentyseventeen
 Version:      1.0.0
*/
/* will change the sidebar placement to left
#primary {
  float: right;
}

.has-sidebar:not(.error404) #primary {
  float: right;
}

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 {
  float: right;
}

.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 {
  float: right;
}

#secondary {
  float: left;
}

.has-sidebar #secondary {
  float: left;
} */

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

/* displays logo even after the menu becomes fixed
.site-header .site-navigation-fixed .menu-scroll-down {
    display: unset;
}

.site-header .menu-scroll-down {
  padding: 0em;
}

@media screen and (min-width: 48.125em) {
  .site-header .menu-scroll-down {
    padding: 2em;
  }
}

@media screen and (min-width: 66em) {
  .site-header .menu-scroll-down {
  padding: 0em;
  }
} */

/*removing white background to make background visible */
.navigation-top, .site-navigation-fixed.navigation-top, .site-content-contain {
  width: 80%;
  left: 10%;
}

/*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;
}
*/
/*
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
height: 300px;
height: 86vh;
max-height: 100%;
overflow: hidden;
}
*/
/* removes shadow from header */
.custom-header-media:before {
    background: none;
}

/* positions the event link to the right 
.site-description,
.site-description a {
	color: #fff;
}

body.has-header-image .site-description,
body.has-header-video .site-description,
body.has-header-image .site-description a,
body.has-header-video .site-description a {
	color: #fff;
	opacity: 0.8;
}

.site-branding-text {
  position: relative;
  left: 95%;
}

@media screen and (min-width: 20em) {
  .site-branding-text {
    position: relative;
    left: 75%;
  }
}

@media screen and (min-width: 48.125em) {
  .site-branding-text {
    position: relative;
    left: 85%;
  }
}

@media screen and (min-width: 66em) {
  .site-branding-text {
    position: relative;
    left: 95%;
  }
}

*/
/*

#newsletter{
    position: relative;
    display: inline-block;
}

#shownewsletter{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

#newsletter:hover #shownewsletter{
    display: block;
}

body.page-template-default #primary{
	float: left;
	width: 100%;
}

*/


/*makes logo in menu normal size 
*/

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

.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%;
}

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: #28b4e4;
}

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

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

#body {
overflow-x:hidden;
}

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

/*
.event-content {
    overflow:hidden;
    overflow:-moz-hidden-unscrollable;
}
*/

button {
    background-color: #E6E6E6;
}

button.tickets {
    background-color: brown;
}

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

.event-list {
    margin-left: 7%;
}

.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;
}

@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;
   }
}

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

.solo-credits {
    text-align: right;
    font-size: 0.75em;
}

.site-footer .widget-column.footer-widget-2 {
	float: left;
	width: 60%;
	margin-left: 20%;
}
/*
#post-87 {
	width: 150%;
	margin-left: -20%;
}*/

a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.panel-image::before {
    background:none;
}
