/*
	Theme Name: RIDGE THEME 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	color:#444;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	margin: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
#mc_embed_signup .button2 {
	border-radius: 0;
}
.button, .button2, .wpcf7-submit {
	padding: 8px 15px 8px 15px;
	font-weight: 700;
	font-size: 1.7rem;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Barlow Semi Condensed', sans-serif;
	display: inline-block;
	background-color: #087693;
}
.button-margin {
	margin: 10px 0;
}
.button-outline {
	background-color: transparent;
	border: solid 1px #fff;
	color: #fff;
}
.button-outline-color {
	border: solid 1px rgba(61,73,86,.5);
	background-color: transparent;
	color: #087693;
}
.button:hover {
	background-color:#046075;
	color: #fff;
}
.button-outline:hover {
	background-color: #fff;
	color: #087693; 
}
.logo-img {
	position: absolute;
	width: 260px;
	max-width: 260px;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	font-weight: 700;
	font-style: italic;
	color: #0088a8;
	text-decoration:none;
}
a:hover {
	color:#444;
}

a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus{
	outline: 1px dotted rgba(0,0,0,0.8);
}
h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #086d84;
	font-size: 2.9rem;
	line-height: 3rem;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
}
h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #404041;
	font-size: 2.9rem;
	line-height: 3rem;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #6d6e70;
	text-align: center;
	margin: 0 0 10px 0;
}
h4 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d4c5a;
}
button {
	transition: 0.3s;
}
.text-center {
	text-align: center;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:nowrap;
	    flex-wrap:nowrap;
}
.flexAlign-center {
	align-items: center;
}
.flexJustify-center {
	justify-content: center;
}
.flex-15 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 15%;
	        flex:0 1 15%;
}
.flex-20 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 20%;
	        flex:0 1 20%;
}
.flex-25 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 25%;
	        flex:0 1 25%;
}
.flex-30 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 30%;
	        flex:0 1 30%;
}
.flex-33 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 33%;
	        flex:0 1 33%;
}
.flex-40 {
	width: 40%;
	-webkit-box-flex:0;
	    -ms-flex:0 1 40%;
	        flex:0 1 40%;
}
.flex-50 {
	width: 50%;
	-webkit-box-flex:0;
	    -ms-flex:0 1 50%;
	        flex:0 1 50%;
}
.flex-60 {
	width: 60%;
	-webkit-box-flex:0;
	    -ms-flex:0 1 60%;
	        flex:0 1 60%;
}
.flex-70 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 70%;
	        flex:0 1 70%;
}
.flex-75 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 75%;
	        flex:0 1 75%;
}
.flex-80 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 80%;
	        flex:0 1 80%;
}
.flex-85 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 85%;
	        flex:0 1 85%;	
}
.flex-100 {
	-webkit-box-flex:0;
	    -ms-flex:0 1 100%;
	        flex:0 1 100%;
}

/*------------------------------------*\
   HEADER
\*------------------------------------*/
.logo {
	position: relative;
	height: 125px;
	transition: 0.3s;
}
.logo-height {
	height: 90px;
}
.no-js .logo-img {
	width: 95%;
}
.logo img {
	transition: 0.4s;
	}
.logo-resize {
	position: relative;
	width: 95%;
	max-width: 95%;
	}
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.outerWrapper {
/*	max-width: 1600px;
	margin: 0 auto;*/
}
header {
	width: 270px;
	float: left;
	display: inline-block;
}
.fixedSidebar {
	top: 0;
	height: 100%;
	position: fixed; 
	width: 270px; 
/*	max-width: 300px;*/
}
.sidebarPadding {
	padding: 25px 50px 25px 40px;
	box-sizing: border-box;
}
.rightColumn {
	width: 100%;
	padding-left: 270px;
}
.bookingWidget {
	background-color: #fff;
	display: block;
	width: 100%;
	margin-top: 30px;
	padding: 18px 20px 20px 20px;
	border: solid 1px rgba(61,73,86,.5);
}
input::placeholder {
	color: #fff;
	opacity: 0.5;
}
.mobile-container {
	display: none;
}
.bookingWidget input, #mce-EMAIL{
	width: 100%;
	min-width: 100%;
	color: #004e5c;
	padding: 5px 0 6px 0;
	font-size: 1.55rem;
	border-style: solid;
	border-color: rgba(61,73,86,.5);
	border-width: 0 0 1px 0;
	background-color: transparent;
	opacity: 0.75;
	font-family:'Montserrat', sans-serif;
}
.bookingWidget input:focus, #mce-EMAIL:focus {
	outline: 1px dotted rgba(0,0,0,0.8);
}
#mc_embed_signup div.mce_inline_error {
	background-color: transparent!important;
	color: #ffb595!important;
	font-size: 1.2rem;
}
#mc_embed_signup input.mce_inline_error {
	border-color: #ffb595!important;
}
#mc_embed_signup .response {
	font-size: 1.2rem!important;
	color: #fff!important;
}
#mce-EMAIL {
	max-width: 180px;
	opacity: 1;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 5px;
	border-color: rgba(255,255,255,0.95);
}
#mc_embed_signup {
	max-width: 300px;
	margin: auto;
}
#mc_embed_signup a {
	color: #fff;
}
.bookingWidget button {
	background-color: #087693;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	border: solid 1px rgba(255,255,255,0.5);
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
	padding: 12px;
	color: #fff;
	margin-top: 5px;
	cursor: pointer;
}
.bookingWidget button:hover {
	background-color: #1a657a;
	color: #fff;
}

