/* WP FORMS */
input:focus {
    outline: none !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px;
		font-family: 'Greycliff';
	  border: 1px solid #bbb;
    height: 48px;
}
div.wpforms-container-full .wpforms-form .choices .choices__inner {
    min-height: 48px;
	  border: 1px solid #bbb;
}
div.wpforms-container .wpforms-form .choices__list--single {
    padding: 10px !important;
}
element.style {
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #164733;
    border: 1px solid #164733 !important;
    color: #fff;
    font-size: 14px;
		font-family: Greycliff;
    padding: 10px 25px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #fff;
    border: 1px solid #164733;
    color: #164733;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
		font-family: Greycliff;
	  font-weight: 100;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #277591 !important;
    border-color: #277591 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px;
}
div.wpforms-container .wpforms-form  .is-open.is-flipped .choices__list--dropdown {
	box-shadow: 0 -1px 0 1px #bbb !important;
}
div.wpforms-container .wpforms-form  .is-open .choices__list--dropdown {
	border-color: #bbb !important;
	border: 1px solid #bbb !important;
}

div.wpforms-container .wpforms-form  .is-flipped.is-open .choices__inner {
	border-color: #bbb !important;
	box-shadow: 0 -1px 0 1px #bbb !important;
}
div.wpforms-container .wpforms-form  .is-focused .choices__list--dropdown {
	border-color: #bbb !important;
	box-shadow: 0 0 0 1px #bbb !important;
}
div.wpforms-container .wpforms-form  .is-focused .choices__innner, div.wpforms-container .wpforms-form .is-open .choices__inner {
	border-color: #bbb !important;
	box-shadow: 0 0 0 1px #bbb !important;
}
div.wpforms-container .wpforms-form .is-focused .choices__inner, div.wpforms-container .wpforms-form .is-open .choices__inner {
	border-color: #bbb !important;
	box-shadow: 0 0 0 1px #bbb !important;
}
div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    font-size: 14px;
		font-family: 'Greycliff';
}
label {
    font-weight: 300 !important;
}
.grecaptcha-badge {
    display: none !important;
}
/* Smooth Scroll */
html {
	scroll-behavior: smooth;
}

/* NAV */

#nav {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

#peakslogo img, #peakslogotype img {
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
}

@media (max-width:1199px) {
    #peakslogo img, #peakslogotype img {
    width: 160px;
    height: auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
		#peakslogotype {
				margin-top: 10px;
		}
}

@media (max-width:767px) {
    #peakslogo img, #peakslogotype img {
    width: 120px !important;
    height: auto;
	}
	
	#nav {
	    height: 60px;
	}
		
	#rightsection {
			top: 0;
	}
	
}


@media (min-width: 1025px) and (max-width: 1280px) {
	
	.u-btn .elementor-widget-container {
		margin: 2px 15px 0px 15px !important;	
	}
	
		.u-btn.left .elementor-widget-container {
		margin: 2px 15px 0px 0px !important;	
	}
	
	.u-btn .elementor-button {
    font-size: 13px !important;
	}
	
	.u-btn.left .elementor-button {
    font-size: 14px !important;
	}
	
	.bookbtn .elementor-widget-container {
		margin: 0px 20px 0px 15px !important;	
	}
	
	.bookbtn .elementor-button {
    font-size: 14px !important;
		padding: 11px 15px 13px 15px !important;
	}
	
}


/* Booking Widget Form */

#resform {
    font-family: 'Greycliff', sans-serif;
}

.peaksresform {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.checkin, .checkout {
    width: 15%;
    float: left;
	  position: relative;
}

.acc {
		width: 18%;
    float: left;	
}

.nights, .adults, .children {
    width: 7%;
    float: left;
}

.checkin, .checkout, .nights, .adults, .children, .acc, .submitres {
    margin-right: 18px;
}

.checkin input, .checkout input, .adults select, .children select, .acc select {
    width: 100%;
    border: 1px solid #7a7a7a;
    padding: 7px 14px;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
}

input.submitres {
    font-family: "Greycliff", Sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #154734 !important;
    border-style: solid;
    border: 2px solid #154734 !important;
    border-radius: 0;
    padding: 8px 20px 9px;
		margin: 0;
    transition: 0.3s ease;
}

input.submitres:hover {
    background-color: transparent !important;
    color: #154734 !important;
    border-color: #154734 !important;
}

input.submitres:focus {
	color: #fff !important;
}

input.submitres:focus:hover {
	color: #154734 !important;
}

#resform label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .25px;
    color: #5d5d5d;
}

