/*
Theme Name: _tk-redlodge_mtn
Theme URI:http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: IronWake adapted from ThemeKraft
Author URI: http://themekraft.com/
Description: Fork of _tk for Redlodge Mountain
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* boostrap overrides */



html{
	overflow-x:hidden;
	font-size:1em;
}

body{
	font-family:futura-pt, Arial, Helvetica, sans-serif; /*'EB Garamond', serif;*/
	font-size:1em;
	color:#333;
	overflow-x:hidden;

}

h1, h2, h3, h4, h5{
	font-family:futura-pt, Arial, Helvetica, sans-serif; /*'EB Garamond', serif;*/
	color:#8e2425;
}

h1 
{text-transform:uppercase;
}

h2 {	font-weight:900;
	font-size: 1.4rem;

}


h3{
	text-transform:uppercase;
	font-size: 1.2rem;
    font-weight: 900;
}

a {
    color: #8e2425;
}

td, th {
    padding: 0 0 0 5px;
}

#mobile-indicator{
	display:none;
	width:1px;
	height:1px;
	position:fixed;
	top:0;
	left:0;

}

	
@media (max-width: 995px){
	#mobile-indicator {
		display: block;
	}
}

/* explore bar */

.explore-panel  .widget-title {
	display:none;

}

.explore-panel  {
    position: fixed;
    top: 140px;
	left:0px;
    z-index: 999;
	background-color:#8e2425;
	width:56px;
	box-shadow: 7px 7px 5px rgba(0,0,0,.1);
}

#explore-bar {
    padding-bottom: 10px;
}

.explore-button-wrapper {
    padding: 9px 4px 7px 0px;
	height: 44px;
	text-align: center;
}


.explore-button-wrapper.reverse {
    background: #FFF;
	padding-top: 0;
    padding-bottom: 0;
}

.explore-button-wrapper.reverse.cafe{
    padding-top: 5px;
}

.explore-button-wrapper.reverse.mountain{
    padding-bottom: 5px;
}

.explore-button-wrapper.reverse.marina {
    padding-top: 2px;
}

.explore-bar-title{
	color:#FFF;
	text-transform:uppercase;
	font-family:futura-pt;
    font-size: 10px;
    text-align: center;
    letter-spacing: .15rem;
    padding: 3px 0;
	
}
.explore-help-text{
	display:none;
	position:fixed;
	background-color: #FFF;
    margin-left: 56px;
	margin-top: -40px;
    color: #8e2425;
    font-size: 14px;
    line-height: 1rem;
    padding: 8px;
    font-family: futura-pt;
    width: 120px;
	box-shadow: 7px 7px 5px rgba(0,0,0,.1);
}

.reverse .explore-help-text{
	color:#FFF;
	background-color:#8e2425;
}

.reverse .explore-button-wrapper:after{
	border-right-color:#8e2425;
	
}
.explore-button-wrapper:after{
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	content:"";
	width: 0; 
	height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
    margin-left: 22px;
    position: fixed;
    margin-top: -25px;
}

.explore-button-wrapper.reverse.cafe:after{
	margin-top: -33px;
	
}

.explore-button-wrapper:hover:after{

	opacity:1.0;
    filter:alpha(opacity=100); 

}


.reverse .explore-help-text{
	color:#FFF;
	background-color:#8e2425;
}

.reverse.explore-button-wrapper:after{
	border-right-color:#8e2425;
	
}

#explore-bar-horizontal{
		display:none;
}

#explore-bar-horizontal .explore-button-wrapper{
	vertical-align:top;
}


@media (max-width: 859px){
	#explore-bar-horizontal{
		display:block;
		width:100%;
	
	}
	#explore-bar-horizontal .horizontal-wrapper{
		background-color: #8e2425;
		height:65px;	
		position: relative;
		z-index: 0;
		margin: 0 -600rem;
		padding: 0 600rem;
		border-bottom: solid 1px #8e2425;
	}
	
	#explore-bar-horizontal .explore-button-wrapper{
		width: 60px;
		height:40px;
		display: -webkit-inline-box;
		display: inline-block;
		padding: 0px;
		position: relative;
	}
	
	#explore-bar-horizontal .explore-button-wrapper.reverse {
		height: 44px;
		top: -4px;
	}
	
	#explore-bar-horizontal .explore-bar-title {
		color: #8e2425;
		position: relative;
		font-weight: 700;
	    background-color: #fff;
		margin: 0 -15px 4px -15px;
		border-bottom: solid 1px #8e2425;
	}
	
	#explore-bar-horizontal .explore-help-text {
		position: absolute;
		bottom: 45px;
		margin-left: -32px;
		width: 120px
	}
	
	#explore-bar-horizontal .explore-button-wrapper:after {
		content: "";
		opacity: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		content: "";
		border-left: 8px solid transparent;
		border-top: 8px solid #FFF;
		border-right: 8px solid transparent;
		margin-left: 0px;
		position: relative;
		top: 1px;
		
	}
	
	#explore-bar-horizontal .explore-button-wrapper:hover:after {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	
	#explore-bar-horizontal .explore-button-wrapper.reverse:after {
		top: 6px;
		border-top: 8px solid #8e2425;
	}
	
	.explore-button {
		position: absolute;
		top: 50%;
		left: 24%;
		transform: translate(-12%,-50%);
	}
	
	.explore-button a {
		margin: 0px;
	}
	
	#explore-bar{
		display:none;
	}
	
	
}

@media (max-width: 650px){
	#explore-bar-horizontal .explore-button-wrapper{
		display:none;
	}
	#explore-bar-horizontal .explore-button-wrapper.reverse{
		display: -webkit-inline-box;
		display:inline-block;	
	}
	
}



.site-navigation .container{
	padding-bottom:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border: none;
	/* background-color: #003466; MAR REMOVE THIS LATER*/
	border-radius: 0;
}



/*flip to hamburger when menu items wrap */


@media (max-width: 995px){

	.navbar-header {
    float: none;
	}

}

/* override bootstrap collapse point */
@media (min-width: 995px){
	.navbar-collapse.collapse {
		display: block !important;
		visibility: visible !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	
	/* center navigation on page */

	.navbar .navbar-nav {
		display: -webkit-inline-box;
		display: inline-block;
		float: none;
	}

	.navbar .navbar-collapse {
		padding-left:220px;
	}
	header#masthead {
		height: 50px;
	}
	
}




.navbar{
	border: none;
	border-radius:0;
	margin-bottom:0;
}

.navbar-default{
	color: #8e2425;
	background-color:transparent;
	font-family:futura-pt;
	text-transform:uppercase;
	font-size: .9rem;
	border:none;
}

/*
.navbar-default .navbar-nav>li>a {
	color: #003466;
	padding: 10px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
	color: #003466;
	background-color :transparent;
	outline:none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #003466;
	background-color: transparent;
}
*/

@media (min-width: 996px){
	.navbar-default{
		height: 50px;
	}
}

@media (max-width: 995px){
	/*
	.explore-panel {
    	top: 160px;
	}
	
*/
	
	.site-navigation .row .col-sm-12{
		padding:0;
	}
	.navbar-collapse{
		padding: 0;
	}
	.navbar-nav {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.navbar-nav>li {
		text-align: center;
		/* background-color :#033466; */
		border-bottom: solid 1px #fff;
		padding: 0;
		position: relative;
		display: block;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>li>a {
	    line-height: 0px;
		color: #FFF;
	}
	
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: rgb(204,214,224);
	}
	
	.navbar-nav>li>a.hwd-t-underline:after{
		display:none;
	}
	
}

.dropdown-menu {
    border: none ;
	background-color:rgba(0,53,102,.3);
    border-radius: 0;
}

.home .dropdown-menu {
	background-color:rgba(0,53,102,.4);
}


.dropdown-menu>li>a{
	color:#FFF;
	font-size: 1rem;
	text-transform:uppercase;
}

.dropdown-menu>li>a:hover{
	background-image: none;
    background-color: transparent;
	text-decoration:underline;
	color:#FFF;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: transparent;
}

/*
 * Row with equal height columns
 */
 
 @media (min-width: 992px){
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:  flex;
	}
 }