.bookingWidget div {
	margin-bottom: 15px;
}
.bookingWidget label {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-weight: 700;
		font-size: 1.5rem;
		color: #087693;
		width: 100%;
		text-transform: uppercase;
}
input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\25BC"; 
    content: url(img/cal.svg);
    color: #555;
    padding: 0 2px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
.social {
 	text-align: center;
 	margin: 20px 0;
}
.social img {
	margin: 0 5px;
}
.textContainer {
	padding: 20px;
}
p {
	font-size: 1.45rem;
	line-height: 2.35rem;
	letter-spacing:0.05rem;
	margin: 1.8rem;
}
.textContainer p {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}
.sectionMargin {
	margin: 70px 0;
}
.mosaicContainer {
	position: relative;
	width: 100%;
	width: 40vw;
  height: 35vw;
  overflow: hidden;
	margin-left: 3vw;
}
.mosaicContainer img {
	position: absolute;
	border: solid 11px #fff;
}
.introImg-1 {
	width: 70%;
	left: 0;
	top: 0;
	z-index: 1;
}
.introImg-2 {
	width: 32%;
	left: 68%;
	top: 15%;
}
.introImg-3 {
	width: 55%;
	right:0;
	bottom:0;
}
.introImg-4 {
	bottom: 5%;
	right: 53%;
	width: 39%;
}
.roomImg-1 {
	right: 0%;
	width: 75%;
	z-index: 1;
}
.roomImg-2 {
	bottom: 2%;
	left: 46.5%;
	width: 50%;
}
.roomImg-3 {
	left: 0;
	top: 36.5%;
	width: 48%;
	z-index: -1;
}
.locationImg-1 {
	top: 5%;
	right: 0;
	width: 55%;
}
.locationImg-2 {
	z-index: 1;
	left: 0;
	top: 25%;
	width: 60%;
}
.locationImg-3 {
    top: 58%;
    left: 58.3%;
    width: 36%;
}
.owl-nav button {
	position: absolute;
}
.owl-nav button:focus {
	outline: none;
}
.owl-nav button:focus span{
	color: #087693;
}
.owl-nav button span {
	font-size: 80px;
	color: #fff;
	display:block;
	padding-bottom:15px;
}
.owl-prev {
	left: 30px;
	top: 0;
	bottom: 0;
}
.owl-next {
	right: 30px;
	top: 0;
	bottom: 0;

}
.owl-dots {
	text-align: center;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.owl-dots .owl-dot {
	width: 15px!important;
	border-radius: 10px;
	height: 15px!important;
	background-color: #fff!important;
	margin: 0 5px;
	border: solid 2px #fff!important;
}
.owl-dots .active {
	background-color: #1f849b!important;
}
.specialsBox {
	padding: 50px;
	text-align: center;
}
.specialsBox h1, .specialsBox p {
	color: #fff;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.box1 {
	background-color: #086d84;
	background-image: url('img/box1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}	
.box2 {
	background-color: #2889a0;
	background-image: url('img/box2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
/*------------------------------------*\
    NAV
\*------------------------------------*/

.menu-item {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.9rem;
	margin: 8px 0;
	font-weight: 600;
	color: #404041;
	text-transform: uppercase;
	list-style-type: square;
	font-style: normal;
	color: #404041;
}
.menu-item a {
	font-style: normal;
	color: #3f3f44;
	font-weight: 400;
}
a:focus {
	outline: 1px dotted rgba(0,0,0,0.8);
}

nav ul {
	padding-left: 22px;
}

.burger {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 8px 3px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 0.9rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent;
  background-image: url('img/burger.svg');
}
  
.burger:focus, .burger:hover {
}
.burger {
	display: none;
}
.logo a{
	width: 260px;
	height: 111px;
	display: block;
}
.logo-height a{
	width: 190px;
	height: 81px;
	display: block;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.mainSingle {
	width: 90%;
	margin: 0 auto;
}
.mainSingle h1  {
	margin: 2rem auto 3rem auto;
}
.carousel-padding {
	max-width: 75%;
}

.wpcf7 {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
}
.wpcf7-not-valid-tip {
	font-family: 'Montserrat', sans-serif;
	opacity: 0.8;
	font-size: 1rem;
}
.wpcf7 p {
	margin: 2rem 0;
	padding: 0;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	font-size: 1.4rem;
	padding: 5px;
	margin: 5px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0,0.2);
	border-width: 1px;

}
.wpcf7 input {
	border-style: solid;
	border-color: rgba(0, 0, 0,0.2);
	border-width: 0 0 1px 0;
	margin: 0;
}
.contactList {
	width: 80%;
	list-style: none;
}
.wpcf7 label {
font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  color: #1a657a;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-submit {
	padding: 12px 0;
	font-size: 1.8rem;
}
.contactList li {
	margin: 10px 0;
}
#post-404 h1{
	margin: 150px auto 0 auto;
}
.viewMap {
	background-color: transparent;
	background-image: url('img/map-point.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	border-width: 0px;
	text-transform: uppercase;
	color: #1a657a;
	font-size: 1.7rem;
	cursor: pointer;

}
.galleryContainer {
}
.galleryContainer p {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.galleryContainer img {
	-webkit-box-flex:0;
	margin: 0;
	padding: 10px;
	width: 50%;
	height: 50%;
	    -ms-flex:0 1 50%;
	        flex:0 1 50%;
}
.no-js .viewMap {
	display: none;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
	
.instagramWrapper {
	width: 92%;
	padding-right: 6%;
	margin: 0 auto;
}
.instagramWidget {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.instagramWidget a {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #58585b;
	background-color: #f1f1f2;
	padding: 50px 0;
	position:relative;
}
footer strong {
	font-weight: 600;
}
.madeBy {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #bcbcbc;
	font-size: 1.2rem;
}
.madeBy a {
	color: #bcbcbc;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:1700px) {
	.mosaicContainer img {
    	border: solid 14px #fff;
	}
}
@media only screen and (max-width:900px) {
	.mosaicContainer img {
    	border: solid 10px #fff;
	}
	.flex-40, .flex-60, .flex-50 {
		width: 100%;
		flex: 0 1 100%;
	}
	.flex {
		flex-wrap: wrap;
	}
	.mosaicContainer {
		width: 60vw;
    height: 52.5vw;
    margin-left: 5vw;
  }
  header, .fixedSidebar {
  	width: 230px;
  }
  .rightColumn {
  	padding-left: 230px;
  }
  .sidebarPadding {
  	padding: 20px 25px;
  }
  .sectionMargin {
  	margin: 50px 0;
  }
  .carousel-padding {
  	max-width: 80%;
  	margin: 0 auto;
  }
  .rooms .textContainer {
  	padding-bottom: 10px;
  }
  .wpcf7, .contactList  {
  	max-width: 90%;
  	width: 90%;
  	margin: 0 auto;
  	padding-left: 0;
  }
  .mobile-order-first {
  	order: -1;
  }
}
@media only screen and (max-width:600px) {
	.textContainer{
		padding: 25px;
	}
	.bookingWidget input, #mce-EMAIL{
		font-size:1.7rem;
	}
	.mosaicContainer img {
	border: solid 10px #fff;
	}
	.introImg-2{
		left: 67%;
	}
	.introImg-4{
		right:52%;
	}
	.locationImg-3{
		top: 57%;
    	left: 57%;
	}
	.galleryContainer img{
		width:100%;
		height:100%;
		flex:0 1 100%;
	}
	nav ul {
		display: none;
		padding-left: 0;
	}
	nav ul li, .menu-item {
		text-align: center;
		list-style-type: none;
	}
/*	nav ul.is-active {
  	display: block;
  	opacity: 1;
	}*/
	.no-js nav ul {
		display: block;
	}
	.burger {
		display: block;
	}
	.no-js .burger {
		display: none;
	}
	header .bookingWidget {
		display: none;
	}
	header .social {
		display: none!important;
	}
	header, .fixedSidebar {
  	width: 230px;
  }
  .rightColumn {
  	padding-left: 0px;
  }
  header {
  	float: initial;
  }
  header, .fixedSidebar {
  	width: 100%;
  	position: relative;
  	height: auto;
  }
  .mosaicContainer {
  	width: 80vw;
    height: 70vw;
    margin-left: 10vw;
  }
  .sidebarPadding {
  	padding: 0 15px 5px 15px;
  }
  .logo-img, .logo-resize {
  	width: 180px;
  	max-width: 180px;
  	position: relative;
  }
  .flex-50 {
  	width: 100%;
  	flex: 0 1 100%;
  }
  .logo {
  	height: auto;
  }
  .sectionMargin {
  	margin: 30px 0;
  }
  .mobile-container{
  	display: block;
  }
  .logo a {
  	height: auto;
  }
  .bookingWidget {
  	width: 90%;
  	margin: 0 auto 30px auto;
  }
  .instagramWrapper {
  	width: 90%;
  	padding: 0;
  	margin: 0 auto;
  }
}



/*------------------------------------*\
    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:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 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:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	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;
	}
}