#resform input:focus, #resform select:focus {
    color: unset;
    outline-offset: unset;
    outline: none;
    border: 1px solid #154734;
}

input[type="text"].hasDatepicker {
    background-position: 96% center;
    background-size: auto 50%;
}


@media (max-width: 1024px) {
	
	input.submitres {
    padding: 8px 15px 9px;
		font-size: 13px;
	}
		
	.checkin, .checkout, .nights, .adults, .children, .acc, .submitres {
    margin-right: 15px;
	}
		
		.checkin input, .checkout input, .adults select, .children select, .acc select {
	font-size: 14px;
	}
		
		.checkin, .checkout {
    width: 13%;
	}

	.acc {
		width: 19%;
    float: left;	
	}

}

@media (max-width: 991px) {
		
	.peaksresform {
    flex-wrap: wrap;
	}
		
	.checkin, .checkout, .acc {
    width: 28%;
		height: 67px;
	}
		
	.nights, .adults, .children {
    width: 28%;
		height: 67px;
	}
		
	input[type=text] {
		margin: 0;
	}
	
	input.submitres { 
		width: 28%;
    margin-top: 22px;
    margin-right: 15px;
    font-size: 13px;
    position: relative;
    top: 7px;
	}
		
	#book-widget {
		margin-top: -184px;
	}
		
}

@media (max-width: 767px) {
		
	.checkin, .checkout, .acc, .nights, .adults, .children, .submitres {
    margin: 0 5px;
	}
	
	.checkin, .checkout, .acc {
    width: 44%;
	}
		
	.adults, .children {
    width: calc(22% - 5px);
	}
	
	.checkin input, .checkout input, .acc select, .adults select, .children select {
    font-size: 13px;
		padding: 7px 10px;
	}
	
	#resform label {
		font-size: 12px; 
	}
		
	input.submitres {
    margin: 15px 0;
    width: auto;
	}
		
	#book-widget {
    margin: -120px 15px;
	}
	
}

.ui-widget {
    font-family: 'Greycliff', sans-serif;
    font-size: .7em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	  background: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
	background: #e6e6e6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #aaa;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}

.ui-widget-header {
		border: none;
    border-bottom: 1px solid #aaaaaa;
    border-radius: 0 !important;
    background: none;
}

.ui-datepicker {
  width: auto;
	padding: 1em 1em; 
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    width: 14.28%;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: .4em;
	text-align: center;
}

.ui-corner-all {
    border: none !important;
    border-radius: 0;
}

i.fa.fa-calendar {
    display: block;
    position: absolute;
    right: 10px;
    top: 47px;
    font-size: 15px;
}


/* Elementor Forms */

input[type=checkbox], input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: inherit;
    width: 15px;
    border: 1px solid #ccc !important;
    background: transparent !important;
}

.elementor-field-type-checkbox label {
    padding: 0 10px 0 3px !important;
}

input[type=checkbox]:focus {
    outline: none;
}

input[type=checkbox]:checked:after {
    display: none;
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #7a7a7a !important;
    outline: 0;
}

textarea#form-field-field_c2c5e82 {
    border-radius: 0;
    margin: 0 2px;
    padding: 10px;
}

.elementor-message {
  position: absolute;
  bottom: -70px;
  /*left: 50%;
  transform: translate(-50%, 0);*/
	width: 100%;
	text-align: center;
}

.elementor-message.elementor-help-inline {
  top: 40px;
  left: 0;
  transform: translate(12.5px, 0);
	font-size: 13px !important;
	text-align: left;
}

/*#contact-form .elementor-message {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -40%;
 	transform: translate(0, 0);
} */


/* FOOTER */

#footer-logo-peaks img {
	 width: 200px !important;
   height: auto;
}

#footer-logo-telski img {
	 width: 160px !important;
   height: auto;
}

a.footer-inline-a { 
    color: #7a7a7a;
}

a.footer-inline-a:hover { 
    color: #a28535;
}

@media (max-width:767px) {
	
	#footer-logo-peaks img {
		width: 160px !important;
	}
}


/* HERO VIDEO BG */

iframe #document .player, iframe #document .fallback { 
	 background-color: #fff !important; 
}

#hero-overlay {
	position: absolute;
}

#herobg {
    overflow: hidden;
}