/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: -webkit-inline-box;
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5rem;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
/*	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  Above WP toolbar */
}


/* Alert Bar */

#alert-bar{
	background-color: #46b5d3;
	display:none;
}

aside.header-alerts{
	margin-bottom: 5px;
}

#alert-close{
	position:absolute;
	right:15px;
	color:#FFF;
	z-index:99;

}
#alert-bar a{
	color:#FFF;
}
#alert-close:hover{
	color:#8e2425;
	cursor: pointer;
}

#alerts{
	text-align:center;
	color: #FFF;
	padding: 0px 30px;
}

.alert-title{
	color: #FFF;
	font-weight:700;
	display: -webkit-inline-box;
	display: inline-block;
}
.alert-title:after{
	content:": ";
}

#alerts .textwidget {
    display: -webkit-inline-box;
	display: inline-block;
}

/*header widgets */

.container-fluid.header-screen {
    height: 69px;
}

.row.header-widgets{
	background-color:#434343;
	/*border-top: 4px solid #A3A4A8;
	margin-bottom: 37px;*/
	height: 26px;

}
.maroon-btn,
.orange-btn{
	background-color: #F15A2C;
	font-size: 14px;
	text-transform: uppercase;
	margin-top:3px;
	margin-right: 14px;
}

.maroon-btn
{
	background-color: #8e2425;
}

.maroon-btn a,
.orange-btn a{
	color: #FFF;
	padding: 2px 8px;
}

#header-widgets .header-widget{
	float:right ;
	display: -webkit-inline-box;
	display: inline-block;
	margin:0;
}

#header-widgets .header-icon{
	padding: 0 8px;
    margin: 0 auto ;
	height: 24px;
	display: -webkit-inline-box;
	display: inline-block;
	vertical-align: middle;
}

#header-widgets .header-icon,
#header-widgets .header-icon a{
	color:#fff;
	text-transform:uppercase;
	cursor: pointer;
	font-size: 14px;
}


#header-widgets .header-icon svg{
	width: 16px;
    height: 16px;
	top: 4px;
    position: relative;
}
.svg-icon.contact.header-icon-contact {
    display: inline-block;
}

#header-widgets .svg-icon.map-pin, 
#header-widgets .svg-icon.webcam {
	display: -webkit-inline-box;
	display: inline-block;
}

#header-widgets .header-icon.map,
#header-widgets .header-icon.web-cam,
#header-widgets .header-icon.contact{
	border-right: solid 1px #FFF;
}

#header-widgets .header-icon svg .cls-1{
	fill:#FFF;
}


#header-widgets .header-icon.active svg .cls-1,
#header-widgets .header-icon svg:hover  .cls-1,
#header-widgets .header-icon a svg:hover  .cls-1{
	fill:#FFF !important;
}
#header-widgets .header-icon.active,
#header-widgets .header-icon.active a,
#header-widgets .header-icon:hover,
#header-widgets .header-icon a:hover
{
	color:#FFF;
	/*text-decoration:none;*/
}

.cls-1.white{
	fill:#FFF !important;
	color:#FFF;
}


#header-widgets h3.widget-title{
	display:none;
}

#header-widgets img, #header-widgets p{
	margin:0;
	
}

div#search-icon svg {
    margin-top: 0;
	pointer-events: none;
}

#header-widgets form#searchform{
	position: relative;
    top: -2px;
}

/* contact info */
#contact-info:hover, #contact-info-btn:hover + #contact-info{
  display: block;
}

@media (max-width: 786px){
	#contact-info,
	#contact-info:hover,
	#contact-info-btn:hover + #contact-info{
		display:none !important;
	}
	
	#contact-info-btn.active{
		background-color:transparent;
	}
}

div#contact-info .row {
    margin: 0;
}
/*
#contact-info-btn{
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
*/
.map-title,
.web-cam-title,
.contact-title{
	font-family:futura-pt-condensed;
    padding-left: 6px;
}


#contact-info{
    position: absolute;
    right: 0px;
	top: 26px;
    background-color: #361c0f;
    width: 310px;
    font-size: .8rem;
	padding: 1px;
	z-index: 99;

}



.ci-left.contact-info-title {
    float: left;
}

.ci-right.contact-info-title {
    float: right;
    margin-right: 10px;
}

.contact-info-title,
.contact-info-number
{
	color:#FFF;
	padding: 0px 0px 0px 6px;
}

.contact-info-number{
	font-weight:700;
}

.contact-info-number a{
	color:#FFF;
	
}

/*
.header-icon.active{
	background-color: #58585A;
	
}
*/

.header-logo{
	position:absolute;
    top: -69px;
    left:80px;
	max-width: 147px;
    width: 30%;
    height: 119px;
    background-color: #8e2425;
	z-index: 9;
}


.header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 68%;
}

@media (max-width: 995px){ 
	
	
	header#masthead {
		position: relative;
		min-height: 50px;
	}
	
	.navbar-default {
		min-height: 0;
	}
	
	.navbar-nav li a {
		padding: 5px 15px 5px 15px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #FFF;
		text-align:center;
		padding: 2px 10px 2px 10px;
		line-height: 16px;
		text-transform: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #FFF;
		background-color: transparent;
	}
	
}
/* Home Slider Overlay */
#home-slider .home-slider-overlay-col{
	position: absolute;
	top: 0;
}

/* Header Weather */

.weather-flyout {
    z-index: 999;
    position: absolute;
    right: 10px;
	width: 240px;
	color:#8e2425;
	text-align: center;
	font-family:futura-pt;
	background-color:rgba(255, 255, 255,.8); 
	top:0px;
}

.weather-flyout h3.widget-title{
	display:none;
}

.weather-flyout .flyout-heading {
	color:#8e2425;
    background-color: #FFF;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: .8rem;
	font-weight:700;
	margin: 0 0 3px 0;
	font-family:futura-pt-condensed;
	height: 24px;
}

span.wf-head {
    vertical-align: middle;
}

.weather-flyout h4  img{
	margin: 4px;
	max-height: 15px;
}
.weather-flyout-title{
	color:#FFF;
	background-color: #8e2425;
	font-size: .8rem;
    padding: 16px 40px;
    height: 50px;
	font-weight:300;
	font-family:futura-pt;
	text-transform:uppercase;
	text-align: center;
	cursor: pointer;
	line-height: 1.2rem;
    
}
.weather-flyout-title img.tab{
    position: absolute;
    top: 0px;
    left: 0px;
}


.weather-flyout .close-button{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    background-color: #FFF;
    color: #8e2425;
    height: 16px;
    width: 15px;
    text-align: center;
    font-family: futura-pt;
    line-height: 1rem;
	cursor: pointer;
}

.weather-flyout .close-button:hover{
	background-color: grey;
}



.weather-flyout{
	text-transform:uppercase;
}

.weather-flyout #snow-report-wrapper {
    background-color: #8e2425;
    color: #FFF;
}

.weather-flyout #snow-report-wrapper .flyout-title {
    font-size: .8rem;
    padding: 4px 0;
}

.weather-flyout #current-cond-heading{
	display:none;
}

