/*
 Theme Name:     Twenty Seventeen Child Theme
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:       twentyseventeen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */

#masthead {
    background-color: #d1cfc3;
}
#masthead .wrap {
    text-align: center;
}
.custom-logo-link {
    padding: 0;
}

#top-menu li:last-child {
    float: right;
}


.panel-image {
    height: 60vh;
    max-height: 600px;
    background-position: top left;
}

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

.entry-content a {
    background-color: #76756e;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    margin-right: 0.5em;
    margin-bottom: 1em;
    display: inline-block;
}
.entry-content a:hover {
    background-color: #333;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    margin-right: 0.5em;
    margin-bottom: 1em;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.wp-playlist-item {
    display: block; float: left; width: 100%; width: -webkit-calc(100% - 110px); width: -moz-calc(120% - 110px); width: calc(100% - 110px);
    font-size: 1em !important;
    line-height: 1em !important;
    margin: 0px !important;
}

.wp-playlist-caption {
    display: block;
    margin: 0 !important;
    font-size: 1em !important;
    line-height: 1em !important;
    padding: 0.5em !important;
}

.wp-playlist-caption span {
    line-height: 1em !important;
}

.wp-playlist-download {
    display: block; float: left; width: 100px;
    font-size: 1em !important;
    line-height: 1em !important;
    margin: 0 0 0 7px !important;
    position: relative;
}

.wp-playlist-item-length {
    right: 10px !important;
}

.wp-playlist-download-link {
    display: block; width: auto;
    font-size: 1em !important;
    line-height: 1em !important;
    margin: 0px !important;
}

.wp-playlist-clear {
    display: block; width: 0px; height: 0px; clear: both;
}


body.page-two-column:not(.archive) #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-two-column:not(.archive) #primary .entry-content table td:first-child {
    text-align: left; vertical-align: top; width: 44%; padding-right: 6%;
}

body.page-two-column:not(.archive) #primary .entry-content table td:last-child {
    text-align: left; vertical-align: top; width: 48%; padding-left: 2%;
}

body.page-two-column:not(.archive) #primary .entry-content h1 {
    color: #76756e;
}

.panel-content .wrap {
    padding-top: 0;
}

.site-footer {
    background-color: #76756e;
    padding-bottom: 2em;
}
.site-footer * {
    color: #fff !important;
}
.site-footer .widget-area {
    padding-bottom: 0;
}
.widget {
    padding-bottom: 0;
}

.widget a {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    margin-right: 0.5em;
    margin-bottom: 1em;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
}
.widget a:hover {
    background-color: #333;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    margin-right: 0.5em;
    margin-bottom: 1em;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
}
.widget a:nth-of-type(2) {
}

@media all and (max-width: 799px) {

    #top-menu li:last-child {
        float: none;
    }

    body.page-two-column:not(.archive) #primary .entry-content table td:first-child {
        text-align: left; vertical-align: top; width: 100%; padding-right: 0; display: block;
    }

    body.page-two-column:not(.archive) #primary .entry-content table td:last-child {
        text-align: left; vertical-align: top; width: 100%; padding-left: 0; display: block;
    }



}
