/*
    Theme Name: Peakie 2015
    Theme URI: https://www.mountainpassions.com
    Description: Theme for MountainPassions
    Version: 1.4.3
    Author: Julia Moss
    Author URI: https://www.mountainpassions.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*=================colour library======================
#E50029 bright red
#AC1018 dark red
#755D38 brown
#D3C6A4 dark beige
#FBF0C2 pale yellow
#F7E17B bright yellow
#FFCC00 dark yellow
#4C4D51 dark grey - standard text
#BC97A3 grey
#A0A99C lichen
#DFE5DE very pale lichen
#DFE4CC pale green/grey
#BEBC9D dark green/grey
#BFB977 lime green
#B7D238 bright lime green
#225B9B royal blue
#80A8DA pale blue
#C4DBF2 very pale blue RGB 196 219 242
#D7EEEA hint of blue 
#EDE9E1 hint of beige
#B6B159 tan
#49986E green


/* Global Content Formatting and Styles */
@font-face {
    font-family: "Pontano Sans", sans-serif;
    src: url('fonts/'Pontano Sans', sans-serif.eot');
    src: url('fonts/'Pontano Sans', sans-serif.eot?#iefix') format('embedded-opentype'), url('fonts/'Pontano Sans', sans-serif.woff') format('woff'), url('fonts/'Pontano Sans', sans-serif.ttf') format('truetype'), url('fonts/'Pontano Sans', sans-serif.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.5em;
    font: 14px "PT Sans", sans-serif;
    background: #515673 url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/05/background_gradient.jpg) repeat-x 0px 0px; 
    color: #4C4D51;
    overflow-x: hidden;
}
/*html5 display rule */

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
table {
    border:1px solid #4C4D51;
}
td {
    border-right: 1px solid #4C4D51;
}
tr {border-bottom: 1px solid #4C4D51; }
/*HOMEPAGE SLIDER */

div#slider {
    width: 100%;
    max-width: 1920px;
}
div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}
div#slider figure img {
    width: 20%;
    height: auto;
    float: left;
}
div#slider {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}
/*slider animation*/

@keyframes slidy {
    /*Each image in the slider will stay framed in the <div> for 20% of the total length of the animation, and move for 5%.*/
    
    0% {
        left: 0%;
    }
    20% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}
div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    font-size: 0;
    left: 0;
    text-align: left;
    animation: 20s slidy infinite;
}
/*END SLIDER*/

.wrapper {
    max-width: 1130px;
    margin: 10px auto 0px auto;
    position: relative;
    background-color: #fff;
}
.wrapper-border {
  max-width: 1130px;
  margin: 10px auto 0px auto;
  position: relative;
  border: 1px solid #000;
  border-radius: 6px;
}
.extended-wrapper {
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.extended-wrapper-footer {
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
}
.extended-wrapper-grey {
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    margin: 0;
}
.extended-wrapper-dark {
    width: 100%;
    background-color: rgba(37, 37, 37, 0.8);
    margin: 0;
}
.extended-wrapper-sand {
    width: 100%;
    background-color: rgba(245, 241, 232, 1);
    padding:0 0 0 10px;
}
.extended-wrapper-blue-short {
    width: 100%;
    background-color: rgba(116, 167, 179, 1);
    height: 200px;
}
.feature-wrapper {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
}
.feature-title h1 {
    font-family: "PT Sans", sans-serif;
    font-size: 5em;
    font-weight: 400;
    color: #4C4D51;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0px;
}
.feature-title h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    color: #A7A4A4;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0px;
}
.feature-sub-title h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 3.5em;
    font-weight: 400;
    color: #4C4D51;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0px;
}
.extendfull {
    padding-left: 3000px;
    margin-left: -3000px;
    padding-right: 3000px;
    margin-right: -3000px;
    background-color: rgba(242, 242, 242, 1);
}
.extendleft {
    padding-left: 3000px;
    margin-left: -3000px;
    background-color: #BC97A3;
}
.extendright {
    padding-right: 3000px;
    margin-right: -3000px;
    background-color: #DEE5DE;
}
.grey {
    background-color: rgba(242, 242, 242, 1);
}
.sand {
    background-color: rgba(245, 241, 232, 1);
}
.teal {
    background-color: rgba(116, 167, 179, 1);
}
.beige {
    background-color: rgba(237,233,225, 1);
}
.red {
    color: red;
}
.green {
  color: #49986E;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4C4D51;
    clear: both;
    margin: 0;
    font-family: "Oswald", sans-serif;
    line-height: 1.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1 {
    font-family: "PT Sans", sans-serif;
    font-size: 5em;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #4c4d51;
    text-align: center;
    padding: 0em;
    margin: 0em;
    cursor:default;
}
h2 {
    font-size: 1.8em;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #C0A270;
    margin: 0 0 .5em 0;
    padding: 0;
    
}
h3 {
    font-size: 1.5em;
    letter-spacing: 0.7px;
    font-weight: 300;
    margin: 0.25em 0 0.5em 0;
    
}
h4 {
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin: 0.25em 0 0.5em 0;
    font-weight: 400;
}
h5 {
    font-size: 0.8em;
}
h6 {
    font-size: 0.6em;
}
p {
    margin: 0 0 10px 0;
}
ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
    padding: 0;
}
ol {
    list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul,
ul li {
    margin-bottom: 0;
    margin-left: 20px;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    font-style: italic;
    margin: 0 20px;
}
/* Links */

a {
    font-weight: bold;
    color: #225B9B;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:visited {
    color: #C0A270;
    text-decoration: none;
}
a:hover {
    color: #AC1018;
    text-decoration: none;
}


h2 a {
    color: #C0A270;
    text-decoration: none;
}
h2 a:hover {
    text-decoration: none;
    color: #C0A270;
}
h2 a:visited {
    color: #C0A270;
}
/* Text elements */


p.copyright {
    font-size: 1em;
    margin-left: 0px;

}
.mobile-only {
    display: none !important;
}

.caption {
    font-size: 0.8em;
}

.clear-fix {
    clear: both;
    line-height: 1px;
}
.advert {
    font-size: .5em;
    color: red;
}
/*Pagination / navigation*/

.navigation {}
/* mobile main nav 

#mobile-menu {
    display: none;
    z-index: 999;
    position: absolute;
    left: -18px;
    background: #fff;
    top: 53px;
    width: 200px;
    text-align: left;
    font-size: 13px;
    border: 1px solid #EEE;
}
#mobile-menu li {
    margin-left: 14px;
    list-style: none;
}
#mobile-menu li ul {
    display: block !important;
    padding-left: 14px;
}
#mobile-nav li a {
    visibility: visible;
    line-height: 36px;
    width: 100%;
    float: left;
    text-decoration: none;
    font-weight: 400;
}

#mobile-nav li .menu-desc {
    display: none;
}



#mobile-nav {
    display: none;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    left: 0;
    text-align: right;
    top: 0;
    height: 43px;
    position:relative;
    float:left;
}
.menu-icon {
    background: url(img/menu.png) no-repeat left center;
    height: 50px;
    cursor: pointer;
}*/
/* ski review nav */

.menu-holder {
    max-width: 1130px;

}
/*style all a links*/

nav a {
    padding: 0 6px 0 0;
    text-decoration: none;
    line-height: 40px;
    color: #C0A270;
}
nav ul li {
    display: inline-block;
    width: auto;
}
nav ul li:hover {} nav ul li a:visited {
    color: #C0A270;
    display: block;
    padding: 10px;
    text-decoration: none;
}
nav ul li a:hover {
    color: #C0A270;
    text-decoration: none;
}
nav ul li a:after {
    padding-left: 10px;
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/mobile_link_arrow.png);
}
nav ul.sub-menu li a:after {
    display: none;
}
nav ul ul {
    position: absolute;
    display: none;
    left: 0;
    opacity: 0;
    background: rgba(237, 233, 225, 0.6);
    text-align: left;
    font-size: 1em;
}
nav ul ul a {
    line-height: 40px;
    display: block;
    min-width: 350px;
    border-top: 1px solid silver;
    text-transform: none;
}
nav ul ul.sub-menu a:before {
    padding-left: 10px;
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/05/mobile_link_arrow.png);
}
/*sub-menu display*/

nav ul li {
    position: relative;
    float: left;
    background: #252525;
    padding: 0 0px 0 70px;
    z-index: 999;
}
nav ul ul {
    position: absolute;
    display: none;
    left: -90px;
    background: #252525;
}
nav ul li:hover ul {
    position: absolute;
    display: block;
    top: 100%;
    opacity: 1;
}
nav ul ul li {
    display: block;
    width: 370px;
}
nav ul ul li a:visited {
    color: #ccc;
}
nav ul ul li a:hover {
    color: #C0A270;
}
#company_footer li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align: right;
}
#company_footer a {
    color: #4C4D51;
}
#company_footer a:hover {
    color: #AC1018;
    text-decoration: underline;
}
#company_footer a:visited {
    color: #BFB977;
}
/*nav clearfix*/

nav:before,
nav:after {
    content: " ";
    display: table;
}
nav:after {
    clear: both;
}
nav {
    *zoom: 1;
}

 /* PRACTICAL INFORMATION TABS ===========================================================*/


.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover { box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19); }

.tab { display: none; }

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type) + label { border-radius: 0; }

.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #4C4D51;
}

.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #f0f0f0;
  
}

.tab + label {
  width: 100%;
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-family: "Pontano Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #4C4D51;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  text-align: center;
  background-color: #EDE9E1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
@media (min-width:768px) {

.tab + label { 
    width: auto;
    font-size: 1.2em; }
}

.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
@media (min-width: 50px) and (max-width: 800px)  {
.tab__content {
  width: 100%;
}
}

/*TABS COLUMN INSIDE */
.column-wrapper {
  padding: 5px;
  
  margin: 20px auto;
}
.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
}

.column {
  flex: 1;
  /*border: 1px solid gray;*/
  margin: 2px;
  padding: 10px;
  &:first-child { margin-left: 0; }
  &:last-child { margin-right: 0; }
  
}


@media screen and (max-width: 980px) {
  .columns .column {
    margin-bottom: 5px;
    flex-basis: 40%;
    &:nth-last-child(2) {
      margin-right: 0;
    }
    &:last-child {
      flex-basis: 100%;
      margin: 0;
    }
  }
}

@media screen and (max-width: 680px) {
  .columns .column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
}
/* TABS ENDS ==============================================================*/

/* IFrame Responsive in Tabs ==============================================================*/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}


/* Ends IFrame Tabs ===============================================*/

/* TABLE STYLING ===========================================================*/
td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 10px;
}

td {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #eee;
}

th[scope="col"] {
    background-color: #D7EEEA;
    color: #4C4D51;
}

th[scope="row"] {
    background-color: #fff;
    color: #000
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .8rem;
    overflow: auto;
}
/* Ends Table Styling ===========================================================*/

/* footer */

