/*
Theme Name: Hocking Hills
Version: 2.0
Author: WPAdmin.ca
Text Domain: hockinghills
*/
:root{
--black:#2b2f38;	
--white:#FFFFFF;
--accent:#fc5f5f;
--accentdark:#f13535;	
--green:#75c32c;	
--gray:#5d6167;
--faded:#efeef4;	
--faded1:#f9f9f9;	
}
body{
margin:0;	
}
*,
*::before,
*::after{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:focus{
outline:none;
}
strong{
font-weight:700;
}
.responsive{
width:100%;
height: auto;
}
@-ms-viewport{
width: device-width;
}
html{
font-size: 16px;
font-weight: normal;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
}
.form-control{
font-size: 16px;
}
body{
margin: 0;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section{
display: block;
}
.hidden{
display:none;
}
.container{
display:block;
margin:0px auto;
}
.row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#navbar{
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height:100%;	
}
.navbar-nav{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
align-items:center;
list-style: none;
margin: 0px;
padding: 0px;
}
header{
position: fixed;
top: 0;
background: rgba(255,255,255,.9);
z-index: 9;
}
header a,header a:hover,header a:focus,header a:active,header a:visited{
color:var(--black);	
text-decoration:none;
}
.navbar-nav li{
float:none;
text-align:left;
margin:0px;
width:auto;
padding: 0 .5rem;
}
#navbar ul li:hover ul{
display:block;
}
#navbar ul li ul{
display:none;
position:absolute;
z-index:99;
margin-left: 0px;
margin-top: 0px;
}
#navbar ul li ul li a{
display:block;
line-height: 70px;	
}
#navbar ul li ul li{
float:none;
text-align:left;
padding: 7px 0px;
-webkit-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.visible-xs{
display:block !important;
}
.hidden-xs{
display:none !important;
}
.alert{
padding:10px 0px;
text-align:center;
}
.alert-warning{
border:1px solid #FF9900;
}
.alert-danger{
border:1px solid #FF0000;
}
.alert-success{
border:1px solid #00FF00;
}
.gallerydwrapper{
position:relative;
}
.imagegallery,
.gallerywrapper img{
float: left;
padding: 3px;
width: 100%;
height: auto;
overflow: hidden;
}
.wpaspg_hidden{
display:none;
}
.wpaspg_modal{
position: absolute;
background: rgba(0,
0,
0,
.9);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
}
.wpaspg_modal-wrapper{
width: 80%;
position: fixed;
margin: 0 auto;
display: block;
padding: 1rem;
background: var(--white);
margin-top: 5%;
left: 10%;
}
.wpaspg_close{
float:right;
cursor:pointer;
}
.ownericon{
	width:24px;
}
.gallerywrapper a{
margin:0 !important;
padding:0 !important;
}
.featuredvdo {
width: 100%;
}
.pt-4{
	margin-bottom:1rem;
}
.hero ul li{
float:left;
width:100%;
}
em{
color:var(--green);
}
.btn {
border-radius: 50px;
border: 0px solid;
padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;
display: inline-block;
text-decoration: none;
cursor: pointer;
}

