@charset "utf-8";
/* CSS Document */
/*
Theme Name: Chronus Child
Template: chronus
description: >-
   A child theme of the Themezee Chronus theme
Version: 1.5.2
Text Domain: chronus-child
*/




h3 {
	border-left: 8px solid #BED6F1;
	line-height: 1;
	padding-left: 15px;
	color: #666;
}
h3.entry-title, .widget-title, .comment-reply-title {
	padding-left: 15px;
}
h4 {
	border-top: 1px solid #BED6F1;
	line-height: 1;
	padding-top: 15px;
	color: #666;
}


/*responsive webcam styles*/

.webcamholder_r {
    position: relative;
    padding-bottom: 72%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	}
.webcamholder_r iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	}

/*inline pic styles*/
/* content floats */
.picleft {
	float:left;
	margin: 0 10px 5px 0;
}
.picright {
	float: right;
	margin: 0 0 5px 10px;
}

/*styles for availability button*/
.avail, .resortavail {
	text-align:right;
	margin: 10px 0;
}
.resortavail {
  text-align: left;
}

.avail a, .resortavail a {
    background: #ff290b; /* Old browsers */
	color: #fff !important;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 3px 5px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 10px;
}
 .resortavail a {
    font-size: 0.9em;
}

.avail a:hover, .resortavail a:hover  {
    background: #E11D00; /* Old browsers */
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	color: #fff;
}

/*breakout box */
.breakout {
	border: 1px solid #BED6F1;
	border-top-width: 3px;
	border-bottom-width: 3px;
	padding: 10px;
}
.breakout img {
	float:left;
	margin-right: 10px;
}
.breakout div.clearer {
	clear:both;
}

/* list images */
.entry-content ul {
list-style-image: url("https://www.skiresorts.net/wp-content/uploads/2019/03/list_image.png");
}

/* styling captions */
figcaption {
	text-align:center;
	color: #888;
	font-size: 14px;
}

/* styling quotes */
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: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* attempting to fix CLS */

.site-branding .custom-logo {
    margin: 0 0 0.5em;
    padding: 0;
    max-width: 100%;
	width: 186px;
    height: 114px;
    border: none;
    vertical-align: top;