/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://contemporaryjazz.com/twentyseventeen-child/
 Description:  Based on Twentyseventeen
 Author:       John Hilderbrand
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  twenty-seventeen-child
*/

html {
	font-family: 'Shanti', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Shanti', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

.wrap {
	/*background: -webkit-linear-gradient(left, rgba(102,51,102,1), rgba(102,51,102,0)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, rgba(102,51,102,1), rgba(102,51,102,0)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, rgba(102,51,102,1), rgba(102,51,102,0)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, rgba(102,51,102,1), rgba(102,51,102,0)); /* Standard syntax (must be last) */
	
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 2em;
	padding-right: 2em;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
}

blockquote {
	color: #666;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

h2.widget-title {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.1818em;
	margin-bottom: 1.0em;
	text-transform: uppercase;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
	background-color:white;
}



