/*
 Theme Name:   Twenty Sixteen A4G
 Description:  Twenty Sixteen A4G Theme
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twentysixteen-a4g
*/


body {
    background: #fff;
}
body,
button,
input,
select,
textarea {
    color: #58585b;
    font-family: "Rambla", "Helvetica", sans-serif;
    font-size: 21px;
    line-height: 1.75;
}

a,
a:hover {
    color: #00789e;
    text-decoration: none;
}

body:before,
body:after {
    display: none !important;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #e9662c;
    color: #fff !important;
    border-radius: 5px;
    font-family: "Rambla", "Helvetica", sans-serif;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #e95800;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}



.site {
    margin: 0;
}
.site-content a {
    border-bottom: 5px solid rgba(0, 120, 158,.1);
}
.site-content a:hover {
    border-bottom: 5px solid rgba(0, 120, 158,.3);
}
.site-content ul {
    list-style: url(./assets/images/gear.png);
}
.site-main > article {
    margin-bottom: 0;
}

/* Header */
.site-header {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.site-header-main .site-branding {
    margin-top: 10px;
    margin-bottom: 10px;
}
.site-header.sticky .site-header-main .site-branding {
    zoom: 0.5;
}
@media screen and (max-width: 600px) {
    .site-header.sticky {
        top: 0;
    }
}
.menu-toggle {
    float: right;
    color: #000 !important;
}
.site-header-menu {
    margin: 0 !important;
}
.site-header-menu .social-navigation {
    margin-top: 15px !important;
    margin-bottom: 15px;
}
.site-header-placeholder {
    height: 89px;
}
@media screen and (min-width: 44.375em) {
    .site-header-placeholder {
        height: 103px;
    }
}
.main-navigation {
    text-decoration: none;
    font-family: "Share Tech", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}
.main-navigation .primary-menu > li {
    margin-left: 15px;
}
.main-navigation a {
    color: #58585b;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: .8;
}
.main-navigation a:hover,
.main-navigation a:focus {
    background: #e9662c;
    color: #fff !important;
}

/* Search field */
input[type="search"].search-field,
input.search-field {
    width: calc(100% - 52px) !important;
    border: none;
    border-bottom: 2px solid #00789e;
    background: transparent;
    font-size: 18px;
    padding: 7px 0;
    border-radius: 0;
    -webkit-appearance: none; /* Safari fix */
}
.widget button.search-submit {
    background: url(./assets/images/search.png);
    height: 42px;
    width: 42px;
}
.widget button.search-submit:hover {
    background: url(./assets/images/search-h.png);
}
.search-submit:before {
    content: "";
}


/* Widgets */
.widget {
    border-top: none;
    font-size: 20px;
    margin-bottom: 40px;
}
.widget a {
    color: #808284;
}
.widget .widget-title {
    font-family: "Rambla", "Helvetica", sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    color: #00789e;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* Entry */
.page-header {
    border-top: none;
}
.entry-title {
    margin: 48px 0 10px;
    font-family: "Share Tech", sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #e9662c;
    text-transform: uppercase;
}

.entry-title a,
.entry-title a:hover {
    color: #e9662c;
    text-transform: uppercase;
    border-bottom: none;
}


.entry-meta {
    font-family: "Share Tech", sans-serif;
    margin-bottom: 9px;
    margin-right: 7.6923%;
    margin-left: 7.6923%;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link {
    display: inline !important;
}

.entry-meta .byline:before,
.entry-meta .comments-link:before,
.entry-meta .edit-link:before {
    content: " • ";
}

.entry-meta .byline .avatar {
    display: none;
}
.entry-meta .posted-on {
    text-transform: uppercase;
}

.entry-content {
    float: none !important;
    width: auto !important;
}

@media screen and (min-width: 56.875em) {
    .entry-meta {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Footer */
.site-footer {
    padding: 0 50px !important;
    background: #f1f1f2;
    height: 120px;
}
@media screen and (min-width: 56.875em) {
    .site-footer {
        height: 88px;
    }
}
.site-footer .copyright {
    float: left;
    color: #808284;
    font-size: 16px;
    font-family: "Share Tech", sans-serif;
}
.site-footer .social-navigation {
    margin: 0;
    padding: 10px 0;
}

.social-navigation a {
    border: 8px solid #e6e7e8;
    color: #808285;
    height: 57px;
    width: 57px;
}
.social-navigation a:before {
    content: "\f415";
    height: 41px;
    width: 41px;
    line-height: 41px;
    font-size: 28px;
}


/* Header banner */
.header-widget-area .widget {
    padding-top: 0;
}
.header-banner {
    background: url(./assets/images/pattern.png) repeat;
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 0 10px;
    padding-top: 60px;
    margin-bottom: 50px;
}

.header-banner .primary {
    color: #fff;
    font-size: 36px;
    font-family: "Rambla", "Helvetica", sans-serif;
    line-height: 1em;
}

.header-banner .secondary {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Rambla", "Helvetica", sans-serif;
    font-size: 42px;
    line-height: 1em;
}
@media only screen and (max-width: 920px) {
    .header-banner .primary {
        font-size: 24px;
    }
    .header-banner .secondary {
        font-size: 32px;
    }
}

@media only screen and (max-width: 620px) {
    .header-banner .primary {
        font-size: 22px;
    }
    .header-banner .secondary {
        font-size: 32px;
    }
}
@media only screen and (max-width: 385px) {
    .header-banner .primary {
        font-size: 21px;
    }
    .header-banner .secondary {
        font-size: 24px;
        line-height: 29px;
    }
}


/* Pagination */
.pagination {
    border: none;
    margin-top: 25px;
}
.pagination a:hover {
    border: none;
}
.pagination:before,
.pagination:after {
    display: none;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    display: none;
}
.pagination .prev:before,
.pagination .next:before {
    display: none;
}
.pagination .nav-links {
    text-align: center;
}
.pagination .page-numbers {
    top: 10px;
    padding: 5px 5px 3px 5px;
    margin: 0 10px;
}
.pagination .page-numbers.current {
    background: #00789e;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-weight: normal;
}

.pagination .nav-links {
    padding-right: 0;
}
.pagination .prev,
.pagination .next {
    position: relative;
    background-color: inherit;
    color: inherit;
    width: auto;
    overflow: visible;
    height: inherit;
    text-transform: lowercase;
}
.pagination .prev {
    right: 50px;
}
.pagination .next {
    left: 50px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background: inherit;
}

.pagination {
    font-family: "Rambla", "Helvetica", sans-serif;
    font-size: 21px;
}
.pagination .page-numbers {
    border: none;
}
.pagination .prev,
.pagination .next {
    width: 90px;
    color: #00789e !important;
    text-transform: lowercase;
    border: none;
}
.pagination .prev {
    text-align: left;
}
.pagination .next {
    text-align: right;
}



/* Article formatting */
article.post h2 {
    font-weight: normal;
    font-size: 1.75em;
    font-family: "Share Tech", sans-serif;
    color: #e9662c;
    margin-bottom: 5px;
    text-transform: uppercase;
}
article.post h3 {
    font-weight: normal;
    font-size: 1.5em;
    font-family: "Share Tech", sans-serif;
    color: #f7931d;
    margin-bottom: 5px;
    line-height: 42px;
    text-transform: uppercase;
}
article.post .codeblock, article.post pre {
    background: #2a2a2a;
    color: #fff;
    border-radius: 10px;
    background-clip: padding-box;
    width: 100%;
    padding: 10px;
    font-family: "Share Tech Mono", monospace;
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0;
    float: left;
    overflow-x: auto;
}
article.post pre code {
    background: none;
}


/* Post comments */
.comments-area {
    clear: both;
    box-shadow: 0 18px 16px -16px rgba(0,0,0,.2) inset;
    padding-top: 30px;
}
.comments-title,
.comment-reply-title {
    border-top: none;
    font-family: "Rambla", "Helvetica", sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    color: #00789e;
    text-transform: uppercase;
}
.comment-author b {
    font-weight: normal;
}
.comment-form {
    padding-top: 0;
}
.comment-form label {
    font-family: "Rambla", "Helvetica", sans-serif;
}
.comment-form textarea {
    height: 100px;
}



/* Post navigation */
.post-navigation {
    border-top: none;
    border-bottom: none;
    margin: 70px 0 0 0;
}
.post-navigation div + div {
    border-top: none;
}
.post-navigation a,
.post-navigation a:hover {
    padding: 0;
    border-bottom: none;
}
.post-navigation .post-title {
    font-family: "Rambla", "Helvetica", sans-serif;
    color: #58585b;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    margin-bottom: 20px;
}
.post-navigation .meta-nav {
    color: #00789e;
}
.pagination .prev {
    right: 10px;
}
.pagination .next {
    left: 10px;
}

@media screen and (min-width: 44.375em) {
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 49%;
    }
    .post-navigation .nav-previous {
        float: left;
    }
    .post-navigation .nav-next {
        float: right;
        text-align: right;
    }
    .pagination .prev {
        right: 50px;
    }
    .pagination .next {
        left: 50px;
    }
}