.weather-flyout #current-cond-img{
	width: 50%;
    float: left;
	text-align:center;
}

.weather-flyout #current-cond-img svg{
	max-width:85px;
}

.weather-flyout #current-cond-img svg .cls-1{
	fill:#8e2425;
}

.weather-flyout #current-cond-img{
	width: 50%;
    float: left;
}

.weather-flyout #current-temperature {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

/*svg icons */

.weather-flyout .svg-wrapper{
    margin: 4px;
	display: -webkit-inline-box;
    display: inline-block;
    max-width: 15px;
    max-height: 15px;
    vertical-align: middle;
}

.weather-flyout #wf-lifts-wrapper svg,
.weather-flyout #wf-snow-wrapper svg{
	width:15px;
	height: 15px;
}
.weather-flyout #wf-lifts-wrapper svg .cls-1,
.weather-flyout #wf-snow-wrapper svg .cls-1{
	fill:#8e2425;
}



.weather-flyout .wf-snow-stat-wrapper {
    width: 33%;
    float: left;
}
.weather-flyout .wf-snow-stat-wrapper:not(:nth-child(1)) {
    border-left: solid 1px #8e2425;
}


.weather-flyout .wf-snow-total H1{
	color:#8e2425;
	font-size: 2.7rem;
    font-weight: 700;
    margin: 6px 0px;

	
}

.weather-flyout .wf-snow-total H1:after{
	content:"\0022";
}

.weather-flyout .wf-snow-wrapper img,
.weather-flyout #wf-hours img
{
	display: -webkit-inline-box;
	display: inline-block;
	margin-right: 4px;
}
	

.weather-flyout .wf-caption{
	font-weight:700;
	font-size: .6rem;
    margin: 0 auto;
	color:#8e2425;
}

.weather-flyout .lift-wrapper {
    width: 50%;
	float:left;
}



.weather-flyout .lift-stats.stats{
	margin: 4px 0;
}

.weather-flyout .numerator {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #8e2425;
}

.weather-flyout .denominator {
    font-family: futura-pt-condensed;
    color: #8e2425;
    font-size: 1.5rem;
    font-weight: 700;
}

.weather-flyout #wf-rc-details .wf-caption,
.weather-flyout #wf-rc-details .wf-text,
.weather-flyout #wf-rc-details .wf-sub-text{
    margin: 0;
    text-align:center;
	line-height: 1rem;
	font-weight: 700;
 }

.weather-flyout #wf-rc-details .wf-caption{
	margin-top: 3px;
}

.weather-flyout #wf-rc-details .wf-text{
    font-size: 1.2rem;
	font-family:futura-pt-condensed;
	margin-bottom: 10px;

}

.weather-flyout #wf-rc-details .wf-sub-text{
	font-size: .7rem;
	font-family:futura-pt-condensed;
	color:#8e2425;
	margin: 4px;
}
.weather-flyout .wf-text{
	font-size: .7rem;
	color:#8e2425;
}



.weather-flyout .road-cond-link{
    font-size: .8rem;
    font-family: futura-pt-condensed;
	line-height: .8rem;
	margin-top: 6px;
}



.flyout-heading.reverse {
	color:#FFF;
	background-color:#8e2425;
	display: -webkit-inline-box;
	display: inline-block;
	width: 100%;
	height: 25px;
	margin-bottom: 0px;
}

.weather-flyout  a.weather-link{
	color:#FFF;
	font-size:10px;
	font-weight:700;
	font-family:futura-pt;
	text-transform:uppercase;
	padding: 5px 0px;
	
}

.weather-flyout  a.weather-link:hover{
	text-decoration:underline;
}

#weather-flyout  #current-condition{
    width: 100%;
	font-size:18px;
	font-weight:500;
    clear: both;
    top: -5px;
    position: relative;
}


/*fix for hard coded color*/

#wpc-weather .climacon.w803:before, #wpc-weather .climacon.w804:before {
    color: #8e2425;
}
/* fix for White fill */
path.climacon_component.climacon_component-fill.climacon_component-fill_cloud {
    fill: lightgrey;
}


/* Hours  */

.weather-flyout #wf-hours {
	float: left;
    width: 100%;
}


.weather-flyout #wf-hours .location:after{
	content:":";
}

.weather-flyout #wf-hours .location{
	font-weight:700;
	margin-right:3px;
}



@media (max-width: 1100px){
	
	#mega-menu-wrap-primary #mega-menu-primary {
		padding-left:140px;
	}
	
	.header-logo{
		left: 0px;
	}

/*Weather flyout Mobile */	

	.weather-flyout{
		height: 50px;
		padding:0;
	}


	#home-slider, 
	#home-slider .home-slider-overlay-col{
		margin-top: 58px;
		
	}

	.weather-flyout .weather-flyout-title,
	.weather-flyout .close-button,
	.weather-flyout:before,
	.weather-flyout #current-cond-img, 
	#weather-flyout #current-condition,
	.weather-flyout #snow-report-wrapper,
/*	.weather-flyout .wf-snow-stat-wrapper.snow-24-hr,
	.weather-flyout .wf-snow-stat-wrapper.snow-48-hr, */
	.weather-flyout #last-update-wrapper,
	.weather-flyout #wf-snow-total,
	.weather-flyout #wf-road-conditions,
	.weather-flyout #wf-hours{
		display:none;
	}
	
	.weather-flyout #wf-snow-rpt-link{
	/*	
		margin-top: -13px;
		margin-left: 368px;
		padding: 0px 4px;
	*/	
		top: 8px;
		position: absolute;
		margin-left: 80%;
		background-color: #fff;
		width: 7rem;
	}
	
	.weather-flyout .flyout-heading {
		color: #FFF;
		background-color: transparent;
	}
	
	.weather-flyout #wf-snow-rpt-link a.weather-link{
		font-size: .8rem;
		color: #8e2425;
		background-color: transparent;
	}
	.weather-flyout{
		color:#FFF;
	}
	div.weather-flyout {
		color:#FFF;
		top: 50px;
		left: 0;
		background-color: #8e2425;
		width: 100%;
		height: 58px;
	}
	
	aside.weather-flyout{
		color:#FFF;
		background-color: #8e2425;
	    position: absolute;
		left: 0px;
		width: 100%;
	}

	.weather-flyout #current-cond-wrapper{
		width: 20%;
		float: none;
	}
	
	.weather-flyout #current-cond-heading{
		display:block;
	}

	.weather-flyout #current-temperature{
		font-weight: 500;
		line-height: 36px;
		font-size: 36px;
		width: 100%;
		float: none;
		 margin-top: -4px;
	}
	
	.weather-flyout .wf-snow-total H1 {
		color: #FFF;
		font-size: 36px;
		font-weight: 500;
		margin: -4px 0px;
	}
	
	.weather-flyout #wf-snow-wrapper {
		top: 0;
		position: absolute;
		padding-left: 20%;
		width: 100%;
	}
	
	.weather-flyout #wf-lifts-wrapper svg .cls-1,
	.weather-flyout #wf-snow-wrapper svg .cls-1{
		fill:#FFF;
	}
	
	.weather-flyout .flyout-heading{
		color: #FFF;
		font-weight: 500;
		margin-bottom: 0;

	}
	
	.weather-flyout .wf-snow-stat-wrapper {
		width: 25%;
		float: left;
	}

	.weather-flyout #wf-lifts-wrapper {
		display:none;
		width: 100%;
		padding-left: 40%;
		position: absolute;
		top: 0;
		
	}
	
	.weather-flyout .lift-wrapper {
		width: 30%; 
		
	}
	
	.weather-flyout .lift-stats.stats {
		margin: -6px 0;
	}
	
	.weather-flyout .numerator,
	.weather-flyout .denominator{
	    color: #FFF;
		font-weight:500;
	}
	.weather-flyout .numerator{
		font-size:36px;
	}
	
	/* dividers */

	.weather-flyout #current-temperature:after,
	.weather-flyout .storm-total:after, 
	.weather-flyout .snow-overnight:after, 
	.weather-flyout .snow-24-hr:after, 
	.weather-flyout .lift-wrapper:first-child:after{
		content: "";
		height: 45px;
		border-right: solid 1px #fff;
		float: right;
		
	}	
	

	.weather-flyout .storm-total:after, 
	.weather-flyout .snow-overnight:after, 
	.weather-flyout .snow-24-hr:after{
		position: relative;
		top: -48px;
		right: 1px;
	}
	
	.weather-flyout .wf-snow-stat-wrapper:not(:nth-child(1)) {
		border-left: none;
	}
	
	.weather-flyout #current-temperature:after{
		margin-top: -13px;
	}
	.weather-flyout .storm-total:after{
		margin-top: -47px;
	}
	.weather-flyout .lift-wrapper:first-child:after{
		margin-top: -47px;
	}
		
		
}


