/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/******************
 MEDIA QUERIES
******************/

@media (min-width:660px) {

	header.entry-header {
		margin-bottom: 32px;
	}

}

/********************************
COLORS
color: #705975; purple
color: orange
color: 
********************************/
/********************************
SEARCH BUTTON 
*********************************/
input[type="search"] {
    background: #dcd3de;
}

.search-submit {
	background: #705975;
}

/********************************
TITLES AND HEADERS
*********************************/

/*SITE TITLE IN THE BANNER*/

.site-title a {
    text-transform: capitalize;
	color: gold !important;
    text-shadow: 5px 8px 10px #222 !important;
}

p.site-description {
		font-weight: bold !important;
		font-size: 1.25rem;
		color: gold !important;
		text-shadow: 5px 8px 10px #222 !important;
}

/*MAIN PAGE HEADER - ENTRY TITLE*/

h2.entry-title {
	font-weight: 800;
	font-size: 1.625rem !important;
	color: gold !important;
	background: radial-gradient(circle, #705975, #967c9c 110%);
	text-align: center;
}


/*OTHER HEADINGS*/

.entry-content h1 {
  font-weight: 800;
  font-size: 1.25rem;
  color: #705975;
}

.entry-content h2 {
	color: #705975 !important;
	padding: 0;
	margin: 0 auto;
}

h2.widget-title {
	  color: #705975;
     
}

h3 {
  color: #705975;
  padding: 0 auto;
}

/*TO TRY TO REDUCE SPACING BETWEEN HEADERS*/

div #content {
    margin: 0 auto;
    padding: 4px;
}

header.entry-header {
    margin-bottom: 5px !important;
}



/**************
HEADINGS
**************



/*TO REMOVE GREY BACKGROUND FROM GOOGLEADS*/
ins.adsbygoogle {
    background: #ffffff !important;
}