footer {
    width: 1423px;
    height: auto;
}
footer p {
    font-size: .9em;
    color: #fff;
    padding-left: 20px;
}
footer p a:link {
    color: #fff;
}
.footer-logo-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 6%;
    vertical-align: top;
}
.footer-logo {
    /* svg into : object, img or inline */
    
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    /* only required for <img /> */
    
    height: 40px;
}
#footer {
    height: auto;
    position: relative;
}
#footer-wrap {
    width: 100%;
    height: auto;
    background-color: #252525;
    clear: both;
}
.footer-wrap-outside {
    padding: 10px 0px;
}
.footer-wrap-outside:after {
    content: "";
    display: block;
    clear: both;
}
.footer-wrap-inside {
    width: 80%;
    padding-top: 20px;
    max-width: 100%;
    background-color: #252525;
    margin: 0 auto;
}
.footer-wrap-inside:after {
    content: "";
    display: block;
    clear: both;
}
.menu-social,
.menu-cookies,
.menu-about,
.menu-misc {
    display: inline-block;
    width: 24%;
    float: left;
    padding-left: 10px;
}
footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-family: "Pontano Sans", sans-serif;
    line-height: 30px;
    font-weight: lighter;
}
footer ul li a:link {
    text-transform: none;
    text-align: left;
    background-color: #252525;
    width: 100%;
    padding-left: 0;
}
footer ul li a:hover {
    color: #D3C6A4;
    text-decoration: underline;
}
footer ul li a:visited {
    color: #ccc;
    text-decoration: none;
}
footer h3 {
    font-size: 1.2em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #D3C6A4;
}
/* Layout (global rules for all sizes) */

body {
    margin: 0;
    padding: 0;
}
/*allows the body to touch the edge of the browser window*/

article {
    padding: 0px 0px 10px 0px;
}
/*gives space around the article*/
/*Header */

header {
    width: 100%;
    height: auto;
}
#header-wrap {
    width: 100%;
    height: auto;
    
}
#header {
    height: auto;
    position: relative;
}
.header-wrap-outside {
    height: auto;
    padding: 0px;
    background-color: #252525;
}
.header-wrap-outside:after {
    content: "";
    display: block;
    clear: both;
}
.logo-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height:50px;
    margin-top: 1%;
}
.mp-hdr-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
   }
.mp-hdr-mobile {
    display: none;
}

/* CONTENT LAYOUT */
/*Hero image */
.mountain-hero {/*background image winter homepage*/
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2019/10/Les_Gets-22878-1920.jpg);
    background-repeat: no-repeat;
    max-height: 700px;
    text-align: center;
    padding: 1% 1em 20%;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--content h2{/*style for summer link*/
    position: relative;
    margin: 4% auto 10% auto;
    font-family: "PT Sans", sans-serif;
    font-size: 3em;
    padding-left: 0;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
     }
    .mountain-hero--title { /*H1*/
    font-family: "PT Sans", sans-serif;
    margin: 0;
    }
    .mountain-hero--title--first {/*top title*/
    font-size: 1.7em;
    color: #fff;
    display: block;
    margin-top: .6em;
    text-transform: uppercase;
    line-height: 0.8em;
    }

    .mountain-hero--title--second {/*second title used on summer link*/
    font-size: 1.2em;
    color: #fff;
    display: block;
    letter-spacing: 3.9px;
    margin: .7em 0 0 0;
    }
    h2.mountain-hero--subtitle {
    font-size:2.1em;
    color: #fff;
    margin: 1em auto 5em;
    text-transform:uppercase;
    letter-spacing: 0.2em;
    display: block;
    }
    
    .mountain-hero--summer { /*background image summer go to panel*/
     background-image: url(https://mountainpassions.com/summer/wp-content/uploads/2016/05/summer-Les-Saisies-Beaufortain-French-Alps-1920-24865.jpg);   
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 0;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--summer .mountain-hero--title--first, .mountain-hero--title--second  {/*top titles summer*/
    font-family: "PT Sans", sans-serif;
    font-size: 2.1em;
    color: #fff;
    display: block;
    margin-top: .6em;
    opacity: 1;
    text-transform: uppercase;
    }
    .mountain-hero--arrow {
        position: absolute;
        top:75%;
        left: 47.5%;
        width:100px;
        height:60px ;
    }
    .mountain-hero--arrow img {
        max-width:50px;
        height: 50px;
    }
    .mountain-hero--arrow p{
        font-size: 1.3em;
        color: #fff;
        font-weight: 700;
    }
    /*go to summer rightarrow */
    .mountain-hero--arrow-winter {
        position: absolute;
        top: 83%;
        left: 45%;
        width: 150px;
        height: 60px;
    }
    .mountain-hero--arrow-winter img {
        max-width:50px;
        height: 50px;
    }
    .mountain-hero--arrow-winter:hover {
      opacity: .8;
     -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;   
    }
    .mountain-hero--arrow-winter p{
        font-size: 1.3em;
        color: #fff;
        font-weight: 700;
        max-width:150px;
    }
    /*ends mountain hero*/





/*HOME PAGE & SKI REVIEW HOME CONTENT*/

.home-content-info-group {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.home-content-inner-wrapper  {
    max-height: 700px;
    max-width: 100%;
    margin: 0 auto;
    position:relative;
    
}

.snowflake-left {
    position: absolute;
    top:0%;
    left:0%;
    opacity: 0.4;
   z-index:100;
}    
.snowflake-right {
   position: absolute;
    top:30%;
    left:75%;
    opacity: 0.4;
}


.info-group-background-img {
    width: 100%;
    background: transparent url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/11/iPad-browse.jpg) no-repeat left top;
    height: 500px;
}
.home-content-info-group .img-block {
    display: block;
    text-align: center;
    width: 100%;
    max-height: 700px;
}
.home-content-info-group .content-block {
    position: relative;
    display: block;
    text-align: center;
    width: 80%;
    max-height: 700px;
    padding: 30px 0 30px 0;
    margin: 0 auto;
}
.home-content-info-group .content-block span {
    display: block;
    position: absolute;
    top: 5%;
    left: 10%;
    bottom: 0;
    right: 0;
    z-index: 1;
}
 .home-content-info-group .content-block span.ski-reviews-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/cablecar.svg) no-repeat top left;
    background-size: 14%;
 }
  .home-content-info-group .content-block span.ski-features-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/skiing-features.svg) no-repeat top left;
    background-size: 15%;
 }
 .home-content-info-group .content-block span.mtn-living-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat top left;
    background-size: 15%;
 }
  .home-content-info-group .content-block span.w-activities-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat top left;
    background-size: 14%;
 }
.home-content-inner-wrapper .img-block {
    display: inline-block;
    position: relative;
    padding: 0px;
    border: none;
    max-width: 100%;
}
.home-content-inner-wrapper .img-block span {
     display: block;
        position: absolute;
        width: auto;
        padding: 10px 10px 0 10px;
        height: 40px;
        font-family: "PT Sans", sans serif;
        font-size: 1.5em;
        letter-spacing: -1px;
        text-align: left;
        color: rgba(76, 77, 81, 0.8);
        top: 40px;
        left: 0px;
        background-color: rgba(242, 242, 242, 0.5);
}

.content-block h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0em;
    margin: 0em;
    cursor: pointer;
}
.content-block h2 a:link {
    color: #4C4D51;
    text-decoration: none;
    font-weight: 400;
}
.content-block h2 a:hover {
    text-decoration: none;
    color: #C0A270;
}
.content-block h2 a:visited {
    color: #C0A270;
}
.content-block h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    color: #A7A4A4;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0em;
    margin: 0em;
    cursor: default;
}

.content-block p {
    font-family: "Pontano Sans", sans-serif, 'Helvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.35em;
    margin: 20px 0 20px 0;
    padding: 20px 10px 20px 10px;
    text-align: center;
}

/*end homepage*/
/*POSTS LAYOUT*/

.content-container {
    max-width: 1130px;
    margin: 0px auto 10px auto;
    padding: 10px 0px 10px 0px;
}
.content-container:after {
    content: "";
    display: block;
    clear: both;
}
.extended-content-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0px 10px 0px;
}
.extended-content-container:after {
    content: "";
    display: block;
    clear: both;
}
.image-container {
    max-width: 1130px;
    margin: 0px auto 10px auto;
    padding: 10px 0px 10px 0px;
}

.image-container:after {
    content: "";
    display: block;
    clear: both;
}

/*single column*/

.feature-singlecol-container {
    max-width: 100%;
    margin: 0px auto 10px auto;
    padding: 10px 0px 10px 0px;
}
.feature-singlecol-container h3 {
    padding-left: 0;
}
.feature-singlecol-container .content p {
    font-size: 1.3em;
    padding: 0px;
}

.feature-singlecol-container .content-resort-location p {
    font-size: 1.5em;
    padding: 0px;
    text-align: center;
}
.feature-singlecol-container:after {
    content: "";
    display: block;
    clear: both;
}
/*two column*/

.content-container .inprofile2col {
    /*targets each area within the container*/
    
    width: 50%;
    float: left;
}
.image-container .inprofile2col {
    width: 50%;
    float: left;
}
.content-container .inprofile2col-extended {
    /*targets each area within the container*/
    
    width: 60%;
    float: left;
}
.content-container .inprofile2col-condensed {
    /*targets each area within the container*/
    
    width: 40%;
    float: left;
}
.content-container p {
    
    font-size: 1.1em
}
.content-container .inprofile2col .content p {
    /*targets the content of each  area*/
    
    font-size: 1.3em;
    padding: 0px 10px 0px 0px;
}
.image-container .inprofile2col .wp-caption-text p {
    font-size: 1em;
}
.content-container .inprofile2col-extended .content p {
    font-size: 1.3em;
    padding: 0px 20px 0px 0px;
}
.content-container .inprofile2col .content-right h2 {
    padding-left: 25px;
}
.content-container .inprofile2col .content-right p  {
    /*targets the content of each  area*/
    
    font-size: 1.3em;
    float: right;
    padding: 0 0 0 25px;
}
.content-container .inprofile2col-condensed .content-right p {
    /*targets the content of each  area*/
    
    font-size: 1.3em;
    float: right;
    padding: 0 0 0 25px;
}
.content-container .inprofile2col-condensed .content-right h2 {
    padding: 0 0 0 25px;
}

.content-container .inprofile2col .content-right:after {
    content: "";
    display: block;
    clear: both;
}
.content-container .inprofile2col-condensed .content-right:after {
    content: "";
    display: block;
    clear: both;
}

.content-right h3 {
    padding-left: 25px;
}
.content-container .inprofile2col .pullquote {
    font-family: 'PT sans-serif';
    line-height: normal;
    margin: 30px 10%;
    
 }

.pullquote-extract {
    display: block;
    font-size: 25px;
    line-height: 1.3em;
    text-indent: -40px;
    margin-bottom: 20px;
}
.pullquote-extract:before, .pullquote-extract:after {
    position: relative;
    top: 20px;
    font-family: Times;
    font-size: 60px;
    line-height: 0;
    font-weight: bold;
}
.pullquote-extract:before {
    content: '\201C';
    color: #E50029;
    margin-right: 10px;
}
.pullquote-extract:after {
    content: '\201D';
    color: #E50029;
    margin-left: 10px;
}
.content-container .inprofile2col .content-ad-1col p {
    
    margin: 25px 10%;
}
.content-container .inprofile2col .xl-hdr_bordertopw {
    font-family: "Oswald", sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #c0a270;
    line-height: 1.2381em;
    border-top: 5px solid #c0a270;
    border-bottom: 1px dotted #c0a270;
    margin-top: 10px;
}


/*ski offers layout*/
.offers-content-container {
    margin: 0px auto 10px auto;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #4C4D51;
}

