/*
Theme Name: Skiing
Template: shapely
*/
html{
	max-height: 100%;
}
a:focus, 
a:hover{
	text-decoration: none;
}
#masthead,
.home #page #masthead{
	position: fixed;
    width: 100%;
    z-index: 1000;
}
#menu li{
	position: relative;
}
#menu li.active a{
	color: #5234f9;
}
.container.nav-bar {
    width: 100%;
}
.main-navigation{
	padding: 0;
    border: none;
}
#site-navigation .container > .flex-row{
	position: relative;
  	justify-content: center;
}
#site-navigation .flex-row .site-title-container{
	position: absolute;
    top: 0;
    left: -15px;
	padding: 0;
}
.site-title{
	font-size: 30px;
    line-height: 77px;
	font-weight: 500;
    display: block;
    background: #745cf9;
    color: #fff;
    padding: 0 30px;
	z-index: 999;
	position: relative;
}
.custom-logo-link:hover{
	text-decoration: none;
}
.header-phone{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 300;
}
.header-phone a{
	color: #745cf9;
}
.header-phone a i{
	display: none;
}
.nav-bar .header-phone a:not( .custom-logo-link ){
	height: 69px;
	line-height: 69px;
}
.main-navigation .menu li a{
	font-size: 12px;
	letter-spacing: 0;
}
.main-navigation .menu li a{
	height: auto;
}
.nav-bar .module:not( .site-title-container ), 
.nav-bar .module-group{
	height: auto;
	padding: 0;
}
.nav-bar {
    line-height: 69px;
}
.main-navigation .menu{
	height: auto;
}
.main-navigation .menu li a:hover, 
.main-navigation .menu li:hover > a, 
.main-navigation .menu > li:hover:after{
	color: #4c4c4c;
}
.main-navigation .menu li a:after{
	content:'';
	position: absolute;
    width: 0;
    height: 0;
    bottom: 8px;
    left: 50%;
    margin-left: -0.25em;
    opacity: 0;
    border-style: solid;
    border-width: 0.5em 0.25em 0 0.25em;
    border-color: #4c4c4c transparent transparent transparent;
	-webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    transform: translateY(-2em);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -moz-transition: opacity .4s, -moz-transform .4s;
    -ms-transition: opacity .4s, -ms-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    transition: opacity .4s, transform .4s;
}
#menu li.active a:after{
	border-color: #5234f9 transparent transparent transparent;
}
#menu li.active a:hover:after,
#menu li.active a:after,
.main-navigation .menu li a:hover:after{
	opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.home #content{
	position: relative;
}
.page-template #content #colophon,
.home #content #colophon{
	position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
	height: 0px;
	background: transparent;
}
.home #page{
	position: relative;
}
#colophon .site-info{
	display: none;
}
.home #main,
.align-transform .top-parallax-section{
	position: relative;
}
.home #main .video-widget{
	float: none;
}
.align-transform .top-parallax-section .col-md-offset-2,
.home #main .widget_custom_html{
	position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    max-width: 510px;
    bottom: 0;
	padding: 140px 50px 70px;
}
.home #main .widget_custom_html{
	padding: 50px;
	opacity: 0;
	-webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
	transform: translate(100%, -100%);
	animation: nopacityr 1s linear forwards;
	max-height: 100vh;
	top: 70px;
}
@keyframes nopacityr{
0% {opacity: 0; transform: translate(100%, -100%);}
100% {opacity: 1; transform: translate(0%, 0%);}
}
.align-transform .top-parallax-section .col-md-offset-2{
	right: auto;
	left: 0;
	margin: 0;
	width: 100%;
	float: none;
	height: 100vh;
	text-align: left;
	opacity: 0;
	-webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	animation: nopacity 1s linear forwards;
}
@keyframes nopacity{
0% {opacity: 0; transform: translate(-100%, -100%);}
100% {opacity: 1; transform: translate(0%, 0%);}
}
.home #main .widget_custom_html .custom-html-widget{
	max-height: 100%;
    height: 100%;
}
.content-holder{
	max-height: 65%;
    overflow-y: scroll;
}
.align-transform .top-parallax-section .col-md-offset-2 .content-holder{
	max-height: 46vh;
}
.page-template section.content-area{
	padding: 0;
}
.align-transform .top-parallax-section .col-md-offset-2 h1,
.home #main .widget_custom_html .widget-title{
	text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1em;
	color: #fff;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(116,92,249,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(116,92,249,0.4); 
}
.align-transform .top-parallax-section .col-md-offset-2 .btn,
.link-holder .about-link{
	line-height: 2.5em;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    background: #745cf9;
	width: 200px;
	font-size: 13px;
    text-align: center;
}
.align-transform .top-parallax-section .col-md-offset-2 .btn{
	font-size: 14px;
    border-radius: 0;
    border: none!important;
}
.align-transform .top-parallax-section .col-md-offset-2 .btn:hover{
	background: #5234f9 !important;
}
.about-link:hover{
	background: #5234f9;
}
.link-holder{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link-holder .about-link{
	margin-bottom: 20px;
}
.link-holder .about-link:last-of-type{
	margin: 0;
}
#custom_html-7, #custom_html-16{
	margin-top: 70px;
	padding: 30px 0 20px;
}
#custom_html-7 .custom-html-widget, #custom_html-16 .custom-html-widget{
	text-align: center;
}
#media_image-10,
#media_image-12{
	display: none;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166,
