/*
Theme Name: Rent My Cottage
Theme URI: http://tmwltd.co.uk/
Author: tmwi
Author URI: http://tmwltd.co.uk/
Description: Rent My Cottage
Version: 1.3
Tags: */

@import url('fonts/desyrel_regular_macroman/fonts.css');

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

h1 {
	color: #78c92c;
	font: 2.4em "desyrelregular", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	text-align: left !important;
}

h2 {
	color: #5a5a5a;
	font-size: 1.7em;
}

h3 {
	color: #5a5a5a;
	font-size: 1.5em;
}

h4 {
	color: #5a5a5a;
	font-size: 1.3em;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #458e1d;
}
a:visited {
	color: #458e1d;
}
a:hover,
a:focus,
a:active {
	color: #25580a;
}

.entry-content li {
	list-style-type: circle;
	margin-bottom: 20px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */
#main-nav {
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 5px solid #94cf6d;
	padding-bottom: 5px;
}

.main-navigation {
	clear: both;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
}
.main-navigation ul {
	list-style: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	bottom: -3px;
}
.main-navigation li {
	position: relative;
	text-align: center;
	display: inline;
	margin-left: 0;
	margin-right: 0;
}

.main-navigation li:last-of-child {
	margin-right: 0;
}

.main-navigation a {
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	padding: 8px;
	background: -webkit-linear-gradient(top, white 0%, #bedcae 100%) #cee9bf;
	background: -moz-linear-gradient(top, white 0%, #bedcae 100%) #cee9bf;
	background: -ms-linear-gradient(top, white 0%, #bedcae 100%) #cee9bf;
	background: linear-gradient(to bottom, white 0%, #bedcae 100%) #cee9bf;
	border-top: 1px solid #bee5ba;
	border-left: 1px solid #bee5ba;
	border-right: 1px solid #bee5ba;
	color: #3a672e;
	font-size: 0.8em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
	width: 200px;
	top: 1.6em;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-style: none;
	background-color: #94cf6d !important;
	background-image: none;
	color: #ffffff;
}
.main-navigation ul ul li {
}
.main-navigation a:hover {
	background: -webkit-linear-gradient(top, white 0%, #9bd47e 100%) #cee9bf;
	background: -moz-linear-gradient(top, white 0%, #9bd47e 100%) #cee9bf;
	background: -ms-linear-gradient(top, white 0%, #9bd47e 100%) #cee9bf;
	background: linear-gradient(to bottom, white 0%, #9bd47e 100%) #cee9bf;
}

.main-navigation ul ul a:hover {
	background-color: #6bab49 !important;
	background-image: none;
}

.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	margin-right: 0;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	background-color: #94cf6d;
	background-image: none;
	color: #ffffff;
	border-top: 1px solid #86b66f;
	border-left: 1px solid #86b66f;
	border-right: 1px solid #86b66f;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	text-align: center !important;
}

.lang-inner {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1000px;
}

.lang-inner img {
	margin-top: -5px;
	margin-right: 10px;
}

#breadcrumb {
	width: 100%;
	float: left;
	background-image: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
	background-image: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
	background-image: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
	height: 45px;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px #d8d8d8;
	font-size: 0.8em;
	color: #7d7d7d;
}

#breadcrumb-inner {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}

#breadcrumb a {
	color: #757575;
}

#breadcrumb strong {
	float: left;
	margin-right: 10px;
}

#breadcrumbs{
    list-style:none;
	margin-right: 0;
	margin-left: 0;
	overflow:hidden;
	float: left;
}
 
#breadcrumbs li{
    float:left;
    margin-right: 10px;
}
 
#breadcrumbs .separator{
    color:#999;
	font-size: 1.2em;
}

#additional-buttons {
	float: left;
	width: 100%;
	margin-top: 5px;
}

#additional-buttons-inner {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: right;
}

#top-banner {
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

#brochure-form {
	float: right;
	padding: 2% 1%;
	background-color: #7cbf4b;
	width: 28%;
	border-radius: 15px;
}

