/*
Theme Name: Planet Ski 2019
Theme URI: http://www.crossfarmdigital.com
Description: Planet Ski 2019 theme
Author: Dan Hurrell
Author URI: http://www.crossfarmdigital.com
Version: 1.0
*/
.grid-container {
	max-width: 75rem;
}
.grid-container .grid-container {
	padding: 0 !important;
}
.wrapper {
	padding: 2rem 0;
}
/*
TYPOGRAPHY
============
*/
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #34353A;
	background-color: rgba(234,234,234,1)
}
h1, h2, h3, h4, h5, h6, p, li  {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #34353A;
	line-height: 140%;
}
h1 {
	font-size: 2em;
	color: #34353A;
	line-height: 110%;
	margin-bottom: 2rem;
	font-weight: 700;
}
h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
	line-height: 110%;
}
h3 {	
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
	line-height: 110%;
}
h4 {
	font-size: 1.125rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	line-height: 110%;
}
h5 {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 110%;
}
.responsive-embed {
	margin-bottom: 0;
}
.bold {
	font-weight: 700;
}
.featured-image {
	overflow: hidden;
}
.aligncenter {
	display: block; margin-left: auto; margin-right: auto
}
iframe {
	border: none !important;
}
/*
LINKS
============
*/
a {
	color: #F06800;
}
a:hover {
	color: #34353A;
}
a:focus {outline:0;}
/*
HEADER
============
*/
#site-header {
	padding: 1rem 0 1rem 0;
	background-color: rgba(53,54,59,1);
	margin-bottom: 2rem;
	top: -200px;
	transition: top 0.5s;
	z-index: 1000000;
	display: block;
	width: 100%;
}
#site-header.fix-header {
	position: fixed;	
	padding: 1rem 0 1rem 0;
	top: 0;
}
#site-header.fix-header .search-cell,
#site-header.fix-header .follow-cell {
	display: none;
}
#site-header.fix-header .site-logo {
	max-height: 40px;
}
.site-logo {
	max-height: 86px;
}
/*
MAIN MENU
============
*/
.menu a {
    text-transform: uppercase;
	font-weight: 700;
	padding: 0 0.375rem;
	margin: 0 0.375rem;
	font-size: 1.375rem;
	color: #F4F8F9;
	opacity: 0.8;
}
.menu a:hover {
	color: #F06800;
	opacity: 1;
}
#site-header #menu-main-menu li:first-child a {
    margin-left: 0 !important;
	padding-left: 0 !important;
}
#site-header #menu-main-menu li:last-child a {
    margin-right: 0 !important;
	padding-right: 0 !important;
}
#site-header.fix-header .menu a {
	font-size: 1rem;
}
 .dropdown-submenu {
    position: absolute;
    top: 0.875rem;
    right: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background:#444444
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background:#444444
}
.menu.is-dropdown-submenu  a {
    text-transform: uppercase;
	font-weight: 500;
	padding:  0.25rem;
	margin:  0.25rem;
	font-size: 1rem;
	color: #F4F8F9;
	opacity: 0.8;
}
.menu.is-dropdown-submenu a:hover {
color: #F06800;
opacity: 1;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
    background:#444444;
}
.dropdown.menu .is-active > a {
    color:#F06800
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F06800 transparent transparent;
    right: 5px;
    left: auto;
    margin-top:-3px
}
.menu-item-gtranslate a {
	padding: 0.7rem 0.063rem !important;
	margin: 0 0.063rem !important;
}
/*
SEARCH
============
*/
.search-cell {
	background-color: rgba(255,255,255,1);
	margin-top: 1rem;
	padding: 0 0 0 0;
}
/*
FOLLOW
============
*/
.follow-title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.75rem !important;
	color: #F4F8F9;
	opacity: 0.6;
}
.follow-cell {
	background-color: rgba(240,104,0,1);
	line-height: 1.75rem;
	margin-top: 1rem;
	padding: 0.75rem 0.9375rem;
	border-left: 3.25rem solid #ffffff;
}
.menu-social {
	padding-top: 0.25rem;
}
.menu-social a {
	opacity: 0.6 !important;
}
.menu-social a:hover {
	opacity: 1 !important;
	color: #ffffff !important;
}