#wpsm_tabs_r_widget_id-3 #tab_container_94{
	display: flex;
    flex-direction: column;
	margin-bottom: 30px;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .wpsm_nav,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .wpsm_nav{
	order: 2;
	justify-content: center;
    display: flex;
	margin-top: 50px!important;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .tab-content,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .tab-content{
	order: 1;
	background: transparent;
	padding: 0;
}
.msacwl-carousel-slide a{
	height: 400px;
	overflow: hidden;
	position: relative;
}
.msacwl-carousel-slide a:after{
	font-family: FontAwesome;
	content: "\f002";
	width: 50px;
	height: 50px;
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background: #745cf9;
	    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -moz-transition: opacity .4s, -moz-transform .4s;
    -ms-transition: opacity .4s, -ms-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    transition: opacity .4s, transform .4s;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.msacwl-carousel-slide a:hover:after{
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.msacwl-carousel-slide a img{
  transition: transform .4s;
}
.msacwl-carousel-slide a:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#shapely-page-title-5 .page-title-section,
#shapely-page-title-3 .page-title-section {
    height: auto;
    padding: 0;
	background: transparent;
}
#shapely-page-title-5 .col-xs-12,
#shapely-page-title-3 .col-xs-12{
	width: 40%;
	float: right;
}
#shapely-page-title-5 .page-title,
#shapely-page-title-3 .page-title{
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	text-align: right;
	color: #fff!important;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .wpsm_nav-tabs > li a,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .wpsm_nav-tabs > li a{
	background: rgba(0,0,0,0.5)!important;
	border: none!important;
	padding: 0;
	font-size: 12px!important;
	color: #fff!important;
	text-transform: uppercase;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .wpsm_nav-tabs > li a span,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .wpsm_nav-tabs > li a span{
	font-weight: 900;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .wpsm_nav-tabs > li a:hover,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .wpsm_nav-tabs > li a:hover{
	text-decoration: underline!important;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .wpsm_nav-tabs > li.active a,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .wpsm_nav-tabs > li.active a{
	font-size: 12px!important;
	text-transform: uppercase;
	text-decoration: underline!important;
	color: #745cf9!important;
	font-weight: 900;
}
#wpsm_tabs_r_widget_id-7 #tab_container_166 .tab-content,
#wpsm_tabs_r_widget_id-3 #tab_container_94 .tab-content{
	background-color: transparent!important;
}
#custom_html-11,
#custom_html-15,
#wpsm_tabs_r_widget_id-5,
#wpsm_tabs_r_widget_id-8{
	display: none;
}
.main-navigation .menu li.menu-tel{
	margin-left: 20vw;
}
.main-navigation .menu li.menu-tel a{
	font-size: 18px;
}
.main-navigation .menu li.menu-tel a:hover:after,
.main-navigation .menu li.menu-tel.active a{
	display: none;
}
#media_image-14,
#media_image-16{
	display: none;
}
#wpsm_tabs_r_widget_id-7,
#wpsm_tabs_r_widget_id-3{
	margin-top: 70px;
}
.msacwl-gallery-carousel button.slick-prev,
.msacwl-gallery-carousel button.slick-prev:hover,
.msacwl-gallery-slider button.slick-prev,
.msacwl-gallery-slider button.slick-prev:hover{
	background: #745cf9 url('/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-left.png') center center no-repeat !important;
	background-size: 15px 26px !important;
}
.msacwl-gallery-carousel button.slick-next, 
.msacwl-gallery-carousel button.slick-next:hover,
.msacwl-gallery-slider button.slick-next,
.msacwl-gallery-slider button.slick-next:hover{
	background: #745cf9 url('/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-right.png') center center no-repeat !important;
	background-size: 15px 26px !important;
}
.pll-parent-menu-item.dropdown:after{
	display: none;
}
.menu > li.dropdown.pll-parent-menu-item{
	padding-right: 0;
}
.main-navigation .menu > li.pll-parent-menu-item ul{
	border-radius: 0;
	border: none;
	width: auto;
	min-width: 40px;
    margin-left: -10px;
    text-align: center;
}
.main-navigation .menu > li.pll-parent-menu-item > ul li a{
	padding: 0 5px;
    line-height: 30px;
}
.main-navigation .menu li.pll-parent-menu-item > ul li a:hover:after{
	display: none;
}
#shapely_home_parallax-17 .align-transform .top-parallax-section .col-md-offset-2,
#shapely_home_parallax-15 .align-transform .top-parallax-section .col-md-offset-2{
	background: transparent;
    padding: 0;
    max-height: 100vh;
	max-width: calc(100vw - 510px);
}
#shapely_home_parallax-15 .align-transform .top-parallax-section .col-md-offset-2 .mb32{
	margin: 0;
}


