/* 
 Theme Name:   Hatch Child
 Theme URI:    https://www.colinpateman.com/wp-content/themes/hatch_child/
 Description:  Hatch Child Theme
 Author:       Tim
 Author URI:   https://www.colinpateman.com/ 
 Template:     hatch
 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:  hatch_child
*/

/* @import url("../hatch/style.css");
-------------------------------------------------------------- */


/* Lines Red White Blue 
-------------------------------------------------------------- */

.lines {
	width: 100%;
	margin-top: 5px;
}
.lines > div:first-child {
	width: 100%;
	height: 2px;
	margin-bottom: 2px;
	background: #062A5E;
}
.lines > div:last-child {
	width: 100%;
	height: 2px;
	background: #F20017;
}

/* Menu dropdown to extend to the length of the title/text
-------------------------------------------------------------- */

#menu-primary .menu .sub-menu {
	width: auto !important;
}
#menu-primary .menu .sub-menu li {
	white-space: nowrap !important;
}

/* Adds the shadow and border around an image
-------------------------------------------------------------- */

.img-shadow {
	border: 1px solid #000000;
	box-shadow: 0 0 10px #3A3A3A;
}
.footer > div:last-child {
	margin-top: 10px;
	text-align: center;
	color: #C0C0C0;
}

/* Hides the Jetpack Image title from showing in the side bar
Old line :: "h3.widget-title.widget-widget_image h3 {"
-------------------------------------------------------------- */

h3.widget-title {
	display:none;
  }
  
.wp-caption .wp-caption-text {
	display:none;
  }

/* Adds the shadow & boarder to the images in the sidebar widget
-------------------------------------------------------------- */  

.widget-widget_image img {
	border: 1px solid #000000;
	box-shadow: 0 0 10px #3A3A3A;
}

.widget_media_image img {
	border: 1px solid #000000;
	box-shadow: 0 0 10px #3A3A3A;
}

/* Book Pages - Changes the title header from left grey to center black  
62 = AACC, 81 = GCG, 89 = UH, 93 = US, 525 = GIS, 628 = BBH, 678 = RSD, 785 = B-24, 1038 = FFF, 14553 = SFTS, 15136 = SPFLJZ
-------------------------------------------------------------- */


#post-62 h1.post-title.entry-title, #post-81 h1.post-title.entry-title, #post-89 h1.post-title.entry-title, #post-93 h1.post-title.entry-title, #post-525 h1.post-title.entry-title, #post-628 h1.post-title.entry-title, #post-678 h1.post-title.entry-title, #post-785 h1.post-title.entry-title, #post-1038 h1.post-title.entry-title, #post-6701 h1.post-title.entry-title, #post-14553 h1.post-title.entry-title, #post-15136 h1.post-title.entry-title {
	color: #333;
	text-align: center;
	font-size: 2.0em;
	margin-bottom: 0.8em;
}

/* Book Pages - Changes the sub title set to h2 formatting  
62 = AACC, 81 = GCG, 89 = UH, 93 = US, 525 = GIS, 628 = BBH, 678 = RSD, 785 = B-24, 1038 = FFF, 14553 = SFTS, 15136 = SPFLJZ
-------------------------------------------------------------- */

#post-62 .entry-content h2, #post-81 .entry-content h2, #post-89 .entry-content h2, #post-93 .entry-content h2, #post-525 .entry-content h2, #post-628 .entry-content h2, #post-678 .entry-content h2, #post-785 .entry-content h2, #post-1038 .entry-content h2, #post-6701 .entry-content h2, #post-14553 .entry-content h2, #post-15136 .entry-content h2 {
	color: #333;
	text-align: center;
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 1.8em;	
}

/* Allows front page text to be full width
-------------------------------------------------------------- */

#author-bio {
	float: left;
	width: 100%;
}

/* Header Homepage Picture - hide
-------------------------------------------------------------- */

#header-banner {
	display:none;
}

/* Homepage - make full width
-------------------------------------------------------------- */

.home.singular-page .hentry {
  width: 100%;
  height: 100%;
}

/* Homepage - hides the page/post title when mouse roll over 
-------------------------------------------------------------- */

.home .hentry .entry-title {
	display: none;
}

/* Image Hover Over - sets opacity when mouse hover over 
-------------------------------------------------------------- */
/*
img.img-hover:hover {
    opacity: 0.5; /* make the images fully opaque */ /*
    filter: alpha(opacity=50);
}
*/

/* Removes the margin at the bottom of the page 
-------------------------------------------------------------- */

#content, .singular-page.page-template-fullwidth #content {
	margin: 0 0 0px 0 !important;
}

/* Removes the margin at the bottom of the post/page content
-------------------------------------------------------------- */

.singular .hentry {
    margin: 0 0 6px;
}

/* MailChimp widget - Extends the width of email entry box
-------------------------------------------------------------- */

#mc_mv_EMAIL {
	width: 95%;
}

/* MailChimp widget - Move button to left side & space at top
-------------------------------------------------------------- */

input#mc_signup_submit.button {
float: left;
margin-top: 8px;
}

/* Books Page - Hide the page title  
130 = books
-------------------------------------------------------------- */

#post-130 h2.post-title.entry-title {
	display: none;
}


#site-title {
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	word-wrap: break-word;
}
#site-title a {
	color: #222!important;
	border-bottom: none;
}



#site-description {
	font-size: 1.333333333333333em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	color: #aaa;
	text-transform: none;
	float: left;
	width: 91.48936170212766%;
	clear: both;
}

/*
#post-205 .singular .byline, .singular .entry-meta {
    display: none;
}
*/
