/*
 Theme Name:   ClassicPress TwentySeventeen
 Theme URI:    https://www.classicpress.net/themes/classicpress-twentyseventeen/
 Description:  ClassicPress TwentySeventeen is a child theme of the WordPress TwentySeventeen Theme
 Author:       the ClassicPress team
 Author URI:   https://www.classicpress.net
 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: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  classicpress-twentyseventeen
*/



.widget_media_image {
	padding-bottom:0 !important;
}

/* Header Image changes below 
I found instructions here: https://wordpress.stackexchange.com/questions/259007/how-do-i-change-the-header-image-height-in-twenty-seventeen
*/

/* admin bar not isible: */
.twentyseventeen-front-page.has-header-image .custom-header-media,
.twentyseventeen-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
  height: 1200px;
  height: 30vh;
  max-height: 100%;
  overflow: hidden;
}

/* if admin bar is visible */
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
.admin-bar.home.blog.has-header-image .custom-header-media,
.admin-bar.home.blog.has-header-video .custom-header-media {
  height: calc(30vh - 32px);
}

/* mobile */
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
        display: table;
        height: 300px;
        height: 30vh;
        width: 100%;
}

/* links in post body */
.entrey-content a:link {color:#gggggg; text-decoration: underline;}
.entry-content a:visited {color:#gggggg; text-decoration: underline;}
.entry-content a:hover {color:darkred; text-decoration: none;}
.entry-content a:active {color:#darkred; text-decoration: underline;}