@media (max-width: 768px){

	.header-logo {
		top: -125px;
	}
	nav.site-navigation {
		top: 56px;
		position: relative;
		z-index: 999;
	}
	
	.mega-menu-toggle.mega-menu-open {
		margin-bottom: 8px;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle{
		background-color:transparent;
	}

	.weather-flyout #current-cond-wrapper {
		width: 140px;
		position: absolute;
		top: -82px;
		left: 150px;
	}
	

	
	.weather-flyout #current-cond-heading {
		display: none;
	}
	.weather-flyout #current-cond-img{
		display:block;
		
	}
	
	.weather-flyout #current-cond-img svg .cls-1 {
		fill: #434343;
	}
	
	.weather-flyout #current-temperature {
		color:#434343;
		font-weight: 700;
		line-height: 36px;
		font-size: 36px;
		width: 100%;
		float: none;
		margin-top: 8px;
	}
	
	.weather-flyout #wf-snow-wrapper {
		padding-left:0;
	}
	
	.weather-flyout #wf-lifts-wrapper {
		width: 100%;
		padding-left: 25%;
	}
	
	.weather-flyout .lift-wrapper {
		width: 34%;
	}
	
	.weather-flyout #wf-snow-rpt-link {
	    top: -25px;
		left: 160px;
		text-align: center;
		width: 140px;
		margin-left: 0;
		background-color: transparent;
	}
	
	
	.weather-flyout #wf-snow-rpt-link a.weather-link{
		color: #000;
		font-size: 10px;
		font-weight: 700;
	}
	
	

}





@media (max-width: 720px){

	.header-icon span.web-cam-title,
	.header-icon span.map-title,
	.header-icon span.contact-title
	{
		display: none;
	}

	#header-widgets #search-wrapper{
		display:none;
	}
	
	#header-widgets .header-icon.contact{
		border-right:none;
	}
}

@media (max-width: 490px){
	.weather-flyout #current-cond-wrapper {
		left: 31%;
	}
	
	.weather-flyout #wf-snow-rpt-link {
		left: 31%;
	}
	
}

@media (max-width: 350px){
	#buy-tickets-btn{
		display:none;
	}
	
}

@media (max-width: 300px){
	
	.weather-flyout .wf-snow-stat-wrapper {
		width: 40%;
	}
	
	.weather-flyout #wf-lifts-wrapper {
		width: 100%;
		padding-left: 40%;
	}
	
	.weather-flyout .lift-wrapper {
		width: 60%;
	}
	
	.weather-flyout .lift-wrapper:first-child:after,
	.weather-flyout .lift-wrapper.runs {
		display:none;
	}
	
	
	
}



/* Interior Header */

.page-header-image {
    padding: 0;
	/* max-height:270px; */
	overflow:hidden;

}
.page-header-image img{
	width:100%;
}



/* search form */

#searchsubmit{
	display:none;
}


#search-icon{
	color:#FFF;
	/*float:left;*/
}

div#search-form{
	float:right;
	width: 124px;
}

form#searchform{
	max-width: 86px;
    display: inherit;
    vertical-align: middle;
}


#search-form .search-field.form-control{
	padding: 0 5px;
	height: 24px;
	font-family:futura-pt-condensed;
	text-transform:uppercase;
	color:#575759;
}

#search-form .search-field.form-control.no-background{
		background-color:transparent;
		-webkit-box-shadow:none;
		box-shadow: none;
		border: none;
		color:#575759;
		font-family:futura-pt-condensed;
}

#search-form .search-field.form-control.no-background:hover {
    background-color: #FFF !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	color: #575759;;
/*	color:#555555; */

}
#search-form .search-field.no-background::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #FFF;
	font-family:futura-pt-condensed;
} 
#search-form .search-field.no-background::-moz-placeholder { /* Firefox 19+ */
	color: #FFF;
	font-family:futura-pt-condensed;
}
#search-form .search-field.no-background:-ms-input-placeholder{ /* IE 10+ */
	color: #FFF;
	font-family:futura-pt-condensed;
}
#search-form .search-field.no-background:-moz-placeholder {/* Firefox 18- */
	color: #FFF;
	font-family:futura-pt-condensed;
	font-size:10px;
	height:24px;
}


@media (max-width: 450px){	
	div#search-form {
    margin-right: 0;
	}
	.ci-right.contact-info-title {
		float: left;
		margin-right: 10px;
	}	
	
	#contact-info{
		width: 210px;
	}
	
}

@media (max-width: 370px){	
	div#search-form {
    margin-right: -25px;
	}
}




/* Content */

#content-header{
	padding-left: 0;
    padding-right: 0;
}

#content-header .page-title{
	text-align: center;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    color: #FFF;
	font-size: 2.5rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3),-2px 2px 4px rgba(0,0,0,0.3),2px -2px 4px rgba(0,0,0,0.3),-2px -2px 4px rgba(0,0,0,0.3);

}


#content-header .page-header-img img{
	width:100% !important;
	object-fit: cover;
	height:300px;
	
}

#content-header .page-header-img.compat-object-fit{
	background-size: cover;
	background-position: center center;
	
}
#content-header .page-header-img.compat-object-fit img{
	opacity: 0;
}

.interior-page-header .svg-icon svg .cls-1{
	fill:#FFF;
}

.interior-page-header .svg-icon  {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  
    border: solid 5px #FFF;
    border-radius: 55px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1), -2px 2px 4px rgba(0,0,0,0.1), 2px -2px 4px rgba(0,0,0,0.1), -2px -2px 4px rgba(0,0,0,0.1), inset 0 0 10px;
    background-color: rgba(0,0,0,0.2);
  /*  
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.5));
	        filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.5));
 */
}



/*
.main-content:before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: linear-gradient(rgba(0,52,102,0.4) , rgba(0,52,102,0.0) );
    z-index: 1;
    position: absolute;
}
*/

.page-template-default .main-content>.container>.row{
	margin-top: 15px;
	margin-bottom: 15px;
}

.main-content-inner {
	padding-bottom: 0;
	background-color: #FFF;

}