.videobg {
		position: relative;
    overflow: hidden;
}

  .videobg iframe {
		max-width: none;
    width: 177.77777778vh !important;
    min-width: 100%;
    min-height: 56.25vw;
		left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

iframe.elementor-background-video-embed {
    max-width: 150% !important;
    max-height: 150vh !important;
}

@media (max-width:1024px) {
		
  /*.videobg iframe {
    transform: scale(1.75);
   }
    
   .videobg {
     height: 700px;
   } */
	
	.videobg {
		padding: 97vh 0 0 0 !important;
	}
	
	#hero-overlay {
		max-height: 97vh !important;
	}
	
	iframe.elementor-background-video-embed {
    max-width: 200% !important;
}
    
}

@media (max-width:767px) {
 /*  .videobg iframe {
    transform: scale(2.5);
    } 
    
    .videobg {
        height: 500px;
    } */
	
	.videobg {
		padding: 92vh 0 0 0 !important;
	}
	
	#hero-overlay {
		max-height: 92vh !important;
	}
	
	iframe.elementor-background-video-embed {
    max-width: 300% !important;
}
    
}



/* BODY */

p a, li a {
	color: #C6A752; 
}

p a:hover, li a:hover {
	color: #a28535;
}


/* BUTTONS */

.u-btn a {
	position: relative;
	z-index: 2;
}

.u-btn a:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 16px;
    bottom: -10px;
    left: -10%;
		z-index: -1;
    background: #154734;
		opacity: 0.4;
    visibility: hidden;
    transform: scaleX(0);
    transition: .25s ease-in;
}

.u-btn a:hover:before, .u-btn a:focus:before {
	visibility: visible;
  transform: scaleX(1);
}


.uline-btn-s a {
    position: relative;
}

.uline-btn-s a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -6px;
    left: 0;
    background: #C6A752;
    visibility: hidden;
    border-radius: 2px;
    transform: scaleX(0);
    transition: .25s ease-in;
}

.uline-btn-s a:hover:before, .uline-btn-s a:focus:before {
      visibility: visible;
  transform: scaleX(1);
}

.uline-btn-l .elementor-button {
    font-size: 14px !important;
}

.uline-btn-l a {
    position: relative;
    z-index: 2;
}

.uline-btn-l a:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: -12px;
    left: 50%;
		margin-left: -30px;
    background: #154734;
    z-index: -1;
    transform: scale(0.5);
    transition: .25s ease-in;
}

.uline-btn-l.left a:before {
	left: 15%;
}

.uline-btn-l a:hover:before, .uline-btn-l a:focus:before {
      width: 120%;
      height: 18px;
			margin: 0;
      left: -10%;
      opacity: 0.3;
      transform: scale(1);
}

button#btn-subscribe, button#btn-submit {
	position: relative;
	z-index: 2;
}

button#btn-subscribe:before, button#btn-submit:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 16px;
    bottom: 4px;
    left: -10%;
		z-index: -1;
    background: #154734;
		opacity: 0.4;
    visibility: hidden;
    transform: scaleX(0);
    transition: .25s ease-in;
}

button#btn-subscribe:hover:before, button#btn-subscribe:focus:before, button#btn-submit:hover:before, button#btn-submit:focus:before {
	visibility: visible;
  transform: scaleX(1);
}

button#btn-subscribe:focus, button#btn-submit:focus {
    outline: none;
}

#btn-submit {
	margin-top: 80px;
}

@media (max-width: 1024px) {
	#btn-submit {
    font-size: 15px;
}
}

@media (max-width: 767px) {
	#btn-submit {
    margin-top: 90px;
}
}


/* ELEMENTS*/

.gold-line {
    display: block;
    position: relative;
    width: 1.5px;
    height: 60px;
    background: #C6A752;
    margin: 0 auto;
    padding: 0;
    
}

.gold-line.short {
		height: 40px;
}

@media (max-width:767px) {
    .gold-line {
        height: 40px;
    }
}

.contact-link a {
	color: #7a7a7a;
}

/* Instagram Feed Mobile */

@media (max-width: 1024px) {
	#sbi_images {
    padding: 5px !important;
	}
}

/* SECTIONS */

