/*
 Theme Name:   dolszewski.com Theme 2017
 Theme URI:    http://dolszewski.com
 Description:  The theme for dolszewski.com blog
 Author:       Daniel Olszewski
 Author URI:   http://dolszewski.com
 Template:     twentyseventeen
 Version:      1.0.0
 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:  dolszewski.com Theme
*/

a {
    color: #04383D;
    text-decoration: none;
}

a:hover, a:active {
	color: #4c858a;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgb(4, 56, 61);
    /*! box-shadow: inset 0 -1px 0 rgba(4, 56, 61, 1); */
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

a.synved-social-button,a.synved-social-button:hover,a.synved-social-button:focus {
    -webkit-box-shadow: none !important;
    /*! box-shadow: none !important; */
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: #04383d;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(4, 56, 61);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(4, 56, 61);
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #4c858a;
}

.navigation-top a:hover, .navigation-top a:active {
	color: #4c858a;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #04383D;
}

a.prev.page-numbers, a.next.page-numbers {
    color: #fff;
    background-color: #222;
}

a.prev.page-numbers:hover, a.next.page-numbers:hover {
    color: #fff;
    background-color: #04383D;
}

cite, dfn, em, i {
    background-color: #eee;
    padding: 0 2px;
}

.entry-content ul, ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 1em;
}

.custom-header {
    background-color: #04383D;
}
.site-branding {
    padding: 1em 0;
}
.site-title a, .site-description {
    color: #fff;
}
.site-title a:hover {
    opacity: 1;
}

.site-footer {
    background-color: #202020;
}
.site-footer-text, .site-footer-text a {
    color: #e6e6e6;
}
.site-footer-text a:hover {
    color: #4C858A;
}

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

    .navigation-top .wrap {
        max-width: 1200px;
        padding: 0.75em 3.4166666666667em;
    }

    .main-navigation a {
        padding: 0.1em 1.25em;
    }

    .site-content {
        padding: 4.5em 0 0;
    }

    .wrap {
        max-width: 1200px;
        padding-left: 3em;
        padding-right: 3em;
    }

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 65%;
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 25%;
    }

    .site-branding {
        background-image: url("./assets/dolszewski.com-logo.png");
        background-position: right;
        background-repeat: no-repeat;
    }
}

.site-footer .wrap {
    padding-top: 1.5em;
}

.site-footer-text {
    text-align: center;
    display: block;
    padding-top: 5px;

}

.java-analogy h5 {
    border: solid 2px #5382a0;
    border-bottom: none;
    color: #5382a0;
    padding: 2px 5px;
    margin: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.java-analogy p {
    border: solid 2px #5382a0;
    padding: 2px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
