/*
Theme Name:   Euphoric Child
Theme URI:    https://themespiral.com/themes/euphoric
Description:  Euphoric Child Theme
Author:       Mark Smith
Template:     euphoric
Version:      1.0.0
License: GNU  General Public License version 2.0
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  euphoricchild
*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #343434;
	font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 17px;
	line-height: 1.5 em;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #222222;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 0.75em;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #222222;
}

h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 20px;
	border-left: 5px solid #eeeeee;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 17px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 17px;
	font-size: 1rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.top-header .social-navigation {
  display: none;
}

.top-header .site-branding {
  text-align: left;  
}

.posts-holder .post .entry-header, .posts-holder .page .entry-header, .posts-holder .page .entry-header .product {
  text-align: left;
}

.site-title {
  font-size: 46px;
  width: 300px;
}

.entry-title {
  font-size: 36px;
}

.search-container.open {
  display: block;
}

.site-description {
  font-size: 18px;
  color: #343434;
}