/*
 Theme Name: Clicks18
 Description: The custom theme Clicks18 using the parent theme Twenty Seventeen.
 Author: Stefan Burbulla
 Author URI: clicksclocks.de
 Template: twentyseventeen
 Version: 1
 */


body,
button,
input,
select,
textarea {
    color: #333;
    font-family: Oxygen, "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Oxygen, "Baloo Tamma", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
}

h2,
.home.blog .entry-title {
    color: #666;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
}

h3 {
    color: #333;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
}

h4 {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    color: #767676;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h2.widget-title {
    color: #222;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.summary {
	font-weight: 700;
}

.navigation-top .main-navigation svg {
    display: none;
}

.navigation-top a {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.navigation-top .wrap {
	max-width: 80%;
}

.wrap {
	max-width: 80%;
}

@media screen and (min-width: 48em) {

    /* Widgets */
    h2.widget-title {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 2em;
    }

    .single-post .entry-title,
    .page .entry-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .navigation-top {
        transition: all 0.5s ease;

    }

    .navigation-top .main-navigation svg {
        display: inline-block;
        margin-left: -60px;
        opacity: 0;
        position: relative;
        top: 10px;
        transition: all 0.5s ease;
    }

    .site-navigation-fixed.navigation-top .main-navigation svg {
        display: inline-block;
        opacity: 1;
    }

    .navigation-top .main-navigation .menu-menu-1-container {
        display: inline-block;
        margin-left: 17px;
    }

    .site-navigation-fixed.navigation-top .main-navigation .menu-menu-1-container {
        display: inline-block;
    }
}