@media screen and (max-width: 1200px){
	#site-navigation .container > .flex-row{
		justify-content: flex-end;
	}
	.header-phone{
		position: static;
	}
}
@media (max-width: 991px){
	.site-title-container {
		width: auto;
	}
	.module.widget-handle i{
		font-size: 30px;
	}
	.navbar-collapse{
		margin-top: 0;
	}
	.active.toggle-search + .module-group .navbar-collapse{
		margin-top: 20px;
	}
	.mobile-toggle i {
    	line-height: 70px !important;
	}
	#menu li.active a:hover:after, 
	#menu li.active a:after, 
	.main-navigation .menu li a:hover:after{
		display: none;
	}
	.home #main .widget_custom_html,
	.align-transform .top-parallax-section .col-md-offset-2{
		position: static;
		max-width: 100%;
		background: rgba(255,255,255,1);
		color: #000;
		padding: 50px 30px;
		height: auto;
	}
	.home #main .widget_custom_html .widget-title{
		color: #000;
	}
	.link-holder{
		justify-content: space-around;
	}
	.content-holder {
		max-height: 100%;
		overflow-y: auto;
	}
	#shapely-page-title-5 .col-xs-12,
	#shapely-page-title-3 .col-xs-12 {
    	width: 50%;
	}
	#wpsm_tabs_r_widget_id-3,
	#wpsm_tabs_r_widget_id-7,
	#shapely-page-title-3,
	#shapely-page-title-5{
		display: none;
	}
	#custom_html-11,
	#custom_html-15,
	#wpsm_tabs_r_widget_id-5,
	#wpsm_tabs_r_widget_id-8{
		display: block;
	}
	#wpsm_tabs_r_widget_id-8 #tab_container_168,
	#wpsm_tabs_r_widget_id-5 #tab_container_109{
	display: flex;
    flex-direction: column;
	margin-bottom: 0;
		position: relative;
}
#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav,
#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav{
	order: 2;
	justify-content: center;
    display: flex;
	margin-top: 0px!important;
	background: #fff;
    margin: 0!important;
    padding: 50px 0;
}
#wpsm_tabs_r_widget_id-8 #tab_container_168 .tab-content,
#wpsm_tabs_r_widget_id-5 #tab_container_109 .tab-content{
	order: 1;
	background-color: #B2A5FC!important;
	padding: 0 30px;
}
.msacwl-slide a{
	height: 350px;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	display: block;
}
	.msacwl-slide a img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
