/* Theme Name: Julie Kinnear 2014
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Foliovision
Author URI: http://foliovision.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Related Posts
 *	 5.14 - Neighbourhoods
 *	 5.15 - Properties
 *	 5.16 - Forms/Tables/Calculators
 *	 5.17 - Meet the Team
 *	 5.18 - Ultimate Member
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 10.0 - Social Warfare
 * 11.0 - Ultimate Auction
 * ----------------------------------------------------------------------------
 */


/* 1.0 Reset  */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
.hidden {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: Verdana, Helvetica, sans-serif;
}
body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}
a {
	color: #818F48;
	text-decoration: none;
}
a:visited {
	color: #818F48;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	color: #000;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.3;
}
h1 {
	font-size: 32px;
	margin: 33px 0;
}
h2 {
	font-size: 24px;
	margin: 25px 0;
}
.entry-content h2 {
	margin: 32px 0 24px;	
}
h3 {
	font-size: 20px;
	margin: 22px 0 10px;
}
h4 {
	font-size: 20px;
	margin: 25px 0 12px;
}
h5 {
	font-size: 17px;
	margin: 30px 0 15px;
}
h6 {
	font-size: 16px;
	margin: 36px 0;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 24px;
}
p:empty {
	margin: 0;	
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	-epub-hyphens:	none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	margin: 24px 60px 24px 38px;
	color: #818f48;
	position: relative;
	max-width: 70%;
}
blockquote:before {
	content: "\201D";
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 20px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	line-height: 1;
	color: #ddd;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu,
ol,
ul {
	margin: 0 0 24px;
	padding: 0 0 0 30px;
}
ul {
	list-style-type: disc;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: none;
	margin: 0 2px;
	padding: 0;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	font-weight: 700;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
	width: 100%;
}
.page-template-max-width table,
.post-template-single-maxwidth table {
	margin-left: auto;
	margin-right: auto;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
	padding: 6px;
	background-color: #818F48;
	color: #fff;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px;
}
tr:nth-child(even) {
	background: #f9f9f9;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: #e7e7e7;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
.center {
	text-align: center;	
}
.box-center,
.entry-content .box-center {
	margin-left: auto;
	margin-right: auto;
}
.connect-icons {
	font-size: 20px;
}
.page-template-fullwidth .box-center {
	max-width: 60%;
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.red {
	color: #c31a00 !important;
}
.green {
	color: #849c24 !important;	
}
.gray {
	color: #545454 !important;	
}
.entry-content .flowplayer {
	margin: 0 0 28px;	
}

.big {
	font-size: 125%;
}
.textright,
.text-right {
	text-align: right;
}
.nobullets,
.entry-content .nobullets {
	list-style: none;
}
.nobullets li,
.entry-content .nobullets li {
	list-style-type: none;
}
.whitebox {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 15px;
}
.graybox {
	background-color: #f8f8f8;
	margin-bottom: 15px;
	padding: 15px;
}
.hidden {
	display: none;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Clearing floats */
.clear:before,
.clear:after,
.container:before,
.container:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after,
.fv-property-list:before,
.fv-property-list:after,
[id^="home-"]:before,
[id^="home-"]:after,
.form-row:before,
.form-row:after,
.property:before,
.property:after,
.entry-content form:before,
.entry-content form:after,
.section-header:before,
.section-header:after,
.yarpp-related:before,
.yarpp-related:after,
.grid:before,
.grid:after,
.site-footer:before,
.site-footer:after,
[class$="-wrapper"]:before,
[class$="-wrapper"]:after,
.testimonial-row:before,
.testimonial-row:after,
.author-box:before,
.author-box:after,
#property-listing-search:before,
#property-listing-search:after {
	content: "";
	display: table;
}
.clear:after,
.container:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
[id^="home-"]:after,
.form-row:after,
.property:after,
.entry-content form:after,
.section-header:after,
.yarpp-related:after,
.grid:after,
.fv-property-list:after,
.site-footer:after,
[class$="-wrapper"]:after,
.testimonial-row:after,
.author-box:after,
#property-listing-search:after {
	clear: both;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: none;
	font-family: inherit;
	padding: 5px;
}
input,
textarea {
	color: #141412;
}
input:focus,
textarea:focus {
	border: none;
	outline: 0;
}

/* Buttons */
a.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
#book-showing a {
	background: #b50102;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
a.button:hover,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #a50102;
	outline: none;
	text-decoration: none;
	color: #fff;
}
a.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #a50102;
}
.more-button {
	color: #818f48;
	border: 2px solid #818f48;
	padding: 4px 20px;
	float: right;
	font-weight: 700;
}
.entry-content .more-button:hover {
	background-color: #818f48;
	color: #fff;
	text-decoration: none;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #7d7b6d;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #7d7b6d;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #7d7b6d;
	text-transform: uppercase;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.entry-content img {
	border: 1px solid #dadada;
}
.entry-content h5 img {
	border: none;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.site-main {
	position: relative;
	z-index: 10;
}
.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 47px;
	width: 100%;
	z-index: 9;
}
.content-area {
	position: relative;
	z-index: 9;
}
.archive.category .site-main .sidebar-container {
	top: 37px;
}
.single .site-main .sidebar-container {
	top: 67px;
}
.page-template-page-templatesneighbourhood-php .site-main .sidebar-container,
.page.sidebar .site-main .sidebar-container {
	top: 20px;
}
.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1240px;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}
.site-header:after {
	background: #818f48;
    content: "";
    display: block;
    height: 64px;
    left: 38.5%;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 9;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.header-wrap {
	display: block;
	margin: 0 auto 5px;
	max-width: 1200px;
	min-height: 110px;
	padding: 0;
	text-decoration: none;
	width: 100%;
}
#logo {
	display: block;
	float: left;
	padding-top: 12px;
	width: 33%;
}
#logo h1 {
	margin: 0;	
	position: relative;
}
.site-header img {
    height: auto;
    max-width: 100%;
}
#header-info {
    float: right;
    /*min-height: 120px;*/
    padding-right: 125px;
    position: relative;
    width: 64.5%;
	z-index: 99;
}
.contact-social {
    height: 40px;
    line-height: 34px;
}
.contact-social > div {
    display: inline-block;
    max-width: 60%;
}
.direct-phone,
.social-icons a,
.social-icons > span,
.nav-menu .home-item,
.site-header .search-field {
/*  background-image: url("images/social-icons.png");  */
    background-image: url("images/social-icons-2017-new.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.direct-phone {
    background-position: 0 -30px;
    float: left;
	height: 14px;
	line-height: 14px;
    font-size: 14px;
	margin: 12px 0 14px 0;
    padding: 0 0 0 24px;
}
.social-icons {
    float: right;
   	margin: 6px -10px 10px 0;
	height: 24px;
}
.social-icons a, .social-icons > span {
    display: inline-block;
    height: 24px;
    margin: 0 2px;
    width: 24px;
}
.social-icons .s-email {
    background-position: -4px 0;
}
.social-icons .s-fb {
    background-position: -118px 0;
}
.social-icons .s-tw {
    background-position: -144px 0;
}
.social-icons .s-gp {
    background-position: -30px 0;
}
.social-icons .s-yt {
    background-position: -62px 0;
}
.social-icons .s-li {
    background-position: -92px 0;
}
.social-icons .s-rss {
    background-position: -173px 0;
}
.social-icons .s-hz {
    background-position: -200px 0;
}
.social-icons .s-pi {
    background-position: -230px 0;
}
.social-icons .s-in {
    background-position: -259px 0;
}
.social-icons a span {
    display: block;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
}
.reps {
	position: relative;
	z-index: 99;
}
.reps div {
    color: #fff;
	float: left;
    font-size: 11px;
    line-height: 15px;
    margin: 4px 0 0 24px;
	max-width: 52.5%;
    text-align: left;
}
.reps div.slogan {
    float: right;
    margin: 15px 5px 0 0;
    width: 38.5%;
}
.reps small {
	text-transform: uppercase;	
	color: #49502a;
	display: block;
	margin-bottom: -2px;
}
.inukshuk {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 147px;
    z-index: 99;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.container,
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 45px;
	position: relative;
	z-index: 99;
}
.container {
	padding: 12px 0;	
}
body:not(.home):not(.post-type-archive-movie_review) .container {
	min-height: 1000px;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	position: relative;	
}
.nav-menu > li {
	margin-bottom: -5px;
}
.nav-menu li a {
	color: #959595;
	display: block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 15px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-menu li > a {
	border-bottom: 5px solid #e7e7e7;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #9ba37a;
}
.nav-menu > li:hover > a {
	border-bottom: 5px solid #818F48;	
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #818F48;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	width: 260px;
	font-size: 14px;
	line-height: 1.1;
	border-bottom: none;
}
.nav-menu ul a {
	text-transform: none;
	letter-spacing: 0;
	padding: 10px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #717C3E;
	color: #fff;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #818f48;
	border-color: #818f48;
}
.nav-menu .current_page_item > a {
	border-bottom: 5px solid #9ba37a;	
}
.nav-menu .current-menu-parent ul .current-menu-item > a,
.nav-menu .current-menu-ancestor ul .current-menu-item > a {
	background-color: #717C3E;
	color: #fff;
}
.nav-menu .current-menu-ancestor ul .current-menu-item > a {
	border: 0;
}
.menu-toggle {
	display: none;
}
.nav-menu .home-item {
	background-position: 13px -58px;
	max-width: 150px;
}
.nav-menu .home-item a {
	width: 42px;
	text-indent: -9999em;
	display: block;
}

/* Navbar */
.navbar {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	border-bottom: 5px solid #e7e7e7;
}
.site-header .search-form {
	position: absolute;
	right: 150px;
	top: 0;
}
.site-header .search-field {
	text-transform: uppercase;
	background-position: 120% -40px;
	border: none;
	cursor: pointer;
	height: 50px;
	margin: 0 0 8px 0;
	padding: 0 24px 0 0;
	position: relative;
	width: 152px;
	color: #c31a00;
	border-bottom: 5px solid #e7e7e7;
}
.site-header .search-field:hover,
.site-header .search-field:focus {
	border-bottom: 5px solid #c31a00;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

article.post, 
article.page, 
article.movie_review,
.single-testimonial .testimonial {
	padding: 40px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.grid {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding: 0 15px;
}
.entry-content {
	color: #4c4d4f;
	font-size: 14px;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta,
.sidebar .entry-footer,
.sidebar .grid,
.category-photo-of-the-day .grid,
.search .entry-summary,
.category .grid,
.search .grid {
	max-width: 1240px;
	padding: 0 435px 0 15px;
}
.entry-summary > p,
.entry-summary .two-columns > p,
.entry-summary > ul,
.entry-summary > ol,
.single .entry-summary h5,
.entry-content > p,
.entry-content .two-columns > p,
.entry-content > ul,
.entry-content > ol {
	max-width: 75%;
}
.full-width.entry-content > p,
.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ul,
.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ol,
.full-width .entry-content > blockquote,
.entry-content > blockquote {
	max-width: 60%;
}
.page-template-max-width h2,
.page-template-max-width h3,
.page-template-max-width h4,
.post-template-single-maxwidth h2,
.post-template-single-maxwidth h3,
.post-template-single-maxwidth h4 {
	text-align: center;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}
.entry-header {
	margin-bottom: 15px;
	position: relative;
}
.entry-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1;
}

.full-width .entry-title {
	clear: none;
	padding-right: 330px;
}
.full-width.page-template-max-width .entry-title {
    clear: both;
    padding-right: 0;
	text-align: center;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #818F48;
}


/*Photo essays title */
body.post-template-single-essay h1 {
	padding-right: 0!important;
}

body.post-template-single-essay h1 {
	padding-right: 0!important;
}



/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta,
.home-meta,
.grid-meta,
.search-meta {
	clear: both;
	font-size: 12px;
	color: #959595;
}
.home-meta,
.grid-meta,
.search-meta {
	font-size: 11px;	
}
[class$="-meta"] a {
	color: #959595;
}
[class$="-meta"] a:hover {
	color: #96af31;
	text-decoration: underline;
}
.entry-meta > span {
	margin-right: 20px;
	display: inline-block;
}
.home-meta > span {
	margin-right: 10px;
	display: inline-block;
}
[class$="-meta"] > span:last-child {
	margin-right: 0;
}
[class$="-meta"] .author a,
.entry-meta .date a,
.home-meta .date,
.entry-meta .com-link a,
.home-single-news h3 .com-link a,
.home-meta .com-link,
.home-meta .cat-link,
.archive .cat-link,
.search-meta .cat-link,
.search-meta .date {
	padding-left: 20px;
/*	background: url("images/social-icons.png") no-repeat;  */
	background: url("images/social-icons-2017.png") no-repeat;
}
[class$="-meta"] .author a {
	background-position: left -127px;
}
[class$="-meta"] .date a,
.home-meta .date,
.search-meta .date {
	background-position: left -146px;
}
.entry-meta .com-link a,
.home-single-news h3 .com-link a,
.home-meta .com-link
.home-single-news h3 .com-link {
	background-position: left -166px;
	font-size: 10px;
	color: #ccc;
	font-weight: 400;
	line-height: 22px;
	vertical-align: top;
}
.home-meta .cat-link,
.search-meta .cat-link {
	background-position: left -181px;
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
}
.archive .cat-link,
.search-meta .cat-link {
	background-position: left -181px;
}
.home-meta .cat-link a,
.archive .cat-link a {
	color: #96af31;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-image .entry-meta .date {
	display: none;
}
.post-categories {
	list-style: none;	
}
.post-categories li {
	display: inline-block;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a,
.comment-content a {
	color: #818F48;
}
.entry-content a.button,
.entry-content a.button:hover {
	color: #fff;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #000;
}
.entry-content blockquote {
	font-size: 16px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 14px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}
.entry-content ol li,
.entry-content ul li {
	margin-bottom: 6px;
}
.entry-content form ul {
	list-style: none;
	padding-left: 0;
}
.entry-content form ul ul {
	padding-left: 20px;
}
.entry-content form input[type="checkbox"] {
	margin-right: 6px;
}
.entry-content #property-listing-search .multiselect li {
	font-weight: 700;
}
.entry-content #property-listing-search .multiselect ul ul li {
	font-weight: 400;
}
.entry-content #property-listing-search label {
	margin-right: 12px;
}
.entry-content #property-listing-search .prop-type label {
	margin-right 0;
	max-width: 200px;
}
.entry-content #property-listing-search table {
	max-width: 360px;
}
.author-box {
	max-width: 75%;
	margin: 0 auto;
	display: block;
}


