/**
 * Theme Name:          Property One Source
 * Theme URI:			https://www.propertyonesource.com
 * Description:         Property One Source is a custom child theme for The Genesis Framework.
 * Author:              Jennifer Strumbel, Flying Orange
 * Author URI:          https://www.flyingorangewebdesign.com/
 * Version:             1.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Theme Customizations
	- Section Customizations
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Oswald', sans-serif;
}

h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
	font-weight: normal;
}

.navborder a {
	border-bottom: 2px solid #fbb040;
	margin: 0 20px 0 0;
	padding-bottom: 10px;
}

h2.phone {
	margin-right: 20px;
	margin-bottom: 20px;
}

hr {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, #fbb040, #fdbb3c, #fec638, #fed134, #fddd32, #fddd32, #fddd32, #fddd32, #fed134, #fec638, #fdbb3c, #fbb040);
	width: 50%;
	margin-bottom: 12px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], .button.alt, .button.alt:hover {
    border: 2px solid #231f20;
}


/* # Theme Customizations
---------------------------------------------------------------------------------------------------- */

.site-header .wrap, .header-before .wrap {
	max-width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.before-header, .home .site-header, .home-section-1, .home-section-2 {
	background-color: rgba(0,0,0,0.25) !important;
	color: #fff;
}

.site-header {
	border-bottom: 0;
}

.site-footer h2 {
	color: #fff;
}





/* # Section Customizations
---------------------------------------------------------------------------------------------------- */

.home-section-1 h1 {
	color: #fff;
	font-size: 3.6rem;
}

.home-section-2 a {
	color: #fff;
}

.home-section-3 h2 {
	margin-bottom: 24px;
}

#cabin-care i, #vrbo-management i {
	background-color: #fbb040;
	border: none;
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
	display: inline-block;
	font-size: 3.5rem;
	height: 3.5rem;
	padding: 30px;
	width: 3.5rem;
	text-align: center;
	margin-bottom: 24px;
}

.section .width-full .columns-shortcode > .col.service-slider {
    padding: 0;
}

.entry-content ul {
    margin: 0 !important;
}

.testimonial h4 {
	color: #727272;
	margin-bottom: 20px;
}


/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
	.home-section-1 h1 {
		color: #fff;
		font-size: 3rem;
}
}

@media only screen and (max-width: 544px) {}