#brochure-form h2 {
	font-size: 1.2em;
	color: #ffffff;
}

#request-brochure {
	float: left;
	margin-top: 0;
	width: 98%;
}

#request-brochure p {
	margin: 0 0 5px;
}

#request-brochure label {
	font-size: 0.9em;
	color: #ffffff;
}

.wpcf7-form-control-wrap.EnquiryType {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.wpcf7-text {
	margin-bottom: 10px;
	border: 1px solid #389309 !important;
	width: 100%;
}

.spacer {
	float: left;
	width: 100%;
	height: 10px;
}

#brochure-form .wpcf7-list-item-label {
	color: #ffffff;
	font-size: 0.9em;
	margin: 0;
}

.wpcf7-list-item-label {
	color: #000000;
}

.wpcf7-list-item {
	float: left;
	clear: left;
	margin: 0 !important;
	padding: 0;
	width: 100%;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-radio {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#request-brochure input:last-of-type {
	margin-bottom: 0px;
}

input#firstname, input#lastname, input#emailaddress, input#phone {
	width: 100%;
}

#request-brochure input#submit, input.wpcf7-submit {
	float: right;
	font-size: 0.9em;
	margin-top: 10px;
	background-color: #2d7d04;
	border: 1px solid #256405;
	color: #ffffff;
	padding: 7px 12px;
	font-weight: bold;
}

input.wpcf7-submit:hover {
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #3fa809;
	border: 1px solid #256405;
}

.brochure-main-form {
	width: 100%;
	float: left;
}

.brochure-location {
	float: left;
	width: 100%;
	margin-top: 0;
}

.form-subscribe {
	float: left;
	width: 50%;
	margin-top: 14px;
}

.wpcf7-response-output {
	float: left;
	color: #ffffff;
	background-color: #d6d6d6;
	width: 100%;
}

#competition-makeover {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	background-color: #f7f7f7;
	padding: 4%;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#competition-makeover textarea {
	margin-bottom: 10px;
	border: 1px solid #389309 !important;
	width: 100%;
}

.intro {
	font-weight: normal;
	font-size: 1.05em;
	color: #5a5a5a;
	font-style: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.intro2 {
	font-weight: bold;
	font-size: 1.05em;
	color: #416778;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

ul.intro-points {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

#accordion {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.ui-accordion-header {
	margin: 10px 5% 0;
	background-color: #f1f1f1;
	width: 90%;
	padding: 2%;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #539f1c;
	/*border: 1px solid #d8dfc3;*/


	cursor: pointer;
	font-size: 1.1em;
	z-index: 5;
}

.ui-accordion-header-active {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	z-index: 5;
}

#accordion p {
		width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: -30px;
	padding: 40px 2% 10px;
	background-color: #f1f1f1;
	z-index: -1;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#accordion p:last-of-type {
	padding-bottom: 40px;
}

/* =Content
----------------------------------------------- */

#page {
	width: 100%;
}

#content-container {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#content {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*#content {
	float: left;
	width: 100%;
}*/

.page-header h1 {
	color: #9a9a9a;
	font-size: 1.8em;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 30px;
}

#header-container {
	float: left;
	width: 100%;
}

#masthead {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1000px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.site-branding {
	float: left;
	text-align: center;
}

.logo {
	width: 364px;
	height: 56px;
	margin-top: 10px;
}

.site-title {
	text-decoration: none;
	color: #3c3c3c;
	font-size: 2.3em;
}

.site-title a {
	text-decoration: none;
	color: #3c3c3c;
}

.site-description {
	color: #989898;
	font-size: 1.1em;
}

#header-right {
	float: right;
}

.call {
	color: #84c147;
	margin-top: 15px;
}

.call strong {
	color: #356d66;
	font-weight: bold;
	font-size: 1.8em;
	margin-left: 0.3em;
}

h1.entry-title {
	margin-bottom: 20px;
}