.btn-success,.btn-success:visited{
background:var(--accent);
color:var(--white);
transition: all .3s linear;
}
.btn-primary,.btn-primary:visited{
background:transparent;
color:var(--black);
transition: all .3s linear;
}
.btn-success:hover,.btn-success:focus,.btn-success:active{
background:var(--accentdark);
color:var(--white);
text-decoration:none;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
color:var(--accent);
text-decoration:none;
}
.iframewrapper {
width: 100%;
padding-bottom: 56.25%;
margin: 0;
display: block;
position: relative;
}
.iframecontent{
border: 0 solid;
width: 100%;
padding: 0;
left: 0;
margin: 0;
height: 100%;
position: absolute;	
}
.close-btn{
float: right;
border-radius: 50%;
background: rgb(117 195 44 / 12%);
width: 32px;
height: 32px;
color: var(--green);
font-weight: 700;
font-size: 1.25rem;
text-align: center;
cursor: pointer;
user-select: none;
}
.featured-wrapper{
background:var(--faded1);	
}
.searchwrapper{
padding:5rem 0;	
}
.filterlinks {
border: 1px solid var(--white);
background: var(--faded1);
color: var( --black);
cursor: pointer;
padding: 3px 5px;
}
.site-title {
font-size: 2rem;
color: var(--black);
}
.hero-wrapper {
color: var(--white);
background: rgba(0,0,0,.75);
}
article{
position: relative;
top: 7rem;
}
.heroimage {
width: 100%;
height: 300px;
}
.hero-title {
color: var(--white);
font-size: 2rem;
text-shadow: 0 5px 15px rgb(0 0 0 / 75%);
}
hr{
border-top: 1px solid var(--green);
}
footer{
background: var(--black);
color:var(--white);
}
footer h2{
color: var(--green);
}
footer a,
footer a:hover,
footer a:active,
footer a:visited{
color: var(--accent);
}
@media(min-width:576px){
.navbar-nav li{
width:auto;
line-height: 32px;	
}
.visible-xs{
display:none !important;
}
.hidden-xs{
display:block !important;
}
.imagegallery,
.gallerywrapper img{
float: left;
padding: 3px;
width: 100%;
height: 250px;
overflow: hidden;
}
}
.text-center{
text-align:center;
}
.text-left{
text-align:left;
}
.text-right{
text-align:right;
}
textarea{
height:7rem;
}
#carousel{
position: relative;
top: 0px;
}
#carousel-inner{
padding: 0px;
margin: 0px;
top: 0px;
}
#carousel-inner li{
position: absolute;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
top: 0px;
}
.form-control{
padding:7px;
margin: 0rem .5% 0px .5%;
width:99%;
display:block;
font-family:inherit;
font-size: 1rem;
min-height: 2.5rem;	
}
.clearboth{
clear:both;
}
.closemodal{
display:none;
}
.closemodalshow{
position: absolute;
top: 0px;
right: 7px;
z-index: 99999;
color: #FFF;
display:block;
font-size: 1.25rem;
cursor: pointer;
}
.overlay{
background: rgba(255,
255,
255,
0);
z-index: 99;
cursor: pointer;
}
.iframemodal{
width: 100%;
padding-bottom: 0;
margin: 0px;
display: block;
position: fixed;
top: 0px;
left:0px;
z-index: 999;
height: 100%;
}
.iframecontent{
border: 0px solid;
width: 100%;
padding: 0px;
left: 0px;
margin: 0px;
height: 100%;
position: absolute;
}
#gototop{
float: right;
background: #000;
color: #FFF;
padding: 4px 3px;
z-index: 999;
border: 1px solid #fff;
position: fixed;
bottom: 12px;
right: 4px;
display:none;
}
.breadcrumbs{
padding:15px 0px;
}
.errorpage{
height:80vh;
}
.uk-slideshow-items>*{
padding:0;
margin:0;
}
@media (min-width: 640px){
.btn{
border-radius: 50px;
border:0px solid;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;	
display: inline-block;
text-decoration:none;
cursor:pointer;
}
article {
position: relative;
top: 0;
}
.hero ul li {
float: left;
width: 50%;
}
.site-title {
font-size: 1.5rem;
color: var(--black);
}
.cal_dow {
font-weight: 600;
background: rgb(117 195 44 / 12%);
color: var(--green);
}
.calitem {
float: left;
width: 14.25%;
padding: 10px 0;
text-align: center;
}	
.date_booked {
color: var(--faded);
position: relative;
}
.date_booked:after {
content: 'X';
color: var(--accent);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 10px 0;
font-size: 1.25rem;
font-weight: bolder;
}
.card{
background:var(--faded);	
margin: 1rem;
padding: 1rem;
transition: all .3s linear;
}
#all_listings .card{
background:var(--white);
}
.card:hover{
background:var(--white);	
box-shadow: 0 15px 25px 0 rgb(0 0 0 / 15%);	
}
.card img{
height:400px;
width:100%;
margin-bottom: 15px;
	aspect-ratio: 4 / 3;
        object-fit: cover;
}
.featured .card img{
height:400px;
width:100%;
margin-bottom: 15px;
	aspect-ratio: 4 / 3;
        object-fit: cover;
}
.card-text{
height: 99px;
overflow: hidden;
margin-bottom: 15px;
}
.hero{
position:relative;
width:100%;
}
ul{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
width: 100%;
}
.hero-wrapper{
position: relative;
left: 0;
width: 100%;
top: 0rem;
color:var(--white);
background:rgba(0,0,0,.75);
}
.single .hero-wrapper{
position: relative;
left: 0;
width: 100%;
top: 0;
color:var(--white);
background:var(--black);
}
.navbar-nav li a,
.navbar-nav li a:active,
.navbar-nav li a:visited{
text-align:Center;
padding: 0rem .5rem;
font-size: .8rem;
text-decoration:none;
color:var(--gray);
}
.navbar-nav li a:hover{
color:var(--accent);
}
.wpaspg_modal-wrapper{
width: 70%;
left: 15%;
}
}
@media (min-width: 768px){
	#all_listings{
		min-height: 400px
	}