.offers-content-container .offers-text {
    width: 45%;
    float: left;
    padding-right: 5%;
    font-size: 1.1em;
}
.offers-content-container .offers-image {
    width: 50%;
    float: right;
    max-width: 540px;


}

.offers-content-container:after {
    content: "";
    display: block;
    clear: both;
}
/*ends ski offers layout*/

.dropcap { /*dropcap*/
    float: left;
    color: #C0A270;
    padding: 6px 3px 0 0;
    font: 80px/60px "PT Sans", sans-serif;
}

aside {
    /*background-color: #D7EEEA;*/
    background-color: #EDE9E1;
    padding: 20px 20px 0 20px;
    margin: 0px 0px 0px 20px;
    float: right;
    border: 3px solid rgba(211, 198, 164, 1);
    
}

.inprofile2col-condensed .aside_content p {
    font-size: 1.2em;
    margin: 10px;
    padding-bottom: 5px;
}
.inprofile2col-condensed .aside_content p:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/mobile_link_arrow.png);
}
.inprofile2col .aside_content p {
    font-size: 1.2em;
    margin: 10px;
    padding-bottom: 20px;
}
.inprofile2col .aside_content p:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/mobile_link_arrow.png);
}
.inprofile2col .aside_content p:last-child {
    padding-bottom: 30px;
}
.inprofile2col .aside_content img {
    padding-bottom: 20px;
}
aside:after {
    content: "";
    display: table;
    clear: both;
}
/*three column*/

.content-container .inprofile3col {
    /*targets each  area within the container*/
    
    width: 33%;
    float: left;
    background-position: 0px 3px;
}
.content-container .inprofile3col h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 5px;
}
#extra-info .inprofile3col h3 {
    color: #4C4D51;
    font-size: 1.6em;
}
#practical-information .content-container .bordertopw h2, #related-pages .content-container .bordertopw h2, #related-pages-2 .content-container .bordertopw h2 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #bfb977;
    line-height: 1.2381em;
    border-top: 5px solid #4c4d51;
    border-bottom: 1px dotted #4c4d51;
    margin-top: 10px;
}
.content-container .inprofile3col h4 {
    font-family: "Raleway", sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.content-container .inprofile3col .content p {
    /*targets the content of each  area*/
    
    font-size: 1em;
    margin: 10px 10px 10px 0px;
    font-family: "Raleway", sans-serif;
    line-height: 1.35em;
}
img.practicalinfo_image {
    max-width:350px;
}

/*SKI RESORTS TABLES */

.scrollable {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
/* Slider Style Index Page for Posts - Category posts, Recent Posts */

#postsbycategory-full {} 
#postsbycategory-mobile {
    display: none;
}
.postsbycategory-box {
    /*ski reviews index pages 3 per row*/
    
    position: relative;
    width: 30%;
    max-height: 250px;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.postsbycategory-box .postsbycategory-overbox {
    background-color: rgba(0, 0, 0, 0.60);
    top: 210px;
    color: #fff;
    display: block;
    height: 250px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.postsbycategory-box:hover .postsbycategory-overbox {
    top: 0;
}
.postsbycategory-overbox p {
    color: #fff;
    text-align: left;
    font-size: 1em;
    text-transform: none;
    height: 70px;
    padding: 0 10px;
}
.postsbycategory-overbox h3 a:link {
    font-size: 1em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #C0A270;
}
.postsbycategory-overbox h3 a:visited {
    color: #ccc;
    text-decoration: none;
}
.postsbycategory-overbox h3 a:hover {
    color: #C0A270;
    text-decoration: none;
}
.postsbycategory-overbox h4 {
    color: #fff;
}

/*category posts overbox linkboxes*/
.postsbycategory-overbox .overbox-linkbox {
    display: block;
}
.postsbycategory-overbox .overbox-linkbox-button {
float: right;
display: inline-block;
clear: both;
margin-right: 30px;
padding: 10px 10px;
font-size: 1.1em;
color: #fff;
background: transparent;
width: 60%;
text-transform: uppercase;
text-align: center;
border: 1px solid white;
}
.postsbycategory-overbox .overbox-linkbox-button:link {
    color: #fff;
}
.postsbycategory-overbox .overbox-linkbox-button:visited {
    color: #fff;
    background: transparent;
}
.postsbycategory-overbox .overbox-linkbox-button:hover {
    color: #fff;
    background: #E50029;
    border:none;
}
/*Small slide hover links (using loop) 5 per row - use for in page links with loop and related pages with loop*/

.postsbycategory-box-small {
    position: relative;
    width: 18%;
    max-height: 200px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.postsbycategory-box-small .postsbycategory-overbox-small {
    background-color: rgba(0, 0, 0, 0.40);
    top: 120px;
    color: #fff;
    display: block;
    height: 180px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.postsbycategory-box-small:hover .postsbycategory-overbox-small {
    top: 0;
}
.postsbycategory-overbox-small p {
    color: #fff;
    text-align: left;
    font-size: 0.8em;
    text-transform: none;
    height: 70px;
    padding: 0 10px;
}

.postsbycategory-overbox-small h3 {
    /*space around title*/
    margin: 0.25em 0 0.25em 0;
    
}
.postsbycategory-overbox-small h3 a:link {
    font-size: 1em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #C0A270;
}
.postsbycategory-overbox-small h3 a:visited {
    color: #ccc;
    text-decoration: none;
}
.postsbycategory-overbox-small h3 a:hover {
    color: #C0A270;
    text-decoration: none;
}
.postsbycategory-overbox-small h4 {
    color: #fff;
}

/*category posts small overbox linkboxes*/
.postsbycategory-overbox-small .overbox-linkbox-small {
    display: block;
}

.postsbycategory-overbox-small .overbox-linkbox-button-small {
float: right;
display: inline-block;
clear: both;
margin-right: 5px;
padding: 2px 2px;
font-size: 1.1em;
color: #fff;
background: transparent;
width: 20%;
text-transform: uppercase;
text-align: center;
border: 1px solid white;
}
.postsbycategory-overbox-small .overbox-linkbox-button-small a:link {
    color: #fff;
}
.postsbycategory-overbox-small .overbox-linkbox-button-small a:visited{
    color: #fff;
    background: transparent;
}
.postsbycategory-overbox-small .overbox-linkbox-button-small:hover{
    color: #fff;
    background: #E50029;
    border:none;
}





/*Style Index Page for Posts - Category posts, Recent Posts */

.postsbycategory {
    /*posts index pages 4 per row*/
    
    width: 23%;
    height: 330px;
    float: left;
    margin: 10px 0 30px 0;
    padding: 0 1% 0 1%;
}
.postsbycategory p {
    color: #4c4d51;
    text-align: left;
    font-size: 1em;
    text-transform: none;
    height: 70px;
}
.postsbycategory .hdr-container {
    height: 60px;
    padding: 10px 0 10px 0;
}


/* SKI REVIEW MAIN INDEX hover slide image*/

.category-box-container {
    margin: 0 auto 50px auto;
    padding: 30px 0px 10px 0px;
}
.category-box {
    position: relative;
    width: 28%;
    max-height: 300px;
    margin-right: 2%;
    margin-left: 2%;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.category-box .category-overbox {
    background-color: rgba(0, 0, 0, 0.74);
    top: 250px;
    color: #fff;
    display: block;
    height: 340px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.category-box:hover .category-overbox {
    top: 0;
}
.category-overbox h2 {
    font-size: 2em;
    line-height: 40px;
    font-weight: normal;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
}
.category-overbox p {
    position: absolute;
    top: 40px;
    color: #fff;
    padding: 15px;
    text-align: left;
}
.category-overbox .choose-resort {
    position: absolute;
    top: 164px;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 50px;
    border: 1px solid #fff;
}
.category-overbox h3 a {
    font-size: 1em;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.category-overbox h3 a:visited {
    color: #ccc;
    text-decoration: none;
}
.category-overbox h3 a:hover {
    color: #C0A270;
    text-decoration: none;
}
.category-overbox h3 a:after {
    padding-left: 20px;
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/05/mobile_link_arrow.png);
}

/* HOMEPAGE */
/*CATEGORY INDEX PAGES EDITORIAL*/
#quick-search { /*ski reviews search drop-down*/
    background-image: linear-gradient(to top, rgba(30, 75, 115, 1),  rgba(255, 255, 255, 0)),
                        url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/10/MP-snowflake-nat-blu20.svg);
    background-repeat:no-repeat,
                        no-repeat;
    background-position: top,
                        top left;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 50px;                    
}
.category-content-outside-wrapper {
    width: 100%;
    margin: 0 auto;
}
.category-content-outside-wrapper-top {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}
.category-content-outside-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.category-content-outside-wrapper-top:after {
    content: "";
    display: block;
    clear: both;
}
.category-content-inner-wrapper {
    height: 100%;
    margin-bottom: 10px;
    padding: 50px 0;
    
}
.category-content-inside-wrapper {
    height: 100%;
    max-height: 500px;
    float: left;
}
.category-content-inner-wrapper .snowflake-top {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/10/MP-snowflake-nat-blu20.svg) no-repeat;
    position: absolute;
    top: -100px;
    left: -220px;
}
.category-content-inner-wrapper .snowflake-low {
    position: absolute;
    top: 300px;
    left: 930px;
    width: 200px;
    height: auto;
}
.category-content-inner-wrapper .category-content {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 3px solid silver;


}
.category-content-resort-location {
    width:80%;
    margin:0 auto;
    padding: 20px 0 20px 0;
}
.category-content-resort-location p {
    font-family: "Pontano Sans", sans-serif, 'Helvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.35em;
    text-align: center;
}

.category-content-inner-wrapper .category-content span {
    display: block;
    position: absolute;
    top: 5%;
    left: 4%;
    bottom: 0;
    right: 0;
    z-index: 1;
}



 .category-content-inner-wrapper .category-content span.ski-reviews-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/ski-resort-reviews.svg) no-repeat top left;
    background-size: 14%;
    z-index: -1;
 }
  .category-content-inner-wrapper .category-content span.ski-features-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/skiing-features.svg) no-repeat top left;
    background-size: 14%;
    z-index: -1;
 }
.category-content-inner-wrapper .category-content span.summer-mtn-living-icon {   
    background: url(https://mountainpassions.com/summer/wp-content/uploads/2016/05/mountain-life-style-button.svg) no-repeat top left;
    background-size: 14%;
    z-index: -1;
 }
  .category-content-inner-wrapper .category-content span.w-activities-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat top left;
    background-size: 13%;
    z-index: -1;
 }



.category-content h2 {
        font-family: "PT Sans", sans-serif;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #4c4d51;
    text-align: center;
    padding: 0em;
    margin: 0em;
    cursor: default;
    }


#link-panel h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    color: #C9B256;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0px;
}
#link-panel p {
  font-family: "Pontano Sans", sans-serif, 'Helvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.35em;
    text-align: center;  
}
.category-content h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    color: #A7A4A4;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0px;
}
.category-content p {
    font-family: "Pontano Sans", sans-serif, 'Helvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.35em;
    text-align: center;
    margin:50px 0 0 10px;
}