/*
FACEBOOK
=============
*/
.cff-wrapper {
	border: 1px solid #CCCCCC;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
/*
PAGE
=========================
*/
.content-main {
	background-color: rgba(255,255,255,1);
}
/*
CTA
=========================
*/
/*
POST
=========================
*/
h1.post-title {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
h2.post-title {
	margin-bottom: 0.5rem;
	text-transform: none; 
	margin-top: 0;
}
h2.post-title a {
	color:#34353A;
}
h2.post-title a:hover {
	color:#F06800;
}
.post-date {
	color: #ADA4AC;
	font-size: 0.813rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.post-preview {
	margin-bottom: 2rem;
	background-color: rgba(255,255,255,1);
	position: relative;
	overflow: hidden;
}
.post-tags {
	color: #ADA4AC;
	font-size: 0.813rem;
}
.post-tags a {
	color: #ADA4AC;
	font-size: 0.813rem;
}
.post-tags a {
	color: #ADA4AC;
}
.post-tags a:hover {
	color: #F06800;
}
.post-intro p {
	font-size: 1.125rem;
	font-weight: 700;
}
.post-intro p strong {
	font-size: 0.875rem;
	color: #999999;
}
.cats {
	position: absolute;
	top: 0.9375rem;
	left: 0.9375rem;
	background-color: rgba(240,104,0,1);
	padding: 0 0.25rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 100;
}
.cats a {
	color: #ffffff;
}
.content-main .post-content, 
.post-preview .post-content {
	padding: 0.9375rem;
}
.featured-image {
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}
.post-preview .featured-image:hover {
  transform: scale(1.1);
}
.post-preview .image-container {
	overflow:hidden;
}
.post-preview .featured-image {
	height: 250px;
}
.section-list .post-preview .image-container {
	width: 40%;
		float: left;
}
.section-list .post-preview .featured-image {
	height: 200px;
}
.section-list .post-preview .post-content  {
	width: 60%;
	float: right;
}
.section-banner {
	position: relative;
}
.post-featured-image,
.section-banner .featured-image {
	height: 400px;
}
.post-featured-image {
	margin-bottom: 2rem;
	position: relative;
}
.section-banner .post-content {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: rgba(255,255,255,0.95);
}
.mag-right .post-preview .image-container {
	width: 20%;
		float: left;
		height: 80px;
}
.mag-right .featured-image {
	width: auto;
	height: 100%;
}
.mag-right h2.post-title {
	font-size: 1rem;
	line-height: 110%;
}
.mag-right .post-content {
	width: 80%;
	float: right;
	padding: 0.5rem;
}
.mag-right .cats,
.mag-right .excerpt,
.mag-right .post-tags {
	display: none;
}	
.heateor_sss_sharing_container {
	margin-top: 0rem;
	margin-bottom: 2rem;
}
.story-footer {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #eaeaea;
}
.wp-caption {
	background: #eaeaea;
	font-size: 0.875rem;

}
.wp-caption-text {
	padding:0.625rem;
	font-style: italic;
	text-align: center;
}
.wp-caption img {
	width: 100%;
	margin-bottom: 0.625rem;
}

/*
ARCHIVE 
============
*/
.archive-main {
}
.archive-main h1 {

}
/*
PAGINATION
=========================
*/

.pagination .pages {
	margin-right: 0.5rem;
		font-size: 0.875rem;
}
.pagination a, .pagination button, .pagination .current  {
    display: inline-block;
    padding: 0.9375rem;
    border-radius: 0;
    color: #34353A;
	border: none;
	line-height: 100%;
	font-size: 1rem;
	font-weight: 600;
	background: #ffffff;
	margin-right: 0.375rem;
}
.pagination a:hover, .pagination button:hover {
    background: #F06800;
	color: #34353A;
}
.pagination .current {
	background-color: rgba(53,54,59,1);
	color: #ffffff;
	cursor: default;
	border: none;
	line-height: 100%;
	border-radius: 0;
}
/*
PAGES
============
*/
h1.page-title {
	margin-top: 2rem;
}
.page .content-main {
	padding: 0.9375rem;
}
/*
XSELLS
============
*/
.xsell {
	margin-bottom: 4rem;
}
h3.xsell-title {
	margin-top: 0px;
}
.site-sidebar h2.post-title {
	font-size: 1.25rem;
}
.site-sidebar .annual-review  h2.post-title {
	margin-bottom: 1.5rem;
}
.site-sidebar .post-date {
font-size: 0.933rem;
}
.site-sidebar  p {
	font-size: 0.933rem;
}
.site-sidebar .xsell p {
	font-size: 0.875rem;
}
/*
XSELLS - CATEGORIES
===================
*/
.widget_categories h3.xsell-title {
	margin-top: 0px;
	padding-bottom: 0rem;
	border-bottom: none;
	display: none;
}
.widget_categories ul {
	list-style: none;
	margin-left: 0;
}
.widget_categories ul li a {
	 padding-left: 0.935rem;
	 background-color: rgba(53,54,59,1);
	 padding-bottom: 0.5rem;
	 padding-top: 0.5rem;
	 display: block;
	 text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1px;
}
.widget_categories ul li a:hover {
	 padding-left: 1.125rem;
	 background-color: rgba(240,104,0,1);
}
/*
XSELLS - TRENDING
===================
*/
.xsell .post-preview {
	margin-top: 0px;
	margin-bottom: 5px;
}
h4.post-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 0.5rem;
	font-weight: 700;
}
h4.post-title a {
	color: #34353A;
}
h4.post-title a:hover {
	color: #F06800;
}
/*
XSELLS - CHOICE
===================
*/
.editors-choice img {
	width: 60px;
	height: 60px;
}
/*
SIDEBAR 
============
*/
.site-sidebar {
	padding-left: 2.9375rem;
}
/*
INFOBAR 
============
*/
#infobar {
	background-color: rgba(53,54,59,1);
}
#infobar h3 {
	color: #ffffff;
}
#infobar .snow-report iframe {
	width: 100%;
}
/*
PARTNERS 
============
*/
.partners {
	background-color: #ffffff;
}
.partners .section-title {
	text-transform: capitalize;
}
/*
FOOTER 
============
*/
.site-footer {	
	font-size: 0.875rem;	
	padding: 1rem 0;
	background-color: rgba(53,54,59,1);
	color: #ffffff;
}
.site-footer p {
		color: #ffffff;
}
.site-footer .menu {
	margin-bottom: 2rem;
}
.site-footer .menu a {
    text-transform: none;
	font-weight: 500;
	padding: 0.25rem 0.375rem;
	margin: 0.25rem 0.375rem;
	font-size: 0.875rem;	
	color: #F4F8F9;
	opacity: 0.8;
}
.site-footer .menu a:hover {
	color: #ffffff;
	opacity: 1;
}
/*
ADS 
============
*/
.ad-platinum {
	margin-bottom: 2rem;
}
.plane-news-list,
.plane-home-news-list {
	margin: 0 auto 2rem auto;
}
.plane-widget {
	text-align: center;
}
.ad-container {
	margin: 0 auto 0 auto;
}
.post-content .ad-container {
	margin: 2rem auto 2rem auto;
}
.plane-home-banners {
	margin-top: 1.5rem;
}
.plane-content {
	margin-bottom: 1rem;
}
/*
TRANSITIONS
============
*/
img, a, button, div {
 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*
RESPONSIVE NAVIGATION
===================
*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(53,54,59, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  display: none;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.25rem;
  color: #ffffff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay-content h3 {
  margin-top: 8px;
  color: #999999;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 1.25rem;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #F06800;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 0.9375rem;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*
MEDIA QUERIES
============
*/
/* Small only */
@media screen and (max-width: 39.9375em) {
.ad-platinum {
margin-bottom: 0;
}
.post-preview .featured-image {
	height: 150px;
}
.section-list .post-preview .image-container {
	width: 30%;
}
.section-list .post-preview .featured-image {
	height: 116px;
}
.section-list .post-preview .post-content  {
	width: 70%;
}
h2.post-title {
	font-size: 1rem;
	line-height: 110%;
}
.post-featured-image,
.section-banner .featured-image {
	height: 300px;
}
}
/* Medium and up */
@media screen and (min-width: 40em) {}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}
/* Large and up */
@media screen and (min-width: 64em) {
	#site-header {
		padding: 1rem 0 0 0;
	}
	.site-logo {
		max-height: 106px;
	}
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* VERTICAL MENU QUERIES */
@media screen and (max-height: 600px)  {}


.ui-datepicker {
  z-index: 100 !important;
}