/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}
.format-video .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}


/* Popups */

.spu-box.spu-bottom-right {
	padding: 0;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}
.spu-box .popup-intro {
	padding: 20px 20px 1px ;
	background-color: #fff;	
	-webkit-border-radius: 	3px 3px 0 0;
	-moz-border-radius: 	3px 3px 0 0;
	border-radius: 		3px 3px 0 0;	
	font-size: 16px;
}
.spu-box h2 {
	color: #818F48;
	margin: 0 0 15px 0;
	padding-top: 20px;
}
.spu-box h3 {
	color: #818F48;
	margin: 0 0 15px;
}
.spu-box form {
	padding: 0 20px 20px;
	color: #fff;
}
.spu-box small {
	clear: both;
	display: block;
	margin: 0 0 7px;
}
.spu-box form p,
.spu-box form input.fvaq {
	margin-bottom: 10px;
}
.spu-box form label {
	font-size: 12px;
	text-transform: uppercase;
}
.spu-box form span label {
	max-width: 85px;
	vertical-align: middle;
	line-height: 1.1;
}
.spu-box form input[type="text"],
.spu-box form input[type="email"],
.spu-box form input[type="security"],
.spu-box form textarea {
	width: 100%;
	margin-bottom: 10px;
}
.spu-box form p br {
	display: none;
}
.spu-box form input[type="submit"] {
	background-color: #b50102;
	color: #fff;
	font-weight: 700;
	margin: 40px 0 0;
	display: block;
}
.spu-box p:empty {
	display: none;
}



/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1240px;
	padding: 30px 0;
}
.attachment .entry-title {
	float: left;
	font: 300 normal 30px Verdana, Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #818F48;
}
.navigation a:hover {
	color: #333;
	text-decoration: none;
}
.paging-navigation {
	padding: 40px 0;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .paging-navigation .nav-links {
	max-width: 1240px;
	padding: 15px 435px 0 15px;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}
.paging-navigation a {
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
}
.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}
.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 18px;
	font-weight: 300;
	padding: 20px 0;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1240px;
	border-top: 1px solid #eee;
}
.nav-links a {
	max-width: 48%;
	display: inline-block;
	line-height: 1.25;
}
.sidebar .post-navigation .nav-links {
	padding: 15px 435px 0 15px;
}
.post-navigation a[rel="prev"] {
	background: url("images/nav-arrows.png") no-repeat left 2px;
	padding-left: 24px;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
	background: url("images/nav-arrows.png") no-repeat right 2px;
	padding-right: 24px;
}

ul.years li, ul.years-movies li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
}
.nonumbers ol, .nonumbers ol li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.nobullet, .nobullet ul, .nobullet ol {
    list-style: none;
    margin: 0 0 1.5em;
}
.newsletter-excerpt img {
	max-width: 300px;
}
.embedmenu li {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
}
.embedmenu li:last-child {
	border-bottom: none;
}
.embedmenu h5 {
	clear: none;
	float: left;
	margin: 6px 12px 0 0;
}
#listings-signup ul, 
#listing-signup ul li {
    list-style-type: none;
    margin: 0 23px 0 0;
    padding: 0;
}
.entry-content h5 {
	font-size: 14px;
	text-align: center;
/*	display: table; */
}
h5 img {
    background-color: #fff;
    border: none;
    margin: 0 0 5px;
}
h5 a {
	display: block;
}
.entry-content h5 + a {
	text-align: left;
}
h5.right {
    font-weight: normal;
    margin: 2px 0 20px 20px;
    text-align: center;
	color: #999;
	font-size: 14px;
}
h5.left {
    font-weight: normal;
    margin: 2px 20px 20px 0;
    text-align: center;
	color: #999;
	font-size: 14px;
}
h5.center {
    font-weight: normal;
    text-align: center;
	color: #999;
	font-size: 14px;
}
h5.center img {
    margin: 0 auto;
}
h5.noborder img {
    border: medium none;
}
h5.photo-of-the-day img {
    margin: 10px 0;
    padding: 0;
}
h5.photo-of-the-day {
    font-size: 1.1em;
    margin: 10px 0 0;
    padding: 0;
}

.yarpp-related {
	margin-top: 48px;
	clear: both;
	display: block;
}
.post-template-single-essay.full-width .yarpp-related h3,
.photo-of-the-day.full-width .yarpp-related h3 {
	max-width: 100%;	
}
.yarpp-related p {
	font-size: 14px;
}

/* Fallback fix for small photos in posts and text floating in odd ways */

/* h5.left + p {
	clear: both;
	display: block;
	padding-top: 20px;
}*/
h5.left + h5.left {
	clear: both;
	display: block;
}
h5.left + h5.left img {
	padding-top: 25px;
}
h5.left + h5 {
	font-weight: 400;
	color: #999;
	font-size: 14px;
}
h5 a img.left,
h5 a img.right {
	float: none;
}
h5 a + br {
	display: none;
}
.single .entry-content > h5.right {
	max-width: 60%;
}
.single .entry-content ol h5.right,
.single .entry-content ul h5.right {
	max-width: 100%;
	float: left;
	margin-bottom: 15px;
}
.parent-pageid-3171:not(.page-id-53) .entry-content .flowplayer,
.parent-pageid-3132:not(.page-id-650):not(.page-id-53) .entry-content .flowplayer {
	max-width: 80% !important;
	max-height: none !important;
}

/* Single template for Photo of the day */