.entry-title a {
	color: #313131;
	text-decoration: none;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

.entry-meta {
	color: #3e8892;
	font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.entry-meta a {
	color: #3e8892;
	text-decoration: none;
}

.entry-content {
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
}

a.more-link {
	text-decoration: none;
	color: #ffffff;
	background-color: #ed760c;
	padding: 8px 12px;
	border: 1px solid #8e550b;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 0.8em;
	display: inline-block;
}

.edit-link a {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 12px;
	background-color: #eb6f22;
	color: #ffffff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	border: 1px solid #a5460b;
}

#main {
	float: left;
	width: 70%;
}

#secondary {
	float: right;
	width: 28%;
	text-align: left;
}

#side-quote {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

.side-quote-text {
	width: 100%;
	float: left;
	font: 1.3em "desyrelregular", Arial, Helvetica, Geneva, sans-serif;
	background-color: #7cbf4b;
	color: #ffffff;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 8%;
}

.side-quote-bottom {
	width: 100%;
	float: left;
	height: 30px;
	background: url(img/speech.png) 30px top no-repeat #ffffff;
}

.widget {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #888888 !important;
}

.widget h4 {
	padding: 8% 8% 0;
	color: #2e6f88;
	font-weight: bold;
}

.widget select {
	float: left;
	margin-left: 8%;
	margin-bottom: 8%;
	margin-top: 4%;
}

.widget ul, .widget p {
	padding: 4% 8% 8%;
	float: left;
	list-style-type: none;
	margin: 0;
	width: 100%;
}

.widget a {
	color: #444444 !important;
}

.widget li a {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.widget .post-date {
	font-size: 0.8em;
	margin-top: 0;
	float: left;
}

.widget li {
	border-bottom: 1px solid #cccbcb;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget li:last-of-type {
	border-bottom-style: none;
	margin-bottom: 0;
}

li.event {
	float: left;
	width: 95%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.event-info {
	width: 55%;
}

.event-title h3 {
	font-size: 1.15em;
	line-height: 1.15em;
}

#partnerlogos-container {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px none #e5e5e5;
	margin-top: 20px;
	background-color: #ffffff;
	-moz-box-shadow: inset 0 5px 10px #efefef;
	box-shadow: inset 0 5px 10px #efefef;
}

#partnerlogos {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#partnerlogos img {
	margin-left: 3%;
}

#comments {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 3%;
}

.comments-title {
	font-size: 1.2em;
	color: #838383;
	margin-bottom: 1.2em;
}

#respond {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
}

.comment-reply-title {
	font-size: 1.2em;
	color: #838383;
}

.logged-in-as {
	font-size: 0.8em;
	color: #b3b3b3;
}

.logged-in-as a {
	color: #acacac;
	text-decoration: underline;
}

.comment-form-comment label {
	color: #9d9d9d;
	font-size: 1em;
}

textarea#comment {
	width: 100%;
	padding: 2%;
	color: #565656;
	font-size: 1em;
	border: 1px solid #cbcbcb;
}

style {
	
}

ol.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list li {
	list-style-type: none;
}

.comment {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-color: #cccccc;
	background-color: #ffffff;
	padding: 2%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	-moz-box-shadow: 0 0 1px #ffffff;
	box-shadow: 0 0 1px #ffffff;
}

.comment-author {
	color: #898989;
	font-size: 1.2em;
}