@media (min-width: 860px){
	.main-content-inner {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.home .main-content-inner {
	padding-bottom: 1.5rem;
	min-height: 400px;
	border-left: none;
    margin-top: 0;
	padding-left: 15px;
    padding-right: 15px;

	
}
.main-content-inner>article>.entry-content{
	text-align: center;
}

.lower-copy {
    text-align: left;
}


.main-content-inner>article>.entry-content.left{
	text-align: left;
}

/* Right Sidebar */

@media (min-width: 992px){

	.right-sidebar{
		border-left: solid 1px #000;
	}
}

.right-sidebar .widget{
	margin-bottom:2.3rem;
}
.right-sidebar .widget-title {
    background-color: #9E9FA3;
    width: 100%;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    padding: 10px;
	text-align: center;
}

.right-sidebar .textwidget>h3{
	margin: 4px 0;
}

.right-sidebar .textwidget img{
	margin:  0 auto;
}

.hentry {
	margin: 0 0 1.5rem;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

/* fix to show dropdowns on hover 

@media (min-width: 768px){
	.dropdown:hover .dropdown-menu {
	  display: block;
	}
}





.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

*/
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2rem; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5rem; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}


.main-content>.container{
	background-color:#FFF;
	
}


/* home page */

#home-slider aside.home-slider{
	margin-bottom:0;
}

div#home-featured-items-inner {
    margin-left: 0px;
    margin-right: 0px;
}




/* home page featured items */
/* hide widget titles */

.home-tiles-upper, .home-tiles-lower{
	padding:0;
	
}

/*
#home-featured-items-upper{
	background-image: linear-gradient(rgba(255,255,255,0) , #FFF 60px);
	position: inherit;
    margin-top: -60px;
}
*/

#home-featured-items-upper aside.widget{
	.make-xs-column(3);
	margin-bottom: 0;
	margin-top: 30px;
}
#home-featured-items-upper h3.widget-title{
	display:none;
	margin:0;
}

#home-featured-items-upper  .item-tile{
	overflow: auto;
	padding:0 0 30px 0;
	width: 33%;
    display: -webkit-inline-box;
	display: inline-block;
	text-align:center;
	
}

#home-featured-items-upper  .tile-img{
	width: 100px;
    height: 100px;

	border: solid 4px;
	border-color:#8e2425;
    border-radius: 50px;

	display: inherit;
	position: relative;
}

#home-featured-items-upper  .tile-img{
	-webkit-transition: background 0s linear;
	-moz-transition: background 0s linear;
	-o-transition: background 0s linear;
	-ms-transition: background 0s linear;
	transition: background 0s linear;
	background: rgba(0,0,0,.0);
}
/*
#home-featured-items-upper  .tile-img:hover{	
	background: rgba(0,0,0,.1);
}
*/
/*
#home-featured-items-upper  .tile-img:after,
#home-featured-items-upper  .tile-img:before{
    display: -webkit-inline-box;
	display: inline-block;
    position: absolute;
    top: 45px;
    width: 50px;
    height: 2px;
    background-color: #003466;
    content: "";
	-webkit-transition: width 1s linear;
	-moz-transition: widthn 1s linear;
	-o-transition: width 1s linear;
	-ms-transition: width 1s linear;
	transition: width 1s linear;
}


#home-featured-items-upper  .tile-img:hover:before,
#home-featured-items-upper  .tile-img:hover:after{
	width:15px;


}
#home-featured-items-upper  .tile-img:after{
	left: 96px;
}
#home-featured-items-upper  .tile-img:before{
    right: 96px;

}
*/

#home-featured-items-upper.item-tile h3.title {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0px 30px 0px 30px;
	margin-bottom:0;
}

#home-featured-items-upper  .excerpt{
	width:100%;
	padding:10px 30px 10px 30px;
	height:6.2rem;
	min-height:6.2rem;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.4rem;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.item-tile.service-tile .tile-img.compat-object-fit{
	background-image:none !important;
}

@media (max-width: 768px){
	#home-featured-items-upper .item-tile {
		width: 100%;
	}
	#home-featured-items-upper aside.widget {
		margin-top: 28px;
	}
}
/*Featured Items Lower */

#home-featured-items-lower h3.widget-title{
	display:none;
}

.home-tiles-lower.widget{
	margin-bottom:0;
}

.full-width-image-tile.item-tile .tile-img {
	height: 365px;
	overflow:hidden;
	
}


.full-width-image-tile.item-tile .tile-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 220px;
}

/*fix for ie */
.full-width-image-tile.item-tile .tile-img.compat-object-fit{
	background-size: cover;
	background-position: center center;
	
}
.full-width-image-tile.item-tile .tile-img.compat-object-fit img{
	opacity: 0;
}

/*blue screen */
.full-width-image-tile.item-tile .tile-img a:after{
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,52,102,0.3);

	transition: background-color 0s ease;
}

.full-width-image-tile.item-tile .tile-img a:hover:after{
	background-color: rgba(0,52,102,0.7);
	
}
/*end blue screen */

.full-width-image-tile.item-tile h3.title{
	color:#FFF;
	font-size:.9rem;
	width:100%;
	text-align:center;
	position:absolute;
	top:30%;
	
}

.full-width-image-tile.item-tile .excerpt{
	color: #FFF;
	font-family: futura-pt;
	font-size: .9rem;
	padding: 0px 52px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 52%;
	pointer-events: none;
}

.full-width-image-tile.item-tile .btn-wrapper{
    text-align: center;
    position: absolute;
    top: 41%;
    width: 100%;
	pointer-events: none;
}

.full-width-image-tile.item-tile .btn-wrapper a:hover{
	/*background-color: rgba(0,52,102,.7);*/
	color :red;
}


.full-width-image-tile.item-tile .btn-wrapper a.button{
	padding:0px;
    border: none;
    background-color: transparent;
	font-weight: 700;
	pointer-events: none;

}

.full-width-image-tile.item-tile .hwd-t-underline:after {
  background-color: #FFF;
}

.hwd-t-underline.active:after  {
  width: 100%;
}

@media (max-width: 767px){

	#home-featured-items-upper .excerpt {
		height: auto;
		min-height: 0;
	}
	
}
/*
#home-featured-items-upper .btn-wrapper{
	padding-top:5px;
}
*/
a.link-button
{
	/*position:absolute;
    bottom:15px;
    right:35px;*/
	padding-left:30px;
	float:left;
	background-color: #FFF;
	color:#8e2425;
	font-family:futura-pt;
	text-transform:uppercase;
	font-weight:bold;

}
a.link-button{
	float:none;
}

a.link-button:hover{
	color:#809bbb;
}
a.link-button:after
{
	content:"  \f054";
	font-family: FontAwesome;
	font-size:.8rem;
	
}


.home.page .main-content>.container,
.home.page .main-content-inner{
	padding-bottom:0;
}


/* Sign up row */

#footer-top div#email-wrapper {
    margin-top: 20px;
}

#footer-top{
	text-align:center;
	background-color: #BDBEC0;
	color:#FFF;
	/*border-top:solid 20px #FFF;*/
	font-size:20px;
}

.footer-top.widget{
	margin-bottom:.25rem;
}


#footer-top h3.widget-title {
    font-size: 1.4rem;
	margin-bottom: 0;
	color:#8e2425;
}


@media (max-width: 667px){

}


@media (max-width: 480px){
	#footer-top .email-field {
		width: 90%;
  	}
}

@media (max-width: 800px){
	#footer-top .email-field {
		width: 60%;
  	}
	input#emailsubmit {
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;
		display: block;
	}
}


.site-footer-inner h3.widget-title{
	color:#FFF;
}

.btn.btn-default,
.button{
	background-color: #8e2425;
	color:#FFF;
	padding:4px 15px;
	border:none;
	font-family:futura-pt;
	text-transform:uppercase;
	font-size:14px;
	margin: 10px 0px 10px 0px;
	display: -webkit-inline-box;
	display: inline-block;
	font-weight:700;
}
.btn.btn-default a,
.button a{
	color:#FFF;
}

