/*
 Theme Name:   simplent Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Ritz Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     simplent
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  simplent-child
*/
a{
    color: goldenrod;
}
.time_selector{
    text-align: center;
}
.current_year{
    font-size: 28px;
    margin: 0px 15px;
}
.previous_year{
    font-size: 17px;
}
.next_year{
    font-size: 17px;
}
.calendar-title a{
    color: goldenrod;
}
.old_event .calendar-title{
    color: darkslategray;
    margin-bottom: 0px;
    font-size: 16px;
}
.old_event .calendar-title a{
    color: darkslategray;
    margin-bottom: 0px;
}
.old_event .calendar-title{
    font-size: 14px;
    font-weight: normal;
}
.calendar_date{
    width: 160px;
    text-align: right;
    float: left;
    padding-right: 15px;
    line-height: 35px;
}
.calendar-title{
    float: left;
    line-height: 35px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer !important;
}
.calendar-header{
    clear: both;
}
.calendar_meta{
    border: none;
}
.calendar_meta td{
    border: none;
}
.calendar_meta tr td:first-child{
    width: 130px;
    text-align: right;
    padding-right: 15px;
}
.invitation{
    display: block;
    margin: 35px auto 0px auto;
}
.profile-data{
    box-sizing: border-box;
}
.profile-picture {
    width: 50%;
    height: auto;
    float: right;
    box-sizing: border-box;
}
.profile-picture img{
    width: 100%;
    height: auto;
}

/**
 * - >= 500px
 */
@media screen and (min-width: 500px) {
    .members-wrapper article{
        border-bottom: 1px solid lightgray;
    }
    .members-wrapper .member-title{
        font-size: 18px;
    }
}
#page{
    min-height: 100vH;
    margin: 0px;
    background: #fff url(images/bg.jpg) fixed top center;
    z-index: -10;
}
#masthead{
    position: sticky;
    top: -175px;
    min-height: 250px;
    margin: 0px;
    background: url(images/header.png) top center;
    z-index: 3;
    background-repeat: repeat-x;
}
#content{
    margin-top: -30px;
    padding-top: 65px;
    padding-bottom: 25px;
    box-sizing: border-box;
    background: #efe7cd url(images/paper.png) top center;
    background-size: 500px;

    -webkit-box-shadow: 1px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 18px 0px rgba(0,0,0,0.75);
    position: relative;
    z-index: 2;
}
.menu-wrapper{
    position: absolute;
    top: 155px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.menu-wrapper a{
    color: white;
}
.menu-wrapper a:hover{
    text-decoration: none;
    color: goldenrod !important;
}
.menu-wrapper a:active{
    text-decoration: none;
    color: goldenrod !important;
}
.current-menu-item a{
    text-decoration: underline;
}
.entry-thumbnail img{
    max-height: 400px;
    width: auto;
}
.site-branding .site-title a{
    color: goldenrod;
}
.site-branding .site-title a:hover{
    color: goldenrod;
    text-decoration: none;
}
.kvh_title{
    display: block;
}
.home .entry-header{
    display: none;
}
.entry-content h3, .entry-summary h3{
    font-size: 19px;
}
#page{
    padding-bottom: 25px;
}

#site-footer{
    padding-top: 25px;
    width: 100%;
    display: block;
    text-align: center;
    clear: both;
}
.site-main > article {
    border-bottom: 2px solid #6d613c;
}
.encyklopedy-img{
    max-width: 100px;
    float: left;
    padding-right: 25px;
}
.encyklopedy-header{
    float: left;
}
.encyklopedy-wrap{
    clear: both;
    padding: 10px 0px;
}
.logo{
    position: absolute;
    top: 0px;
    left: 0px;
}
.logo .custom-logo{
    max-width: 180px;
}
.site-header{
    color: white;
}
.site-header a{
    color: white;
}
#badge{
    width: 200px;
    height: 200px;
    background-image: url(images/logo_kvh_special_colours.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 200px;
    right: 10px;
    z-index: 0;

    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
}
.entry-thumbnail{
    max-width: 250px;
    padding-right: 25px;
    box-sizing: border-box;
    height: auto;
    float: left;
}
.page-header{
    border: none;
}
.meta_info{
    margin-right: 15px;
}
.entry-title a{
    cursor: pointer;
}
.entry-title a:hover {
    color: #6d613c !important;
}
.meta_info a{
    color: #777;
    font-style: italic;
    cursor: pointer;
}
.meta_info a:hover{
    color: #6d613c;
}
.encyklopedy_navigation ul {
    padding: 10px 16px;
    list-style: none;
}
.encyklopedy_navigation ul li {
    display: inline;
    font-size: 16px;
}
.encyklopedy_navigation ul li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
.encyklopedy_navigation ul li a {
    color: goldenrod;
    text-decoration: none;
}
.encyklopedy_navigation ul li a:hover {
    color: #6d613c;
    text-decoration: underline;
}
.encykolpedy_classes{
    margin: 20px 0px;
}
.encykolpedy_classes div{
    display: block;
    font-size: 18px;
}
.encykolpedy_classes div a{
    cursor: pointer;
    color: #1a1a1a;
    display: inline-block;
    margin: 0px 5px;
}

.encykolpedy-archive-wrapper{
    border-top: 1px solid sienna;
    padding-top: 20px;
}
.encykolpedy-archive-wrapper a{
    cursor: pointer;
    color: #1a1a1a;
}


.timeline * {
    box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

}
@media (min-width: 992px){
    .timeline {
        margin: 0 -16%;
    }
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline .container_timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline .container_timeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #686868;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeline .left {
    left: 0;
}

/* Place the container to the right */
.timeline .right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
    left: -13px;
}
.timeline h3{
    font-size: 17px;
    margin-top: 10px;
}

/* The actual content */
.timeline .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline .container_timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline .container_timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .timeline .left::after, .timeline .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline .right {
        left: 0%;
    }
}

#site-header-menu.toggled-on{
    background: darkgray;
    padding-top: 100px;
    margin-top: -60px;
    z-index: -1;
    position: relative;
}