/*
Theme Name: Lehigh Wordpress Theme 2016
Description: A Wordpress theme for Lehigh blogs and websites
Author: Lehigh University
Template: daniela
Version: 1.0.3
Text Domain: lehigh-wordpress-theme-2016
*/

@import 'https://fonts.googleapis.com/css?family=Rokkitt|Source+Sans+Pro';
body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rokkitt', serif;
}

a {
    color: #497ba4;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: inherit;
}

.site-header {
    text-align: left;
}

.main-navigation {
    color: #fff;
    background: #502d0e;
    margin-top: 30px;
    display: block;
    padding: 1em 0 0 0;
}

.main-navigation a {
    color: #fff;
    padding: 1em;
}

.main-navigation a:hover {
    color: #fff;
    text-decoration: underline;
}

.main-navigation button:hover,
.main-navigation button:focus,
.main-navigation button:active {
    background-color: #502d0e;
}

.main-navigation li {
    border-bottom: none;
    top: -12px;
}

.main-navigation ul ul {
    border-top: none;
    padding: 0em 0em 0.875em 2em;
    background-color: #502d0e !important;
}

.main-navigation ul ul li {
    top: 0px;
}

.main-navigation ul ul .page_item_has_children a:after {
    right: 0.5em;
    /* 4px */
    top: 1.75em;
    /* 14px */
}

.site-name {
    background: #7d6a55;
    color: #fff;
}

.site-title {
    font-family: 'Rokkitt', serif;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.site-description {
    font-weight: normal;
    padding: 0 10px 10px 10px;
    color: #fff;
}

.entry-title {
    font-family: 'Rokkitt', serif;
    color: #502d0e;
}

.entry-title a:hover {
    text-decoration: underline;
    color: #502d0e;
}

.googlesearch {
    display: block;
    float: left;
    width: 275px;
    padding: 20px 0 0 0;
    text-align: right;
    font-size: 12px;
    box-sizing: initial;
    position: relative;
    top: 0;
    bottom: 0;
}

.googlesearch tr {
    border-bottom: none;
}

.googlesearch .gsib_a {
    padding: 2px 6px;
}

.gsc-input-box {
    height: 28px !important;
}

.posted-on a {
    color: #000;
}

.site-footer {
    padding: 0px;
}

.lehigh-footer {
    width: 100%;
    margin: 10px 0;
    background-color: #572c0e;
}

.lehigh-footer .top {
    background: #7d6a55;
    color: #fff;
    padding: 2px 10px;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}

.lehigh-footer .bottom {
    background-color: #572c0e;
    padding: 0 10px 10px 20px;
}

.lehigh-footer .bottom-left {
    width: 100%;
    float: left;
    border-right: none;
    padding: 10px;
}

.lehigh-footer .bottom-right {
    width: 100%;
    float: left;
    padding: 10px;
}

.main-navigation button {
    background: #502d0e;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.75em 1em;
    text-align: center;
    text-shadow: none;
}

@media screen and (min-width: 750px) {
    .main-navigation {
        margin-top: 10px;
        display: flex;
    }
    .main-navigation li {
        float: left;
    }
    .main-navigation a {
        padding: 0;
    }
    .main-navigation ul ul {
        border-top: 1px solid #d0d0d0;
        padding: 0;
    }
    .main-navigation ul ul a {
        padding: 0.25em 0.75em;
    }
    .main-navigation .page_item_has_children > a {
        padding-right: 12px;
    }
    .main-navigation .page_item_has_children > a:after {
        content: "\f502";
        font-family: genericons;
        font-size: 8px;
        font-size: 0.5rem;
        position: absolute;
        right: 0;
        top: 1em;
        /* 16px */
    }
    .main-navigation ul ul .page_item_has_children > a:after {
        content: "\f501";
        right: 0.5em;
        /* 4px */
        top: 1.75em;
        /* 14px */
    }
    .googlesearch {
        float: right;
        top: -40px;
        bottom: 0px;
        padding: 0;
    }
    .lehigh-footer .bottom-left {
        width: 78%;
        float: left;
        border-right: 1px solid #b48e6c;
        padding-right: 20px;
    }
    .lehigh-footer .bottom-right {
        width: 19%;
        float: right;
    }
}