.btn.btn-default:hover,
.button:hover{
	background-color: #8399b9;
	color:#FFF;
	/* text-decoration:none; */
}
.btn.btn-default:visited,
.button:visited{
	color:#FFF;
}


.interior-below-content h3.widget-title{
	display:none;
}


.content-block-title 
{
    line-height: 2.2rem; }

/* Content Block: Image Float Left*/

.content_block_wrapper.image-float-left {
    /*margin-left: 18px;*/
	margin-left:42px;
    margin-top: 24px;
	text-align:left;
}

.content_block_wrapper.image-float-left .content-block {
	display: -webkit-inline-box;
    display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	min-height: 280px;
    position: relative;
}

.content_block_wrapper.image-float-left .content-block-title{
    font-size: 2rem;
	margin-top: -6px;
}

.content_block_wrapper.image-float-left .embed-code, 
.content_block_wrapper.image-float-left .content-block-image{
	position: absolute;
    top: 0;
    height: 100%;
	left:0;
	width:48%;
}
.content_block_wrapper.image-float-left .content-block-image img {
	width: 100%; 
    height: 100%;
	max-height: 300px;
	object-fit: cover;
}

/* fix for ie*/
.content_block_wrapper.image-float-left .content-block-image.compat-object-fit{
	background-size: cover;
	background-position: center center;
	
}
.content_block_wrapper.image-float-left .content-block-image.compat-object-fit img{
	opacity: 0;
}


.content_block_wrapper.image-float-left .content-block-title{
	text-transform: uppercase;
    font-weight: 700;
    color: #8e2425;
}

.content_block_wrapper.image-float-left .content-block-title,
.content_block_wrapper.image-float-left .content-block-copy,
.content_block_wrapper.image-float-left .content-block-link{
    margin-left: 50%;
	margin-top: 0px;
}

.content_block_wrapper.image-float-left .content-block-copy{
	display: -webkit-inline-box;
	display:inline-block;
	margin-bottom: 73px;
}

.content_block_wrapper.image-float-left  .content-block-link{
	position: absolute;
    bottom: 20px;
}

@media (max-width: 850px){
	
    /* margin-left: 18px; */
	.content_block_wrapper.image-float-left {
		width:100%;	
	}
	.content_block_wrapper.image-float-left,
	.content_block_wrapper.image-float-left .content-block-title,
	.content_block_wrapper.image-float-left .content-block-copy,
	.content_block_wrapper.image-float-left .content-block-link{
	/*margin-left: 60px;*/
	margin-left: 0;
	}
	
	.content_block_wrapper.image-float-left .content-block-copy	{
		margin-top: 14px;
	}
	
	.content_block_wrapper.image-float-left .embed-code, 
	.content_block_wrapper.image-float-left .content-block-image {
		position: relative;
		height: auto;
		width: 100%;
		/*padding-left: 60px;*/
		padding-left: 0;
	}
}

/* Content Block: Image Alternate Float*/

.content_block_wrapper.image-alternate-float {
    margin-left: -15px;
   /* margin-right: -15px;*/
	text-align: left;
}

.content_block_wrapper.image-alternate-float .content-block{
	display: -webkit-inline-box;
    display: inline-block;
	width: 100%;
	background-color: #A3A4A8;
	margin-top: 20px;
	/*overflow: hidden;*/
	min-height: 280px;
	position: relative;
}

.content_block_wrapper.image-alternate-float .content-block .content-block-title{
	margin-top: 30px;
    font-size: 2rem;

}
.content_block_wrapper.image-alternate-float .content-block .embed-code, 
.content_block_wrapper.image-alternate-float .content-block .content-block-image{
	position:absolute;
	top:0;
	height:100%
}
.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .embed-code, 
.content_block_wrapper.image-alternate-float .content-block:nth-child(odd)  .content-block-image{
		left:0;
}

.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .embed-code, 
.content_block_wrapper.image-alternate-float .content-block:nth-child(even)  .content-block-image{
		right:0;
}

.content_block_wrapper.image-alternate-float .content-block .content-block-title,
.content_block_wrapper.image-alternate-float .content-block .content-block-copy{
	display: -webkit-inline-box;
	display:inline-block;
}

.content_block_wrapper.image-alternate-float .content-block .content-block-copy {
    margin-bottom: 72px;
}

.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-title,
.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-copy,
.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-link {
    margin-left: 42%;
	margin-right: 75px;

}

.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-title,
.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-copy,
.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-link{
    margin-right: 42%;
	margin-left: 75px;

}
.content_block_wrapper.image-alternate-float .content-block .embed-code, 
.content_block_wrapper.image-alternate-float .content-block .content-block-image{
	width:38%;
	/*margin-top: -107px;*/
}
.content_block_wrapper.image-alternate-float .content-block .content-block-image img {
    height: 100%;
	object-fit: cover;
}

/* fix for ie*/
.content_block_wrapper.image-alternate-float .content-block .tile-img.compat-object-fit{
	background-size: cover;
	background-position: center center;
	
}
.content_block_wrapper.image-alternate-float .content-block.tile-img.compat-object-fit img{
	opacity: 0;
}



.content_block_wrapper.image-alternate-float .content-block .content-block-link {
    position: absolute;
    bottom: 20px;
}


@media (max-width: 499px){
	.content_block_wrapper.image-alternate-float .content-block .content-block-image{
		display:none;
	}
	
	.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-title,
	.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-copyr,
	.content_block_wrapper.image-alternate-float .content-block:nth-child(even) .content-block-link,
	.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-title,
	.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-copy,
	.content_block_wrapper.image-alternate-float .content-block:nth-child(odd) .content-block-link{
		margin-right: 30px;
		margin-left: 75px;
	}
	
}

/* Rate Grids */


.interior-content.container {
    padding-bottom: 0;
}

.interior-bottom h3.widget-title{
	display:none;
}


.interior-bottom .item-tile-wrapper.rate-grid .title{
	position: relative; /* for child pseudo-element */
	z-index: 0;
	margin: 0 -600rem;
	/* add back negative margin value */
	padding: 0 600rem;
	background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 2px;
}

.interior-bottom  aside.widget{
	margin-bottom: 0;
	
}

.interior-bottom .item-tile-wrapper.rate-grid .title:before{
  content: "";
  position: absolute;
  z-index: -1; /* behind parent */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.item-tile-wrapper.rate-grid {
	background-color: #8e2425;
	position: relative; /* for child pseudo-element */
	z-index: 0;
	margin: 0 -600rem;
	/* add back negative margin value */
	padding: 0 600rem;
	
}

.item-tile-wrapper.rate-grid:before {
	content: "";
	position: absolute;
	z-index: -1; /* behind parent */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	
}


.item-tile-wrapper.rate-grid .item-tile{
  	display: -webkit-inline-box;
    display: inline-block;
	width: 100%;
  
}


.item-tile-wrapper.rate-grid .item-tile img{
	width: auto;
	max-height:250px
  
}
.item-tile-wrapper.rate-grid.services .item-tile img{
	max-height:350px;
}




/*News Page */

.post-date{
	color: #361c0f;
	font-weight:bold;
}

.post-date:after{
	content: ": "
}



/* footer */


footer#colophon{
	color:#FFF;
	font-size:.8rem;
}

footer#colophon a{
		color:#FFF;
}

footer#colophon a:hover{
	color:#BDBEC0;
	/* text-decoration:none; */
}
footer#colophon  #footer-bottom{
	background-color: #8e2425;

}

