/*
Theme Name:   Renovate Child
Description:  Renovate Child Theme
Template:     renovate
Version:      1.0
Text Domain:  renovate
Author: Grindstone Design
Author URI: https://grindstone.design/
*/

/*Header / Footer*/
.header-container {
	padding: 16px 0;
}

.header-container .header .logo img {
	max-height: 80px;
}

.re_contact_info_widget .contact-details-box p {
	white-space: nowrap;
}


/*****Home*****/
/*Owner Quote*/
.gd-owner-quote {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px;
	text-align: center;
	box-sizing: border-box;
}

.gd-owner-quote::before {
	display: block;
	width: 48px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	border: 1px solid #e2e6e7;
	padding: 19px;
	border-radius: 50%;
	box-sizing: content-box;
}

.gd-owner-quote .ornament {
	position: relative;
	width: 1px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	background: #e2e6e7;
}

.gd-owner-quote .ornament::after {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	left: -6px;
	bottom: -13px;
	border: 1px solid #e2e6e7;
	border-radius: 50%;
	box-sizing: content-box;
}

.gd-owner-quote p {
	margin: 28px 0 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
}

.gd-owner-quote p::after {
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	margin: 30px auto 34px;
	background: #f4bc16;
}

.gd-owner-quote .author {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

.gd-owner-quote .author-details {
	margin-top: 7px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #fff;
}

/*@media (max-width: 767px) {
	.gd-owner-quote {
		padding-left: 15px;
		padding-right: 15px;
	}

	.gd-owner-quote p {
		font-size: 17px;
		line-height: 1.6;
	}
}*/