.category-content-box {
    position: relative;
    float: left;
    width: 100%;
}
.category-content-box h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 3em;
    font-weight: 400;
    color: #4c4d51;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.category-content-box p {
    font-family: 'Pontano Sans', sans-serif, 'Helvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.35em;
    text-align: center;
}
.col-xl {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
}
/*home page open category boxes without boxover*/
.open-postsbycategory-box {
   /*features index pages 3 per row*/
    position: relative;
    float:left;
    width: 30%;
    max-height: 450px;
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 30px;
    overflow: hidden;
    display: inline-block;

}
.open-postsbycategory-box h2 a {
    color: #4C4D51;
}
.open-postsbycategory-box h2 a:hover {
    color: #C0A270;
}
.open-postsbycategory-box h3 a {
   font-family: "PT Sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #4C4D51;
    letter-spacing: -0.03em;
    padding: 0em;
    margin: 0em;
    cursor: pointer;
    height:30px; 
}
.open-postsbycategory-box h3 a:hover {
   color: #76BA6A; 
}
.open-postsbycategory-box h4 {
    line-height: 1.5em;
}
.open-postsbycategory-box .excerpt {
    margin-bottom: 10px;
    height: 65px;
    clear: both;
}
.open-postsbycategory-box p {
    font-size: 0.9em;
    margin: 10px 10px 10px 0px;
    font-family: "Raleway", sans-serif;
    line-height: 1.35em;
}
.linkbox {
    display: block;
}
.linkbox-button { /*read more buttons*/
float: left;
display: inline-block;
clear: both;
margin-bottom: 10px;
padding: 5px 10px;
font-size: 1.1em;
color: #fff;
background: #E50029;
width: 40%;
text-transform: uppercase;
text-align: center;
}
.linkbox-button:link {
    color: #fff;
}
.linkbox-button:visited {
    color: #4C4D51;
    background: #C9B256;
}
.linkbox-button:hover {
    color: #4C4D51;
    background: #C9B256;
}

.linkbox-centre { /*see all button*/
display: inline-block;
clear: both;
margin-top: 20px;
margin-bottom: 50px;
padding: 5px 20px;
font-size: 1.8em;
color: #fff;
background: #C9B256;
width: 50%;
text-transform: uppercase;
text-align: center;
}
.linkbox-centre:link {
    color: #fff;
}
.linkbox-centre:visited {
    color: #fff;
    background: #C9B256;
}
.linkbox-centre:hover {
    color: #fff;
    background: #4C4D51;
}


/*AUTHOR BIO*/

.author-bio {
    border: 2px solid #c5c5c5;
    color: #4C4D51;
    max-width: 90%;
    height:auto;
    margin: 20px auto;
}
.author-info {
    
    text-align: center;
    margin: 0 auto;
}
.author-title {
    color: #4C4D51;
}
.author-description {
    width: 80%;
    margin: 0 auto;
}

#icons li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    
}

 

/*FOOTER STYLING*/

#company_footer li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align: right;
}
#company_footer a {
    color: #4C4D51;
}
#company_footer a:visited {
    color: #BFB977;
}
#company_footer a:hover {
    color: #AC1018;
    text-decoration: underline;
}
/*CONTENT*/

.read-feature {
    color: #4C4D51;
    font-size: 14px;
}
div.skiregion-intro-block {
    width: 30%;
    float: left;
    height: auto;
    padding: 1.5%;
}
div.features-intro-block {
    width: 33%;
    display: block;
    min-height: 1px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
/*ski region intro clearfix*/

.skiregion-intro-block:before,
.skiregion-intro-block:after {
    content: " ";
    display: table;
}
.skiregion-intro-block:after {
    clear: both;
}
.skiregion-intro-block {
    *zoom: 1;
}
.skiregion-intro-detail
/* ski reviews - location, ski village, ski area and best for boxes*/


/*full-width hero images*/
.imageBlock, .imageBlock-heroImage {
    display: inline-block;
    position: relative;
    padding: 0px;
    border: none;
    max-width: 100%;
    z-index: -1;
}
#location-image .imageBlock-heroImage span.white-snowflake {
    display:block;
    position: absolute;
    top:-70px;
    right: -30px;
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/MP-snowflake-white.svg);
    opacity: 0.8;
    width: 400px;
    height: 400px;
    background-size: 400px;
    background-repeat: no-repeat;
    z-index: 1;
}
/*Centering background motif over hero image*/
.imageBlock-heroImage-skireviews span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/cablecar.svg) no-repeat center center;
    background-size: 10%;
}

.imageBlock-heroImage-skifeatures span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/cablecar.svg) no-repeat center center;
    background-size: 15%;
}
.imageBlock-heroImage-w-activities span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat center center;
    background-size: 15%;
}
.imageBlock-heroImage-mtnliving span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat center center;
    background-size: 15%;
}
/*ends centered motifs*/

/*titles over images*/
.imageBlock span {
    display: block;
    position: absolute;
    width: auto;
    padding: 20px 20px 0 20px;
    height: 60px;
    font-family: 'PT Serif', serif;
    font-size: 3em;
    letter-spacing: -1px;
    text-align: left;
    color: rgba(76, 77, 81, 0.8);
    top: 40px;
    left: 0px;
    background-color: rgba(242, 242, 242, 0.5);
}
.imageBlock-insightImage span {
    display: block;
  position: absolute;
  width: auto;
  padding: 20px 20px 0 20px;
  height: 60px;
  font-family: "PT Sans", sans serif;
  font-size: 2.7em;
  letter-spacing: -2px;
  text-align: left;
  color: rgba(255,255,255,1);
  top: 40px;
  left: 0px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
  font-weight: bold;
}
/*ends titles over images*/

div.ip_box_content {
    width: 600px;
    float: left;
    min-height: 400px;
    padding: 10px;
}
.ip_box_content p {
    font-size: 1.2em;
}
div.ip_box_handi,
.ip_box_yes {
    width: 50%;
    float: left;
    height: auto;
    padding: 10px;
    border: 1px solid silver;
}
div.ip_box_ski {
    width: 400px;
    float: right;
    color: #4c4d51;
    padding: 10px;
}
.beige {
    background-color: #EDE9E1;
}
.dark_grey {
    background-color: #4C4D51;
}
div.ip_box {
    width: 30%;
    float: left;
    height: auto;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
/* RESORT REVIEWS in profile ski resort stats and info */

div.inprofile_statsbox {
    width: 400px;
    float: right;
    background: #fff;
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    color: #4c4d51;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(196, 190, 196, 1);
    -moz-box-shadow: 7px 7px 5px 0px rgba(196, 190, 196, 1);
    box-shadow: 7px 7px 5px 0px rgba(196, 190, 196, 1);
}
.statsbox_title {
    margin: 0.8em 0 0 0;
}
/*.statsbox_text p { should be .inprofile3col .content p etc
    font-size: 1em;
    margin: 10px;
    font-family: "Raleway", sans-serif;
    line-height: 1.5em; 
}*/

.ip_resort_sub_para {
    margin: 0 0 20px 10px;
}
.ip_name,
.ip_domain_name {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.inprofile_logo_box {
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.resort_logo,
.resort_info,
.domain_info {
    width: 50%;
    float: left;
}
.famplus_logo {
    float: left;
    min-width: 120px;
    margin: 10px auto 10px 10px;
}
.famplus_logo:after {
    content: '';
    display: block;
    clear: both;
}
.famplus_title,
.ip_altitude_title,
.ip_terrain_title,
.ip_lifts_title,
.ip_dom_terrain_title,
.ip_dom_lifts_title,
.ip_dom_lifts_total,
.ip_skiingthere_title,
.ip_snowboarding_title,
.ip_xcountry_title,
.ip_handiski_title,
.ip_stayingthere_title {
    font-size: 1.2em;
    color: #4C4D51;
    font-weight: 600;
    padding-bottom: 5px;
}
.ip_altitude_min,
.ip_altitude_max {
    font-size: 1.2em;
    font-weight: bold;
}
.piste_bar {
    padding: 10px 0 10px 0px;
}
.ip_terrain_km,
.ip_green_runs,
.ip_blue_runs,
.ip_red_runs,
.ip_black_runs,
.ip_dom_terrain_km,
.ip_dom_green_runs,
.ip_dom_blue_runs,
.ip_dom_red_runs,
.ip_dom_black_runs {
    font-size: 1em;
    font-weight: 700;
}
.ip_lifts_total,
.ip_magiccarpet,
.ip_draglifts,
.ip_chairlifts,
.ip_telemix,
.ip_cabriolet,
.ip_funitel,
.ip_gondolas,
.ip_cablecars,
.ip_funicular,
.ip_dom_lifts_total,
.ip_dom_magiccarpet,
.ip_dom_draglifts,
.ip_dom_chairlifts,
.ip_dom_telemix,
.ip_dom_cabriolet,
.ip_dom_funitel,
.ip_dom_gondolas,
.ip_dom_cablecars,
.ip_dom_funicular {
    font-size: 1em;
    font-weight: bold;
}
.ip_skiingthere_beginners,
.ip_skiingthere_intermediates,
.ip_skiingthere_expert,
.ip_skiingthere_scenery,
.ip_attractions,
.ip_walking,
.ip_cycling,
.ip_activities {
    font-size: 1.2em;
    font-weight: bold;
}
.ip_boarding_desc,
.ip_snowparks,
.ip_snowboarder_cross,
.ip_half_pipe {
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 10px;
}
.ip_xcountry_desc,
.ip_xcountry_ski,
.ip_bulletpts {
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 10px;
}
.ip_bulletpts ul {
    padding: 0 20px 0 20px;
    list-style: disc;
}
.ip_bulletpts li {
    padding-bottom: 4px;
}
#extra-info .ip_bulletpts {
    color: #4C4D51;
    font-size: 1.2em;
}
.ip_stayingthere_title,
.ip_skiingthere_title {
    font-size: 1.2em;
    font-weight: bold;
}
.ip_stayingthere_value,
.ip_stayingthere_accommodation,
.ip_stayingthere_diningout,
.ip_stayingthere_nightlife,
.ip_stayingthere_charm,
.ip_stayingthere_summer_value,
.ip_stayingthere_summer_accom,
.ip_stayingthere_summer_diningout,
.ip_stayingthere_summer_nightlife,
.ip_stayingthere_summer_charm {
    font-size: 1.2em;
    font-weight: bold;
}
.hearts_box {
    width: 400px;
    margin: 10px auto 20px 0;
}
.hearts-1 {
    display: block;
}
.hearts-1:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/1-heart1.svg);
}
.hearts-2 {
    display: block;
}
.hearts-2:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/2-hearts1.svg);
}
.hearts-3 {
    display: block;
}
.hearts-3:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/3-hearts1.svg);
}
.hearts-4 {
    display: block;
}
.hearts-4:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/4-hearts1.svg);
}
.hearts-5 {
    display: block;
}
.hearts-5:before {
    content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/5-hearts1.svg);
}
.border_left {
    border-left: 2px solid silver;
    margin-left: 100px;
}
.heart-background-img-lge {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/heart_tint_lge.gif) no-repeat;
    border: none;
}
.heart-background-img-yel {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/heart_tint_yel.gif) no-repeat;
    border: 0;
}
.heart-background-img-ice {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/heart_tint_ice.gif) no-repeat;
    border: 0;
}
.heart-background-img-grn {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/heart_tint_green.gif) no-repeat;
    border: none;
}
.heart-background-img-buff {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/heart_tint_buff.gif) no-repeat;
    border: none;
}
.cone-background-img-grn {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/03/cone_tint_grn.gif) no-repeat;
    border: none;
}
/* MOUNTAIN LIVING styling */
.twitter-widget-outside-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px 0; 
    background-image: url('https://www.mountainpassions.com/winter/wp-content/uploads/2015/12/twitter-icon.svg');
    background-repeat: no-repeat;
   background-size: 300px 300px;
   background-position: 10% 10%;
}
.twitter-widget-outside-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.twitter-widget-inside-wrapper {
    width: 70%;
    margin: 0 auto;
   height: 200px;  
   
}