.footer-col{
	margin-top: 20px;
	
}



/*fix for photo gallery nav */
.foogallery-image-viewer > .fiv-inner > .fiv-ctrls > .fiv-prev > span, 
.foogallery-image-viewer > .fiv-inner > .fiv-ctrls > .fiv-next > span{
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Animations */

/* up-triangle */


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on:after{
	content:" ";
	display:block;
	position:relative;
	bottom:10px;
	margin-bottom: -10px;
	margin-left:auto;
	margin-right:auto;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #8e2425;
}


.hwd-t-underline {
  position: relative;
}

@media only screen and (min-width: 701px){
	#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.hwd-t-underline:after ,
	.hwd-t-underline:after {
	  display: block;
	  left: 0;
	  width: 0;
	  height: 4px;
	  background-color: #8e2425;
	  content: "";
	  -webkit-transition: width 0s linear;
	  -moz-transition: widthn 0s linear;
	  -o-transition: width 0s linear;
	  -ms-transition: width 0s linear;
	  transition: width 0s linear;
	  margin-left: auto !important;
	  margin-right: auto !important;
	}


	#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.hwd-t-underline:hover:after ,
	.hwd-t-underline:hover:after {
	  width: 100%;
	}
}
/* keep underline when flyout is open */
#mega-menu-wrap-primary #mega-menu-primary  li.mega-toggle-on a.mega-menu-link.hwd-t-underline:after {
	display:block;
	width: 100%;
}


.page-header-image{
	display:none;
}

/*calendar */

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li {
    display: initial;
}


#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
    color: #8e2425;
}

.right-sidebar table.tribe-mini-calendar {
    font-size: 10px;

}

a.calendar-btn.button {
    width: 100%;
	text-align: center;
    font-weight: 300;
}


.main-content-inner.events-calendar-header {
    margin-bottom: 20px;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: none;
}

#tribe-events-content {
    margin-bottom: 4px;
}
.event-footer{
	text-align:center;
}

/*event detail */

.single-tribe_events .tribe-events-cal-links{
	display:none;
}

h1.tribe-events-single-event-title{
	font-weight:700;
}

.single-event-date{
	font-weight:700;
	text-transform:uppercase;
	font-size:1.2rem;
}

.single-event-day{
	font-weight:500;
	text-transform:uppercase;
	font-size:1.2rem;
}

.event-times:before{
	content:"|";
	font-weight:700;
	font-size:1.2rem;
	padding:0 5px;
}

.tribe-events-schedule {
	margin-top:0;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p{
	line-height: 1.2rem;
}

.event-details-heading{
	font-weight:700;
	text-transform:uppercase;
	font-size: 1.4rem;
	color:#8e2425;
	margin-left:0;
}

.event-details-col{
	padding-left:0;
}

.tribe-events-meta-group foogallery{
	padding-left:0;
}


dd.tribe-meta-value.galleryshortcode {
    margin-left: -10px;
    margin-right: -10px;
}



dd.tribe-meta-value.galleryshortcode  .fg-item {
    padding-right: 10px;
    padding-left: 10px;
    width: 33.33333%;
	margin-right:0px;
}

/*recurring-events list */
.recurring-events .re-title{
	color:#FFF;
	font-weight:500;
	text-transform:uppercase;
	font-size: .8rem;
	background-color:#9E9FA3;
	text-align:center;
	padding: 4px;
}

.recurring-events ul{ 
	list-style-type: none; 
	padding-left: 0;
	text-align:left;
	}

.recurring-events ul li{
	line-height:.9rem;
}	
	
.recurring-events ul li:nth-child(even){ 
	background-color: #D3D3D3;
	}
	
.recurring-events ul li .re-date{
	margin-left: 6px;
	width:60%;
	display: -webkit-inline-box;
	display: inline-block;
	font-size:.8rem;
}
	
.recurring-events ul li .button{
	margin: 2px 0px;
	font-weight:500;
	text-align:center;
	font-size:.8rem;
}

/*Featured Events Sidebar */

.tribe-events-list-widget .tribe-event-featured,
.tribe-events-venue-widget .tribe-event-featured,
.tribe-mini-calendar-list-wrapper .tribe-event-featured,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
    background-color: #FFF !important;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event {
    background: #FFF;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a,
 .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a {
    color: #8e2425;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event,
.tribe-mini-calendar-event{
	border-bottom: solid 1px #8e2425;
}

.tribe-events-adv-list-widget .tribe-event-featured, 
.tribe-mini-calendar-list-wrapper .tribe-event-featured {
	border-bottom: none;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-event-meta,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-duration,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-event-meta {
    color: #000;
}

.tribe-events-adv-list-widget .tribe-event-featured .list-info, .tribe-mini-calendar-list-wrapper .tribe-event-featured .list-info {
    padding: 0;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info,
.tribe-mini-calendar-event .list-info{
	width: 100%;
	font-size: .8rem;
    line-height: 1;
	margin-bottom:4px;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-date,
.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .tribe-events-duration,
.tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-event .tribe-events-duration{
	width: 100%;
	background: transparent;
	margin: 0;
	text-align: left;
	display:block;
	padding:0;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-date .list-dayname, 
.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-date .list-monthname, 
.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-date .list-daynumber, 
.tribe-mini-calendar-event .list-date .list-dayname, 
.tribe-mini-calendar-event .list-date .list-monthname, 
.tribe-mini-calendar-event .list-date .list-daynumber {
    background: transparent;
    color: #8e2425;
	display: -webkit-inline-box;
    display: inline-block;
    font-size: .8rem;
    letter-spacing: .5px;
    padding: 0;
    text-align: left;
    text-transform: none;
	width:auto;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .tribe-events-duration,
.tribe-mini-calendar-event .tribe-events-duration{
	font-weight:500;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .list-info h2,
.tribe-mini-calendar-event .list-info h2 {
    text-transform: uppercase;
	font-size: 1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 4px;
	color: #8e2425;
}

.type-tribe_events.tribe-event-featured .tribe-mini-calendar-event .button,
.tribe-mini-calendar-event .button{
	font-weight:500;
	margin: 5px 0;
	
}

/* forms */

.ninja-forms-cont {
    text-align: left;
    max-width: 400px;
}

/* Tweets Plugin*/

.aptf-tweets-wrapper.aptf-template-2 {
    font-size: 14px;
}

.aptf-single-tweet-wrapper {
    float: none;
    margin-bottom: 34px;
}

/* html sitemap*/

.html-sitemap ul{
	list-style-type: none;
    text-align: left;
}

/*lcp-catlist*/
 ul.lcp_catlist{
	list-style-type: none;
    text-align: left;
}

/*search Results Page */
form.search-form .search-submit.btn{
	vertical-align:top;
	vertical-align: top;
    margin: 0;
    height: 34px;
    border-radius: 0;
}

/* instagram widget */
ul.instagram-pics.instagram-size-small {
    list-style-type: none;
    padding: 0px;
	margin-top: -26px;
}

ul.instagram-pics.instagram-size-small li{
	width: 50%;
    float: left;
}
ul.instagram-pics.instagram-size-small li img{
	padding:1px;
	width: 100%;
}

/*INSTAGRAM BUTTON STYLING*/
 .null-instagram-feed p.clear a

{
        background-color: #8e2425;
        color:#FFF;
        padding:4px 15px;
        border:none;
        font-family:futura-pt;
        text-transform:uppercase;
        font-size:14px;
        margin: 10px 0px 10px 0px;
        display: -webkit-inline-box;
        display: inline-block;
        /*font-weight:700;*/
}

.null-instagram-feed p.clear a:hover{
        color:#809bbb;
}






/* Book Lodging Widget */


#CalendarWidget  #imgDown,
#CalendarWidget  #imgUp,
#CalendarWidget  #lblReset{
	display:none;
}

#CalendarWidget  .w_label{
	font-family:futura-pt;
}

/* Open Table Widget */

form#ism  h2.OT_feedTitle{
	display: none
}

form#ism {
	font-size:12px;
}

form#ism  #cal1Shim{
	height: 0;
}

form#ism img.partOfCal.spacer{
	display:none;
}

form#ism dd#OT_submitWrap {
    margin-top: 6px;
}

/* MENU STYLING - MAR */

.fdm-item-title  {text-transform: uppercase;}
.fdm-item-panel {text-align: left;}
.fdm-section-header h3 {font-weight:200; font-size: 30pt; text-align:left;}
.fdm-item-panel p {
    border-left: black;
    border-left-style: dotted;
    border-left-width: 3px;
padding-left: 15px;}

.fdm-item-panel .fdm-item-title { margin-bottom: 0.2rem; font-weight:100;}

/* SOCIAL FEEDS */

twitterwidget.twitter-tweet.twitter-tweet-rendered {
    display: none !important;
}

.social-streams{
	color:#000;
	margin-top: 6px !important;
}

@media (min-width: 860px){
	.social-streams{
		margin:0 64px;
	}

}
footer#colophon .fts-twitter-div a:hover,
footer#colophon .social-streams a:hover {
	color:#333 !important;
	text-decoration:underline !important;
}


