/*
Theme Name: RegretteRien
Theme URI: http://visionfactor.com.au/
Author: Nicole Paton
Author URI: http://visionfactor.com.au/
Description: Custom Theme for regrette rien based on blank slate.
Version: 4.0.2
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: regretterien

regretterien WordPress Theme © 2011-2014 TidyThemes
regretterien is distributed under the terms of the GNU GPL
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
body {
	line-height: 1;
}
ol, ul {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}

li{
	margin: 0 0 10px 0;
	padding: 0;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.aligncenter {
}
/* custom start */

body {
	font-family: 'Lato', sans-serif;
	min-width: 320px;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
a {
	color: #C02026;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
}
.container {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: 'Patua One', cursive;
	color: #C02026;
	font-size: 20pt;
	margin-bottom: 15px;
}
h2 {
	font-size: 17pt;
	margin-top: 25px;
}
h3 {
	font-size: 14pt;
	margin-top: 25px;
}
h4 {
	font-size: 13pt;
	color: #2C2C2C;
	margin-top: 25px;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
blockquote{
	font-size: 1.2em;
	line-height: 1.2em;
}
#header {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.banneroverlay {
	background-color: rgba(0,0,0,0.5);
}
#branding {
	color: #fff;
	text-align: center;
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	padding: 60px 2%;
}
#leadin{
	font-family: 'Patua One', cursive;
	font-size: 15pt;
	letter-spacing: 1px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
#site-title a, #site-title h1 a {
	font-family: 'Niconne', cursive;
	font-size: 85pt;
	text-decoration: none;
	color: #fff;
}
#site-description {
	font-family: 'Patua One', cursive;
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 8px;
}
#menu {
	width: 100%;
	height: auto;
	background-color: #C02026;
	display: table;
}
.menu-main-menu-container {
	margin: auto;
	padding: 0px;
	list-style: none;
	font-family: 'Patua One', cursive;
	color: white;
	font-size: 16pt;
	max-width: 1100px;
	height: auto;
	position: relative;
	display: table-cell;
	text-align: center;
	clear: both;
}
.menu-main-menu-container ul {
	display: inline-block;
	margin : 0 0 -3px 0;
	padding: 0;
	text-align: left;
}
.menu-main-menu-container li {
	list-style: none;
	width: auto;
	height: auto;
	float: left;
	vertical-align: middle;
	margin: 0;
}
.menu-main-menu-container li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 15px 30px;
}

.menu-main-menu-container li a:hover {
	background-color: #AD1521;
}

#menu-main-menu, #menu-main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-main-menu a {
	display: block;
}

#menu-main-menu li {
	float: left;
}

#menu-main-menu li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	background-color: #C02026;
}

#menu-main-menu li:hover ul {
	left: auto;
}

#menu-main-menu li ul li{
	width: 100%;
}

#menu-main-menu li ul a{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}


/*#menu-main-menu li:hover ul, #menu-main-menu li.sfhover ul {
	left: auto;
}*/

.redbutton{
	background-color: #C02026;
	color: #fff;
	font-family: 'Patua One', cursive;
	font-size: 14pt;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	float: left;
}

.redbutton.booknow{
	font-size: 29pt;
	text-align: center;
	padding-top: 0;
	margin-right: 2%;
	line-height: 1;
}

.redbutton.booknow span{
	font-size: 15pt;
	text-transform: none;
	line-height:normal;
}

.redbutton:hover{
	text-decoration: none;
	background-color: #D01D20;
}

.onehalf{
	float: left;
	width: 50%;
}

#copyright{
	text-align: right;
}

#footer{
	background-color: #2C2C2C;
	color: #fff;
	padding: 20px 0;
	font-size: 10pt;
	line-height: 150%;
}

#footer a{
	color: #fff;
}

#footer:after{
	 visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

body .wpdevbk .btn-primary{
	background: none;
	background-color: #C02026;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 13pt;
}

body .wpdevbk .btn-primary:hover{
	background-color: #AD1521;
}

/* sticky footer */

html, body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -140px; 
}
#wrapper:after {
  content: "";
  display: block;
}
#footer, #wrapper:after {
  height: 140px; 
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

/* end sticky footer */

.acf-map{
	height: 420px;
}

.intro_text{
	font-size: 13pt;
	font-weight: bold;
	padding: 0 0 50px 0;
	width: 92%;
	max-width: 700px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	line-height: 120%;
}

article{
	padding: 25px 0;
}

.propgallery{
	padding-top: 25px;
}

.propgallery:after{
	 visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.propgallery a{
	width: 23.5%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 20px;
	display: block;
	float: left;
}

.propgallery a:first-child, .propgallery a.newline{
	margin-left: 0;
}

.propertyfeatures{
	float: left;
	width: 47%;
}

.propertyfeatures ul{
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.propertyfeatures ul li{
	padding: 0px 5px 10px 0;
	margin-bottom: 5px;
}

.propertyfeatures ul li img{
	vertical-align: middle;
}

.propertyfeatures table{
table-layout: fixed;
}

.propertyfeatures td{
	vertical-align:middle;
    word-wrap: break-word;
}

body.home .entry-content{
	float: left;
	width: 53%;
	padding-right: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=image], body .gform_wrapper .gform_footer input[type=submit]{
	background-color: #C02026;
	color: #fff;
	font-size: 20pt;
	font-family: 'Patua One', cursive;
	border: none; 
	padding: 6px 20px;
	cursor: pointer;
}

body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=image]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #D01D20;
}

@media(max-width: 767px) {
	#site-title a, #site-title h1 a{
		font-size: 65pt;
	}
	#site-description{
		font-size: 14pt;
		text-align: center;
		padding-left: 20px;
		padding-top: 5px;
	}
	body.home .entry-content, .propertyfeatures{
		float: none;
		width: auto;
	}

	#menu-main-menu li ul {
		left: auto;
		position: static;
	}
}

@media(max-width: 600px) {
	.propgallery a{
	width: 48%;
	margin-left: 4%;
	}
	
	.propgallery a:nth-child(3), .propgallery a.odd{
		margin-left: 0;
	}
	#site-title a, #site-title h1 a{
		font-size: 55pt;
	}
	#site-description{
		font-size: 13pt;
	}
}

@media(max-width: 500px) {
	#site-title a, #site-title h1 a{
		font-size: 45pt;
	}
	#site-description{
		font-size: 11pt;
	}
	.intro_text{
		font-size: 12pt;
	}
}

@media(max-width: 400px) {
	#site-title a, #site-title h1 a{
		font-size: 40pt;
	}
	#site-description{
		font-size: 10pt;
	}
	.intro_text{
		font-size: 11pt;
	}
}