h3.tweet-title {
    display: none;
}
.tp_recent_tweets li {
    font-size: 2.5em;
}


.feature_text_box {
    width: 50%;
    float: right;
    margin: 10px;
    padding: 0 10px;
}
.blu-bg {
    background-color: #D7EEEA;
}
.boxout_beige {
    width: 90%;
    background: #F5F5DC;
    padding: 3px;
    border: 2px solid #d3c6a4;
    margin: 0px 3px 5px 3px;
}
/*divider mp heart */

hr.mp-icon {
    height: 20px;
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2014/11/1_heart1.gif) no-repeat center;
    border: none;
}
/*divider eliptical line*/

hr.divider {
    border: 0;
    height: 2px;
}
hr.divider:before {
    top: -0.5em;
    height: 0.5em;
}
hr.divider:after {
    content: '';
    height: 0.5em;
    top: 1px;
}
hr.divider:before,
hr.divider:after {
    content: '';
    position: absolute;
    width: 100%;
}
hr.divider,
hr.divider:before {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 75%);
}
body,
hr.divider:after {
    background: initial;
}
/*------------------------------------*\
/* PRE-HEADER */

#pre-header {
    background: #333;
    padding: 0px 50px;
    position: relative;
    height: 28px;
}
#pre-header a:link,
#pre-header a:visited {
    color: #fff;
    text-decoration: none;
}
#pre-header a:hover,
#pre-header a:focus {
    color: #fff;
    text-decoration: none;
}
#social-links li {
    float: left;
    margin-right: 3px;
    margin-top: 8px;
    font-size: 0.8em;
}
#social-links li a:link,
#social-links li a:visited {
    color: #ccc;
}
#social-links li a:hover {
    color: #fff;
}
/* HEADER SEARCH */
/*
#header-search {
    position: absolute;
    right: 30px;
    top:80px;
    clear: both;
}
#header-search div {
    width: 350px;
    text-align: right;
    position: relative;
}

#header-search input:focus {
    outline: 1px solid #808080;
}
#header-search #searchform {
    display: block;
    clear: both;
}
#header-search #searchform label {
    display: none;
}
#header-search #searchform input#s {
    width: 375px;
}

#header-search input#s {
    border: 1px solid #454545;
    padding: 3px 25px 3px 8px;
    margin: 0 0em 0 0;
    color: #a2a2a2;
    background: #333;
    font-size: 0.7em;
}
#header-search #searchsubmit {
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    position: absolute;
    right: 5px;
    top: 4px;
}

*/
/*SKI RESORTS FORM*/

#resorts-list {
    border: none;
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;

}
#resorts-list form {
    
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 1.5em;
  background-color: #4C4D51;
  color:#fff;
  width: 300px;
  margin:auto;
-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}
input {
    height: 2.5em; /* for IE */
    vertical-align: middle; /* This is optional but it makes legacy IEs look better */
}
/* end*/

/*TWITTER FEED*/
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Pontano-Sans", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 2.1em;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
 
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
 
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}


/*ADS Google ad block sizes*/
#resorts-ad {
    margin-bottom: 20px;
    clear: both;
}
.content-ad-2col {
    max-width: 500px;
    margin-top: 30px;
    text-align: center;
}
.content-ad-2col-border {
   max-width: 500px;
    margin: 30px 10px 0px 0px;
    text-align: center;
    border: 1px solid #4c4d51;
    padding: 0 10px 15px 10px;
    border-radius: 6px;

}
.content-ad-3col {
    max-width:350px;
    margin-left: 25px;
}
/*Centre advert block*/
.content-ad-1col {
    margin: 30px 0 30px 0;
    text-align: center;
}

/*FEATURES recipes section */
#recipes {
    padding: 20px 0px 0px 20px;
    margin-bottom: 30px;
    border: 1px solid silver;
    background-color: rgba(245, 241, 232, 1)
}

/*NEWS & OFFERS, SKI INSIGHT - single posts with right sidebar */

.newswrapper {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: auto;
}
.dev-newswrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: auto;
}
.newswrap-inside {
    width: 1130px;
    padding: 0px;
    float: left;
    max-width: 100%;
}
.news-container, .ski-insight-container {
    max-width: 75%;
    float: left;
    margin: 0 0 0 40px;
    padding: 0 10px 20px 10px;
}
.dev-news-container {
    max-width: 75%;
    float: left;
    margin: 0 20px 0 20px;
    padding: 0 10px 20px 10px;
}
.newswrapper-container::after {
    content: "";
    display: block;
    clear: both;
}
#sidebar-right {
    max-width: 20%;
    float: left;
   margin: 10px auto;
    height: auto;
    background-color: #EDE9E1;
    /*border: 1px solid rgba(211, 198, 164, 1);*/
    }
#sidebar-widget, #sidebar-travel {
    max-width: 20%;
    float: left;
    margin: 10px auto;
    height: auto;
}

.sidebar-content {
    margin-bottom: 15px;
    padding: 3px 10px 0 10px;
}
.sidebar-content p {
    font-size: 1em;
}
.sidebar-top-div {}  h3.widget-title, h3.sidebar-title  { /*Adverts*/
    width: 100%; 
    font-family: "Oswald", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #4c4d51;
    line-height: 1.2381em;
    border-top: 5px solid #4c4d51;
    border-bottom: 1px dotted #4c4d51;
    
}
.sidebar-bottom-div {
   
}
.sidebar-content img {
    padding: 0px;

}

/*ends single with right sidebar*/

.icon-smile,
.icon-frown,
.icon-wink {
    border: none;
    width: 4em;
    margin: 0 auto;
    padding: 0 20px 0 25px;
}
.icon-heart {
    border: none;
    width: 0.8em;
    margin: 0 auto;
    padding: 2px 10px 0 0;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img {
    height: auto;
    max-width: 100%;
}

.feature-img-wrapper, .inprofile-img-wrapper, .insight-img-wrapper {
    width: 100%;
    margin: 0 auto;
    max-height: 700px;
  
}

.insight-img,
.feature-img {
    display: block;
    margin-left: auto;
    margin-right: 0px;
    padding: 0px;
    border: none;
}

.centered-image {
    float: left;
    display: block;
}
.single-image {
    float: left;
}
.left-image {
    float: left;
    margin:0 5px 0 0;
}
.right-image {
    float: left;
    margin: 0 0 0 25px;
}

.info-image {
    float: left;
    max-width: 90%;
}
.info_image:after {
    content: "";
    display: block;
    clear: both;
}
.ad-image {
    float: left;
    max-width: 95%;
    margin-right: 5%;
}
.ad_image:after {
    content: "";
    display: block;
    clear: both;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90%;
    height: 90%;
   
}
/*arrows*/

.up-arrow, .down-arrow {
    text-align: center;
    padding: 0px 0 20px 0;
}
.up-arrow p {
    padding-left: 0;
}
.homepage-right-arrow img{
    position: absolute;
    top: 38%;
    right: 10%;
    opacity: 1;

    
}
.homepage-right-arrow:hover {
     opacity: .6;
     -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.link-arrow-box {
    width: auto;
    float: right;
    position: relative;
}

.link-arrow-box h3 {
    text-align: left;
    font-size: 2.1em;
    padding-right: 60px;
    margin-left: 0px;
    
}

.right-arrow-box {
    position: absolute;
    float: right;
    top: 5px;
    right:10px;
}
.link-arrow-box, .right-arrow-box :after {
     content: "";
    display: block;
    clear: both;
}
/*seen, tried and tested hearts - give h4 links this class*/
.mpheart-tick::before {
    content: '';
    margin-right:2px;
    position:relative;
    top:2px;
    width: 16px;
    height:16px;
    background: url('https://www.mountainpassions.com/winter/wp-content/uploads/2014/08/heart_sml_tick.jpg');
    display:inline-block;
}

 
/*ad container width 50% */
.adgroup {
    width: 50%;
    margin: auto;
    padding: 30px 30px;
}
#ad-group-ski {
    margin: 30px 0px 30px 0px;
}




/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}


hr {
    border-top: 2px dotted #bfb976;
    width: 90%;
}

/* heading .bordertopw h2 on line 942 with .content-container*/
.heading_borderbotw {
    width: 100%;
    height: 20px;
    border-bottom: 5px solid #4c4d51;
}
.xl-hdr_bordertops {
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #76BA6A;
    line-height: 1.2381em;
    border-top: 5px solid #76BA6A;
    border-bottom: 1px dotted #76BA6A;
    margin-top: 10px;
}
.heading_borderbots {
    width: 100%;
    height: 20px;
    border-bottom: 5px solid #76BA6A;
}
.xl-hdr h2 {
    color: #AC1018;
    font-size: 2.5em;
}
.xxl-hdr {
    color: #404040;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4.8em;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1.1471em;
    padding-bottom: 0;
    padding-top: 0.3824em;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*-----------Layout large screens----------------------*/

@media (max-width: 1024px) {
    .postsbycategory-box .postsbycategory-overbox {
        top: 185px;
        height: 230px;
    }
    .home-content-info-group .content-block span.ski-reviews-icon {  
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/ski-resort-reviews.svg) no-repeat top left; 
    background-size: 12%;
 }
     .home-content-info-group .content-block span.ski-features-icon {   
    background-size: 12%;
 }
 .home-content-info-group .content-block span.mtn-living-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat top left;
    background-size: 15%;
 }
  .home-content-info-group .content-block span.w-activities-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat top left;
    background-size: 15%;
 }
}
@media (max-width: 990px) {
    .content-container,
    .feature-singlecol-container {
        padding: 0px 20px 15px 20px;
    }
   .crp_related {
        padding: 0px 20px 0px 20px;
    }
}
/*---------------- Layout iPad --------------------*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    nav ul li {
    padding: 0 0px 0 50px;
}
    .mp-hdr-logo-flat {
    display: none;
}
    .content-container,
    .feature-singlecol-container {
        padding: 0px 10px 15px 10px;
    }
  
    
/* News & Offers, Ski Insight pages*/
    .news-container, .ski-insight-container {
     margin: 0 10px 0 0;
    }
    .dev-news-container {
    margin: 0 10px 0 0;
}
    .feature-title h1 {
        font-size:3em;
    }
    .content-container .inprofile2col .content p {
        font-size: 1.3em;
    }
    .content-container .inprofile2col .content-right p {
        padding-left: 0px;
        font-size: 1.3em;
    }
    .content-container .inprofile2col .content h2 {
        padding-left: 0px;
        font-size: 1.6em;
    }
    .content-container .inprofile2col-extended .content h2 {
        margin-left: 0px;
        font-size: 1.6em;
    }
    .content-container .inprofile2col .content-right h2 {
        padding-left: 0px;
        font-size: 1.6em;
    }
    .content-container .inprofile2col-condensed .content-right p {
    font-size: 1em;
    padding: 0 0 0 25px;
}
    .inprofile2col .aside_content p {
    font-size: 1em;
    }

 /*   .image-container .inprofile2col {
    width: 45%;
    float: left;
}*/
    .left-image, .right-image {
      max-width: 95%;
    }
    .right-image {
      margin: 0 0 0 0;
    }
    /*Homepage*/
    .category-content-inner-wrapper .category-content {
        width: 80%;
        border: none;
    }
    /*Category Boxes*/
    .postsbycategory-box .postsbycategory-overbox {
    top: 160px;
    height: 230px;
    }
    .open-postsbycategory-box .excerpt {
    margin-bottom: 30px;
    }

    /*Small slide hover links with related pages (loops) - overbox position*/
    .postsbycategory-box-small .postsbycategory-overbox-small {
    top:105px;
    height: 140px;
    }
    .postsbycategory-overbox-small p {
    font-size: 0.7em;
    height: 60px;
    }

    .crp_related {
        padding: 0px 20px 0px 20px;
    }
    p.copyright {
        margin-left: 20px;
    }
    .content-ad-2col {
    max-width: 97%;
}
.content-ad-3col {
    max-width: 97%;
}


    /* Footer */
    
    .menu-social,
    .menu-cookies,
    .menu-about,
    .menu-misc {
        width: 23%;
    }
    footer li a {
        font-size: 1em;
    }
    footer h3 {
        font-size: 1em;
    }