.post-template-single-essay .entry-header, 
.post-template-single-essay .entry-content, 
.post-template-single-essay .entry-summary, 
.post-template-single-essay .entry-meta, 
.post-template-single-essay .entry-footer,
.photo-of-the-day .entry-header, 
.photo-of-the-day .entry-content, 
.photo-of-the-day .entry-summary, 
.photo-of-the-day .entry-meta, 
.photo-of-the-day .entry-footer,
.single-movie_review .entry-header, 
.single-movie_review .entry-content, 
.single-movie_review .entry-summary, 
.single-movie_review .entry-meta, 
.single-movie_review .entry-footer,
.single-movie_review .post-navigation .nav-links {
	padding: 0 15px;
	max-width: 1240px;
}
.post-template-single-essay article.post,
.photo-of-the-day article.post,
.single-movie_review article.post,
.single-movie_review .twentytwenty-wrapper,
.single-movie_review .twentytwenty-wrapper .twentytwenty-container {
	max-width: 1240px;
	margin: 0 auto;
}
.post-template-single-essay.full-width .entry-content > p, 
.post-template-single-essay.full-width .entry-content > ul, 
.post-template-single-essay.full-width .entry-content > ol, 
.post-template-single-essay.full-width .entry-content > blockquote,
.post-template-single-essay.full-width .entry-content > table,
.post-template-single-essay .entry-content .flowplayer,
.post-template-single-essay .entry-content h2,
.post-template-single-essay .entry-content h3,
.post-template-single-essay .entry-content h4,
.page.full-width .entry-content > p, 
.page.full-width .entry-content .box-center p,
.page.full-width .newsletter-excerpt,
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ul, 
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ol, 
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > blockquote,
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > table,
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h2,
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h3,
.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h4,
.page.full-width .entry-content .flowplayer,
.photo-of-the-day.full-width .entry-content > p, 
.photo-of-the-day.full-width .entry-content > ul, 
.photo-of-the-day.full-width .entry-content > ol, 
.photo-of-the-day.full-width .entry-content > blockquote,
.photo-of-the-day .entry-content h2,
.photo-of-the-day .entry-content h3,
.photo-of-the-day .entry-content h4,
.single-movie_review.full-width .entry-content > p, 
.single-movie_review.full-width .entry-content > ul, 
.single-movie_review.full-width .entry-content > ol, 
.single-movie_review.full-width .entry-content > blockquote,
.single-movie_review .entry-content h2,
.single-movie_review .entry-content h3,
.single-movie_review .entry-content h4,
.single-movie_review .entry-content .flowplayer {
	max-width: 60%;	
	margin: 0 auto 24px;	
}
.post-template-single-essay.full-width .entry-content > blockquote,
.photo-of-the-day.full-width .entry-content > blockquote,
.single-movie_review.full-width .entry-content > blockquote {
	padding: 0 60px;	
	font-size: 15px;
}
.post-template-single-essay blockquote:before,
.photo-of-the-day blockquote:before,
.single-movie_review blockquote:before {
	left: 10px;	
}
.post-template-single-essay .comment-respond,
.photo-of-the-day .comment-respond,
.single-movie_review .comment-respond {
	max-width: 998px;
}
.page.full-width .newsletter-excerpt li {
	float: none;
	clear: both;
	width: 100%;
}
.page.full-width.page-template-fullwidth .entry-content .newsletter-excerpt li h3 {
	max-width: 80%;
	margin: 0 0 6px;
}
.page.full-width.page-template-fullwidth .entry-content .newsletter-excerpt p {
	max-width: 80%;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}
.author.sidebar .author-info {
	max-width: 1240px;
	padding: 30px 435px 10px 15px;
}
.single .author-info {
	padding: 50px 0 0;
}
.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}
.author-description .author-title {
	clear: none;
	font: 300 normal 20px Verdana, Helvetica, sans-serif;
	margin: 0 0 8px;
}
.author-link {
	color: #ca3c08;
	margin-left: 2px;
}
.author.archive .author-link {
	display: none;
}

.page-id-66 .entry-content .contact-card {
	width: 31.33333333%;
	margin: 0 2% 2% 0;
	padding: 24px 0 0;
	float: left;
	min-height: 460px;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.contact-card h5.left {
	width: 150px;
	text-align: left;
	font-size: 14px;
}
.contact-card h4 {
	clear: none;
	margin-top: 0;
}
.contact-card p,
.breadcrumbs p {
	margin-bottom: 0;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */


.archive-title,
.archive-meta,
.breadcrumbs > div {
	font: 300 normal 30px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 40px 0 30px 15px;	
	max-width: 1240px;
	width: 100%;
}
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding-top: 0;
}
.sidebar .archive-title,
.sidebar .archive-meta {
	padding-right: 425px;
}
.breadcrumbs {
	background-color: #FDFDFD;
	padding: 15px;
	box-shadow: inset 0 -3px 3px -4px #999;
}
.breadcrumbs > div {
	padding: 0 0 0 20px;
	font-size: 13px;
	color: #959595;
}
.breadcrumbs a {
	text-transform: uppercase;
	color: #959595;
	font-size: 12px;
}
.breadcrumbs a.selected {
	color: #333;
	font-weight: 700;
}

.archive h5.left {
	max-width: 38%;
}
.archive div.entry {
	max-width: 80%;
}
.archive h5.left + div.entry {
	max-width: 59%;
	float: right;
}
.grid,
.sidebar .grid {
	padding-top: 40px;
	padding-bottom: 40px;
}
.grid article {
	width: 31.333333%;
	margin: 0 2% 2% 0;
	padding: 0;
	float: left;
}
.grid article:nth-child(3n+4) {
	clear: both;
}
.grid h3 {
	font-size: 17px;
	margin: 6px 0;
}
.grid p {
	font-size: 13px;
}


/* Empty element fallback */

.embedmenu li h3 a:empty,
.embedmenu li p:empty,
.bx-wrapper .bx-controls-direction a {
	display: none;
}

/* Movie Reviews */

.post-type-archive-movie_review .entry-header {
	padding: 12px 280px 6px 0;
}
.movies-wrapper {
	margin: 0 -1%;	
}
.post-type-archive-movie_review .container {
	position: initial;	
}
.movie-intro {
	background-color: #222;
	color: #fff;
	position: relative;
	margin: 0 0 12px;
}
.movie-video {
	float: left;
	width: 55%;
	position: relative;
}
.movie-video .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
.movie-video .movie-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 22px;
	-webkit-text-shadow: 0 0 3px #000;
	-moz-text-shadow: 0 0 3px #000;
	text-shadow: 0 0 3px #000;
}
.movie-video .bx-wrapper img {
	width: 100%;	
}
.movie-list {
	float: right;
	width: 44%;
}
.movie-list a {
	color: #fff;
}
.movie-list ul {
	list-style: none;
	padding: 20px 30px;
}
.movie-list ul li {
	border-bottom: 1px solid #333;
}
.movie-list li a {
	font-size: 14px;
	padding: 10px 12px;
	display: block;
}
.more-dark {
	color: #818f48;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}
.more-dark:hover {
	color: #fff;
	text-decoration: none;
}
.movie-intro .more-dark {
	background-color: #818F48;
	color: #fff;
	padding: 5px 12px;
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius: 			4px;
	text-transform: uppercase;
}
.movie-intro .more-dark:hover {
	background-color: #737F3B;
}
.more-dark:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.entry-movies .movie_review /*martinv fix - before ".entry-movies .post"*/ {
	width: 31.333333%;
	margin: 1%;
	padding: 0;
	float: left;
	background-color: #fafafa;
}
.entry-movies .movie-header > a {
	border: 1px solid #f3f3f3;	
	display: block;
}
.entry-movies .movie-header > a:hover {
	text-decoration: none;
}
.movie-title {
	font-size: 18px;
	font-weight: 500;
}
.movie-title,
.movie-meta {
	margin: 20px 20px 10px;
	color: #000;
	min-height: 50px;
}
.movie-meta {
	min-height: 200px;
	position: relative;
}
.movie-video .movie-title {
	margin: 0;
	padding: 10px 20px;
}
.entry-movies article p {
	font-size: 13px;
}
.movie-meta strong,
span[class^="star-"] {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.star-green {
	color: #9cb535;
}
.star-gray {
	color: #e0e0e0;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-title {
	font: 300 normal 30px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1240px;
	padding: 40px 15px;
	width: 100%;
}
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	max-width: 1240px;
	padding: 40px 435px 40px 15px;
}
.search article {
	padding-top: 20px;	
}

.search-image {
	width: 36%;
	float: left;
}
.search-content {
	width: 90%;
}
.search-image + .search-content {
	width: 62%;
	float: right;
}
.search-title {
	margin-top: -5px;	
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}
.error404 .page-title {
	margin: 0;
	padding: 90px 0 60px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-wrapper {
	background-color: #f0f0f0;
}
.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1240px;
	padding-bottom: 40px;
	width: 100%;
}
.error404 .page-content {
	padding-left: 15px;
	padding-right: 15px;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-respond {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: 100%;
	padding: 0 15px;
}
.page-template-fullwidth .comments-title,
.page-template-fullwidth .comment-list,
.page-template-fullwidth .comment-respond {
	max-width: 800px;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1240px;
	padding-left: 15px;
	padding-right: 435px;
}
.full-width .comment-list li,
.comment-reply-title,
.comment-form {
	max-width: 604px;
}
.comments-title {
	font: 300 normal 28px Verdana, Helvetica, sans-serif;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	font-size: 15px;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
	background: url("images/dotted-line.png") repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 0;
	position: relative;
}
.comment-author {
	float: left;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 82%;
	width: -webkit-calc(100% - 100px);
	width:         calc(100% - 100px);
	word-wrap: break-word;
	clear: right;
}
.comment-list .reply {
	width: auto;
}
.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}

/* Comment form */
.comment-respond {
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font: 300 normal 28px Verdana, Helvetica, sans-serif;
}
.comment-reply-title small a {
	color: #131310;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-respond .form-submit {
	padding-left: 120px;
}
.comment-form input[type="submit"] {
	background-color: #818F48;
}
.comment-form input[type="submit"]:hover {
	background-color: #737F3B;
}
#commentform ol {
	padding-left: 20px;	
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
	border: 1px solid #ddd;
}
.comment-form textarea {
	width: 100%;
	max-width: 440px;
	border: 1px solid #ddd;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 15px;
	padding-right: 435px;
}
.comments-area .ct_comment_info {
    border-radius: 0;
    border: 0 !important; /* overriding !important in plugin */
    top: 0;
    padding: 7px 0;
    font-size: 14px;
}
.comments-area .ct_comment_info_title {
    padding: 0;
    color: #aeaeae;
    position: relative;
    top: -2px;
}


/* 5.13 Related Posts */

.related_posts {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}
.related_posts li {
	float: left;
	width: 22.66666667%;
	margin: 0 3% 0 0;
}
.related_posts li.last {
	margin-right: 0;
}
.entry-content .related_posts li h5 {
	margin: 6px 0;
	font-size: 16px;
	text-align: left;
}
.related_posts li a {
	color: #000;
}

/* 5.14 Neighbourhoods */