.center-boxed {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.elementor-section.elementor-section-boxed.center-boxed > .elementor-container {
    max-width: 100%;
}

@media (max-width:1024px) {
   .center-boxed {
        max-width: 94%;
}
}

ul.list-no-b {
    list-style: none;
}

ul.list-no-b.center {
    padding: 0;
	}

ul.list-no-b li, ul.list-b li {
    margin-bottom: 10px;
}

@media (max-width:991px) {
	ul.list-no-b {
    padding: 0;
	}	
}

@media (max-width: 767px) {
	ul.list-no-b {
    text-align: center;
	}
	ul.list-no-b.mleft {
    text-align: left;
	}
	ul.list-no-b li {
    margin-bottom: 20px;
	}
	ul.list-no-b.mleft li {
    margin-bottom: 10px;
	}
}


/* WEATHER */

.weather {
    display: flex;
}

.wmain {
    margin-right: 35px;
}

.wmain .ico-size-1 {
    font-size: 3em !important;
    line-height: 1.2em !important;
}

.ico-size-2 {
    font-size: 1.3em !important;
    line-height: 1.6em !important;
}

.lws-text {
    font-size: 16px;
    font-family: 'Greycliff', sans-serif;
    font-weight: 300;
    margin-right: 35px;
}

@media (max-width: 1366px) {
	
	.wmain {
    margin-right: 20px;
	}
	
	.lws-text {
		font-size: 14px;
		margin-right: 20px;
	}
}
	
@media (max-width: 1366px) and (min-width: 1025px) {
	
	.elementor-1092 .elementor-element.elementor-element-882f6d1 {
    padding: 0px 20px 0px 40px;
	}
	
}

@media (max-width: 992px) {
	.weather {
    flex-wrap: wrap;
		justify-content: center;
	}
	.wmain {
    margin-right: 0;
    margin-bottom: 10px;
	}
	.wsecond {
		width: 80%;
	}
	.wrow1, .wrow2 {
    display: flex;
    justify-content: space-around;
	}
	.lws-text {
		font-size: 12px;
		margin-right: 0px;
	}
	.wmain .ico-size-1 {
    font-size: 2em !important;
    line-height: 1em !important;
	}
	.ico-size-0, .ico-size-1 {
    font-size: 1em !important;
	}
}
	
@media (max-width: 767px) {
	.wmain {
		width: 100%;
		display: flex;
    justify-content: center;
	}
	.wmain .ico-size-1 {
    font-size: 2.5em !important;
	}
}
	
.elementor-widget-form .elementor-message {
    font-size: 14px;
    color: #164733;
}
	
	
	/* Hero Slider Photo Credit */
	
.credit { 
	position: absolute;
  text-align: center;
  width: 300px;
  font-size: 11px;
  letter-spacing: .5px;
  opacity: .7;
  bottom: 140px;
  left: calc(50% - 150px);
}

@media (max-width: 767px) {
	.credit {
		bottom: 250px;
	}
}


/* BLOG */

.elementor-post-navigation .elementor-post-navigation__link {
    white-space: normal;
    line-height: 1.2;
}

span.elementor-post-navigation__link__prev {
    padding: 0 20px 0 10px;
}

span.elementor-post-navigation__link__next {
    padding: 0 10px 0 20px;
}

.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label {
	 padding-bottom: 5px;
}

.uael-post__thumbnail img {
    height: 100% !important;
}

h3.uael-post__title {
    line-height: 1.1;
    margin: 0;
}

.uael-post__terms-wrap {
    margin-top: -20px;
    position: relative;
}

#lead-feed .uael-post__terms-wrap  {
    margin-top: 0;
}

.uael-post-wrapper-featured h3.uael-post__title {
    font-size: 40px;
}

.ue_taxonomy_item_title {
    text-align: center;
}

strong {
    font-weight: 500;
}

.elementor-widget-theme-post-content ul {
    text-align: left;
		padding: 20px 40px 0;
}

@media (max-width: 767px) {
.elementor-widget-theme-post-content ul {
		padding: 20px 20px 0;
}
}

.elementor-widget-theme-post-content ul li {
		margin-bottom: 15px;
}

/* Blog Slider */

.uc_fbps_slide { 
    height: 100vh !important;
}