.content-container .inprofile2col .pullquote {
    font-size: 1.5em;
    line-height: 1.5em;
}
.imageBlock-heroImage span {
    font-size: 2.7em;
    left:0px;
    top:20px;
   }
   #location-image .imageBlock-heroImage span.white-snowflake {
    top: 0px;
    left: 750px;
    width: 30%;
    height: 100%;
    background-size: 100%;
}
    .imageBlock span {
    width: 40%;
    font-size: 2em;
    padding: 10px 10px 0 10px;
    height: 40px;
    left: 20px;
}
.imageBlock-insightImage span {
    width:95%;
    font-size: 2em;
    padding: 10px 10px 0 10px;
    height: 40px;
    left: 0px;
}
/*.icon-smile, .icon-frown, .icon-wink {
    width: 2.5em;
}*/
.content-ad-3col {
    max-width:300px;
    margin-left: 0px;
    
}
.mountain-hero--arrow {
        left: 45%;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.news-container, .ski-insight-container {
    max-width: 100%;
    margin: 0 10px 0 10px;
    padding: 0 5px 10px 5px;
}
.dev-news-container {
    max-width: 100%;
    margin: 0 10px 0 10px;
    padding: 0 5px 10px 5px;
}
/*Sidebar*/
#sidebar-right {
    max-width: 60%;
    margin: 10px auto 10px 20%;
}
#sidebar-travel {
    display: none;
}
#sidebar-widget {
    max-width: 45%;
    float: right;
    margin: 0px 10px 10px 10px;
}

    .sidebar-top-div {
margin-left: 20px;
}
  
 .sidebar-content {
    margin-left: 0px;
 }  
/*Hero image */
.mountain-hero {
    background-image: url(https://mountainpassions.com/summer/wp-content/uploads/2016/02/Beaufortain-13695.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--content h2{
    position: relative;
    margin: 5% 0 20% 0;
    font-family: "PT Sans", sans-serif;
    font-size: 3em;
    padding-left: 0;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
     }
    .mountain-hero--title {
    
    margin: 0;
    font-family: "PT Sans", sans-serif;
    }
    .mountain-hero--title--first {
    font-size: 2.1em;
    color: #fff;
    display: block;
    letter-spacing: 7px;
    margin-top: .3em;
    
    }
    .mountain-hero--title--second {
    font-size: 1em;
    color: #fff;
    display: block;
    letter-spacing: 3.9px;
    margin: 20px 0 0 0;
    }
    .mountain-hero--subtitle {
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #fff;
    margin: 1em auto 0;
    max-width: 33em;
    }

    .mountain-hero--summer {
     background-image: url(https://mountainpassions.com/summer/wp-content/uploads/2016/05/mountain-walkers-Le-Monal-Tarentaise-summer-28599.jpg);   
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }


   .mp-hdr-logo-flat {
    display: none;
}
.mtn-living-icon {
    left:72%;
}
    .postsbycategory-box {
        width: 47%;
    }
    .postsbycategory-box .postsbycategory-overbox {
    top: 190px;
    height: 250px;
    width: 99%;
}
.open-postsbycategory-box h2 {
    font-size: 1.6em;
}
.linkbox-button {
    width: 60%;
}
.linkbox-centre {
    width: 80%;
}
.left-image, .right-image {
  max-width: 95%;
}
.right-image {
  margin: 0 0 0 0;
}
.image-container {
    padding: 0 0 15px 0;
}
.content-right h3 {
    padding-left: 10px;
}
h3 {
    font-size: 1.2em;
}
p.copyright {
        margin-left: 20px;
    }
.mobile-only {
    display: none !important;
}
    .content-ad-2col {
    max-width: 97%;
    
}
.content-ad-3col {
    max-width: 97%;
}


.content-container .inprofile2col .pullquote {
    font-size: 1.5em;
    line-height: 1.5em;
}
.inprofile2col .aside_content p {
    font-size: 1em;
    }


.feature-image-wrapper {
    padding:0px 0px 0px 0px;
}
.content-ad-3col {
    display:none;
    
}


/*Footer*/
.menu-social, .menu-cookies, .menu-about, .menu-misc {
    display: inline-block;
    width: 23%;
    float: left;
    padding-left: 10px;
}

}
/*------------------- Layout Medium Screens---------------------------- */

@media screen and (min-width: 501px) and (max-width: 800px) {


    .wrapper {
        max-width: 799px;
    }

nav {
    display: block;
    width: 40%;
    margin: 0 55% 0 5%;
    background-color: #252525;
}
nav ul li {
    padding: 0 0px 0 40px;
}
.mountain-hero {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/Tignes-Val-Claret-ski-village-location-28716.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--content h2{
    position: relative;
    margin: 5% auto 20% auto;
    font-family: "PT Sans", sans-serif;
    font-size: 2em;
    padding-left: 0;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
     }
    .mountain-hero--title {
    margin: 0;
    }
    .mountain-hero--title--first {
    font-size: 1.2em;
    margin-top: .4em;
    line-height: .8em;
    opacity: 1;
    }
    .mountain-hero--title--second {
    font-size: 1em;
    color: #fff;
    display: block;
    letter-spacing: 3.9px;
    margin: 20px 0 0 0;
    }
    .mountain-hero--subtitle {
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #fff;
    margin: 1em auto 0;
    max-width: 33em;
    }

    .mountain-hero--summer {
     background-image: url(https://mountainpassions.com/summer/wp-content/uploads/2016/05/mountain-walkers-Le-Monal-Tarentaise-summer-28599.jpg);   
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--arrow {
        position: absolute;
        top:70%;
        width:100px;
        height:50px ;
        left: 45%;
    }
    .mountain-hero--arrow img {
        max-width:50px;
        height: 50px;
    }
    p.mountain-hero--arrow-text {
        display: none;
    }
.mountain-hero--arrow-winter {
        position: absolute;
        top:70%;
        left: 40%;
        width:150px;
        height:60px ;
    }
   
    .mountain-hero--arrow-winter img {
        max-width:50px;
        height: 50px;
    }
    .mountain-hero--arrow-winter p{
        font-size: 1.3em;
        color: #fff;
        font-weight: 700;
        max-width:150px;
    }

.linkbox-button {
    width: 80%;
}
.linkbox-centre {
    width: 80%;
}
.open-postsbycategory-box .excerpt {
    margin-bottom: 30px;
    height: 90px;
    }

    /*MP logos*/
  
    .mp-hdr-logo {
        height: 40px;
    }
    .mp-hdr-mobile {
    display: none;
}
    .footer-logo {
        height: 30px;
    }
    .footer-wrap-inside {
        width: 96%;
    }
    article {
        width: 100%;
    }
    .pullquote {
        font-size: 1.5em;
    }
    .content-ad-2col {
    max-width: 97%;

}
.content-ad-3col {
    max-width: 97%;
}

    /*Headers*/
    
    .feature-title h1 {
        font-size: 3em;
        margin: 5px 5px 5px 5px;
    }
    h2 {
        margin-left: 0px;
        font-weight: normal;
    }
    h3 {
        font-weight: normal;
    }
    h4 {
        font-weight: normal;
    }
     .mobile-only {
        display: none !important;

    }
    .xl-hdr {
        font-size: 2.3em;
    }
    .xl-hdr_bordertopw h2 {
        margin-left: 0;
    }
    .hearts_box {
        margin-left: 10px;
    }
    .ip_bulletpts {
        font-size: 1.1em;
    }
    .ip_bulletpts ul {
        padding: 0px 20px;
    }
    .content-container {
        margin-bottom: 8px;
    }
    .category-container {
        width: 80%;
    }

    .feature-singlecol-container h2 {
        margin-left: 0;
    }
    .feature-singlecol-container h3 {
        margin-left: 0;
    }
    .feature-singlecol-container .content p {
        font-size: 1.1em;
    }


    

    aside {
        margin: 0px 0px 20px 20px;
    } 
    .content-container .inprofile2col .aside_content p{
        font-size: 1em;
    }
    .content-container .inprofile2col-extended {
        width: 50%;
    }
    .content-container .inprofile2col-condensed {
        width: 50%;
    }
    .content-container .inprofile2col .content h2 {
        margin-left: 0px;
        font-size: 1.5em;
    }
    .content-container .inprofile2col-extended .content h2 {
        margin-left: 0px;
        font-size: 1.5em;
    }
    .content-container .inprofile2col .content-right h2 {
        padding-left: 0px;
        font-size: 1.5em;
    }
    .content-container .inprofile2col-condensed .content-right h2 {
        padding-left: 0px;
        font-size: 1.5em;
    }
    .content-container .inprofile2col .content p {
        padding: 0 10px 0 0;
        font-size: 1.1em;
    }
    .content-container .inprofile2col-extended .content p {
        padding: 0 10px 0 0;
        font-size: 1.1em;
    }
    .content-container .inprofile2col .content-right p {
        padding: 0 0 0 0px;
        font-size: 1.1em;
    }
    .content-container .inprofile2col-condensed .content-right p {
        padding: 0 0 0 10px;
        font-size: 1em;
    }
    .content-container .inprofile3col h2 {
        font-size: 1.5em;
    }
    .content-container .inprofile3col .content {
        padding: 0px 6px 0px 0px;
    }
    /*Sidebar*/
#sidebar-right {
    max-width: 60%;
    margin: 10px auto 10px 20%;
}
#sidebar-travel {
    display: none;
}
#sidebar-widget {
    max-width: 45%;
    float: right;
    margin: 0px 10px 10px 10px;
}
    /*ski deals */
    .offers-content-container .offers-text {
        width: 100%;
    }
    .offers-content-container .offers-image {
        display: none;
    }
    /*Category index page */
    
    .category-content-outside-wrapper-top {
        padding: 20px 0 20px 0;
    }
    .category-head {
        font-size: 48px;
        padding-top: 0.3824em;
    }
   

    /*Home Page*/
    
    
    .home-content-info-group .img-block,
    .home-content-info-group .content-block {
        width:100%;
        padding: 0px 0 10px 0;
    }
   .snowflake-left, .snowflake-right {
        opacity:0.2;
    }
    .content-block h1 {
        font-size: 3.3em;
        margin: 6px 0 0 0;
    }
    .content-block h3 {
        font-size:2.1em;
        padding-bottom: 6px;
     }
    .homepage-right-arrow img{
        top: 50px;
        right: -40px;
    }
    #link-panel h3 {
        font-size: 2em;
    }
    #link-panel p {
        font-size: 1.2em;
    }
    .content-block h2 {
        font-size: 3.4em;
        padding: 0px;
        margin: 0 0 0 0;
    }
    .content-block p {
        font-size: 1.2em;
        padding: 0px 20px 0px 20px;
    }

      /*category motifs*/

     
     .home-content-info-group .content-block span {
    top: 2%;
   
    }
 .home-content-info-group .content-block span.ski-reviews-icon { 
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/ski-resort-reviews.svg) no-repeat top left;  
    background-size: 12%;
 }
 .home-content-info-group .content-block span.ski-features-icon {   
    background-size: 12%;
 }
 .home-content-info-group .content-block span.mtn-living-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat top left;
    background-size: 15%;
 }
  .home-content-info-group .content-block span.w-activities-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat top left;
    background-size: 15%;
 }

 /*Quick search box*/