.neigh-list {
	margin-right: -2%;
}
.neighbourhood-grid .embedmenu li, 
.neigh {
	width: 32%;
	margin: 0 0 2% 2%;
	float: left;
	font-size: 14px;
	border-bottom: 0;
}
.neighbourhood-grid .embedmenu li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.neighbourhood-grid .entry-content .embedmenu,
.neigh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.neigh ul li {
	line-height: 14px;
	margin: 0 0 5px;
}
.neighpic {
	overflow: hidden;
/*	height: 280px;
	background-color: #ececec; */ 
}
.neighbourhood-grid .inner-padding-normal {
	position: relative;
	padding: 0 0 36px;
	min-height: 180px;
}
.neighbourhood-grid .read-more {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.neighbourhood-grid .read-more a {
	background-color: #818f48;
	color: #fff;
	font-weight: 600;
	margin: 0 auto;
	padding: 4px 8px;
	display: inline-block;
}

.neighLnks {
	min-height: 140px;
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #ececec;
}
.neighbourhood-grid .embedmenu li h3,
.entry-content .neighlb {
	font-size: 20px;
	line-height: 1.1;
	display: block;
	margin: 10px 0;
}

.page-template-neighbourhood-php blockquote {
	margin-left: 0;
}
.page-template-neighbourhood-php blockquote:before {
	display: none;
}

.select-neighbourhood {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
}
.widget .select-neighbourhood {
	position: relative;
	left: 0;
}
.select-neighbourhood h6 {
	margin: 0 0 4px;
}
.sidebar-img {
	padding: 0 20px;
}
.areaselect {
	border: 1px solid #e7e7e7;	
	background: url("images/areaselect-bg.png") no-repeat right center;
	overflow: hidden;
	width: 320px;
	display: block;
	font-size: 16px;
}
.areaselect select {
	float: right;
	width: 200px;
}
.areaselect select.areaselect-field {
	border: none;
	box-shadow: none;
	background: transparent;
	-webkit-appearance: none;
	width: 120%;
	max-width: 120%;
	float: none; /* overrriding plugin inline style */
	padding: 6px;
}
#neighbourhood-gallery-list {
	list-style: none;	
	padding: 0;
}
#neighbourhood-gallery-list li {
	float: left;
	width: 160px;
	margin: 0 2% 2% 0;
}
#neighbourhood-gallery-list h5 {
	margin: 4px 0 0;
	text-align: center;
	min-height: 48px;
	font-weight: 400;
}

#neighbourhood-prices table {
	margin: 24px 0 12px;
	font-size: 10px;	
}

#neighbourhood-links {
	background: #fafcf4;
	border: 1px solid #dee5c4;
	padding: 10px 15px 0;
}

/* Testimonials */

.clsTestimonial {
	border: 1px solid #f3f3f3;
	background-color: #fafafa;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.clsTestimonial h5 {
	width: 200px;
	margin-right: 0;
}
.clsTestimonial h5.left {
	margin-right: 15px;
}
.clsTestimonial .clsFPTContent {
	float: right;
	width: 500px;
}
.clsTestimonial h3 {
	margin-top: -3px;
	color: #818f48;
}
.testimonial-row .one-third,
.fv-testimonials-shortcode .one-third {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin-bottom: 2.5641%;
	padding: 15px;
	min-height: 400px;
}
.testimonial-row.testimonial-written .one-third,
.fv-testimonials-shortcode .one-third {
	min-height: 550px;
}
.term-video-sellers .fv-testimonials-shortcode .one-third {
	min-height: 100px;
}
.testimonial-row.testimonial-written img,
.fv-testimonials-shortcode .one-third img {
	max-height: 280px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fv-testimonials-shortcode .one-third:nth-child(3n+1),
.testimonial-row .one-third:first-child {
	margin-left: 0;
	clear: both;
}
.tax-testimonial_category.sidebar .entry-content {
	padding-right: 15px;
}
.fv-testimonials-shortcode .one-third h5,
.testimonial-row.testimonial-video h5 {
	margin-top: 0;
}
.testimonial-row .testimonial-content,
.fv-testimonials-shortcode .one-third .testimonial-content {
	max-height: 330px;
	overflow: hidden;
	margin: 12px 0;
}
.testimonial-row.testimonial-written .testimonial-content,
body:not(.term-video-sellers) .fv-testimonials-shortcode .one-third .testimonial-content {
	max-height: 108px;
}
.testimonial-video .fv-testimonials-shortcode .one-third .testimonial-content {
	max-height: none;
}
.testimonial-row .more-link {
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	display: block;
	width: 110px;
}



/* 5.15 Properties */
 
 .content-narrow {
	max-width: 604px; 
 }
 
.icon-excerpt {
	 float: left;
	 width: 31.33333333%;
	 margin: 0 2% 2% 0;
	 text-align: center;
	 border: none;
}
.icon-excerpt a {
	min-height: 425px;
	display: block;
	position: relative;
	border: 1px solid #f3f3f3;
	background-color: #fafafa;
	text-decoration: none;
}
.icon-excerpt h3 {
	margin-top: 0;
	font-size: 18px;
}
.icon-excerpt h5 {
	margin: 0;
	display: block;
}
.icon-excerpt h5 img {
	border: none;
	display: block;
	background-color: transparent;
	margin: 0 auto;
}
.icon-excerpt p {
	font-size: 13px;
	color: #333;
}
.icon-excerpt .more-button {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
}
.icon-excerpt a:hover,
.icon-excerpt a:hover p {
	background-color: #717c3e;
	text-decoration: none;
	color: #fff;
}

/* Properties as grid in fullwidth page templates */
.full-width .fv-property-list .property {
	width: 30.333333333%;
	margin: 0 2.5% 2% 0.5%;
	float: left;
	border-bottom: none;
} 

.full-width .fv-property-list .property .image,
.full-width .fv-property-list .property .prop-info {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.full-width .fv-property-list .property .image {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 6px;
}
.full-width .fv-property-list .mlsnumber {
	display: none;
}
.post-template-single-essay .entry-content .property h2,
.post-template-single-essay .entry-content .property h3 {
	max-width: 100%;
	margin: 0 0 12px;
	font-size: 18px;
}
 
 
/* Listings in Neighbourhoods */

.page-template-page-templatesneighbourhood-php .property {
	width: 31.2%;
	min-height: 275px;
	float: left;
	margin: 0 2% 2% 0;
	padding-bottom: 2px;
	border: 1px solid #eee;
}
.page-template-page-templatesneighbourhood-php .pricetag,
.page-template-page-templatesneighbourhood-php .property h3,
.page-template-page-templatesneighbourhood-php .property p,
.page-template-page-templatesneighbourhood-php .soldimage,
.page-template-page-templatesneighbourhood-php .soldoverask {
	display: none;
}
.page-template-page-templatesneighbourhood-php .property .image,
.page-template-page-templatesneighbourhood-php .property .prop-desc {
	width: 100%;
	float: none;
	display: block;
}
.page-template-page-templatesneighbourhood-php .property .image {
	max-height: 164px;
	overflow: hidden;
}
.page-template-page-templatesneighbourhood-php .property h2 {
	padding: 15px;
	font-size: 16px;
}
.page-template-page-templatesneighbourhood-php .property h2 a {
	color: #666;
}
.page-template-page-templatesneighbourhood-php .property .more-button {
	margin: 0;
	border: none;
	font-weight: 700;
}
.page-template-page-templatesneighbourhood-php .property .prop-info {
	float: none;
	width: 100%;
	max-width: 100%;
}
.propertypage .toggle-description span {
	background-color: #818F48;
}
.image .soldimage, .image .soldoverask, .image .lease, .image .comingsoon-label {
	z-index: 9;
	position: absolute;
    top: 8px;
    left: -4px;
    width: auto;
    min-width: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;	
	font-weight: 600;
	padding: 0 10px;
}
.soldproperty #title h1:after {
	display: none;
}

.single-property .property-sold-label,
.single-property .property-deleted-label,
.single-property .property-pending-label {
	color: #fff;
	font-size: 18px;
	background: #899341;
	padding: 0 12px;
	margin: 0 0 6px;
	border-radius: 3px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 30px;
	height: 30px;
	float: left;
}
.single-property .property-deleted-label {
	background: #800;
}
.single-property .property-pending-label {
	background: orange;
}
.property-sold-label + .property-deleted-label,
.property-sold-label + .property-pending-label {
	margin-left: 10px;
}
.single-property .property-sold-date {
	background-color: #eee;
	margin: 0 0 6px;
	padding: 0 12px;
	border-radius: 0 3px 3px 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
}
.property-sold-date {
	text-transform: uppercase;
}
.fv-property-list .property-sold-date {
	min-width: 115px;
    position: absolute;
    top: 39px;
    z-index: 19;
    color: #fff;
    font-size: 12px;
    left: -3px;
    text-align: center;
}
.soldimage, .soldoverask, .lease {
	background: transparent url("images/soldtag-new.png") no-repeat left bottom; /* bigger label to accomodate the sold date */
	height: 40px;
	line-height: 22px;
}
.comingsoon-label {
    background: transparent url(images/soldtag.png) no-repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 34px;
    left: -4px;
    line-height: 30px;
    min-width: 115px;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    top: 20px;
}

/* 5.16 Forms/Tables/Calculators */
.entry-content form {
	margin-bottom: 24px;
	max-width: 80%;
}

form table tr:nth-child(2n) {
	background-color: #fff;
}
.fv_table td:first-child {
	font-weight: 700;
	line-height: 1.25;
}
.entry-content form textarea {
	background-color: #f1f1f1;
	width: 100%;
}
.entry-content form input[type="text"],
.entry-content form input[type="email"],
.entry-content form input[type="password"],
.entry-content form table input[type="text"] {
	background-color: #e6e6e6;
	margin: 0;
	padding: 7px 5px;
}
.entry-content form input[type="text"] {
	margin-bottom: 5px;	
}
.entry-content form input[type="button"],
.entry-content form table input[type="button"] {
	font-size: 13px;
	background-color: #8b8b8b;
	min-width: 190px;
}
.entry-content form input[type="button"] {
	width: auto;	
}
.entry-content form textarea:focus,
.entry-content form input[type="text"]:focus,
.entry-content form table input[type="text"]:focus {
	background-color: #eee;
}

/* Krazy Kontest Poll form */
/* green results */
.entry-content .green .gpoll_bar_juice {
	background-color: #94a453;
	background-image: none;
	box-shadow: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}
.entry-content .green .gpoll_ratio_box {
	background-color: #818f48;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.entry-content .gpoll_bar_juice:after {
	display: none;
}
.entry-content .gpoll_choice_label,
.entry-content .gpoll_wrapper {
	display: inline-block;
	margin-bottom: 6px;
}
.entry-content .gpoll_choice_label {
	width: 38%;
	margin-right: 2%;
	line-height:  1.1;
	font-size: 12px;
}
.entry-content .gpoll_wrapper {
	width: 60%;
}
.entry-content .gpoll_bar_count {
	font-size: 12px;
}

/* Search MLS Form */
.um-field {
	margin-bottom: 20px;	
}
.um-field-label {
	margin-bottom: 6px;
}
.um-field-area label {
	padding-right: 24px;
}
.wppb-register-user .multiselect button {
	max-width: 300px;
}
.multiselect button:hover {
	background: #fafafa;
	color: #000;
}
.wppb-register-user .multiselect input[type="checkbox"] {
	margin-right: 6px !important;
	vertical-align: middle;
}
.wppb-register-user.wppb-user-forms ul li {
	padding-bottom: 10px;
}
.wppb-register-user.wppb-user-forms ul ul li {
	padding-bottom: 8px;
}
.entry-content #wppb_register_pre_form_message img {
	border: none;
	float: left;
	margin: 4px 0;
	vertical-align: middle;
}
.wppb-register-user .wppb-form-field label {
	text-align: right;
	padding: 7px 5px;
	color: #333;
	width: 24.5%;
}
form .wppb-form-field > span {
	margin-left: 24.5%;
}
.prop-type svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: top;
    display: block;
    line-height: 1;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -10px;
}
.prop-type {
	padding-bottom: 12px;
}
.prop-type input,
.widget_search_mls_property .property-listing-search-options {
	display: none;
}
.prop-type label {
	background-color: #8d9b4f;
	color: #fff;
	border-radius: 3px;
	margin: 6px 2% 12px 0;
	padding: 6px 0 6px 40px;
	text-transform: uppercase;
	text-align: left;
	width: 49%;
	font-size: 14px;
	float: left;
	cursor: pointer;
	position: relative;
	-webkit-transition: 	all 0.2s ease-in-out;
	-moz-transition: 		all 0.2s ease-in-out;
	transition: 			all 0.2s ease-in-out;
}
.prop-type input[type="radio"]:hover + label,
.prop-type input[type="radio"]:checked + label {
	background-color: #616b36;
}
.prop-type input[type="radio"]:checked + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    border-radius: 4px 0 0 4px;
}
.prop-type label:last-of-type {
	margin-right: 0;
}
.widget_search_mls_property .property-listing-search-options.show {
	display: block;
	padding-top: 15px;
}
.property-listing-search-options .slctmlsm {
	max-width: 65%;
}
.property-listing-search-options .ms-drop ul > li {
	padding-left: 5px;
}