.uc_fbps_content {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.owl-dots {
    margin: 0 auto !important;
    position: absolute;
    bottom: 50px;
    left: 10%;
}

.ue-post-category {
    background: #C6A752;
    padding: 3px 8px 4px 8px;
    margin-right: auto;
    position: relative;
    left: -40px
}

.uc_more_btn, .uael-post__load-more {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 2px;
    font-family: Greycliff, Sans-Serif !important;
    position: relative !important;
    padding: 0 !important;
		z-index: 2;
}


.uael-post__load-more {
    background: transparent !important;
    color: #54595f !important;
}

.uael-post__load-more:before {
    content: "";
    display: block !important;
    position: absolute !important;
    width: 60px !important;
    height: 4px !important;
    bottom: -12px !important;
    left: calc(50% - 30px) !important;
    background: #154734;
    z-index: -1;
    transform: scale(0.5);
    transition: .25s ease-in;
}

.uc_more_btn:before {
    content: "";
    display: block !important;
    position: absolute !important;
    width: 60px !important;
    height: 4px !important;
    bottom: -8px !important;
    left: 15px !important;
    background: #C6A752;
    z-index: -1;
    transform: scale(0.5);
    transition: .25s ease-in;
}

.uael-post__load-more:hover:before {
      width: 120% !important;
      height: 18px !important; 
      margin: 0 !important;
      left: -10% !important;
      opacity: 0.3 !important;
      transform: scale(1) !important;
}

.uc_more_btn:hover:before {
    width: 125px !important;
    height: 18px !important;
    margin: 0 !important;
    left: -15px !important;
    opacity: 0.3 !important;
    transform: scale(1) !important;
}

.uael-post__bg-wrap, .elementor-post__thumbnail img {
    transition: 300ms ease !important;
}

.uael-post__bg-wrap:hover, .elementor-post__card:hover  {
    background-color: #f0efea !important;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
		height: 300px;
}

.elementor-post__thumbnail img {
    height: 100% !important;
    object-fit: cover;
}

.elementor-post__thumbnail:hover img {
    transform: scale(1.01);
    opacity: 0.75;
}

.elementor-widget-theme-post-content ul {
    list-style: inside;
}

.uc_fbps_slide {
    height: 100vh !important; 
}

@media (max-width: 1024px) {
	.uc_fbps_slide {
    height: 97vh !important; 
	}
	.ue-post-category {
		left: -20px;
	}
 .elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
    position: relative;
}
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
    display: block;
		object-fit: cover;
}
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured {
		flex-direction: column;
	}
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured>.uael-post-wrapper {
    width: 100%;
	}
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner {
    width: 100%;
	}
}

@media (max-width: 767px) {
	.uc_fbps_slide {
    height: 92vh !important; 
	}
	.uc_fbps_container_title {
		margin-top: 15px;
	}
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
    position: unset;
}
	.elementor-8450 .elementor-element.elementor-element-ec6edd9 .uael-post__body .uael-post__thumbnail:not(.uael-post-wrapper__noimage) {
    padding-bottom: calc( 0.75 * 100% );
}
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
    display: block;
    height: 65vw !important;
    object-fit: cover;
	}
	#lead-feed .uael-post__terms-wrap {
    margin-top: -40px;
	}
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__inner-wrap {
    padding-top: 120px;
}
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

/* EVENT CALENDAR */
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    color: #54595f !important;
    font-family: 'Quincy CF' !important;
    font-weight: 300 !important;
    font-size: 25px !important;
    text-transform: none !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_cblock {
    font-weight: 300 !important;
    color: #c6a752 !important;
}
.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day {
    font-size: 15px !important;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
    padding: 0px;
}
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg, .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop, .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
    border-radius: 0px !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
    color: #7a7a7a !important;
    font-size: 15px !important;
}
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc em {
		color: #7a7a7a !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info {
    font-size: 15px !important;
    padding-top: 10px !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
    border: 15px solid transparent !important;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title {
    color: #54595f !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    font-family: 'Greycliff' !important;
}
element.style {
}
.ajde_evcal_calendar .calendar_header {
    margin: 5px 0 30px !important;
}
.evo_cal_above span {
    color: #fff !important;
    background-color: #164733 !important;
    opacity: 1 !important;
		margin-bottom: 20px !important;
}
.evo_cal_above span:hover {
    color: #fff !important;
    background-color: #54595f !important;
}
.evo_cal_above .evo-filter-btn:before, .evo_cal_above .evo-sort-btn:before {
    font-size: 25px !important;
    line-height: 35px !important; 
}
.eventon_sorting_section {
    background-color: #F0F1F1 !important;
    border-radius: 0px !important;
}
.eventon_filter_line .filtering_set_val.show {
    background-color: #54595f !important;
    color: #fff !important;
    font-size: 14px !important;
}
.eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p {
    border-radius: 0px !important;
    background-color: #54595f !important;
    color: #fff !important;
		font-size: 14px !important;
}
.eventon_filter_dropdown, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line {
    border-radius: 0px !important;
}
.eventon_filter_dropdown p.select, .selecttype .eventon_filter_dropdown p, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select {
    color: #54595f !important;
    font-size: 14px !important;
}
.eventon_filter_line .eventon_filter_dropdown p.select:before, .eventon_filter_line.selecttype .eventon_filter_dropdown p:before, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before {
    color: #54595f !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
    white-space: normal !important;
}
.eventon_filter_line p {
    font-size: 15px !important;
}
.evcal_desc3 .evo_ep_bar b, .evcal_desc3 .evo_ep_bar b:before {
    background-color: #c6a752 !important;
}
#evcal_list .eventon_list_event .evoet_cx em, .evo_lightboxes .evoet_cx em {
    color: #988b66 !important;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
    padding-left: 0px !important;
}
span.evo_end.only_time {
    display: none;
}
em.time {
    display: inherit !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_events_list .eventon_list_event .evcal_desc {
    flex: 1 !important;
}
.evcal_cblock em.time {
    font-size: 15px !important;
    padding-top: 8px;
}
.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
    border-left-width: unset !important;
}
span.evo_end.only_time {
    display: flex !important;
}
.evcal_cblock .evo_end {
    float: left;
    padding-left: 0px !important;
    position: fixed !important;
    margin-top: 73px !important;
}
.ajde_evcal_calendar.color .evcal_cblock .evo_end:before, .evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before {
    background-color: transparent !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
    border-radius: 0px !important;
}

