/*
Theme Name: Twenty Seventeen Child
Template:twentyseventeen
*/
@import url("../twentyseventeen/style.css"); /* added by me. this line is necessary for the child theme to work */

/* Format title VVVVVVVVVV-- */

/* Post & Page title */
.single-post .entry-title, .page .entry-title {
font-size: 1.625rem !important;
/*font-size: 1.625rem !important;*/
color: #222 !important;
font-family: Libre Franklin !important;
} 

/* Archive Category title */
h1 {
font-size: 1.625rem !important;
color: #222 !important;
font-family: Libre Franklin !important;
}

/* Archive Post title */
.entry-title a {
font-size: 1.625rem !important;
color:#222 !important;
font-family: Libre Franklin !important;
}
/*font-family: Georgia !important;*/

/*---Format title ^^^^^^^*/



/* -----Links VVVVVV------ */

/* Note: 'a:link' surprisingly is not found in the original twentyseventeen style.css */

a:link    {
/* Applies to all unvisited links */
/* If want to underline, then use 'text-decoration: underline' */
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration:  none;
}

a {
	color: #0044ff;
}

a:hover,
a:active {
	color: #2b5eed;
text-decoration: underline;
}

.widget a:link {
  box-shadow: none;
}

.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: #2b5eed;
     text-decoration: underline;
     -webkit-box-shadow: none;
     box-shadow: none;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #2b5eed;
}

/*-----------Links ^^^^^^--*/

/* Adjust size of magnifying glass icon */
.search-submit img {
    height: 23px;
    max-width: 100%;
}