/*
.property-listing-search-options {
	display: none;
}
*/


.entry-content .wppb-user-forms select,
.property-profile .entry-content .wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.entry-content .wppb-user-forms input[type="text"],
.entry-content .wppb-user-forms input[type="number"],
.entry-content .wppb-user-forms input[type="email"],
.entry-content .wppb-user-forms input[type="url"],
.entry-content .wppb-user-forms input[type="password"],
.entry-content .wppb-user-forms input[type="search"],
.entry-content .wppb-user-forms textarea {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	padding: 7px 5px;
	max-width: 310px;
}
.entry-content .wppb-user-forms input[type="number"],
.entry-content .wppb-register-user .wppb-form-field input[type="radio"],
.entry-content .wppb-register-user .wppb-form-field input[type="checkbox"] {
	width: auto;
	max-width: 80px;
	height: 2em;
}
.entry-content .wppb-user-forms .wppb-form-field.longlabel label {
	margin-top: -2px;
	padding-top: 0;
	line-height: 1.3;
}
.entry-content .wppb-user-forms .wppb-form-field.columnlabel label {
	text-align: left;
	width: 100%;
}
.entry-content .wppb-user-forms .wppb-form-field.wppb-upload label {
	line-height: 1.3;
	padding-top: 2px;
}
.entry-content .wppb-user-forms .wppb-form-field.longlabel.wppb-upload label {
	margin-top: -6px;
}
#content .entry-content .wppb-register-user .wppb-form-field .wppb-rc-value {
	width: auto;
}
.entry-content .wppb-user-forms .wppb-form-field.columnlabel .wppb-checkboxes li {
	width: 31.33333333%;
	float: left;
	margin-right: 2%;
}
.entry-content .wppb-register-user .wppb-form-field input,
.entry-content .wppb-register-user .wppb-form-field input[type="text"],
.entry-content .wppb-register-user .wppb-form-field input[type="number"],
.entry-content .wppb-register-user .wppb-form-field input[type="email"],
.entry-content .wppb-register-user .wppb-form-field input[type="url"],
.entry-content .wppb-register-user .wppb-form-field input[type="password"],
.entry-content .wppb-register-user .wppb-form-field input[type="search"],
.entry-content .wppb-register-user .wppb-form-field select,
.entry-content .wppb-register-user .wppb-form-field textarea {
	width: 59.9%;
}
#content .entry-content .wppb-form-field.columnlabel .wppb-checkboxes label {
	width: 90%;
	vertical-align: top;
	margin-top: -5px;
}
.entry-content .wppb-user-forms .wppb-form-field.short select {
	width: 12%;
}
.entry-content  .wppb-register-user .form-submit {
	padding-left: 24.5%;
}
.entry-content .wppb-register-user select,
.property-profile .entry-content .wppb-user-forms input[type="number"],
.property-profile .entry-content .wppb-user-forms select {
	width: 69.9%;
}
.wppb-user-forms ul {
	width: 100%;
	display: block;
}
.entry-content .wppb-user-forms ul ul {
	padding-left: 0;
}
.wppb-register-user .masonry-item-area {
	width: 31%;
	margin-bottom: 10px;
}
.multiselect h4 {
	font-size: 15px;
	margin-top: 0;
}
.wppb-user-forms .wppb-checkboxes {
	width: auto;
	padding-bottom: 10px;
}
#wppb-login-wrap label {
	text-align: right;
	padding: 6px;
}
#wppb-login-wrap .login-remember,
#wppb-login-wrap .login-submit,
#wppb-login-wrap [class^='icwpImHuman'] {
	margin-left: 30% !important;
}
.entry-content .wppb-user-forms .extra_field_heading {
	padding-left: 30%;
}


/* Account menu in sidebar */
.page-template-page-account .sidebar-container ul {
	list-style-type: none;
	padding-left: 0;
}
.page-template-page-account .sidebar-container ul li {
	border-top: 1px solid #ebebeb;
	padding: 10px 0;
}

/* FAQ */
#ask {
	padding-top: 20px;
}
#ask th {
	background-color: transparent;
	color: #4c4d4f;
}
#ask th {
	border-top: 0;
}
.faq h3 {
	font-size: 18px;
}
.faq-container li {
	max-width: 600px;
}

/* 5.17 Meet the Team */
 
.page-id-18920 .contact-card,
.page-id-14120 .contact-card,
.page-id-23807 .contact-card {
	width: 48.5%;
	float: left;
	margin: 0 0 3% 3%;
	text-align: center;
}
.contact-card h2 {
	text-align: left;	
}
.page-id-18920 .contact-card:nth-child(2n+1),
.page-id-14120 .contact-card:nth-child(2n+2),
.page-id-23807 .contact-card:nth-child(2n+1) {
	margin-left: 0;
}
.page-id-18920 .contact-card a,
.page-id-14120 .contact-card a {
	display: block;
	border: 1px solid #f3f3f3;
	background-color: #fafafa;
	color: #141412;
	padding-bottom: 1em;
	min-height: 410px;
}
.page-id-18920 .contact-card:nth-child(2n+3),
.page-id-23807 .contact-card:nth-child(2n+3) {
	clear: both;
}
.page-id-18920 .contact-card a:hover,
.page-id-18920 .contact-card a:hover p,
.page-id-14120 .contact-card a:hover,
.page-id-14120 .contact-card a:hover p,
.contact-card a:hover span {
	text-decoration: none;
	background-color: #818f48;
	color: #fff;
}
.page-id-18920 .contact-card h5 img,
.page-id-14120 .contact-card h5 img {
	border-radius: 70px;
	display: block;
	margin: 0 auto 20px;
	overflow: hidden;
	border: none;
}
.page-id-14120 .contact-card h5 img {
	border-radius: 0;
	margin-top: 40px;
}
.page-id-18920 .contact-card a p,
.page-id-14120 .contact-card a p,
.icon-excerpt a p {
	color: #141412;
	font-size: 13px;
	padding: 0 30px;
	text-align: left;	
}
.page-id-14120 .contact-card a p {
	margin-bottom: 20px;	
}
.contact-card h5 span,
.icon-excerpt span {
	display: block;
	margin: 10px auto 15px;
}
.contact-card .profile-phone {
	background: url("images/cell-icon.png") no-repeat;
	color: #141412;
	font-size: 13px;
	font-weight: 700;
	padding-left: 30px;
	display: table;
	height: 22px;
}
.contact-card a:hover .profile-phone {
	background-position: left -28px;
}
.entry-content .contact-card h5,
.contact-card .profile-phone {
	margin: 10px auto;
}
.contact-card .more-button,
.icon-excerpt .more-button {
	float: none;
	width: 150px;
	border-width: 2px;
	font-size: 14px;
}
.contact-card a:hover .more-button,
.icon-excerpt a:hover .more-button {
	color: #fff;
	border-color: #fff;
}


/* Testimonials section */

.testimonial-section {
	margin-top: 32px;
	clear: both;
}
.testimonial-section h2 {
	clear: none;
	float: left;
	margin: 0 10px 0 0;
	color: #818f48;
}
.page.full-width .entry-content .testimonial-section + h4,
.page.full-width .entry-content .testimonial-row + h4 {
	max-width: 100%;
}
.testimonial-tabs {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
	float: left;
}
.testimonial-tabs li {
	display: inline-block;
}
.testimonial-tabs li a {
	padding: 4px 10px;
	border: 2px solid #818F48;
	display: block;
	text-align: center;
	font-weight: 700;
}
.testimonial-tabs li a:hover {
	background-color: #818F48;
	text-decoration: none;
	color: #fff;
}

/* 5.18 - Ultimate Member */

#fv-um-login-register {
    display: table;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

#fv-um-login-register div.um-register {
  display: none;
}

/* 5.19 - Holiday graphics */