#quick-search { /*ski reviews search drop-down*/
    background-image: linear-gradient(to top, rgba(30, 75, 115, 0.7),  rgba(255, 255, 255, 0)),
                        url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/MP-bloo-snowflake.png);
                       
    background-repeat:no-repeat,
                        no-repeat;
                       
    background-position: top,
                            top left;
    height: 300px;                
}
#quick-search h2 {
    color: #ffffff;
}
/*category listing boxes*/
.postsbycategory-box {
        width: 47%;
    }
.postsbycategory-box .postsbycategory-overbox {
    top: 190px;
    height: 250px;
    width: 99%;
}
/*Small slide hover links with related pages (loops) - overbox position*/
.postsbycategory-box-small .postsbycategory-overbox-small {
    top:70px;
    height: 100px;
}
.postsbycategory-box-small .postsbycategory-overbox-small p{
    display: none;
}
/**/
    .category-content-inner-wrapper .category-content {
        width: 80%;
        border: none;
    }
    .category-content-inner-wrapper .category-content span {
        top: 2%;
    }
    .category-content h2 {
        font-size: 3em;
    }
    .category-content h3 {
        font-size: 2em;
    }
    .category-content p {
        font-size: 1.4em
    }
   
    .choose-resort,
    .choose-resort a:link {
        top: 140px;
        font-size: 0.8em;
        line-height: 30px;
    }
    /*------------In Profile ---------------------------*/
    /*three column*/
    
    .content-container .inprofile3col h4 {
        font-size: 1em;
        letter-spacing: 0.5px;
    }
    .content-container .inprofile3col .content p {
        /*targets the content of each  area*/
        
        font-size: 0.9em;
        line-height: 1.3em;
    }
    .content-ad-3col {
    display:none;
    
}
    /*------------ Images-----------------*/
   .imageBlock-heroImage span {
    display: none;
}
   #location-image .imageBlock-heroImage span.white-snowflake {
    top: 0px;
    right: -20px;
    width: 30%;
    height: 100%;
    background-size: 100%;
}
   .imageBlock span {
    width: 50%;
    font-size: 2em;
    padding: 10px 10px 0 10px;
    height: 40px;
    left: 20px;
}
.imageBlock-insightImage span {
    width:95%;
    font-size: 1.7em;
    padding: 10px 10px 0 10px;
    height: 40px;
    left: 0px;
}
/*.icon-smile, .icon-frown, .icon-wink {
    width: 2.4em;
}*/




    /*text over image InProfile*/
    
    .category-container .snowflake-top {
        position: absolute;
        top: -80px;
        left: 550px;
    }
    .category-container .snowflake-low {
        display: none;
    }
    .icon-heart {
        width: 0.8em;
        padding: 2px 8px 0 0;
    }
   

    .inprofile2col-condensed .aside_content p {
    font-size: 1em;
    margin: 10px;
    padding-bottom: 20px;
}
    body {
        background-image: none;
    }
/*Search Results*/
.search-content {
    width: auto;
    padding: 0 20px 0 20px;
}
/*Resorts List */
#resorts-list {
   width:50%;
}
    /* Footer */

footer p {
    margin-left: 10px;
    padding: 0;
    font-size: 0.8em;
}
footer h3 {
    margin: 0;
    padding-left: 0;
}


}

/*---------------Layout small screens------------------------------ */

@media screen and (min-width: 50px) and (max-width: 500px) {

#sidebar-right {
    max-width: 100%;
    margin: 20px;
 }
#sidebar-travel {
    display: none;
}
#sidebar-widget {
    max-width: 100%;
    float:left;
    margin: 20px;
}
.sidebar-content  {
    margin: 10px;
}
.sidebar-content h2 {
    padding-left: 0px;
}
h3.sidebar-title {
    width: 90%;
    margin: 3px 10px 0 10px;
}
nav {
    display: block;
    width: 80%;
    background-color: #252525;
    margin: 0 10% 0 10%;
}
nav ul li {
    padding: 0 0px 0 25px;
}

.linkbox-centre {
    font-size: 1.3em;
    width: 80%;
    margin-bottom: 30px;
    }
.mountain-hero {
    background-image: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/02/samoens_skilift_11856.jpg);
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }
    .mountain-hero--content h2{
    position: relative;
    margin: 5% 0 20% 0;
    font-family: "PT Sans", sans-serif;
    font-size: 1.5em;
    padding-left: 0;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    
}
    
    .mountain-hero--title {
    margin: 0;
    }
    .mountain-hero--title--first {
    font-size: 1.6em;
    padding-top: .5em;
    color: #fff;
    display: block;
    line-height: .9em;
    opacity: 1;  
    }
    .mountain-hero--title--second {
    font-size: 0.8em;
    display: block;
    letter-spacing: 3.9px;
    margin: 10px 0 0 0;
    }
    h2.mountain-hero--subtitle {
    font-size: 1.1rem;
    color: #fff;
    
    
    }
    .mountain-hero--arrow {
        display: none;
    }
    .mountain-hero--summer {
     background-image: url(https://mountainpassions.com/summer/wp-content/uploads/2015/05/MP-Le-Monal-28599.jpg);   
    background-repeat: no-repeat;
    text-align: center;
    padding: 3% 1em 10%;
    position: relative;
    overflow: hidden;
    }
    
    .mountain-hero--summer .mountain-hero--title--first   {/*top titles summer*/
    font-size: 3.3em;
    padding: 0;
    margin-top: 0;
    }
.mountain-hero--summer .mountain-hero--title--second {
     font-family: "PT Sans", sans-serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    
}

.mountain-hero--arrow-winter {
        position: absolute;
        top:70%;
        left: 30%;
        width:150px;
        height:60px ;
    }
   




    /*MP logos*/
   
    .mp-hdr-logo {
        display:none;
    }
    /*mobile screens logo*/
    .logo-wrap {
        height: 30px;
    }
    .mp-hdr-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    
}
    .footer-logo-wrap {
        padding-bottom: 8%;
        border-bottom: none;
    }
    .footer-logo {
        top: 5px;
        height: 20px;
    }
    article {
        padding: 0px 0px 10px 0px;
    }
    aside {
        margin: 10px;
        padding: 10px;
    }
    .inprofile2col-condensed .aside_content p {
    font-size: 1em;
    margin: 3px;
    padding-bottom: 4px;
}
   .inprofile2col .aside_content p {
    font-size: 1em;
    margin: 3px;
    padding-bottom: 4px;
   }
   .inprofile2col .aside_content p:last-child {
    padding-bottom: 0px;
}
    .heading_borderbotw {
        margin-bottom: 10px;
    }
    /*Headers*/
    
    .xl-hdr {
        font-size: 2em;
    }
    h1 {
        font-size: 2.5em;
        font-weight: 700;
        margin: 10px 10px;
    }
    h2 {
        font-size: 1.8em;
    }
    h2,
    h3 {
        padding-left: 15px;
        font-weight: normal;
    }
    .feature-title h1 {
        font-size: 2.6em;
    }
    .feature-title h2 {
        font-size: 1.5em;
    }
    .feature-sub-title h2 {
        font-size: 2em;
    
    }
    .imageBlock-heroImage span {
        display: none;
    }
    .imageBlock-insightImage span {
        display:none;
    }
    .mobile-only {
        display: block !important;

    }
    .mobile-only .mobile-insight--title h2 {
        font-family: "PT Sans", sans-serif;
      font-size: 2em;
      color: #4C4D51;
        margin: 10px 10px;  
    }
    .content-ad-2col {
    max-width: 97%;
    margin: 0 10px 0 10px;
}
.content-ad-3col {
    max-width: 97%;
    margin: 0 10px 0 10px;
}
    p.copyright {
        margin-left: 15px;
    }
    .content-container .inprofile2col .pullquote {
        display: none;
    }

    
    /*Category index page */
    
    .category-head {
        font-size: 48px;
        padding-top: 0.3824em;
    }
    .category-box {
        width: 100%;
        max-height: 300px;
        display: block;
        margin: 0 0 40px 0;
    }
    .category-box .category-overbox {
        top: 190px;
        height: 330px;
    }
    .category-box img {
        padding: 0;
    }
    .category-sub-head h2 {
        font-size: 1.8em;
        padding: 0;
    }
    .category-container {
        width: 100%;
        margin-left: 0;
        padding: 0 10px 0 10px;
    }
    .category-editorial {
        padding: 10px 20px 0 0;
    }
    .category-editorial p {
        font-size: 0.8em;
    }
    .category-editorial ul li {
        font-size: 0.8em;
        padding-right: 20px;
    }
    .category-editorial img {
        width: 100%;
        margin: 0;
        padding: 0 0 10px 0;
    }
    #resorts-list {
        width:85%;
    }
    /*------------In Profile ---------------------------*/
    /*three column*/
    
    .content-container {
        padding: 0px;
        margin-bottom: 0px;
    }
    .content-container .inprofile2col {
        width: auto;
        /* by setting auto will take the elements to the full width of their parent*/
        
        float: none;
        padding: 10px 0px 0px 10px;

    }
    .content-container .inprofile2col-extended {
        width: auto;
        /* by setting auto will take the elements to the full width of their parent*/
        
        float: none;
        padding: 10px 0px 0px 0px;
    }
    .content-container .inprofile2col-condensed {
        width: auto;
        float: none;
        padding: 10px 0px 0px 0px;
    }
    .content-container .inprofile2col .content-right h2 {
        padding-left: 15px;
        font-size: 1.5em;
    }
    .content-container .inprofile2col .content p {
        font-size: 1.1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-container .inprofile2col-extended .content p {
        font-size: 1.1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-container .inprofile2col .content-right p {
        font-size: 1.1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-container .inprofile2col-condensed .content-right p {
        font-size: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-container .inprofile2col-condensed .content-right h2 {
        padding: 0 0 0 15px;
    }
    .content-right h2 {
        padding-left: 15px;
    }
    .content-container .inprofile3col {
        width: auto;
        float: none;
        padding: 10px 0px 0px 0px;
    }
    .content-container .inprofile3col h3 {
        font-size: 1.5em;
        margin-left: 20px;
    }
    .content-container .inprofile3col h4 {
        font-size: 1em;
        letter-spacing: 0.5px;
        font-weight: bold;
        margin-left: 15px;
    }
    .content-container .inprofile3col .content {
        padding: 0;
    }
    .content-container .inprofile3col .content p {
        font-size: 0.9em;
        margin: 15px;
        line-height: 1.4em;
    }
    /*News & Offers, Ski Resort Insight */
    .news-container, .ski-insight-container  {
         max-width: 100%;
        margin: 10px;
        padding: 0px 0px 0px 0px;
        float: none;
    }
    .dev-news-container {
        max-width: 100%;
        margin: 10px;
        padding: 0px 0px 0px 0px;
        float: none;
    }
    /*ski deals */
    .offers-content-container .offers-text {
        width: 100%;
        font-size: 1em;
    }
    .offers-content-container .offers-image {
        display: none;
    }
    .offers-content-container h3 {
        padding-left:0px;
    }
    /*ends ski deals*/
    .feature-singlecol-container {
        width: 100%;
        padding: 10px 20px 20px 10px;
    }
    .feature-singlecol-container h2 {
        padding: 0px;
    }
    .feature-singlecol-container .content p {
        font-size: 1.1em;
        margin-right: 20px;
    }
    .feature-wrapper {
        padding-top: 0px;
    }
    /*Home Page */
    
    .category-content-outside-wrapper-top {
        padding: 10px 0 10px 0;
    }
    .category-content-outside-wrapper {
        padding: 10px 0 10px 0;
    }
    .category-content-inner-wrapper {
        height:auto;
        margin-bottom: 10px;
    }
    .category-content-resort-location {
        width:100%;
    }
   .category-content-resort-location p {
        font-size: 1.2em;
        padding: 0px 15px 0px 15px;
        
    }
    .category-content-inner-wrapper .category-content {
        width: 100%;
        border: none;
    }
    .category-content h2 {
        font-size: 2.1em;
       
    }
    .category-content h3 {
        font-size: 1.5em;
    }

    .category-content p {
        font-size: 1.15em;
        line-height: normal;
        width: 90%;
        margin: 0 auto 10px auto;
    }
    .category-content-box h2 {
        font-size: 1.9em;
        font-weight: 700;
    }
    .category-content-box p {
        font-size: 1.15em;
        line-height: normal;
    }
    #link-panel h3 {
        font-size: 1.7em;
    }
    #link-panel p {
        font-size: 1.15em;
    }
     .link-arrow-box h3 {
        font-size: 1.3em;
        line-height: 2em;
    }
    .homepage-right-arrow {
        display: none;
    }
    .home-content-info-group {
        width: 100%;
        height: auto;
    }
    .home-content-info-group .img-block,
    .home-content-info-group .content-block {
        width: 100%;
        padding: 0px 0 10px 0;
    }
    .home-content-info-group {
        height: auto;
    }
    .home-content-inner-wrapper .img-block span {
        padding: 6px 6px 0 6px;
        height: 20px;
        font-size: 1em;
        top: 0px;
    }

    .snowflake-left, .snowflake-right, .mtn-living-icon {
        display:none;
    }
    .content-block h1 {
        margin: 0;
        padding-top:6px;
        font-weight: 600;
    }
    .content-block h2 {
        font-size: 2em;
        padding-top:6px;
    }
    .content-block h3 {
        font-size:1.6em;
        margin: 0 0 0.5em 0;
    }
    .content-block p {
        font-size: 1.2em;
        line-height: normal;
        padding: 0 10px 0 10px;
    }
    
     /*homepage category icons*/

   
     .home-content-info-group .content-block span {
   
    top: 2%;
    left: 5%;
    }
 .home-content-info-group .content-block span.ski-reviews-icon {
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/ski-resort-reviews.svg) no-repeat top left;   
    background-size: 14%;
 }
 .home-content-info-group .content-block span.ski-features-icon {   
    background-size: 11%;
 }
 .home-content-info-group .content-block span.mtn-living-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat top left;
    background-size: 12%;
 }
  .home-content-info-group .content-block span.w-activities-icon {   
    background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/winter-activities.svg) no-repeat top left;
    background-size: 15%;
 }

 /*category pages icons*/
    
 .category-content-inner-wrapper .category-content span {
    top: 1%;
}
.category-content-inner-wrapper .category-content span.ski-reviews-icon {
    /*background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/11/ski-resort-reviews.svg) no-repeat top left;   
    background-size: 14%;*/
    display: none;
}
.category-content-inner-wrapper .category-content span.ski-features-icon {
    display: none;
}
.category-content-inner-wrapper .category-content span.summer-mtn-living-icon {
    /*background: url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/chalet_icon_round.svg) no-repeat top left;
    background-size: 12%;*/
    display: none;
}
.category-content-inner-wrapper .category-content span.w-activities-icon {
    display: none;
}