.imagegallery, .gallerywrapper a, .gallerywrapper a:hover{
float: left;
padding: 0px;
height: auto;
overflow: hidden;
width: 50%;
}
.hero-wrapper {
position: absolute;
left: 5%;
width: 90%;
top: 12rem;
color: var(--white);
background: rgba(0,0,0,.75);
}
.heroimage{
width:100%;	
height:500px;
}
.site-title{
font-size:2rem;	
color:var(--black);
}
article {
position: relative;
top: 0;
}
.hero-title{
color:var(--white);
font-size: 3.5rem;
text-shadow: 0 5px 15px rgb(0 0 0 / 75%);	
}
.hero ul li {
float: left;
width: 33.33%;
}
.navbar-nav li a, .navbar-nav li a:active, .navbar-nav li a:visited {
padding: 1rem .55rem;
}
}
@media (min-width: 992px){
.hero-wrapper{
position: absolute;
left: 15%;
width: 45%;
top: 15rem;
color:var(--white);
background:rgba(0,0,0,.75);
}
.navbar-nav li{
width:auto;
line-height: 64px;	
}
.navbar-nav li a,
.navbar-nav li a:active,
.navbar-nav li a:visited{
text-align:Center;
padding:1rem;
text-decoration:none;
color:var(--gray);
}
.wpaspg_modal-wrapper{
width: 50%;
left: 25%;
}
.taginline{
float:left;
width:50%;
}
.hero-wrapper{
width:75%;
top: 9rem;
}
.hero-title{
font-size: 5rem;

}
.site-title{
font-size:3rem;	
color:var(--black);
}
.hero ul li {
float: left;
width: 33.33%;
}
.hero-title {
font-size: 4rem;
}
.heroimage {
width: 100%;
height: 500px;
}
}
@media (min-width: 1200px){
.formbutton{
top: -20px;
position: relative;
}
.imagegallery, .gallerywrapper a, .gallerywrapper a:hover{
width: 33.33%;
}
.hero ul li{
width:33.33%;
line-height:2rem;
}
.single .hero ul li{
width:14.28%;
line-height:2rem;
}	
.hero-wrapper{
width:70%;
top: 9rem;
}

}

@media (min-width: 1400px){
.wpaspg_modal-wrapper{
width: 36%;
left: 32%;
}
.navbar-nav li a, .navbar-nav li a:active, .navbar-nav li a:visited {
font-size: 1rem;
}
.taginline{
float:left;
width:33%;
}
.hero-wrapper{
width:60%;
top: 12rem;
}
.heroimage {
width: 100%;
height: 600px;
}
}
@media (min-width: 1680px){
.imagegallery, .gallerywrapper a, .gallerywrapper a:hover{
width: 25%;
}
.hero-wrapper{
width:55%;
top: 15rem;
}
.heroimage {
width: 100%;
height: 800px;
}
}

@media (min-width: 1800px){
.heroimage {
width: 100%;
height: 850px;
}
.hero ul li{
float:left;
width:25%;
}
}