.msacwl-slide a:after{
	font-family: FontAwesome;
	content: "\f002";
	width: 50px;
	height: 50px;
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background: #745cf9;
	    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -moz-transition: opacity .4s, -moz-transform .4s;
    -ms-transition: opacity .4s, -ms-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    transition: opacity .4s, transform .4s;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.msacwl-slide a:hover:after{
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.msacwl-slide a img{
  transition: transform .4s;
}
.msacwl-slide a:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav-tabs > li a,
#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav-tabs > li a{
	background: transparent!important;
	border: none!important;
	padding: 0;
	font-size: 10px!important;
	color: #7062BB!important;
	font-weight: 900;
	text-transform: uppercase;
}
#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav-tabs > li a:hover,
#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav-tabs > li a:hover{
	text-decoration: underline!important;
}
#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav-tabs > li.active a,
#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav-tabs > li.active a{
	font-size: 12px!important;
	text-transform: uppercase;
	text-decoration: underline!important;
	color: #745cf9!important;
	font-weight: 900;
	position: relative;
}
	#custom_html-15 .widget-title,
	#custom_html-11 .widget-title{
		text-align: center;
		background: #7062BB;
		margin: 0;
		line-height: 70px;
		font-size: 14px;
		color: #fff;
	}
	#wpsm_tabs_r_widget_id-8 #tab_container_168:before,
	#wpsm_tabs_r_widget_id-5 #tab_container_109:before{
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10px;
		display: block;
		background: #7062BB;
	}
	.msacwl-slide a:after{
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#media_image-14,
	#media_image-16{
		display: block;
	}
	#media_image-14 img,
	#media_image-16 img{
		width: 100%;
	}
	.align-transform .top-parallax-section .col-md-offset-2 .content-holder{
		max-height: 100%;
	}
	.align-transform .top-parallax-section .col-md-offset-2 .content-holder p{
		color: #000;
	}
	.align-transform .top-parallax-section .col-md-offset-2 h1{
		color: #000;
		font-size: 22px;
    	line-height: 24px;
	}
	#shapely_home_parallax-10 .cover,
	#content section.content-area{
		overflow: visible;
	}
	#masthead, 
	.home #page #masthead{
		position: static;
	}
	#shapely_home_parallax-10 .align-transform{
		overflow: hidden;
	}
	#shapely_home_parallax-10 .top-parallax-section{
		padding: 0 15px;
	}
	.home section.content-area{
		padding: 0;
	}
	.nav-bar .header-phone a:not( .custom-logo-link ){
		color: transparent;
		display: flex;
    	align-items: center;
		width: 30px;
	}
	.header-phone{
		right: 5%;
		position: absolute;
	}
	.header-phone a i{
		display: inline-block;
		line-height: 30px;
		font-size: 30px;
		color: #745cf9;
	}
	.home #main .widget_custom_html, 
	.align-transform .top-parallax-section .col-md-offset-2{
		min-height: min-content;
	}
	.link-holder .about-link:last-of-type{
		margin-bottom: 20px;
	}
}
@media (max-width: 768px){
	.msacwl-slide a {
		height: 300px;
		max-height: 300px;
	}
	.header-phone {
		right: 8%;
	}
	#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav-tabs > li,
	#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav-tabs > li{
		margin: 0!important;
	}
	#wpsm_tabs_r_widget_id-8 #tab_container_168 .wpsm_nav, 
	#wpsm_tabs_r_widget_id-5 #tab_container_109 .wpsm_nav{
		justify-content: space-around;
	}
}
@media (max-width: 640px){
	.header-phone {
		right: 10%;
	}
}
@media (max-width: 480px){
	.site-title {
    	font-size: 22px;
		padding: 0 15px;
	}
	.link-holder{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.link-holder .about-link,
	.align-transform .top-parallax-section .col-md-offset-2 .btn{
		margin: 0 0 20px;
	}
	#custom_html-7 .custom-html-widget{
		padding: 0 20px;
	}
	.site-title{
		line-height: 70px;
	}
	#site-navigation .module.widget-handle i{
		color: #fff;
		padding: 0;
	}
	.main-navigation{
		background: #745cf9;
	}
	.active.toggle-search + .module-group .navbar-collapse{
		margin-top: 0;
	}
	.main-navigation .menu li a,
	#menu li.active a{
		color: #fff;
		font-weight: 500;
	}
	.home #main .video-widget{
		display: none;
	}
	#media_image-10,
	#media_image-12{
		display: block;
	}
	#shapely_home_parallax-15,
	#shapely_home_parallax-17{
		display: none;
	}
	#wpsm_tabs_r_widget_id-8 #tab_container_168 .tab-content,
	#wpsm_tabs_r_widget_id-5 #tab_container_109 .tab-content{
		padding: 0 15px;
	}
	.top-parallax-section .mb32{
		margin-bottom: 10px;
	}
	.header-phone a i{
		line-height: 20px;
		font-size: 20px;
		color: #fff;
		margin-top: 2px;
	}
	.module.widget-handle i {
		font-size: 20px;
	}
	.home #main .widget_custom_html, 
	.align-transform .top-parallax-section .col-md-offset-2{
		padding: 50px 30px 0;
		min-height: min-content;
	}
	.header-phone{
		overflow: hidden;
	}
	.main-navigation .menu > li.pll-parent-menu-item ul{
		background: transparent;
	}
	.shapely-dropdown{
		border: 1px solid #fff;
    	color: #fff;
	}
	#custom_html-7 {
    	margin-top: 0;
	}
	.msacwl-gallery-slider button.slick-prev{
		left: -15px;
	}
	.msacwl-gallery-slider button.slick-next{
		right: -15px;
	}
}