/* Halloween */
.halloween #logo a {
	display: block;
	position: relative;
}
.halloween #logo h1 a:before {
    content: url("images/logo-slow.gif");
	position: absolute;
	top: -37px;
	left: 0;
	display: block;
}
.halloween .site-header .inukshuk:before {
	content: "";
    background: url("images/inkshuk-halloween.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: -10px;
	right: -20px;
}


/* Christmas */
.christmass #logo a {
	display: block;
	position: relative;
}
.christmass #logo h1 a:before {
    content: url("images/blinking-smaller.gif");
	position: absolute;
	top: -37px;
	left: 0;
	display: block;
}
.christmass .site-header .inukshuk:before {
	content: "";
    background: url("images/inkshuk-christmas-header.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}

/* Valentine */
.st-valentine .site-footer .castle {
    background: url("images/footer-chocolate-valentine.png") no-repeat;
	background-size: 180px auto;
	content: "";
	position: absolute;
	top: -45px;
	left: -157px;
	width: 181px;
	height: 102px;
	z-index: 99;
	display: block;
}
.st-valentine #logo a {
	display: block;
	position: relative;
}
.st-valentine #logo h1 a:before {
    content: url("images/logo-valentine.gif");
	position: absolute;
	top: -37px;
	left: 0;
	display: block;
}
.st-valentine .site-header .inukshuk:before {
	content: "";
    background: url("images/inukshuk-val.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}
.st-valentine .footer-inukshuk a {
	width: 340px;
	height: 122px;
	display: block;
}

/* St. Patrick's day */
.st-patrick #logo a {
	display: block;
	position: relative;
}
.st-patrick #logo h1 a:before {
    content: url("images/logo-stpatrick-new.gif");
	position: absolute;
	top: -14px;
	left: 0;
	display: block;
}
.st-patrick .site-header .inukshuk:before {
	content: "";
    background: url("images/inukshuk-stpatrick.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}

/* Remembrance Day */

.remembrance #logo a {
	display: block;
	position: relative;
}
.remembrance #logo h1 a:before {
    content: url("images/remember-logo-slow.gif");
	position: absolute;
	top: -14px;
	left: -5px;
	display: block;
}
.remembrance .site-header .inukshuk:before {
	content: "";
    background: url("images/inukshuk-header-remembrance.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}


/* Easter */
.easter #logo a {
	display: block;
	position: relative;
}
.easter #logo h1 a:before {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	display: block;
	background: url("images/logo-easter.gif") no-repeat;
	background-size: 100% auto;
	width: 100%;
	min-height: 100px;
}
.easter .site-header .inukshuk:before {
	content: "";
	background: url("images/inukshuk-easter.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}


/* Canada Day */
.canada #logo a {
	display: block;
	position: relative;
}
.canada #logo h1 a:before {
    content: url("images/logo-canada.gif");
	position: absolute;
	top: -67px;
	left: 0;
	display: block;
}
.canada .site-header .inukshuk:before {
	content: "";
    background: url("images/inukshuk-canada.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: -16px;
	right: -10px;
}


/* Thanksgiving */
.thanksgiving .site-header .inukshuk:before {
	content: "";
	background: url("images/inhshuk-thanksgiving.png") no-repeat;
	background-size: auto 170px;
	position: absolute;
	display: block;
	width: 147px;
	height: 170px;
	top: 0;
	right: -20px;
}

/* Pride Month */

.pride-month .site-header .inukshuk:before {
	content: "";
	background: url("images/inukshuk-pride-holiday.png") no-repeat;
	background-size: auto 150px;
	position: absolute;
	display: block;
	width: 150px;
	height: 160px;
	top: 0;
	right: -20px;
}


.holiday #logo img,
.holiday .inukshuk img {
    display: none;
}

.holiday.thanksgiving #logo img,
.holiday.remembrance #logo img,
.holiday.pride-month #logo img {
	display: block;	
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */ 

.site-main .widget-area {
	float: right;
	width: 420px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */ 

.widget {
	font-size: 14px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	color: #4c4d4f;
}
.widget .widget-title {
	font-size: 20px;
	margin: 0 0 10px;
}
.widget .widget-title a {
	color: #141412;
}
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}
.widget a {
	color: #849c24;
}
.widget a:hover {
	color: #000;
}
.widget_recent_entries span{
	color: #959595;
	display: block;
	font-size: 11px;
}

/* Twitter widget */ 
#index-tweets {
	-webkit-border-radius:	4px;
	-moz-border-radius: 	4px;
	border-radius: 		4px;
	overflow: hidden;
}
#index-tweets .widget-title {
/*	background: url("images/social-icons.png") no-repeat 340px -310px;  */
	background: url("images/social-icons-2017.png") no-repeat 340px -310px;
	background-color: #808f51;
	margin: 0;
	padding: 20px 16px;
	font-size: 17px;
}
#index-tweets .widget-title a {
	color: #fff;
}
#index-tweets ul {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-top: none;
	-webkit-border-radius:	0 0 4px 4px;
	-moz-border-radius: 	0 0 4px 4px;
	border-radius: 			0 0 4px 4px;
}
#index-tweets ul li {
	position: relative;
	padding: 22px 16px;
	border-top: 1px solid #ebebeb;
	font-size: 13px;
}
#index-tweets ul li:first-child {
	border-top: none;
}
.twitter-timestamp  {
	color: #9c9c9c;
	font-size: 10px;
	position: absolute;
	right: 16px;
	top: 7px;
}

/* Search widget */ 
.search-form .search-submit,
#index-tweets .rstw_comma {
	display: none;
}

/* Neighbourhood of the Month in sidebar */
.current-neighbourhood {
	position: relative;
}
.current-neighbourhood h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #555;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 21px 50px 21px 16px;
	font-size: 13px;
}
.current-neighbourhood h4:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
/*	background: url("images/social-icons.png") no-repeat right -332px;  */
	background: url("images/social-icons-2017.png") no-repeat right -332px;
	width: 10px;
	height: 18px;
}

/* Recent Posts Widget */

.widget_recent_entries ul {
	border-top: 1px solid #ebebeb;
}
.widget_recent_entries ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
	min-height: 75px;
	position: relative;
}
.widget_recent_entries a img {
	float: left;
}
.widget_recent_entries a span {
	color: #808f51;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 90px;
	-webkit-transform: 	translateY(-50%);
  	-ms-transform: 		translateY(-50%);
  	transform: 		translateY(-50%);
	display: initial;
	line-height: 1.35;
}

/* MLS Widget */ 

.short-field {
	width: 48.5%;
	margin: 0 3% 3% 0;
	float: left;
}
.form-row .short-field:last-child {
	margin-right: 0;
}
.styled-select {
	width: 100%;
	padding: 5px;
	overflow: hidden;
	display: block;
	background: url("images/select-arrow.png") no-repeat 95% center;
	border: 1px solid #a1a882;
	border-radius: 2px;
}
.styled-select select {
	background: transparent;
	border: none;
	width: 120%;
	max-width: 120%;
	color: #333;
	font-size: 15px;
	-webkit-appearance: none;
}
.short-field input[type="submit"] {
	display: block;
	width: 100%;
}
a.advanced-link {
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 0 0 0 20px;
	background: url("images/social-icons-2017.png") no-repeat 0 -231px;
	color: #666;
}

#secondary .widget_search_mls_property form,
.listings-sidebar .widget_search_mls_property form {
	font-size: 13px;
	margin-bottom: 12px;
}
#secondary .widget_search_mls_property form h3,
.listings-sidebar .widget_search_mls_property form h3 {
	font-size: 16px;
	margin: 14px 0 4px;
}
#secondary .widget_search_mls_property form h3:first-child,
.listings-sidebar .widget_search_mls_property form h3:first-child {
	margin-top: 0;
}
#secondary .widget_search_mls_property table,
.listings-sidebar .widget_search_mls_property table {
	border-bottom: none;
}
#secondary .widget_search_mls_property table td,
.listings-sidebar .widget_search_mls_property table td {
	border-top: none;
	padding: 0 10px 3px 0;
	width: 49%;
	font-size: 13px;
}
#secondary .widget_search_mls_property form {
	background-color: #f0f0f0;
	padding: 10px;
}
.widget_search_mls_property form table tr {
	background-color: transparent;
}
.select-home,
.select-condo {
	position: relative;
	float: left;
	overflow: hidden;
	width: 49%;
	margin: 0 1% 4% 0;
}
.select-condo {
	margin: 0 0 4% 1%;
}
.select-home span,
.select-condo span {
	color: #fff;
	display: block;
	padding: 14px 6px 14px 42px;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
	text-transform: uppercase;
}
.select-home input,
.select-condo input {
	position: absolute;
	top: -20px;
}
.select-home span {
	background: #999 url('images/social-icons-2018.png') no-repeat -241px -171px;
}
.select-condo span {
	background: #999 url('images/social-icons-2018.png') no-repeat -241px -102px;
}
.select-home input:checked + span,
.select-condo input:checked + span,
.select-home span:hover,
.select-condo span:hover {
	background-color: #7f904b;
	color: #fff;
}


/* Account page */ 

#select_user_to_edit_form label,
.wppb-edit-user label {
	text-align: right;
}
.wppb-edit-user label {
	text-align: right;
	padding: 6px;
}
.wppb-edit-user .form-submit {
	padding-left: 30%;
}

/* 7.0 Footer */

.site-footer {
	color: #959595;
    font-size: 10px;
    line-height: 16px;
    margin: 36px 0 15px;
    position: relative;
    text-align: left;
}
.footer-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	display: block;
	clear: both;
	position: relative;
	z-index: 98;
}
.footer-wrap hr {
	margin: 4px 0;
}
.footer-wrap p {
	margin: 5px 0;
}
.sidebar .site-footer {
	text-align: left;
}
.site-footer a {
	color: #686758;
}
.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}
.site-info {
	margin: 0 auto;
	max-width: 1240px;
	padding: 30px 0;
	width: 100%;
}
.footer-slogan {
	background-color: #818F48;
	padding: 18px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.footer-slogan img {
	margin: 0 34px 0 0;
}
.site-footer .footer-slogan a {
	color: #fff;
}
.footer-wrap > div {
    float: left;
    margin: 0 28px 0 0;
}
.footer-wrap .footer-inukshuk {
	width: 120px;
	margin-bottom: 10px;
}
.footer-wrap .footer-logo {
	float: left;
	width: 280px;
	padding-top: 70px;
}
.footer-logo img,
.footer-inukshuk img {
	max-width: 100%;
	vertical-align: top;
	line-height: 1;
	display: block;
}
.footer-wrap .footer-address {
	margin-top: 24px;	
}
.footer-wrap .footer-app {
	float: right;	
	position: relative;
	bottom: -40px;
	max-width: 130px;
}
.footer-wrap .footer-app img {
	max-width: 100%;
	height: auto;
}
.site-footer a,
.site-footer span {
    color: #959595;
    text-decoration: none;
    text-transform: uppercase;
}
.site-footer a:hover {
    color: #333;
}
#faq-anchor,
#faq-container {
	margin-top: -50px;
	padding-top: 50px;
}
a.faq-back {
	float: right;
	margin-top: -18px;
	text-transform: uppercase;
	font-size: 12px;
	color: #c0c0c0;
}
.entry-content ol.faq li {
	margin-bottom: 12px;
	margin-top: -30px;
	padding-top: 30px;
}
.backtotop {
	position: fixed;
	bottom: 14px;
	right: 14px;
	opacity: 0;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}