.comment-meta {
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

.comment img.avatar {
	float: left;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.comment-author a {
	color: #919191;
}

.comment-metadata a {
	font-size: 0.8em;
	color: #b1b1b1;
	text-decoration: none;
	margin-top: 0;
}

a.comment-reply-link {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #7bb7f9;
	text-decoration: none;
	color: #ffffff;
	padding: 8px 12px;
	border: 1px solid #549fdd;
	-moz-box-shadow: inset 0 0 1px #b5dbf1;
	box-shadow: inset 0 0 1px #b5dbf1;
	bottom: 5px;
	position: relative;
}

a.comment-edit-link {
	font-size: 0.7em;
	background-color: #f6f6f6;
}

.form-allowed-tags {
	color: #ababab;
	font-size: 0.7em;
}

#respond input#submit {
	float: right;
	padding: 10px 15px;
	font-size: 1em;
	background-color: #539bea;
	color: #ffffff;
	text-shadow: 0 1px #216eb1;
	border: 1px solid #227fda;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 10px #7ebde0, inset 0 1px #9fd5f0;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 10px #7ebde0, inset 0 1px #9fd5f0;
}

.form-allowed-tags code {
	font-size: 1em;
}

#colophon {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background-color: #34b4e4;
}

.footerlogo {
	width: 180px;
	height: auto;
	margin-bottom: 20px;
}

.site-info {
	color: #ffffff;
	margin-top: 30px;
	margin-right: auto;
	width: 90%;
	margin-left: auto;
	max-width: 1000px;
	font-size: 0.6em;
}

.site-info a {
	color: #ffffff;
	text-decoration: underline;
}

.sticky {
}
.hentry {
	margin: 0 0 3em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.error-404 {
	margin-bottom: 50px;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
	color: #a4a4a4;
	font-size: 0.9em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.search-field {
	width: 95%;
	padding: 2.5%;
}

.page.content .search-form {
	width: 100%;
}

.page-content .search-field {
	width: 50% !important;
	float: left;
}

.page-content .search-submit {
	padding: 8px;
	margin-left: 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #82c45c;
	border: 1px solid #69942d;
}

h1.widget-title, h2.widget-title, h3.widget-title, h4.widget-title {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.widget-title {
	color: #747474;
	font-size: 1.2em;
}

.widget a {
	color: #989898;
	text-decoration: underline;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
	width: auto;
	float: left;
	border-radius: 15px;
}
  
  .rslides_tabs {
    list-style: none;
    padding: 5px 0;
    font-size: 18px;
    list-style: none;
    margin: 0 auto;
    max-width: 540px;
  	text-align: center;
    width: 100%;
  }
  
  .rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
    }
  
  .rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
  	text-decoration: none;
  }
  
  .rslides_tabs li:first-child {
    margin-left: 0;
    }
  
  .rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #808080;
    font-weight: normal;
  	font-style: normal;
  }
  
.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

#slider {
	float: left;
	width: 71%;
	height: 0;
	margin-top: 1px;
}

#slider .caption {
	z-index: 1000;
	position: absolute;
	bottom: 5%;
	padding: 10px;
	background-color: rgba(42, 42, 42, 0.79);
	color: #ffffff;
	font-size: 1.3em;
}

a.rslides_nav {
	position: relative;
	z-index: 1000;
	bottom: 180px;
}

a.rslides_nav.rslides1_nav.next {
	position: relative;
	right: 0;
	float: right;
	z-index: 1000;
}

a.rslides_nav.rslides1_nav.prev {
	right: 0;
	position: relative;
	float: left;
	z-index: 1000;
}

a.rslides_nav.rslides1_nav {
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.56);
}

.start-wrap {
	float: left;
	width: 100%;
	height: auto;
	min-height: 900px;
}

.title-box h1 {
	font-weight: bold;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Property Listings */
.property {
	float: left;
	width: 100%;
	padding: 3%;
	background-color: #f7f7f7;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
}

ul.wpp_overview_data {
	margin: 0;
	padding: 0;
}

ul.wpp_overview_data li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
	color: #7e7e7e;
}

li.property_title {
	font-size: 1.7em;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px !important;
}

li.property_title a {
	text-decoration: none;
}

li.property_price {
}

.wpp_pagination_slider_status {
	color: #c1c1c1;
}

.hentry.property {
	background-color: #ffffff !important;
	margin-top: 20px;
}

.wpp_google_maps_attribute_row_property_title {
	font-size: 1.3em;
}

.wpp_google_maps_infobox {
	margin: 0;
	padding: 0 0 0 10px;
}