/*Quick search box*/
#quick-search { /*ski reviews search drop-down*/
    background-image: linear-gradient(to top, rgba(30, 75, 115, 0.7),  rgba(255, 255, 255, 0)),
                        url(https://www.mountainpassions.com/winter/wp-content/uploads/2016/01/MP-snowflake-white.svg);
                       
    background-repeat:no-repeat,
                        no-repeat;
                       
    background-position: top,
                            top left;
    height: 300px;                
}
#quick-search h2 {
    color: #ffffff;
}
     /*Twitter Feed*/
     .twitter-widget-outside-wrapper {
        padding: 50px 0 0px 0;
        background-size: 150px 150px;
     }
     .tp_recent_tweets li {
    font-size: 1.5em;
    }
    /* Features listing for mobile*/
    
    #postsbycategory-full {
        display: none;
    }
    #postsbycategory-mobile {
        height: auto;
        margin: 10px 0 10px 0;
    }
    .postsbycategory-box {
        position: relative;
        width: 96%;
        max-height: 130px;
        margin-top: 15px;
        display: block;
    }
    .postsbycategory-box img {
        width: 100%;
    }
    #link-panel .postsbycategory-overbox p {
        font-size: 0.9em;
        padding-right: 10px;
    }
    #link-panel .postsbycategory-overbox p:before {
        content: url(https://www.mountainpassions.com/winter/wp-content/uploads/2015/05/mobile_link_arrow.png);
    }
    p:after {
        content: "";
        display: table;
        clear: both;
    }
    .postsbycategory-box h3 a:link {
        font-size: 1.2em;
        font-weight: 400;
        text-transform: none;
    }
    .postsbycategory-box .postsbycategory-overbox {
        top: 90px;
        height: 150px;
    }
    .postsbycategory-overbox .overbox-linkbox {
        display: none;
    }

     /*features listing winter homepage*/
    .open-postsbycategory-box {
        display: none;
        
    }

    /* Small slide hover listings on ski reviews (loops) */
    #related-pages,.postsbycategory-box-small{
    display: none;
    }

    /* Ski Review stats for mobile*/
    
    .ip_terrain_title,
    .ip_dom_terrain_title {
        font-size: 1.2em;
        text-transform: uppercase;
    }
    .ip_bulletpts {
        font-size: 1em;
    }
    .ip_bulletpts ul {
    margin-left: 10px;
    }
    #extra-info .ip_bulletpts {
        font-size: 1.1em;
    }
    .famplus_title,
    .ip_terrain_km,
    .ip_dom_terrain_km,
    .ip_altitude_title,
    .ip_lifts_title,
    .ip_dom_lifts_title,
    .ip_dom_lifts_total,
    .ip_skiingthere_title,
    .ip_snowboarding_title,
    .ip_xcountry_title,
    .ip_handiski_title,
    .ip_stayingthere_title,
    .ip_altitude_min,
    .ip_altitude_max,
    .ip_skiingthere_beginners,
    .ip_skiingthere_intermediates,
    .ip_skiingthere_expert,
    .ip_skiingthere_scenery,
    .ip_attractions,
    .ip_walking,
    .ip_cycling,
    .ip_activities,
    .ip_boarding_desc,
    .ip_snowparks,
    .ip_snowboarder_cross,
    .ip_half_pipe,
    .ip_xcountry_desc,
    .ip_xcountry_ski,
    .ip_stayingthere_value,
    .ip_stayingthere_accommodation,
    .ip_stayingthere_diningout,
    .ip_stayingthere_nightlife,
    .ip_stayingthere_charm,
    .ip_stayingthere_summer_value,
    .ip_stayingthere_summer_accom,
    .ip_stayingthere_summer_diningout,
    .ip_stayingthere_summer_nightlife,
    .ip_stayingthere_summer_charm {
        font-size: 1.2em;
    }
    .hearts_box {
        margin-left: 10px;
    }
    /*Search Results*/
    .search-content {
        width: 90%;
        padding: 0 15px 0 15px;
        
    }
    .search-content h3 {
        font-size: 1.2em;
    }

        .wrapper-border {
    margin: 10px 10px 0px 10px;
    }
    
    /* Footer */
    
    .footer-wrap-inside {
        max-width: 100%;
        padding: 10px 0 20px 0;
    }
    .menu-social,
    .menu-cookies,
    .menu-about,
    .menu-misc {
        width: 46%;
        display: inline-block;
        padding-top: 10px;
        height: 150px;
        margin-bottom: 10px;
    }
    footer li a {
        font-size: 1em;
    }
    footer h3 {
        font-size: 1em;
        padding: 10px 0px;
    }
    footer p {
        margin-left: 6px;
        max-width: 90%;
    }
    footer .up-arrow p {
        max-width:100%;
    }
    /* Images */
   .ad-image {
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 10px;
} 
  .imageBlock span {
    width: 100%;
    font-size: 2em;
    padding: 5px 0px 5px 5px;
    line-height: 1em;
    top:0px;
}
 #location-image .imageBlock-heroImage span.white-snowflake {
    display: none;
}
    /*text over image InProfile*/
    
    .category-container .snowflake-top {
        position: absolute;
        width: 100px;
        height: auto;
        top: -40px;
        left: 270px;
    }
    .category-container .snowflake-low {
        display: none;
    }
    .resort_logo,
    .resort_info,
    .domain_info {
        width: 100%;
    }
  /*  .icon-smile,
    .icon-frown,
    .icon-wink {
        width: 2em;
    }*/
    .left-image,
    .right-image {
        float: none;
        max-width: 95%;
        margin: 15px 0 15px 0;
    }

    .image-container {
    padding: 0 15px 0 15px;
    }
    .videoWrapper iframe {
        left: 15px;
    }
    body {
        background-image: none;
    }
    /*Sidebar*/
#sidebar {
        width: 100%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:none;
    max-width:96%;
    padding:5px 0px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:12px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

@media screen and (max-width: 500px)  {
.alignright, .alignleft {
  float: none;
  
}
.wp-caption.alignright {
  margin: 0px 20px 0px 10px;
}
.wp-caption.alignleft {
  margin: 0px 20px 0px 10px;
}
}
.sticky {

}
.bypostauthor {

}


-----------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}