.backtotop.scrollon {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
}
.backtotop span {
	display: block;
	clear: both;
}
.backtotop a:before {
	content: '\25B2';
	margin: 0 auto;
	clear: both;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.backtotop a:focus:before {
	color: #333;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}

.entry-content .twentytwenty-after-label:before,
.entry-content .twentytwenty-before-label:before {
	display: none;
}

/* Video Guides */
a.video-guides-cta {
	background-color: #b50102; 
	color: #fff;
	padding: 5px 8px;
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius: 			4px;
	text-align: center;
	display: block;
	font-size: 14px;
	margin: 3px 0 10px;
}
a.video-guides-cta:hover {
	background-color: #818f48;
	color: #fff;
	text-decoration: none;
}
a.video-guides-cta:visited {
	color: #fff;
}

.video-guides-video {
  float: right;
  width: 62%;
}

.video-guides-video .fp-playlist-horizontal {
  text-align: initial;
}
.video-guides-video h3 {
  margin-top: 0;
  font-size: 26px;
}

.video-list {
	float: left;
	width: 36%;
}
.video-list .more-link {
/*	background: url("images/social-icons.png") no-repeat right -271px;	*/
	background: url("images/social-icons-2017.png") no-repeat right -271px;	
	padding-right: 25px;
	margin-bottom: 8px;
	display: inline-block;
}
.video-list h3 {
/*	background: url("images/video-icons.png") no-repeat 0 3px;  */
	background: url("images/video-icons-new-all.png") no-repeat 0 3px;
	margin-bottom: 25px;
	padding-left: 30px;
}
.video-list ul {
	list-style: none;
	padding-left: 0;
}
.video-list ul li {
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.8;
}
.video-list li a {
	color: #666;
	padding: 2px 0 2px 30px;
/*	background: url("images/video-icons.png") no-repeat;  */
	background: url("images/video-icons-new-all.png") no-repeat;
}
.video-list li.v-first-condo a  {
	background-position: 0 -23px;	
}
.video-list li.v-condo-house a {
	background-position: 0 -53px;
}
.video-list li.v-bigger-house a {
	background-position: 0 -83px;
}
.video-list li.v-commute a {
	background-position: 0 -112px;
}
.video-list li.v-right-school a {
	background-position: 0 -459px;
}
.video-list li.v-parents a {
	background-position: 0 -345px;
}
.video-list li.v-outtown a {
	background-position: 0 -226px;
}
.video-list li.v-intotown a {
	background-position: 0 -255px;
}
.video-list li.v-expand a {
	background-position: 0 -401px;
}
.video-list li.v-selling a {
	background-position: 0 -169px;
}
.video-list li.v-invest a {
	background-position: 0 -515px;
}
.video-list li.v-single-parent a {
	background-position: 0 -197px;
}
.video-list li.v-buy-invest a {
	background-position: 0 -255px;
}
.video-list li.v-downsize a {
	background-position: 0 -430px;
}
.video-list li.v-uni a {
	background-position: 0 -143px;
}
.video-list li.v-estate a {
	background-position: 0 -486px;
}

/* 8.0 Media Queries */ 


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	.site-header {
		background-position: 800px 40px;
	}
	.site-footer {
		background-position: -900px 30px;
	}	
}

@media (min-width: 1440px) {
	.site-header:after {
		left: 50%;
		margin-left: -170px;
	}
}
@media (max-width: 1280px) {

	.container,
	#home-videos .container,
	.footer-wrap {
		padding: 0 15px;
	}
	#header-info {
		padding-right: 140px;	
		width: 57.5%;
	}
	.video-list h3 {
		margin-bottom: 14px;
	}
	.footer-wrap > div {
		margin-right: 20px;
	}
	#index-tweets .widget-title {
		background-position: 286px -310px;
		font-size: 15px;
	}
	.post li {
		margin: 1% 3%;
	}
	.post .related_posts li {
		margin: 1%;
	}


}


@media (max-width: 1220px) {

	.site-header {
		background: none;
	}
	.site-main .widget-area {
		width: 360px;
	}
	.site-header:after {
		left: 42%;
		margin-left: 0;
	}	
	#logo {
		padding-left: 15px;	
	}
	.nav-menu li a {
		letter-spacing: 0;
		padding: 15px 10px;
		font-size: 14px;
		line-height: 1.1;
	}
	.site-header .search-form {
		right: 120px;	
	}
	.site-header .search-field {
		font-size: 14px;	
		width: 125px;
	}
	#header-info {
		padding-right: 120px;
	}
	.reps div {
		font-size: 10px;
	}
	.reps div.slogan {
		width: 45%;
		margin-right: -2.5%;
	}
	.entry-content form {
		margin-bottom: 24px;
		max-width: 100%;
	}
	.sidebar .grid {
		padding-right: 385px;	
	}
	.inukshuk {
		width: 125px;
		top: 8px;
	}
	.archive .grid h3 {
		font-size: 15px;	
	}
	.grid p {
		font-size: 12px;	
	}
	.video-list ul li {
		font-size: 13px;
	}
	.video-list h3 {
		background: none;
		padding-left: 0;
		font-size: 19px;
		margin-top: 15px;
	}
	.page-template-page-templatesneighbourhood-php .property {
		min-height: 260px;
	}
	.prop-type label {
		font-size: 14px;
		padding-left: 40px;
	}

}


@media (max-width: 1069px) {
	.halloween .site-header .inukshuk {
		width: 120px;
		right: 0;
		top: 2px;
	}
	.direct-phone {
		font-size: 12px;	
	}
	#header-info {
		width: 54%;	
	}
	.site-header:after {
		left: 48%;
	}
	.reps div {
		max-width: 45%;
	}
	.reps div.slogan {
		margin-right: -5%;
		margin-left: 1%;
		margin-top: 0;
		float: left;
		padding: 20px 0 0 20px;
		width: 100%;
		max-width: 33%;
	}
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}
	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}
	.sidebar .archive-title,
	.sidebar .archive-meta {
		padding-right: 0;
	}
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}
	.reps {
		margin-top: 40px;
	}
	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.attachment .image-navigation {
		max-width: 724px;
	}
	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}
	body:not(.propertypage):not(.page-template-neighbourhoods-grid):not(.page-template-max-width):not(.post-template-single-maxwidth):not(.tax-testimonial_category):not(.page-id-23807):not(.page-id-19524):not(.post-type-archive-movie_review):not(.post-template-single-essay):not(.page-template-video-guides) .content-area {
		width: 65%;
	}
	.page-template-neighbourhoods-grid .entry-header {
		padding-right: 360px;
	}
	.full-width .content-area {
		width: 100%;
	}
	.page-template-fullwidth .box-center {
		max-width: 100%;
	}
	.post-template-single-essay.full-width .entry-content > p, 
	.post-template-single-essay.full-width .entry-content > ul, 
	.post-template-single-essay.full-width .entry-content > ol, 
	.post-template-single-essay.full-width .entry-content > blockquote,
	.post-template-single-essay.full-width .entry-content > table,
	.post-template-single-essay .entry-content .flowplayer,
	.post-template-single-essay .entry-content h2,
	.post-template-single-essay .entry-content h3,
	.post-template-single-essay .entry-content h4,
	.page.full-width .entry-content > p, 
	.page.full-width .newsletter-excerpt,
	.page.full-width .entry-content .box-center p,
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ul, 
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > ol, 
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > blockquote,
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content > table,
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h2,
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h3,
	.page.full-width:not(.page-template-max-width):not(.post-template-single-maxwidth) .entry-content h4,
	.page.full-width .entry-content .flowplayer,
	.photo-of-the-day.full-width .entry-content > p, 
	.photo-of-the-day.full-width .entry-content > ul, 
	.photo-of-the-day.full-width .entry-content > ol, 
	.photo-of-the-day.full-width .entry-content > blockquote,
	.photo-of-the-day .entry-content h2,
	.photo-of-the-day .entry-content h3,
	.photo-of-the-day .entry-content h4,
	.single-movie_review.full-width .entry-content > p, 
	.single-movie_review.full-width .entry-content > ul, 
	.single-movie_review.full-width .entry-content > ol, 
	.single-movie_review.full-width .entry-content > blockquote,
	.single-movie_review .entry-content h2,
	.single-movie_review .entry-content h3,
	.single-movie_review .entry-content h4,
	.single-movie_review .entry-content .flowplayer {
		max-width: 80%;
	}
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .entry-footer,
	.sidebar .grid,
	.category-photo-of-the-day .grid,
	.search .entry-summary,
	.category .grid, .search .grid,
	.sidebar .post-navigation .nav-links {
		padding: 0 10px;
	}
	.site-main .widget-area {
		width: 34%;
	}
	.page-id-18920 .contact-card a p {
		padding: 0 20px;
	}
	.icon-excerpt h3 {
		font-size: 16px;
		padding: 0 10px;
	}
	.video-list ul {
		margin-bottom: 14px;	
	}
	.page-template-page-templatesneighbourhood-php .property {
		min-height: 230px;
	}
	.archive .grid article {
		width: 46%;
		margin: 0 4% 2% 0;
	}
	.archive .grid article:nth-child(3n+4) {
		clear: none;
	}
	.archive .grid article:nth-child(2n+3) {
		clear: both;
	}
	.home-single-news h5 {
		height: 120px;	
	}
	.site {
		width: 100%;
	}
	.footer-wrap > div {
		padding-top: 0;		
	}
	#logo {
		width: 38%;
		padding-top: 47px;
	}
	#header-info {
		padding-right: 0;
	}
	.header-wrap {
		margin-bottom: 15px;		
	}
	.entry-content blockquote {
		font-size: 14px;
	}
	
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0 0 0 15px;
		padding: 6px 10px 7px 10px;
	}
	.toggled-on .menu-toggle {
		background-color: #666;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}
	.toggled-on .nav-menu li:hover > a {
		background-color: transparent;
		color: #141412;
	}
	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #818F48;
		color: #fff;
	}
	.toggled-on .nav-menu .sub-menu li:hover > a {
		background-color: transparent;
		color: #333;
	}
	.menu-mobilemenu-container {
		padding-top: 6px;
		display: none;
	}
	.navigation.toggled-on .menu-mobilemenu-container {
		display: block;
	}
	.menu-mobilemenu-container ul {
		background-color: #f2f2f2;
	}
	.reps .team,
	body .site-header #header-info .inukshuk:before
	.nav-menu .home-item,
	.related_posts li.last,
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.nav-menu>li {
		margin-bottom: 0;
	}
	.nav-menu li>a,
	.nav-menu>li:hover>a {
		border-bottom-width: 1px;
	}
	.nav-menu>li:hover>a {
		border-bottom-color: transparent;
	}
	.nav-menu li a {
		color: #333;
	}
	.site-header .search-form {
		right: auto;
		top: -1px;
		left: 88px;
	}
	.site-header .search-field {
		border-bottom: 0;
		height: 32px;
		background: #eee;
		border-radius: 4px;
		padding: 4px 6px;
	}
	.site-header .search-field:hover,
	.site-header .search-field:focus {
		border-bottom-width: 1px;	
		border-bottom-color: transparent;
	}
	#header-info {
		position: inherit;
	}
	.contact-social {
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
	}
	.direct-phone {
		margin-left: 10px;
	}
	.contact-social>div {
		max-width: 100%;
	}
	.social-icons {
		margin-right: 130px;	
	}
	.site-footer {
		padding-top: 12px;
	}
	.site-footer:after {
		top: 42px;
	}
	.related_posts li {
		width: 31.3333333333%;
	}
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list, .sidebar .comment-reply-title,
	.sidebar .comment-navigation, .sidebar .comment-respond .comment-form,
	.sidebar .post-navigation .nav-links, .author.sidebar .author-info,
	.site-main .sidebar-inner,
	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header, .sidebar .comments-title,	
	.entry-summary>p,
	.entry-summary .two-columns>p,
	.entry-summary>ul,
	.entry-summary>ol,
	.single .entry-summary h5,
	.entry-content>p,
	.entry-content .two-columns>p,
	.entry-content>ul,
	.entry-content>ol,
	.full-width .entry-content>p,
	.full-width .entry-content>ul,
	.full-width .entry-content>ol {
		max-width: 100%;
	}	
	.footer-slogan {
		text-size: 10px;
	}
	.footer-wrap .footer-logo,
	.footer-slogan img {
		max-width: 220px;
	}	
	.prop-type label {
		font-size: 12px;
		padding-left: 30px;
	}

}