footer#colophon a.fts-twitter-at-name:hover:before{
	text-decoration:none;
}
footer#colophon a.fts-twitter-at-name,
footer#colophon .social-streams a {
	color:#000 !important;
	font-weight:700;
}

div.ss-twitter>div.fts-twitter-div{
	height:auto !important;
	margin-bottom:16px;
}

.ss-twitter .tweeter-info .time,
a.fts-twitter-full-name{
	display:none;
}

.fts-tweeter-wrap .tweeter-info{
	box-shadow:none;
	border-bottom: solid 1px #eeeeee;
}

a.fts-twitter-at-name:before{
	content:'\f099';
	font-family: FontAwesome;
	margin-right:4px;
	font-size:18px;
	font-style:normal;
}

.fts-twitter-reply-wrap-left{
	display:none;
}

/*@media (min-width: 768px){ */
	.ss-instagram {
		border-left: solid 1px #eeeeee;
	}

@media (min-width: 992px){
	.ss-instagram {
	/*	border-right: solid 1px; */
	}
}


.ss-facebook  .ss-user:before{
	content:'\f082';
	font-family: FontAwesome;
	margin-right:6px;
	font-size:18px;
	font-style: normal;
}

.ss-instagram .ss-user:before{
	content:'\f16d';
	font-family: FontAwesome;
	margin-right:6px;
	font-size:1rem;
	font-style: normal;
}

.ss-pinterest  .ss-user:before{
	content:'\f0d2';
	font-family: FontAwesome;
	margin-right:6px;
	font-size:18px;
}
.social-streeams a:visited .ss-user,
.social-streeams a .ss-user{
	/* text-decoration:none; */
}



a.fts-twitter-at-name {
    font-size: .9rem!important;
    color: #8e2425!important;
    font-weight: 700!important;
}

.widget .fts-twitter-div .fts-uppercase, .widget .tweeter-info .fts-right, .widget .tweeter-info .fts-twitter-full-width{
	text-align:center !important;
	font-size:.9rem !important;
	display: inline;
  font-style:italic;
}


.fts-twitter-reply-wrap.fts-twitter-full-width,
.fts-tweet-others-right {
    display:none!important;
}

.fts-twitter-full-width br {
    display: none;
}

.widget .tweeter-info {
    min-height: 22px;
}

.fts-twitter-full-width {
	text-align: center !important; 
}

.fts-twitter-div {
	text-align: center !important; 
}

.fts-twitter-text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    display: inline-block;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    vertical-align: bottom;
}

.social-streams .ss-head{
	font-size:.9rem;
	line-height: 1;
	margin-bottom:6px;
	text-align: left;
	float:left; /*MAR*/
	width:100%;
   font-style: italic; /*MAR*/
   color: #000;
}

.social-streams .ss-head.ss-text{
	width: 100%;
	padding-right: 6px;
}



.social-streams .ss-user{
	font-weight:200;
	font-size:16px;
	margin-bottom: 3px;
	font-style:italic;/*MAR*/
}

.widget .fts-jal-single-fb-post {
	padding: 0px 0 10px!important;
}

.fts-jal-fb-description-wrap {
    display: none;
}

.fts-jal-single-fb-post,
.fts-jal-fb-user-name {
	padding:0 !important;
}
.fts-jal-fb-user-name{
	font-size:.9rem;
	line-height: 1;
}

.fts-jal-fb-user-name,
.fts-jal-fb-user-thumb,
.fts-jal-fb-header {
    display: none;
}

.fts-jal-fb-post-time {
    color: #000;
    padding-top: 0;
    margin-bottom: 2px;
}

.fts-jal-fb-message {
    padding-top: 2px;
    padding-right: 12px;
    line-height: 1;
	font-size:.9rem;
	color: #000;
}

.fts-jal-fb-message p {
    margin-bottom: 0 !important;
    text-align: left;
	font-style:italic; /*MAR*/

}

.fts-jal-fb-link-wrap,
.fts-jal-fb-picture {
    margin-top: 0px !important;
}

.fts-likes-shares-etc-wrap {
    display: none;
}


.fts-jal-fb-top-wrap {
	width:100%; 
	float:left;
    padding-right: 8px;
}


.fts-jal-fb-link-wrap.fts-album-photos-wrap {
	width:100%; 
	margin-left: 0;	
}

@media (max-width: 1222px){

	.fts-jal-fb-link-wrap.fts-album-photos-wrap {
		max-height: 200px;
		overflow: hidden;
	}

	a.fts-jal-fb-picture.fts-fb-large-photo {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	a.fts-jal-fb-picture.fts-fb-large-photo img{
		top: 50%;
		margin-top: -50%;
	}
}

.fts-jal-single-fb-post {
	border-bottom: none !important;
}
  

.fts-profile-wrap{
	display:none;
}

/* hide instagram overlays that show on hover */
.slicker-date,
.slicker-instaG-backg-link,
.fts-insta-likes-comments-grab-popup,
.slicker-instagram-placeholder .fts-instagram-icon:before {
	display:none !important;
}


.fts-instagram-inline-block-centered {
    text-align: left;
    font-size: 0;
    margin: auto;
}


@media (min-width: 1223px){
	
	.fts-jal-fb-link-wrap.fts-album-photos-wrap {
		width:49%; 
		margin-left: 51%;
	}
	
	.fts-jal-fb-top-wrap {
		width: 51%;
	}	
	.social-streams .ss-head{
		width:60%;
	}
	
	.social-streams .ss-head.ss-text{
		width: 40%;
	}

}

	  
/*
 * Row with equal height columns
 */
 

	.social-streams.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:  flex;
	}


 
 /* sitemap*/

ul.simple-sitemap-page,
ul.simple-sitemap-page ul.children{
	list-style: none;
}

ul.simple-sitemap-page li{
	text-align:left;
}


/* live chat */

.LPMcontainer {
    top: 586px !important;
}

@media (max-width: 859px){
	.LPMcontainer {
		top: 300px !important;
	}
}


/* LOGO SHOWCASE */
ul.slick-dots {
    display: none !important;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important;
}

.wpls-logo-cnt.slick-slide img {border: none !important;}