.wpp_google_maps_infobox li {
	list-style-type: none;
}

.wpp_google_maps_infobox .value {
	float: left;
	width: 100%;
	clear: left;
}

.wpp_search_button {
	float: right;
	font-size: 1em !important;
	margin-top: 0;
	background-color: #2d7d04;
	border: 1px solid #256405 !important;
	color: #ffffff;
	padding: 7px 12px;
	font-weight: bold;
}

.wpp_search_group {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Mobile Portrait & Mobile Landscape Size */
@media only screen and (max-width: 1000px) {
	.main-navigation a {
		text-decoration: none;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		padding: 8px 10px;
		background: -webkit-linear-gradient(top, white 0%, #bedcae 100%);
		background: -moz-linear-gradient(top, white 0%, #bedcae 100%);
		background: -ms-linear-gradient(top, white 0%, #bedcae 100%);
		background: linear-gradient(to bottom, white 0%, #bedcae 100%);
		border-top: 1px solid #9dd597;
		border-left: 1px solid #9dd597;
		border-right: 1px solid #9dd597;
		color: #2f4529;
		font-size: 0.8em;
		border-bottom: 1px solid #9dd597 !important;
		display: inline-block;
	}
	
	.main-navigation li {
		margin-bottom: 15px;
	}
	
	.main-navigation {
		width:  90%;
	}
}

/* Mobile Portrait & Mobile Landscape Size */
@media only screen and (max-width: 685px) {
		.menu-toggle,
		.main-navigation.toggled .nav-menu {
			display: block;
		}
	
		.main-navigation ul {
			display: none;
		}

	#page {
		margin: 0;
		width: 100%;
		border-style: none;
	}
	
	.site-branding {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	
	#header-right {
		width: 100%;
	}
	
	p.call {
		text-align: center;
		font-size: 0.8em;
	}
	
	.menu-toggle {
		color: #ffffff;
		background-color: #7cbf4b;
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.5em;
		margin-bottom: 0;
	}
	
	.main-navigation ul {
		width: 100%;
		float: left;
		background-color: #7cbf4b;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	
	.main-navigation li {
		float: left;
		clear: left;
		width: 100%;
		border-bottom: 1px solid #5c9334;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.main-navigation ul ul {
		display: inline-block;
		float: left;
		width: 30%;
	}
	
	.main-navigation li:last-child {
		border-bottom-style: none;
	}
	
	.main-navigation a {
		color: #ffffff;
		background-image: none;
		border-style: none !important;
		font-size: 1em;
	}
	
	li.current_page_item a {
		color: #333333 !important;
	}
	
	#main {
		float: left;
		width: 100%;
	}
	
	#secondary {
		float: left;
		clear: left;
		width: 100%;
		text-align: center;
	}
	
	.search-field {
		text-align: center;
	}
	
	.site-info {
		text-align: center;
		width: 100%;
	}
	
	#comments {
		margin-bottom: 30px;
	}
	
	#slider {
		width: 100%;
		float: left;
		height: auto;
	}	
	
	#brochure-form {
		float: left;
		clear: left;
		margin-top: 20px;
		padding: 3%;
		width: 100%;
	}
	
	.brochure-main-form, #wpcf7, .wpcf7, #request-brochure {
		width: 100%;
		float: left;
	}
	
	.wpcf7-text {
		margin-bottom: 10px;
		border: 1px solid #389309 !important;
		width: 100%;
	}
	
	.widget ul {
		width: 100%;
		text-align: center;
	}
	
	.widget li {
		text-align: center;
	}
	
	.widget .post-date {
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	
	.side-quote-text {
		padding: 3%;
	}
	
	ul.sub-menu {
		display: none !important;
	}

}

/* Selection */
::-moz-selection{
	color: #fff; text-shadow: none;
	background-color: #2d91e7;
}

::selection {
	color: #fff; 
	text-shadow: none;
	background-color: #2d91e7;
} 