/*
	Theme Name: Innkeepers Daughter
	Description: Custom Web Design
	Version: 2.0
	Author: Doctor P @ InVision Media
	Author URI: http://www.invision.com.au
*/

/*------------------------------------*\
    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 {
}
body {
	font-family: 'Poppins', sans-serif;
	color: #444;
	font-weight: 300;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
strong {
	font-weight: 600;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.mobile {
	display: none;
}
h1 {
	color: #444;
	font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: -1px;
}
h1.home {
	font-size: 62px;
    line-height: 66px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 42%;
    z-index: 9999;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 2px 2px 0px #444;
}
.page-id-2 .content-left h1 {
	display: none;
}
h2, h3 {
	color: #222;
	font-weight: 600;
}
.orthisproperty h3 {
	font-size: 16px;
    line-height: 20px;
}
ul.properties-list li h2 {
	position: relative;
	font-size: 26px;
	line-height: 32px;
	width: 100%;
}
/* wrapper */
.wrapper {
	width: 100%;
	float: left;
	margin:0;
}
/* header */
.header {
	width:100%;
	float: left;
	padding: 0px 0%;
	text-align: center;
	background-color:#fff;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*
.header.clear.sticky {
    position: fixed;
    z-index: 9999;
}
.header.clear.sticky .logo-img {
	display:none;
}
.header.clear.sticky .logo  {
	float:left;
}
.logo-landscape-img {
	display:none;
}
.header.clear.sticky .logo-landscape-img {
	display:block;
	width: 100%;
	margin-top: 20px;
}
*/

/* logo */
.logo {
	max-width: 220px;
	margin: 0px auto;
}
img.instagram-icon {
    width: 40px;
	position: absolute;
    right: 200px;
    top: 23px;
}
a.booknowheader {
	position: absolute;
    background-color: #19b5fe;
    padding: 14px 30px;
    border-radius: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    float: right;
	right: 3%;
	margin: 16px 0px 0px 0px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	border-bottom: solid 0px #333;
}
a.booknowheader:hover {
    background-color: #222;
}
a.booknowheader.airbnb {
	width: 50%;
	text-align: center;
    font-size: 20px;
    padding: 20px 46px;
    font-weight: 500;
	right: 0%;
	position: relative;
	border-bottom: solid 0px #333;
	background-color: #19b5fe;
}
a.booknowheader.airbnb:hover {
	background-color: #333;
}
/* nav */
.nav {
	width:100%;
	float:left;
	text-align:center;
	padding: 0px 3%;
	height:50px;
	margin:0px;
}
.nav ul li a {
    font-size: 18px;
    color: #333;
	letter-spacing:0px;
    text-decoration: none;
    font-weight: 500;
    padding: 0px 0px 4px 0px;
    margin: 10px 66px;
	border-bottom: solid 1px #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav ul li a:hover {
	padding: 0px 0px 4px 0px;
    border-bottom: solid 1px #19b5fe;
}
.nav .current-page-ancestor a { 
	border-bottom: solid 1px #19b5fe;
	}
.nav .current_page_item a {  
	border-bottom: solid 1px #19b5fe;
 }
.nav ul {
    list-style: none;
    padding: 0px;
    margin:0px;
	height: ;
    float: left;
	width:100%;
    position: relative;
    z-index: 3000;
}
nav.nav.footer {
    padding-top: 15px;
}
.nav ul li {
   position: relative;
	display: inline;
    text-align: center;
}
.nav li ul {
	position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
/* Footer nav */
.nav.footer ul li a {
	font-size: 14px;
    padding: 0px 0px 2px 0px;
	border-bottom: solid 0px #fff;
	font-weight: 400;
}
.nav.footer ul li a:hover {
	border-bottom: solid 0px #fff;
}
.nav.footer .current-page-ancestor a { 
	color: #19b5fe;
}
.nav.footer .current_page_item a {  
	color: #19b5fe;
}

/* Banner */
.page-banner {
	width: 100%;
	float: left;
	margin: 0px;
	height: 780px;
	background-color: #ccc;
	position:relative;
}
img.scroll-down {
    position: absolute;
    bottom: 50px;
    max-width: 40px;
	left: 50%;
	margin-left: -20px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Slider */
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;
	color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0; 
	z-index:0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%; 
	left: 0;
	padding: 0px;
	min-height: 780px;
	background-size:cover; 
	background-position: center;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
ul.rslides_tabs.rslides1_tabs {
    list-style: none;
    width: 100%;
	position:relative;
	z-index:9999;
    text-align: center;
    float: left;
    margin: 20px 0px 40px 0px;
}
ul.rslides_tabs.rslides1_tabs li {
    margin: 0px 10px;
	padding: 0px;
	height: 16px;
	width: 16px;
	font-size: 2px;
	border-radius: 100px;
	background-color: #333;
    display: inline-block;
}
li.rslides_here {
	background-color: #aaa!important;
}

/* Slider END */

/* Content */
blockquote {
	font-size: 22px;
	line-height: 140%;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: 400;
}
.page-id-222 blockquote {
	font-size: 42px;
	line-height: 140%;
	text-align: center;
	color: #222;
}
.page-id-222 blockquote span {
    font-size: 60px;
	font-weight: 400;
    font-family: 'Coustard', serif;
	color: #19b5fe;
}
blockquote.large {
    width: 92%;
	font-size: 26px;
}
.content-wrapper {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 80px 5%;
	position: relative;
}
.content-wrapper.nopadding {
    padding: 0px 5%;
}
.somebgcolor {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 400px;
    background-color: #cff2ff;
    z-index: -1;
}
.content {
	max-width: 960px;
	margin: 0px auto;
	display: flex;
	font-size: 16px;
	line-height: 26px;
}
.gallery-content {
	max-width: 960px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 26px;
}
.content-left a {
	border-bottom: solid 1px #19b5fe;
}
.content strong {
	color: #19b5fe;
}
.property-content-list {
	max-width: 1280px;
	margin: 0px auto;
}
.content-left {
	width: 47.5%;
	float: left;
	margin: 0px 2.5% 0px 0px;
}
.content-right {
	width: 47.5%;
	float: left;
	margin: 0px 0px 0px 2.5%;
	position: relative;
}
.orthisproperty {
	position: absolute;
	bottom:0px;
	width: 50%;
	right: 0px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	border-top: solid 1px #333;
}
/*
.page-id-2 .content-right {
	margin: 58px 0px 0px 2.5%;
}
*/
.page-id-2 .content-right a {
	border-bottom: solid 1px #19b5fe;
}
.property-features {
    width: 50%;
    float: left;
}
ul.properties-list {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 40px 0px 0px 0px;
}
.page-id-222  ul.properties-list {
    margin: 0px 0px 40px 0px;
}
ul.properties-list li {
    list-style: none;
	position:relative;
    width: 49%;
    float: left;
    padding: 0px;
    margin: 0px 0.5% 0px 0.5%;
}
.go-to-arrow {
	max-width: 24px;
}
img.location-icon {
    max-width: 18px;
	height: auto;
    float: left;
    margin: 2px 4px 0px 0px;
}
strong.givemesomespace {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 400;
}
.mobilethumbs {
	width: 100%;
    float: left;
	height: 200px;
	margin: 0px 0px 14px 0px;
	background-size:cover;
	background-position: center;
}

span.basicdetails {
	width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	margin: 10px 0px 0px 0px;
}
ul.features {
    list-style: none;
    padding: 0px;
}
ul.features li {
    list-style: none;
    padding-left: 18px;
	background-image: url(img/content-li.png);
	background-repeat:no-repeat;
	background-position: left 12px;
	background-size: 10px 1px;
}
p.smaller {
    font-size: 14px;
	line-height: 22px;
}
.color-overlay {
    width: 100%;
	float: left;
	color:#fff;
	background-color: ;
	position:absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	background-color:rgba(34, 34, 34, 0);
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	z-index:99;
} 
.color-overlay:hover {
	opacity: 1;
	background-color:rgba(34, 34, 34, 0.86);
} 
.gmap {
    width: 100%;
    float: left;
	height: 500px;
	margin: 80px 0px 0px 0px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.map {
    max-width: 1280px;
}
/* footer */
.footer {
	width: 100%;
	float:left;
	padding: 20px 5%;
	font-size: 13px;
	text-align: center;
}
.footer-speratorwrapper {
	width: 100%;
	float:left;
}
.footer-sperator {
	border-top: solid 1px #bbb;
	max-width: 1280px;
	margin: 0px auto;
	height: 1px;
}
/*------------------------------------*\
    CSS Animation
\*------------------------------------*/
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (max-width:780px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	h1, h1.home {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	h1.home {
		top: 42%;
		font-size: 28px;
		text-shadow: 1px 1px 1px #222;
	}
	.logo {
		max-width: 160px;
	}
	li#menu-item-225,li#menu-item-259 {
		display: none;
	}

	img.instagram-icon {
		width: 32px;
		right: auto;
		top: 12px;
		left: 3%;
	}
	.nav ul li a {
		font-size: 14px;
		padding: 0px 0px 4px 0px;
		margin: 0px;
		width: 25%;
		text-align: center;
		float: left;
	}
	.nav ul li a:hover {
		padding: 0px 0px 4px 0px;
		margin: 0px;
		border-bottom: solid 1px #333;
	}
	.page-banner {
		height: 420px;
	}
	.rslides li {
		min-height: 420px;
	}
	blockquote, blockquote.large {
		font-size: 20px;
	}
	.page-id-222 blockquote {
		font-size: 22px;
		margin: 30px 0px;
	}
	.page-id-222 blockquote span {
		font-size: 36px;
		    position: relative;
    bottom: -6px;
	}
	img.scroll-down {
		bottom: 40px;
		max-width: 30px;
		margin-left: -15px;
	}
	.somebgcolor {
		height: 240px;
	}
	.content {
		display: block;
	}
	.content-left, .content-right, .page-id-2 .content-right {
		width: 100%;
		margin: 0px 0% 0px 0px;
	}
	.orthisproperty {
		position: relative;
		bottom: 0px;
		width: 50%;
		float:left;
		margin: 30px 0px 0px 0px;
	}
	ul.properties-list {
		margin: 30px 0px;
	}
	ul.properties-list li {
		width: 48%;
		margin: 0px 1% 0px 1%;
	}
	ul.properties-list li h2 {
		top: 36%;
		font-size: 16px;
		line-height: 22px;
		padding: 0px 0%;
		position: relative;
		color: #222;
		text-align: left;
	}
	span.basicdetails {
		width: 80%;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		margin: 10px 0px 0px 0px;
	}
	a.booknowheader {
		padding: 10px 18px;
		font-size: 14px;
		margin: 10px 0px 0px 0px;
		background-color: #fff;
		color: #222;
		border: solid 2px #19b5fe;
	}
	a.booknowheader.airbnb {
		position: relative;
		padding: 18px 30px;
		font-size: 20px;
		float: left;
		width: 90%;
		color:#fff;
		right: 0%;
		margin: 40px 5% 20px 5%;
		text-align: center;
		border: solid 0px #19b5fe;
	}
	.content-wrapper {
		padding: 40px 5%;
	}
	.footer-speratorwrapper {
		width: 90%;
		margin-left: 5%;
	}
	.gmap {
		margin: 30px 0px 0px 0px;
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@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: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;
	}
}