/*Notification bar*/
.fbr-light .fbr-button {
    color: #fff !important;
		background-color: #164733 !important;
    border: 1px solid #164733 !important;
    border-radius: 0 !important;
    position: relative !important;
    -webkit-transition: all 0.2s ease-in-out 0s !important;
    transition: all 0.2s ease-in-out 0s !important;
    font-size: 15px !important;
    font-family: 'Greycliff'!important;
		letter-spacing: 1px;
		font-weight: 600 !important;
    padding: 8px 12px 6px !important;
}
.fbr-light .fbr-button:hover {
    background: #fff !important;
    color: #164733 !important;
		border: 2px solid #164733 !important;
}
.fbr-light .fbr-toggle {
		background-color: #164733 !important;
    color: #fff !important;
}
.fbr-item-message .fbr-message {
    font-family: 'Greycliff' !important;
    font-size: 15px !important;
}
.fbr-icon {
    width: 26px !important;
    height: 26px !important;
}

@media (min-width: 481px) {		
	#herobg, #hero-overlay {
		height: calc(97vh - 112px)
	}
}

@media (min-width: 992px) {	
	#herobg, #hero-overlay {
		height: calc(100vh - 66px)
	}
}
@media (max-width: 767px) {		
body .uwy {
    z-index: 10 !important;
}}
.fbr-light .fbr-content {
    background-color: #d0dad6 !important;
}
.foobar-message {
    z-index: 997 !important;
}
#logocol .elementor-widget-wrap {
		padding: 0 !important;
}


/*  NAV TEL LABELS */

#nav-btn-1:before, #nav-btn-mob-1:before {
    content:"Front Desk / Information";
}

#nav-btn-3:before, #nav-btn-mob-3:before {
    content:"Reservations";
}

#nav-btn-1:before, #nav-btn-3:before, #nav-btn-mob-1:before, #nav-btn-mob-3:before {
    position: absolute;
    font-size: 11px;
    top: -7px !important;
    left: 0px !important;
    color: #bababa !important;
		width: 120% !important;
}

#nav-btn-mob-1:before, #nav-btn-mob-3:before { 
    color: #154734;
    text-align: center;
    width: 100%;
    left: 0;
    top: -7px;
}

@media (max-width:1280px) {
    #nav-btn-1:before, #nav-btn-3:before {
        left: 15px;
    }
}

@media (min-width:1400px) {
.book-btn-dd {
  width: 190px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	#nav-btn-1 .elementor-widget-container, #nav-btn-2 .elementor-widget-container, #nav-btn-3 .elementor-widget-container  {
    margin: 10px 15px 0px 15px !important;
	}
	#nav-btn-1:before, #nav-btn-3:before, #nav-btn-mob-1:before, #nav-btn-mob-3:before {
    top: 4px;
	}
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 0px !important;
}
.calendar_header .cal_head_btn {
    background-color: var(--evo_color_2) !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows, .evo_footer_nav .evcal_arrows {
    border-color: var(--evo_color_2) !important;
    background-color: #ffffff !important;
    border-radius: 10% !important;
    border: 2px solid var(--evo_color_2);
}
.ajde_evcal_calendar.color #evcal_list .eventon_list_event p a.desc_trig:focus {
    box-shadow: none !important;
}