/*
Theme Name: Ozark Mountain
Author: Sharp Hue
*/

/*Inner Template Theme Colors*/
#blog .blog-meta-info a:hover,
#blog h1 a,
#content h1,
#blog h1,
#blognav h3,
#blognav ul li a:hover { color:#6a2e3d; }
#faqs .faq .icon,
#events .date,
#contact .frm_forms .frm_submit input,
#blog nav .nav-previous a,
#blog nav .nav-next a,
#information .icon { background-color:#555; }
#testimonials .testimonial { border-color:#555; }
#gallerynav a:hover,
#gallerynav a.active { border-bottom-color:#b74327; }
#gallerynav a.active span { border-top-color: #b74327; }
#gallery .video { position: relative; display: block; padding-bottom: 30px; box-shadow: 5px 5px 5px #888888; margin-bottom: 20px; }
#gallery .video:hover { box-shadow: 8px 8px 8px #888888; transition: .8; }
#gallery .video img { width: 100%; }
#gallery .video i { position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; line-height: 60px; font-size: 30px; color: #fff; background: rgba(255,255,255,.5); border-radius: 30px; text-align: center;}
#gallery .video span { display: block; position: absolute; left: 0; bottom: 0; right: 0; padding: 15px 5px; color: #fff; font-size: 14px; font-weight: 700; line-height: 16px; text-align: center; text-decoration: none; background: #2f2f2f; }

/* Modal container */
#revinate-modal {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

/* Close button */
#close-revinate-modal {
  background: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

/* Form styling */
#revinate-modal legend {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

#revinate-modal label {
  display: block;
  margin: 10px 0 5px;
  font-weight: 600;
}

#revinate-modal input[type="text"],
#revinate-modal input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color:#000;
}

#revinate-modal input.long {
  width: 100%;
}

/* Subscribe Button (Header) */
#revinate-modal button {
	margin:0 auto;
  display: block;
	margin-top:15px;
  background-color: #fdb913; /* Customize as needed */
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#revinate-modal button:hover {
  background-color: #e5a800; /* Slightly darker on hover */
  color: #000;
}

button#close-revinate-modal {margin-top:0;background: none;padding:0;font-size:20px;}
button#close-revinate-modal:hover { background-color:transparent; }


@media (max-width: 480px) {
  #revinate-modal {
    top: 5%;
    width: 95%;
    padding: 15px;
  }

  #close-revinate-modal {
    font-size: 18px;
    top: 8px;
    right: 10px;
  }
}

/*Theme Styles*/
/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Footer -----------------------------------
	     02. Header -----------------------------------
	     03. Shell ------------------------------------
	     04. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Btn Menu ---------------------------------
	     03. Feature ----------------------------------
	     04. Form Elements ----------------------------
	     05. List -------------------------------------
	     06. Logo -------------------------------------
	     07. Nav --------------------------------------
	     08. Nav Secondary ----------------------------
	     09. Section Features -------------------------
	     10. section-info -----------------------------
	     11. section-social ---------------------------
	     12. Slider -----------------------------------
	     13. slider-social ----------------------------
	     14. Widget -----------------------------------
	     15. widget-callout ---------------------------
 */