@media (max-width: 989px) {

	#header-info {
		padding-right: 125px;	
	}
	.container,
	.footer-wrap,
	#home-videos,
	#home-listings,
	#home-neighbourhoods,
	#home-news,
	#home-videos .container,
	.comments-area {
		padding: 0 10px;
	}
	body.holiday #logo h1 a:before,
	body.holiday .site-header .inukshuk:before {
		display: none;
	}
	body.holiday #logo img,
	body.holiday .inukshuk img {
		display: block;
	}
	.gray-bg:before, 
	.gray-bg:after {
		margin: 0 -10px;
	}
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info,
	.site-main .sidebar-inner,
	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title,
	.full-width .entry-content>blockquote,
	.entry-content>blockquote {
		max-width: 100%;
	}
	.post-template-single-essay.full-width .entry-content>p,
	.post-template-single-essay.full-width .entry-content>ul,
	.post-template-single-essay.full-width .entry-content>ol,
	.post-template-single-essay.full-width .entry-content>blockquote,
	.post-template-single-essay.full-width .entry-content>table,
	.post-template-single-essay .entry-content h2,
	.post-template-single-essay .entry-content h3,
	.post-template-single-essay .entry-content h4,
	.photo-of-the-day.full-width .entry-content>p,
	.photo-of-the-day.full-width .entry-content>ul,
	.photo-of-the-day.full-width .entry-content>ol,
	.photo-of-the-day.full-width .entry-content>blockquote,
	.photo-of-the-day .entry-content h2,
	.photo-of-the-day .entry-content h3,
	.photo-of-the-day .entry-content h4 {
		max-width: 80%;
	}
	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments,
	.sidebar .comments-title,
	.sidebar .comment-list,
	.sidebar .must-log-in,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form {
		padding-left: 0;
		padding-right: 0;
	}
	.reps div.slogan {
		max-width: 70%;
	}
	.site-main .sidebar-container {
		top: 77px;	
	}
	.archive .site-main .sidebar-container {
		top: 47px;
	}
	.widget,
	.styled-select select {
		font-size: 13px;	
	}
	.widget .widget-title {
		font-size: 18px;	
	}
	.site-header .search-field {
		width: 125px;
	}
	.video-list ul li {
		font-size: 12px;
		line-height: 1.9;
	}
	.video-list .more-link {
		float: right;
	}
	.entry-content .gpoll_choice_label,
	.entry-content .gpoll_wrapper {
		display: block;
		width: 100%;
	}
	.entry-content .gpoll_choice_label {
		margin-bottom: 0;
	}
	#home-listings ul li {
		width: 25%;
		min-height: 360px;
	}
	#home-news .home-single-news,
	#home-movies .home-single-news {
		min-height: 290px;
		max-width: 33.333333%;
	}
	#home-news .home-single-news:nth-child(n+5),
	#home-movies .home-single-news:nth-child(n+5) {
		display: none;
	}
	.neighbourhoods-list div h3 {
		width: 15%;
		text-align: left;
	}
	.entry-title {
		padding-right: 0;		
	}
	.reps .team {
		display: none;		
	}
	.reps div {
		max-width: 220px;
	}
	.site-header:after {
		left: 45%;
	}
	.footer-slogan img {
		display: block;
		clear: both;
		margin-bottom: 6px;
	}
	.prop-type label {
		width: 100%;
		margin-right: 0;
		float: none;
		display: block;
	}
	.property-listing-search-options label {
		display: block;
		clear: both;
	}

}



/* Tablets */
@media (max-width: 767px) {
	.reps div.slogan {
		width: 80%;
		max-width: 100%;
	}
	.sidebar-container {
		display: none;
	}
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta {
		padding: 0 10px;	
	}
	#home-neighbourhoods {
		text-align: center;
		margin: 10px 0;
	}
	.neighbourhoods-list .right {
		float: none;
	}
	body:not(.propertypage) .content-area,
	.neighbourhoods-lineup {
		float: none;
		width: 100%;
	}
	.neighbourhood-grid .embedmenu li {
		width: 49%;
	}
	.neighbourhood-grid .embedmenu li:nth-child(3n+1) {
		clear: none;
		margin-left: 2%;
	}
	.neighbourhood-grid .embedmenu li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	div:not(.testimonial-row) .fv-testimonials-shortcode .one-third {
		width: 48.7179%;
	}
	div:not(.testimonial-row) .fv-testimonials-shortcode .one-third:nth-child(3n+1) {
		clear: none;
		margin-left: 2.5641%;
	}
	div:not(.testimonial-row) .fv-testimonials-shortcode .one-third:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.nav-menu li a {
		padding: 15px 7px;
	}
	.embedmenu h5 {
		clear: both;
		float: none;
		margin: 0 0 6px;
	}
	
}


@media (max-width: 600px) {

	#logo {
		width: 52%;
	}
	.entry-title,
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta {
		padding-right: 15px;
	}
	#header-info {
		padding-right: 0;
		background: none;
		width: 45%;
	}
	.site-header:after {
		margin-left: 15%;			
	}
	.social-icons {
		margin-right: 0;	
	}
	#header-info .inukshuk {
		width: 95px;
		top: 44px;
	}
	.footer-wrap>div,
	.footer-wrap .footer-address {
		float: none;
		display: block;
		margin-bottom: 24px;
	}
	.sidebar-container,
	.neighbourhoods-lineup,
	.neighbourhoods-list .section-title,
	.neighbourhoods-list small,
	.home-single-news,
	#home-movies,
	.castle,
	.reps,
	body .site-header .inukshuk:before {
		display: none;
	}
	.nav-menu li a {
		font-size: 12px;
	}
}


@media (max-width: 500px) {
	
	div:not(.testimonial-row) .fv-testimonials-shortcode .one-third {
		width: 100%;
		float: none;
		min-height: none;
		margin-left: 0;
	}
	div:not(.testimonial-row) .fv-testimonials-shortcode .one-third:nth-child(2n+1) {
		clear: none;
		margin-left: 0;
	}
	.neighbourhood-grid .embedmenu li {
		width: 100%;
		margin-bottom: 5%;
	}
		.neighbourhood-grid .embedmenu li:nth-child(3n+1),
	.neighbourhood-grid .embedmenu li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.contact-social {
		height: 60px;
	}
	.contact-social .social-icons {
		float: none;
		display: block;
		margin: 0 0 0 5px;
	}
	#logo {
		width: 59%;
		padding-top: 67px;
	}	
	.site-header:after {
		display: none;
	}
	#header-info .inukshuk {
		top: 25px;
		width: 75px;
	}
}


@media (max-width: 380px) {

	#header-info {
		width: 40%;
	}
	.contact-social .direct-phone {
		margin-bottom: 5px;		
	}

}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 20px auto;
	}
	.format-audio .audio-content,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
		background-repeat: no-repeat;
	}
}

@media print {
	body {
		background: none;
		background-color: none;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.site {
		max-width: 98%;
	}
	#masthead.site-header {
		background-image: none;
	}
	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	.holiday #logo img,
	.holiday .inukshuk img {
		display: block;
	}
	.nc_socialPanel,
	.author-avatar,
	.site-footer .footer-inukshuk,
	.site-footer .footer-logo,
	.site-footer .footer-app,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link,
	.holiday #logo h1 a:before {
		display: none;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,
	.entry-title {
		font-size: 21pt;
	}
	.direct-phone {
		padding-left: 0;
	}
	.inukshuk {
		top: 0;
	}
	.inukshuk img {
		max-width: 90px;
	}
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.format-image .entry-content .size-full {
		margin: 0;
	}
	/* Remove colors from post formats */
	article {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.comment-metadata {
		float: none;
	}
	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
	.footer-wrap .footer-address {
		float: none;
		display: block;
		margin-top: 0;
	}
}
/* this is for paragraph with writer, photographer and promoter initials which reads FV Article Database feed cron */
#fvinfo {
	display: none;
}



#sent-to-friend input[type="text"] {
    border: 1px solid #aaaaaa;
}


/* Social Warfare styling */

a.nc_tweet.swp_share_link {
	color: #ffffff;
}

/* Ultimate Auction */

div.wdm-auction-listing-container {
	padding-bottom: 1em;
}

/* div.swp_social_panel > div.swp_social_panel {
	display: none;
} */


div.wdm-apd { 
	color: #4c4d4f!important;
	font-size: 14px;
}


li.auction-list-menus ul {
	padding-left: 3px;
} 

span.wdm-auction-title, span.wdm-single-auction-ending, a#wdm-total-bids-link {
	color: #8d9b4f!important;
}

span.wdm-auction-price {
	font-weight: 600;
}

span.wdm-mark-green, span.wdm-no-bids-avail, span.wdm-mark-normal, div.wdm_reserved_note {
	color: #4c4d4f!important;
}

li.wdm-apbid.auc_single_list.auc_list_center.wdm-ua-bid-now-wrap.wdm-ua-desktop {
	padding-right: 10px;
}

ul.clearfix.wdm-ua-af-list-inner-alt {
	padding-left: 10px;
}

li.auc_single_list:not:last-of-type {
	padding-right: 5px;
}

div.wdm-single-auction-description div.swp_social_panel {
	display: none;
}

div.wdm-single-auction-description {
	padding-bottom: 1.3em;
}

div.wdm_single_auction_thumb img {
	float: left;
}

li.wdm-apn.auc_single_list.wdm-ua-desktop:first-child {
	padding: 14px 0!important;
}

input#wdm-bidder-name, input#wdm-bidder-email, input#wdm-bidder-bidval {
	background-color: #f4f4f4;
}



/* Homepage - Sign up buttons */
div.re-buttons-section {
	width: 840px;
	margin: auto;
}

div.re-button-margin {
	margin-left: 10px;
	margin-right: 10px;
}

a.re-button {
	width: 210px;
	height: 60px;
}

a.re-button-signup {
	font-size: 20px;
	padding-top: 14px;
}

/* 3534173/buckets/14025869/messages/3168292854 */
.tag_Year {
	display: none;
}
