/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    overflow-x: hidden;
}

figure > a {
	display: block;
}

figure.wp-block-image {
	margin-bottom: 10px;
}

a, a:visited {
    color: #567800;
}

h3 { text-transform: uppercase; }

h4, h5, h6 {
    margin-bottom: 10px;
}

h4 {
	font-family: "Exo", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

h4 a {
	color: #567800 !important;
}

img {
	width: 100%;
}

hr {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}

hr.wp-block-separator {
    background-color: rgba(0,0,0,.25) !important;
	border: none;
}

em strong {
	color: #ff0000;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.dl-horizontal dt {
    font-family: 'Exo',sans-serif;
    font-weight: 700;
    width: 50%;
    padding-top: 3px;
	display: inline-block;
	text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
	text-decoration: none;
}

.modal-wrapper.styled div.modal dt {
	text-decoration: underline;
}

.dl-horizontal dd {
    width: 50%;
    padding-top: 5px;
	display: inline-block;
	box-sizing: border-box;
}

.modal h4.center {
    width: 100%;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    padding-bottom: 7px;
}

.modal h3 {
	text-align: center;
}

.modal-wrapper.styled div.modal {
	background-color: #FFF4D8;
}

.modal table tbody tr:first-child {
    background-color: #C0EEBC;
    border-color: rgba(74,104,133,.81);
}

.modal table tbody tr:nth-child(2) {
	border: 1px solid rgba(74,104,133,.81);
    background-color: rgba(26,188,156,.1);
}

.modal table tbody tr:nth-child(3) {
    background-color: #FDBC9E;
    border-color: rgba(74,104,133,.81);
}

.center {
	text-align: center;
}

.header-image img {
	margin-bottom: -5px;
}

.entry-header {
    margin-bottom: 10px;
}

.separate-containers .inside-article {
  padding: 40px 30px;
}

.main-navigation .main-nav ul li a, .menu-toggle {
    font-family: "Exo", sans-serif;
    font-weight: bold;
	text-transform: uppercase;
}

.wp-block-columns.panel .wp-block-column:first-child,
.wp-block-columns.panel .wp-block-column:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wp-block-columns.panel .wp-block-column:nth-child(3) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.panel h3,
.panels h3 {
	color: #fff;
	text-transform: uppercase;
	background-color: #567800;
	border-radius: 8px 8px 0 0;
	text-align: center;
	padding: 11px 5px;
	font-size: 1.1em;
	margin-bottom: 0;
}

.panel h3 a,
.panels h3 a {
	color: #fff !important;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.panel .wp-block-image,
.panels .wp-block-image {
    margin-bottom: -6px;
	border-left: 3px solid #567800;
	border-right: 3px solid #567800;
}

.panel .wp-block-column p {
	background-color: transparent;
	padding: 10px;
	display: block;
	margin-bottom: 0;
	border-left: 3px solid #567800;
	border-right: 3px solid #567800;
}

.panel .wp-block-column p:nth-child(4),
.panels .wp-block-column p {
	background-color: #567800;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px 0px 8px 8px;
}

.panel .wp-block-column p:nth-child(4) a,
.panels .wp-block-column p a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.panels .wp-block-column p a {
	padding: 7px;
	width: 100%;
	display: inline-block;
}

a.contact-button {
    background-color: #567800;
	font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    font-size: 1em;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.widget-title {
    font-size: 17px;
	font-weight: 700;
	margin-bottom: 12px;
}

a.purple-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #567800;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 18px;
	box-sizing: border-box;
}

.sidebar .widget {
    background-color: transparent;
    padding: 20px;
	margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 40px;
}

.sidebar .widget-title {
	padding: 0 0 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px dotted #542B10;
    color: #424242;
}

.sidebar ul.menu li a {
    font-size: 1.1em;
    padding: 2px 0 0 10px;
    border-left: 1px solid #567800;
    color: #567800;
	font-family: "Exo", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.entry-content div.wp-block-columns.panel-bottom {
    margin-bottom: 0;
}

.panel-bottom h3 {
	background-color: #567800;
	color: #fff;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	padding: 10px 20px;
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 17px;
}

.panel-bottom h3 a {
	color: #fff !important;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.panel-bottom .wp-block-image {
	margin-bottom: 0;
	border-left: 3px solid #567800;
	border-right: 3px solid #567800;
}

.panel-bottom p {
	padding: 10px 15px;
	background-color: transparent;
	margin-bottom: 0;
	border-left: 3px solid #567800;
	border-right: 3px solid #567800;
}

.panel-bottom p:last-child {
	border-radius: 0 0 8px 8px;
	background-color: #567800;
	color: #fff;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.panel-bottom p:last-child a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-footer ul.menu li a {
    font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.site-footer ul.menu li a:hover {
    padding-left:7px;
}

.site-footer ul.menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 30px;
}

.wp-block-columns.panel .wp-block-column {
	margin-bottom: 1rem;
}

.separate-containers .site-main {
    margin-bottom: 0;
}

.separate-containers .inside-article {
    padding: 20px 30px 40px;
}

.flex-control-nav {
	display: none;
}

div.metaslider .flexslider {
	margin: 0 0 10px;
}

.footer-widgets .footer-widget-1 .widget-title:before {
    content: "\f015";
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-widgets .footer-widget-2 .widget-title:before {
    content: "\f0e6";
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-widgets .footer-widget-3 .widget-title:before {
    content: "\f03a";
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-widgets .widget-title {
    border-bottom: 1px dotted #fff;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.footer-widget-4 {
	text-align: right;
}

.footer-widget-4 h4,
.footer-widget-4 h2 {
    color: #B11C06;
	margin-bottom: 5px;
}

.footer-widget-4 h2 {
    font-style: italic;
}

.footer-widget-4 a {
    color: #567800;
}

.intro-newsletter {
    color: #800000;
    float: left;
    width: 66%;
	padding-right: 10px;
	box-sizing: border-box;
}

.subscribe-button-wrapper {
    width: 33%;
    float: left;
	box-sizing: border-box;
}

.subscribe-button {
    background-color: #567800;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    line-height: 65px;
    text-align: center;
    box-sizing: border-box;
}

#footer-top-area {
	max-width: 1200px;
	margin: 0 auto;
}

#footer-top-area aside.widget {
	width: 33%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 40px 20px 20px 20px;
}

#footer-top-area .widget-title {
    color: #567800;
    margin: 0 0 13px 0;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #DEDEDE;
	font-size: 21px;
}

.footer-top-area-wrapper {
	border-top: 1px solid #1d1d1d;
}

.amenities a {
    display: inline-block;
    float: left;
	box-sizing: border-box;
    width: 49%;
}

.amenities a:first-child {
    margin-right: 2%;
}

.social-icons i.blue {
    color: #3B5A9D;
}


.social-icons i.light-blue {
    color: #00ACEA;
}

.social-icons i.instagram {
    color: #AE8B6B;
}

.social-icons i.pinterest {
    color: #CC2127;
}

.social-icons i.gray {
    color: #1D1D1D;
}

.social-icons i.red {
    color: #F80000;
}

.social-icons i {
    float: left;
    margin: 0 10px 0 0;
}

.teal {
    color: #004D43;
}

.call-out {
    background: #FFF;
    border: 2px solid #DEDEDE;
    padding: 0 20px;
	margin-bottom: 40px;
}

.wp-block-columns.one-two .wp-block-column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wp-block-columns.one-two .wp-block-column:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.wp-block-columns.two-one .wp-block-column:first-child {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.wp-block-columns.two-one .wp-block-column:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.inside-article .call-out h3 a {
	color: #ff0000;
}

.map-container {
    border: 4px solid #567800;
	margin-bottom: 20px;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

#right-sidebar h2.widget-title {
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 5px 7px 5px;
    background-color: #567800;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
}

#right-sidebar ul.menu {
	background: url(https://yosemitepinesrv.com/wp-content/uploads/2018/12/sidebar-nav-bg.jpg) no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

#right-sidebar ul.menu li {
	background-color: rgba(86,120,0,0.25);
	border-top: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
	color: #fff;
	font-family: 'Exo', sans-serif;
    font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#right-sidebar ul.menu li a {
	display: inline-block;
	padding: 12px 5px 5px 10px;
	color: #fff;
}

#right-sidebar ul.menu li:last-child {
	border-bottom: 1px solid #1d1d1d;
}

#right-sidebar ul.menu li:hover {
	background-color: #1D1D1D;
	color: #567800;
}

#right-sidebar ul.menu li:nth-child(1) a:before {  
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(2) a:before {  
	content: "\f0d1";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(3) a:before {  
	content: "\f207";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(4) a:before {  
	content: "\f207";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(5) a:before {  
	content: "\f0d6";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(6) a:before {  
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(7) a:before {  
	content: "\f145";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(8) a:before {  
	content: "\f041";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(9) a:before {  
	content: "\f087";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(10) a:before {  
	content: "\f03e";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(11) a:before {  
	content: "\f06c";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(12) a:before {  
	content: "\f0a4";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(13) a:before {  
	content: "\f0d1";
	font-family: FontAwesome;
	margin-right: 5px;
}

#right-sidebar ul.menu li:nth-child(14) a:before {  
	content: "\f075";
	font-family: FontAwesome;
	margin-right: 5px;
} 

.slider-wrapper {
	position: relative;
}

.slider-overlay {
	width: auto;
    position: absolute;
    right: 10px;
	bottom: 10px;
}

.category.separate-containers .inside-article {
    padding: 0px 15px 30px 15px;
}

.read-more {
	font-weight: bold;
	text-transform: uppercase;
}

.entry-meta {
	display: none;
}

.category .entry-summary {
    margin: 0.7em 0 0;
}

.map-container iframe {
	margin-bottom: -5px;
}

.lodging-panel .wp-block-column {
	position: relative;
	padding-bottom: 45px;
}

.lodging-panel h3,
.lodging-panel p {
	margin-bottom: 7px;
}

.lodging-panel h5 {
	font-weight: bold;
	color: #567800;
}

.lodging-panel h3,
.lodging-panel h5,
.lodging-panel p {
	padding-left: 10px;
	padding-right: 10px; 
}

.lodging-panel .wp-block-column {
	border: 1px solid #1d1d1d;
    border-radius: 5px;
	margin-bottom: 20px;
}

.empty-2 .wp-block-column:nth-child(2) {
	border: none;
}

.empty-3 .wp-block-column:nth-child(3) {
	border: none;
} 

.green-btn {
	color: #fff !important;
	background-color: #567800;
	padding: 10px 5px 10px 5px;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #1d1d1d;
	position: absolute;
	bottom: 0;
}

.lodging-panel .green-btn:last-child {
	border-left: 1px solid #1d1d1d;
	right: 0;
}

span.dropcap {
    float: left;
    font-size: 40px;
    line-height: 35px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.lodging-panel .wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 0 0;
}

h3 small {
	color: #567800;
}

a.btn {
    background-color: #567800;
    color: #FFF !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
}

.wpcf7-recaptcha {
    text-align: center;
}

.wpcf7-recaptcha > div {;
    margin: 0 auto 14px;
}

.wpcf7-submit {
	width: 100%;
    max-width: 300px;
}

.dl-horizontal dd {
    width: auto;
}

#cookie-law-info-bar {
    font-size: 12px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    border-radius: 3px;
    margin: 0 10px;
}

body div.userway.userway_p1 {
    right: 50px;
}

ul.spacing li {
	margin-bottom: 10px;
}

.panel-bottom p:nth-child(3) {
	min-height: 125px;
}

/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {

	#footer-top-area aside.widget {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	
	.slider-overlay {
		width: 150px;
		height: auto;
	}

}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {

	.wp-block-columns.panel .wp-block-column:first-child,
	.wp-block-columns.panel .wp-block-column:nth-child(2) {
		flex-basis: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.wp-block-columns.panel .wp-block-column:nth-child(3) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-basis: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	.wp-block-columns.one-two .wp-block-column:first-child {
		flex-basis: 100%;
	}

	.wp-block-columns.one-two .wp-block-column:nth-child(2) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-basis: 100%;
	}
	
	.wp-block-columns.two-one .wp-block-column:first-child {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-basis: 100%;
	}

	.wp-block-columns.two-one .wp-block-column:nth-child(2) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		flex-basis: 100%;
	}
	
	.slider-overlay {
		width: 100px;
		height: auto;
	}
	
	.dl-horizontal dd {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	.dl-horizontal dt {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}