.ico-next { background-image: url(images/sprite.png); background-position: 0% 0%; background-size: 200% 100%; width: 18px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-prev { background-image: url(images/sprite.png); background-position: 100% 0%; background-size: 200% 100%; width: 18px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #e1ddd3; font-family: 'Lato', sans-serif; font-size: 17px; line-height: 1.3; color: #000; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }
h1 { font-size: 37px; }
h2 { font-size: 43px; }
h3 { font-size: 38px; }
h4 { font-size: 35px; }
h5 { font-size: 20px; }
h6 { font-size: 17px; }
@media (max-width: 767px) {
	body { font-size: 16px; }
	h1 { font-size: 30px; }
	h2 { font-size: 30px; }
	h3 { font-size: 30px; }
	h4 { font-size: 28px; }
	h5 { font-size: 18px; }
	h6 { font-size: 15px; }	
}
p,
ul,
ol,
dl,
table,
blockquote { }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { background: #5f342b; color: #fff; }
.footer .shell { display: -ms-flexbox; display: flex; }
.footer .footer-actions { width: 410px; }
.footer .footer-content { /*width: calc(100% - 410px);*/ padding-top: 96px; }
.footer .nav-secondary { margin-bottom: 145px; }
.footer .copyright { font-size: 12px; max-width: 470px; letter-spacing: 0.01em; line-height: 1.5; padding-top: 35px; }

.footer .footer-copyright, .footer-tag, .footer-num {display: inline-block;}
.footer .footer-copyright {
  line-height: 96px !important;
}
.footer .footer-tag {
  display: inline-block; font-size: 32px;font-weight: 500;font-family: 'Walter Turncoat', cursive; line-height: 96px;
}
.footer .footer-num {text-decoration: none;
    font-size: 27px;
    line-height: 96px;
    display: inline-block;
    transition: color .3s;
    float: right;
}
.footer .footer-num .phone-secondary {text-decoration: none !important;}
@media (max-width: 1023px) {
	.footer .nav-secondary { margin-bottom: 125px; }
	.footer .footer-content { padding-top: 80px; padding-right: 10px; } 
}
@media (max-width: 767px) {
	.footer   { padding-bottom: 0px; padding-top: 20px;  }
	.footer .shell { -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; }
	.footer .footer-actions { width: 100%; -ms-flex-order: 1; order: 1; }
	.footer .footer-content { width: 100%; padding: 20px 0; max-width: 100%; -ms-flex-order: 2; order: 2; } 
	.footer .nav-secondary { margin-bottom: 20px; } 
	.footer .copyright { max-width: 400px; margin: 0 auto;  }
	
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { background: #e1ddd3; position: relative; z-index: 10; }
.header .shell { position: relative; }
.header .shell:after { content: ''; line-height: 0; display: table; clear: both; }
.header-content { padding: 27px 0; }
.header-content .date { float: left; color: #428468; font-size: 23px; margin: 11px 0 0; font-weight: 600; letter-spacing: 0.01em; }
.header-content .date a { display: none; }
.header-content .date small { font-size: 18px; display: block; font-weight: 500; margin-top: 5px; letter-spacing: 0.025em; }
.header-content .date sup { font-size: 16px; }
.header-content .header-entry { float: right; }
.header-content .logo { position: absolute; top: -15px; left: 50%; margin-left: -134px; }
.header-entry { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.header-entry .twitter-name { text-decoration: none; font-size: 21px; color: #428468; font-family: 'Walter Turncoat', cursive; letter-spacing: 0.02em; transition: color .3s; margin-bottom: 15px; }
.header-entry .twitter-name:hover { color: #b74327; }
.header-actions { margin-left: 54px; }
.header-actions a { display: block; }
.header-actions .phone { font-size: 21px; font-weight: 700; text-decoration: none; margin-bottom: 15px; position: relative; }
.header-actions .phone:before { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 1px; background: #000; transition: width .3s; }
.header-actions .phone:hover:before { width: 100%; }
.header-inner { background: #6a2e3d; color: #fff; }
.alt-nav {background: #6a2e3d; color: #fff;}
.header .btn-menu { display: none; }
@media (max-width: 1200px) {
	.header-actions {margin-left: 10px; } 
}

@media (max-width: 1023px) {
	.header-content .logo { margin-left: -112px; }	
	.header-entry { padding-top: 10px; }
	.header-entry .twitter-name { font-size: 20px; display: none; }
	.header-entry .btn-subscribe { margin-top: 41px}
	.header-content .date { letter-spacing: -0.01em; }
	.header-content .date a { display: block; font-family: 'Walter Turncoat', cursive; letter-spacing: 0.02em; transition: color .3s; text-decoration: none; font-weight: 500; }
}
.header .desktop-hidden { display: none; }

@media (max-width: 767px) {
	.header-content { padding: 0; }	
	.header-content .logo { position: static; left: 0; top: 0; margin: 0; float: left; }	
	.header-content .date { width: 100%; text-align: center; margin: 0; margin-bottom: 5px; font-size: 18px; }
	
	.header-content .date small { display: inline-block; margin: 0 10px; }
	.header-content .date a { display: inline-block; }
	
	.header .desktop-hidden { display: block; }
	.header .mobile-hidden { display: none; }

	.header { position: relative; z-index: 120; padding: 10px 0; }
	.header .header-content .shell { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.header .btn-menu { position: absolute; right: 10px; top: 50%; -ms-transform: -50px; transform: -50px; display: inline-block; z-index: 130; }
	.header .btn-menu.active { position: fixed; -ms-transform: translateY(0); transform: translateY(0); top: 75px; } 

	.header-inner { position: fixed; top: 0; right: -300px; width: 300px; text-align: right; height: 100vh; padding-top: 200px; padding-bottom: 20px; overflow: auto;  transition: right .3s;  }
  .alt-nav {position: fixed; top: 0; right: -300px; width: 300px; text-align: right; height: 100vh; padding-top: 200px; padding-bottom: 20px; overflow: auto;  transition: right .3s;}
  .header-inner:before { content: ''; position: fixed; top: 0; right: -300px; width: 300px; background: #6a2e3d; height: 120px; z-index: 150; transition: right .3s;   }
  .alt-nav:before {content: ''; position: fixed; top: 0; right: -300px; width: 300px; background: #6a2e3d; height: 120px; z-index: 150; transition: right .3s;}
  .header-inner.active   { right: 0;  }
  .alt-nav.active {right: 0;}
  .header-inner.active:before  { right: 0;  }
  .alt-nav.active:before {right: 0; }
  .header-inner .btn { font-size: 14px; display: inline-block; }
  .alt-nav .btn {font-size: 14px; display: inline-block;}
  
  
}
@media(max-width: 530px){
	.header-content .date span { display: block; max-width: 300px; margin: 0 auto; }
	.header .btn-menu { margin-top: 25px; }
	.header .btn-menu.active { position: fixed; -ms-transform: translateY(0); transform: translateY(0); top: 98px; }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.nav-shell{max-width:1560px!important;}
.shell { max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.btn { background: #b74327; color: #fff; text-decoration: none; font-size: 16px; text-transform: uppercase; padding: 9px 11px; border-radius: 3px; transition: background .3s; }
.btn:hover { background: #913019; }
.btn-small { font-size: 13px; background: #428468; padding: 6px 10px; }
.btn-purple { background: #6a2e3d; padding: 12px 10px; }
.btn-purple:hover { background: #5a202f; }

.btn-subscribe { background: #b74327; color: #fff; text-decoration: none; font-size: 16px; text-transform: uppercase; padding: 9px 11px; border-radius: 3px; transition: background .3s; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.btn-subscribe:hover { background: #913019; }

/* Button Block */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/* ------------------------------------------------------------ *\
	Btn Menu
\* ------------------------------------------------------------ */
.btn-menu { display: inline-block; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #b74327; }
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #b74327; content: ''; }
.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }
.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { transition: all .3s linear; }
.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #fff; }
.btn-menu.active span:before { -ms-transform: rotate(45deg) translate(2.5px, 6px); transform: rotate(45deg) translate(2.5px, 6px); }
.btn-menu.active span:after { -ms-transform: rotate(-45deg) translate(2.5px, -6px); transform: rotate(-45deg) translate(2.5px, -6px); }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.features { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.features .feature { width: 32%; text-align: center; background-size: cover; background-position: center; height: 215px; border-radius: 3px; overflow: hidden; }
.features .feature a { text-decoration: none; display: block; position: relative; height: 100%; }
.features .feature-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(37, 37, 37, 0.62); color: #fff; padding: 6px 0; text-transform: uppercase; font-weight: 700; transition: padding .3s; }
/* .features .feature .feat-over-hide:nth-of-type(1) {display: none;} */
.features .feature a:hover .feature-overlay { padding: 15px 0; }

.features .feature .play-btn {background: url(images/btn-play.png) no-repeat center center; display: block; position: absolute; left:0; top:0; right:0; bottom:0;}
.video-container { position:relative;	padding-bottom:56.25%;	padding-top:30px;	height:0;	overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {	position:absolute;	top:0;	left:0;	width:100%;	height:100%;}
@media (max-width: 767px) {
	.features .feature { width: 100%; margin-bottom: 20px; } 
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { display: inline-block; font-size: 0; line-height: 0; text-indent: -4004px; background: url(images/logo.png) no-repeat 0 0; width: 269px; height: 191px; background-size: 100%; }
@media (max-width: 1023px) {
	.logo { width: 224px; height: 159px; background-size: 100%; }	
}
@media (max-width: 767px) {
	.logo { width: 135px; height: 96px; background-size: 100%; }	
}
.home .header-inner {display: none;}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* .nav { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; }
.nav ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin: 0; } */
.nav li { display: inline-block; margin: 0 15px;}
.nav a { display: inline-block; text-decoration: none; padding: 10px 0 10px; text-transform: uppercase; position: relative; }
.nav a:before { content: ''; position: absolute; top: 100%; margin-top: -1px; left: 0; width: 0; height: 1px; background: #fff; transition: width .3s; }
.nav a:hover:before { width: 100%; }

.header .left-nav, .header .right-nav {display: inline-block;}
.header .right-nav {position: absolute; right: 0;}


@media (max-width: 1023px) {
	/*.nav ul { width: calc(50% - 130px); } */
}
@media(max-width: 960px) {
  .nav a {font-size: 16px;}
}
@media (max-width: 767px) {
	.nav { display: block; text-align: right; } 
	.nav ul { width: 100%; display: block; } 
	.nav a { display: block; } 
	.nav a:before { display: none; } 
	.home .header-inner {display: block;}
  .header .right-nav {position: relative;}
  .header .nav li {display: block;}
}

@media(min-width:768px) and (max-width:1006px){
  .nav {padding:10px 0;justify-content:center;}
  .nav a {font-size:14px;}
}

@media(min-width:1007px){

  .nav a {font-size:16px;}
}


@media(min-width:1200px){
  .nav {justify-content:center;}
}

@media(min-width:1227px){
   .nav a {font-size:18px;}
}

/* ------------------------------------------------------------ *\
	Nav2
\* ------------------------------------------------------------ */
.nav2 { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
.nav2 ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; width: 80% /*calc(50% - 200px)*/; margin: 0 auto;flex-wrap:wrap; }
.nav2 li { display: block; }
.nav2 a { display: inline-block; text-decoration: none; padding: 10px 0 10px; text-transform: uppercase; font-size: 20px; font-weight:600; position: relative; }
.nav2 a:before { content: ''; position: absolute; top: 100%; margin-top: -1px; left: 0; width: 0; height: 1px; background: #fff; transition: width .3s; }
.nav2 a:hover:before { width: 100%; }

@media(min-width:753px) and (max-width:1240px){
  .nav2 ul {width:100%!important;}
}

/*@media (max-width: 1023px) {
	.nav2 ul { width: calc(100% - 150px); } 
}*/
@media (max-width: 767px) {
	.nav2 { display: block; text-align: right; } 
	.nav2 ul { width: 100%; display: block; } 
	.nav2 a { display: block; } 
	.nav2 a:before { display: none; } 
	
}
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary ul { list-style: none; }
.nav-secondary ul:after { content: ''; line-height: 0; display: table; clear: both; }
.nav-secondary li { float: left; font-size: 19px; margin-right: 69px; }
.nav-secondary li:last-child { margin-right: 0; }
.nav-secondary a { text-decoration: none; display: inline-block; text-transform: uppercase; position: relative; }
.nav-secondary a:before { content: ''; position: absolute; top: 100%; margin-top: -1px; left: 0; width: 0; height: 1px; background: #fff; transition: width .3s; }
.nav-secondary a:hover:before { width: 100%; }
@media (max-width: 1023px) {
	.nav-secondary li { margin-right: 40px; margin-bottom: 20px; } 
}
@media (max-width: 767px) { 
	.nav-secondary li { display: inline-block; float: none; margin: 0 10px; } 
	.nav-secondary li:last-child { margin: 0 1px; } 
	
}
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features { background: #d2ccbd; padding: 23px 0; }
/* ------------------------------------------------------------ *\
	section-info
\* ------------------------------------------------------------ */
.section-info { padding: 55px 0 40px; }
.section-info .shell { display: -ms-flexbox; display: flex; }
.section-info .section-content { width: 60%; }
.section-info .section-title { font-family: 'Walter Turncoat', cursive; color: #6a2e3d; margin-bottom: 43px; letter-spacing: 0.025em; }
.section-info .section-title small { display: block; font-size: 19px; color: #428468; letter-spacing: 0.000em; }
.section-info .section-image { width: 40%; text-align: center; }
.section-info .section-image img { position: relative; left: -10px; }
.section-info .section-content-entry { font-family: 'Roboto', sans-serif; max-width: 664px; }
.section-info .section-content-entry p { line-height: 1.66; margin-bottom: 31px; letter-spacing: -0.01em; }
.section-info .section-content-entry h6 { margin-bottom: 22px; font-style: italic; }
.section-info .section-content-entry h4 { font-family: 'Walter Turncoat', cursive; color: #6a2e3d; font-weight: 500; }
.section-info .section-content-entry h4 a { text-decoration: none; display: inline-block; transition: color .3s; }
.section-info .section-content-entry h4 a:hover { color: #428468; }
@media (max-width: 1200px) {
	.section-info .section-content { width: 50%; padding-right: 10px; }
	.section-info .section-image { width: 50%; }
	.section-info .section-image img { left: 0; }
	
}
@media (max-width: 767px) {
	.section-info   { padding: 30px 0;  }
	.section-info .shell { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section-info .section-content { width: 100%; padding-right: 10px; padding: 0;  }
	.section-info .section-image { width: 100%; }	
	.section-info .section-image img { max-width: 260px; }	
}
/* ------------------------------------------------------------ *\
	section-social
\* ------------------------------------------------------------ */
.section-social { background: #963b28; color: #fff; padding: 50px 0 60px 0; }
.section-social .section-title { text-align: center; margin-bottom: 50px; padding:5px 0;font-family: 'Walter Turncoat', cursive; font-weight: 500; border-bottom:2px solid #e1ddd3; border-top:2px solid #e1ddd3;}
@media (max-width: 767px) {
	.section-social  { padding: 40px 0;  } 
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider { position: relative; height: 540px; overflow: hidden; }
.slider .slides { list-style: none outside none; margin: 0; }
.slider .slide { height: 540px; background-size: cover; background-position: center; }
.slider .slide-content { height: 100%; }
.slider .slide-content .shell { height: 100%; }
.slider .slide-entry { position: relative; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; margin-top: -10px; padding: 0 15px; }
.slider .slide-entry .btn { letter-spacing: -0.02em; }
.slider .slide-title { font-family: 'Walter Turncoat', cursive; font-weight: 400; margin-bottom: 28px; letter-spacing: 0.025em; }
.slider .slick-prev { position: absolute; top: 50%; margin-top: -24px; left: 50%; margin-left: -638px; z-index: 10; cursor: pointer; }
.slider .slick-next { position: absolute; top: 50%; margin-top: -24px; right: 50%; margin-right: -638px; z-index: 10; cursor: pointer; }
@media(max-width: 1310px){
	.slider .slide-entry { padding: 0 35px; }
	.slider .slick-prev { left: 10px; margin-left: 0px; }
	.slider .slick-next { right: 10px; margin-right: 0px; }	
}
@media (max-width: 1200px) {
	.slider { height: 480px; }
	.slider .slide { height: 480px; }	
}
@media (max-width: 1023px) {
	.slider { height: 400px; }
	.slider .slide { height: 400px; }		
}
@media (max-width: 767px) {
	.slider { height: auto; }
	.slider .slide { height: auto; padding: 60px 0; } 
	.slider .slide-entry { top: 0; -ms-transform: translateY(0); transform: translateY(0); margin-top: 0; }	
	.slider .slide-title {line-height: 1; margin-bottom: 10px; }	
}
/* ------------------------------------------------------------ *\
	slider-social
\* ------------------------------------------------------------ */
.slider-social { position: relative; }
.slider-social .slides { list-style: none; }
.slider-social .slide { margin: 0 20px; }
.slider-social .slides { margin: 0 -20px; }
.slider-social .slick-prev { position: absolute; top: 50%; margin-top: -15px; left: 50%; margin-left: -655px; z-index: 10; cursor: pointer; }
.slider-social .slick-next { position: absolute; top: 50%; margin-top: -15px; right: 50%; margin-right: -655px; z-index: 10; cursor: pointer; }
@media(max-width: 1350px){
	.slider-social .slides { padding: 0 20px; margin: 0; }
	.slider-social .slide { margin: 0 10px; }
	.slider-social .slick-prev { top: 50%; left: 0; margin-left: 0px; }
	.slider-social .slick-next { top: 50%; right: 0%; margin-right: 0px; }	
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
.widget-title a { text-decoration: none; transition: color .3s; }
.widget-title a:hover { color: #d2ccbd; }
.widget-social { display: -ms-flexbox; display: flex; }
.widget-social .widget-image { height: 180px; width: 180px; background-size: cover; background-position: center; }
.widget-social .widget-content { width: calc(100% - 180px); padding-left: 25px; font-size: 14px; word-wrap:break-word; position: relative; padding-bottom: 40px; }
.widget-social .widget-content p { line-height: 1.5; margin-right: 5px; }
.widget-social .widget-actions { font-size: 12px; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; position: absolute; bottom: 0; left: 0; width: 100%; padding-left: 25px; }
@media(max-width: 1350px){
	.widget-social .widget-image { height: 150px; width: 150px; } 
	.widget-social .widget-content { width: calc(100% - 150px); padding-left: 20px; } 
}
@media (max-width: 479px) { 
	.widget-social { -ms-flex-wrap: wrap; flex-wrap: wrap; } 
	.widget-social .widget-image { height: 150px; width: 150px; margin-bottom: 10px; } 
	.widget-social .widget-content { width: 100%; padding-left: 0px; padding-bottom: 20px; } 
	.widget-social .widget-actions { padding-left: 0; } 
}
/* ------------------------------------------------------------ *\
	widget-callout
\* ------------------------------------------------------------ */
.widget-callout { padding: 75px 45px; background: #963922; text-align: center; }
.widget-callout .widget-title { font-size: 32px; font-weight: 500; font-family: 'Walter Turncoat', cursive; margin-bottom: 31px; }
.widget-callout .phone-secondary { text-decoration: none; font-size: 27px; margin-bottom: 68px; display: block; transition: color .3s; }
.widget-callout .phone-secondary:hover { color: #d2ccbd; }
.widget-callout .list-buttons { display: -ms-flexbox; display: flex; }
.widget-callout .list-buttons li { width: 50%; padding: 0 10px; }
.widget-callout .list-buttons li a { width: 100%; }
@media (max-width: 767px) {
	.widget-callout { padding: 20px 0 10px; } 
	.widget-callout .widget-title { font-size: 22px; margin-bottom: 20px; }
	.widget-callout .phone-secondary { font-size: 22px; margin-bottom: 20px; }
	.widget-callout .list-buttons { display: block; }
	.widget-callout .list-buttons li {width: 100%; margin-bottom: 20px; }
	.widget-callout .list-buttons a { max-width: 200px; }
}
#content h1 {font-size: 40px; font-family: 'Walter Turncoat', cursive; }
#content h2 {font-size: 30px; font-family: 'Walter Turncoat', cursive; color:#428468;}
#content h3 {font-size: 25px; font-family: 'Walter Turncoat', cursive; color:#b74327;}

.tablepress thead th {background-color: #fff !important; font-family: 'Walter Turncoat', cursive;}
hr {border-top: 1px solid #428468;}
.check-avail {color: #428468; text-decoration: none; font-weight: 600; font-size: 20px;}
.check-avail:hover {color:#b74327; text-decoration: underline;}
.wrapper.content {background-color: #E1DDD3; }

#gallerynav a {font-size: 13px; color: #428468;}

#information h3 {font-size: 25px; color: #b74327; font-family: 'Walter Turncoat', cursive;}
#information .info a {color: #428468}
#information .info a:hover {color: #b74327;}


#subscribe-popup { position: relative; width:900px; max-width:100%; }
#subscribe-popup .opacity { height: 409px; 	
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.47) 7%,rgba(0,0,0,0.27) 47%,rgba(0,0,0,0) 100%);
	   background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.47) 7%, rgba(0,0,0,0.27) 47%, rgba(0,0,0,0) 100%);
          background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.47) 7%,rgba(0,0,0,0.27) 47%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }
#subscribe-popup .bg { height: 458px; background: url(https://www.ozarkmountainmusicfestival.com/wp-content/uploads/2017/10/ozark-mountain-music-festival-popup.jpg) no-repeat center center; background-size:cover; }
#subscribe-popup .text-holder { text-align: center; max-width: 620px; margin: 0 auto; }
#subscribe-popup h2 { font-size: 39px !important; color: #ffffff; padding-top: 30px !important; padding-bottom: 10px !important; line-height: 45px !important; margin: 0 !important; font-family: 'EB Garamond', serif;}
#subscribe-popup p { font-size: 17px; color: #ffffff; line-height: 17px !important; font-family: Arial; padding: 0 20px !important;	}

#subscribe-popup form { padding:20px 18px; max-width: 850px; margin: 0 auto; background-color: #fff; }
#subscribe-popup input[type="text"] { width: 100%; line-height: 35px; padding: 7px 15px; margin-bottom:5px; border: 1px solid #e1e1e1; }
#subscribe-popup input[type="email"] { width: 100%; line-height: 35px; padding: 7px 15px; margin-bottom:5px; border: 1px solid #e1e1e1; }
#subscribe-popup input[type=submit] { font-size: 21px; line-height: 38px; padding:7px 0; margin-bottom:5px; display: block; width: 100%; background-color: #278fbb; color: #ffffff; border-radius: 4px; border: none; font-weight: 600; font-family: 'EB Garamond', serif; }
#subscribe-popup input[type=submit]:hover { opacity: .8;}


@media all and (max-width: 770px) {
	/*Pop Up*/
	#subscribe-popup .opacity { height:300px; }
	#subscribe-popup .bg { height:330px; }
}

/*Modal*/
body.sh-modal-on { position:relative; /*overflow:hidden;*/ }
body.sh-modal-on .sh-modal-overlay { /*overflow:auto;*/ display:none !important; z-index:99999; position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.5); }
body.sh-modal-on .sh-modal-frame { position:relative; width:900px; margin:0 auto; display:none; background:#fff;  
-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
	 -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
	      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
}
body.sh-modal-on .sh-modal-close { position:absolute; right:-8px; top:-7px; width:22px; height:22px; line-height:22px; border:2px solid #eee; border-radius:12px; background:#222; color:#eee; font-size:15px; font-weight:bold; text-align:center; cursor:pointer; 
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
body.sh-modal-on .sh-modal-close:hover { color:#fff; border-color:#fff; }
@media all and (max-width: 940px) {
    body.sh-modal-on .sh-modal-frame { width:90% !important; margin:5% !important; }
}