/*
 Theme Name:   Elevation Hospitatlity - 2018
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Gutenberg Starter Theme - Child Theme
 Author:       Brian Travers
 Author URI:   http://briantravers.com
 Template:     gutenberg-starter-theme-master
 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:  elevation-gutenberg-starter-theme-child
*/

html, body {
	font-family: 'Playfair Display', "Noto Serif", Times, "Times New Roman", serif;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: 'Questrial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.entry-title {
	text-align: center;
}
.home .entry-title {
	display: none;
}
.site-info {
	text-align: center;
	font-family: 'Questrial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
}

.elevation-logo {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.elevation-logo-inner {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 25%;
}
.elevation-logo-inner svg {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0; bottom: 0; right: 0;
}

.entry-content, .gform_wrapper {
	width: 100%;
	max-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 0;
}
.gform_wrapper label.gfield_label {
	font-family: 'Questrial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}