/*
Theme Name: urbanb v1.1
Theme URI: http://www.purplenetwork.co.uk
Author: Underscores.me
Author URI: http://www.purplenetwork.co.uk
Description: Theme for Urban Banana by Purple Network
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urbanb
Tags:

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.

urbanb is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Load Fonts
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700,600);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
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;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Source Serif Pro', 'Lucida Bright', Georgia, serif;
    font-size: 18px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1em 1em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #000;
    -webkit-transition: color 0.25s;
    /* Safari */
    transition: color 0.25s;
}
a:visited {
    color: #000;
}
a:hover,
a:focus,
a:active {
    color: #ffcf0a;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Effect 4: bottom border enlarge */

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
    padding: 9px;
    margin: 0;
}
.main-navigation a {
    text-decoration: none;
    color: #fff;
    position: relative;
}
.main-navigation a:hover {
    color: rgb(255, 253, 0);
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-navigation.toggled ul {
    width: 100%;
    clear: both;
    text-align: center;
}
button.menu-toggle {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: .124em;
    font-size: 46px;
    padding: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    float: right;
    color: rgba(254, 218, 0, 1);
    position: absolute;
    top: 0;
    right: 0;
}
.toggled .menu-toggle .fa-bars,
.menu-toggle .fa-times {
    DISPLAY: NONE !important;
}
.toggled .menu-toggle .fa-times,
.menu-toggle .fa-bars {
    DISPLAY: INLINE-BLOCK !important;
}
button.menu-toggle span {
    display: none;
}
.main-navigation li {
    display: block;
}
.main-navigation li ul li {
    border-bottom: none;
}
.main-navigation ul ul a {
    color: #000;
    margin-right: -9px;
}
.main-navigation ul ul li {
    display: inline-block;
}
.main-navigation ul {
    background-color: #ffcf0a;
    padding: 0 2%;
}
@media screen and (min-width: 900px) {
    .main-navigation {
        display: inline-block;
        width: 100%;
    }
    .main-navigation ul {
        display: block;
        background-color: #ffcf0a;
        padding: 0 2%;
    }
    .main-navigation {}
    .main-navigation li {
        padding: 0;
        margin: 5px 2em 5px 0;
        border-bottom: none;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .main-navigation ul ul a {
        color: #000;
        margin-right: 9px;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .main-navigation ul ul a {
        color: #d3d3cb
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 1.5em;
        left: -999em;
        z-index: 99999;
        opacity: 0;
        -webkit-transition-property: all;
        /* Safari */
        -webkit-transition-duration: 0.5s;
        /* Safari */
        -webkit-transition-delay: 0.15s;
        /* Safari */
        transition-property: all;
        transition-duration: 0.5s;
        transition-delay: 0.15s;
        transform: scale(0);
        transform-origin: left top;
    }
    .main-navigation ul ul a:hover::before,
    .main-navigation ul ul a:focus::before {
        opacity: 0;
    }
    .main-navigation ul > li ul li a {
        opacity: 0;
        -webkit-transition-property: opacity;
        /* Safari */
        -webkit-transition-duration: 0.3s;
        /* Safari */
        -webkit-transition-delay: 0.6s;
        /* Safari */
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-delay: 0.6s;
    }
    .main-navigation ul > li:hover ul li a {
        opacity: 1;
    }
    .main-navigation ul ul li a:hover {
        color: #000;
    }
    .main-navigation ul li.menu-item-has-children a:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #82817a;
        margin-left: 6px;
    }
    .main-navigation ul li.menu-item-has-children ul a:after {
        content: "";
    }
    .main-navigation ul ul li {
        overflow: hidden;
        background-color: rgba(254, 218, 0, 0.85);
        margin: 0;
        display: block;
        padding: 0;
    }
    .main-navigation ul > li:hover ul li {
        opacity: 1;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        width: 200px;
        padding: 16px;
        line-height: 2em;
    }
    .main-navigation ul ul li {}
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {}
    .main-navigation ul ul:hover > a,
    .main-navigation ul ul .focus > a {}
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {}
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
        opacity: 1;
        transform: scale(1);
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
    }
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.entry-footer {
    width: 96%;
    max-width: 1600px;
    margin: 1em auto;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.wrap {
    max-width: 1600px;
    width: 100%;
    padding: 0 2%
}
.site-main {
    margin: 0 auto;
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.site-content {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.row2up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    text-align: center;
}
.row2up .col {
    width: 45%;
    margin: 2em 2%;
    vertical-align: top;
    display: inline-block;
}
.row3up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    text-align: center;
}
.row3up .col {
    width: 28.33%;
    margin: 1em 2%;
    vertical-align: top;
    display: inline-block;
}
.row4up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    text-align: center;
}
.row4up .col {
    width: 20%;
    margin: 1em 2%;
    vertical-align: top;
    display: inline-block;
}
.contained {
    padding: 0 2%;
}

/*--------------------------------------------------------------
### Header
--------------------------------------------------------------*/

.site-branding {
    width: 33%;
    float: left;
    padding: 20px 0 15px 0;
    display: inline-block;
    min-width: 180px;
}
#masthead {
    width: 100%;
    z-index: 999;
    max-width: 1600px;
	margin: 0 auto;
}
.header-area {
    float: right;
    margin: 20px 0;
}
.header-area .widget {
    display: inline-block;
    margin: 0;
}
a.hd-contact {
    text-decoration: none;
    margin-left: 10px;
}
a.hd-contact i {
    background-color: black;
    color: #fff;
    padding: 8px;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-transition: color 0.5s;
    /* Safari */
    transition: color 0.5s;
    display: inherit;
}
a.hd-contact:hover i {
    color: #ffcf0a;
}
a.hd-book {
    text-decoration: none;
    margin-left: 10px;
    background-color: #ffcf0a;
    overflow: hidden;
    position: relative;
    padding: 7px 9px 6px 10px;
}
a.hd-book span {
    position: static;
    padding-right: 20px;
    text-transform: uppercase;
}
a.hd-book:hover {
    color: #fff;
}
a.hd-book i {
    color: #fff;
    right: 5px;
    position: absolute;
    top: 6px;
}
a.hd-book:hover i {
    -webkit-animation: zoom 1s;
    animation: zoom 1s;
}
@-webkit-keyframes zoom {
    0% {
        margin-right: 0;
        opacity: 1;
    }
    99% {
        margin-right: -15px;
        opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
    }
}
a.big-book {
    text-decoration: none;
    background-color: #ffcf0a;
    overflow: hidden;
    position: relative;
    padding: 5px 5px 3px 10px;
    font-size: 24px;
    clip: inherit;
}
a.big-book.full {
    width: 100%;
    display: block;
}
a.big-book:link,
a.big-book:visited,
a.big-book:hover,
.blackbg a.big-book:link,
.blackbg a.big-book:visited,
.blackbg a.big-book:hover {
    color: #000;
}
a.big-book span {
    position: static;
    padding-right: 20px;
    text-transform: uppercase;
}
a.big-book i {
    color: #fff;
    right: 5px;
    font-size: 30px;
    position: absolute;
    top: 3px;
    -webkit-transition: margin 0.5s;
    /* Safari */
    transition: margin 0.5s;
}
a.big-book:hover i {
    -webkit-animation: zoom 0.5s;
    animation: zoom 0.5s;
}

/*--------------------------------------------------------------
### Footer
--------------------------------------------------------------*/

.footer-area {
    margin: 2em auto 0 auto;
}
.footer-sidebar {
    margin: 2em 0;
}
.footer-sidebar {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    width: 96%;
}
.footer-sidebar .widget-area {
    width: 28.33%;
    margin: 3em 2% 1em 2%;
    vertical-align: top;
    display: inline-block;
}
h2.widget-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}
.site-footer {
    max-width: 92%;
    margin: 2em auto;
    text-align: center;
}
.menu-footer-container ul {
    margin: 1em;
    padding: 0;
    list-style: none;
}
.menu-footer-container ul li {
    margin: 0;
    padding: 0.5em;
    list-style: none;
    display: inline-block;
}
.menu-footer-container ul li a {
    color: #000
}
.menu-footer-container ul li a:hover {
    color: #ffcf0a
}
.blackbg {
    background: #000;
    color: #fff;
    overflow: hidden;
}
.blackbg a:link,
.blackbg a:visited {
    color: #fff;
}
.blackbg a:hover {
    color: #ffcf0a;
}
a.ft-contact {
    text-decoration: none;
    margin-bottom: 1em;
    display: block;
}
a.ft-contact i {
    background-color: #fff;
    color: #000;
    padding: 5px;
    margin: 5px 10px 5px 0;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-transition: color 0.5s;
    /* Safari */
    transition: color 0.5s;
    float: left;
}
a.ft-contact:hover i {
    color: #ffcf0a;
}
a.ft-contact span {
    overflow: hidden;
    padding-top: 5px;
    display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary,
.entry-footer,
.entry-meta{
    max-width: 736px;
    margin: 1.5em auto;
}

.entry-title {
    max-width: 96%;
    margin: 20px auto;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-title {
    text-align: center;
    border-bottom: 1px solid #b2b1b1;
    border-top: 1px solid #b2b1b1;
    padding: 0.5em;
}
h1.entry-title {
    font-weight: normal;
    font-size: 34px;
}
.error-404 h1 {
    text-align: center;
}
h2.entry-title {
    font-weight: normal;
    font-size: 28px;
}
.entry-title a {
    text-decoration: none;
    color: #000;
}

.excerpt {overflow: hidden; border-bottom: 1px solid #ccc; margin: 20px 20px; }
.excerpt-image {width: 33.3%; padding: 0 20px 20px 0; float:left;}
.excerpt-content {width: 66.6%; padding: 0 0 0 0; float:left;}
.excerpt-copy {width: 66.6%; padding: 0 0 20px 0; float:left;}
.features-highlight {width: 33.3%; padding: 0 20px 20px 0; float:left;}
.excerpt-title {margin: 0 0 10px 0; padding: 0 0 10px 0; line-height: 1em;  border-bottom: 1px solid #ccc;}
.excerpt-title a {text-decoration: none; }
.excerpt-copy p {margin: 0.5em 0;}


/*--------------------------------------------------------------
## Properties
--------------------------------------------------------------*/

.property-title {
    width: 100%;
}
.property-title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 0 20px;
    border-bottom: 1px solid #ccc;
}
.property-content {
    width: 75%;
    float: right;
    overflow: hidden;
    padding: 20px 20px 0 20px   ;
}

.property-sidebar {
    width: 25%;
    float: right;
    overflow: hidden;
    padding: 20px 0 20px 20px;
}



.property-content .entry-content { margin: 0 auto 1.5em auto;}

.features-area {
    width: 100%
}
.features-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 4px;
}
.features-area li {
    list-style: none;
    margin: 0 0 4px 0;
    display: block;
    text-align: left;
    vertical-align: top;
    background-color: #e5e5e5;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
}
.features-area li i {
    font-size: 22px;
    margin: 0px 6px 0 0;
    padding: 1px;
    color: #ffcf0a;
    width: 26px;
    height: 28px;
    text-align: left;
}
.features-area ul li img {
    margin-bottom: 0.5em;
}
.features-area ul li span {
    display: block;
    font-size: 18px;
}


.features-highlight ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.features-highlight li {
    list-style: none;
    display: block;
    text-align: left;
}
.features-highlight li i {
    color: #ffcf0a;
    width: 30px;
}


.features-area ul li img {
    margin-bottom: 0.5em;
}


#adv-custom-pager {
    padding: 5px 0;
    text-align: left;
}
#adv-custom-pager .thumbnail {
    height: 60px;
    padding: 3px;
    border: solid 2px #fff
}
#adv-custom-pager .cycle-pager-active .thumbnail {
    border: solid 2px #ffcf0a
}

.cycle-slideshow img  { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}


.testimonial-archive {max-width: 736px; margin: 2em auto;}

.testimonial-archive .testimonial-copy {text-align: center;
    border-bottom: 1px solid #b2b1b1;
    border-top: none;
    padding: 20px;
}


.testimonial-copy {text-align: center;
    border-bottom: 1px solid #b2b1b1;
    border-top: 1px solid #b2b1b1;
    padding: 20px;
}

.testimonial-content p:before {color: #ffcf0a; display: inline-block; font-size: 24px; margin-right: 10px;    font-family: FontAwesome;
    content: "\f10d";}


.testimonial-content p {font-style: italic; font-size: 1.2em; letter-spacing: 0.025em; margin: 0; color: #666;}

.testimonial-author {font-weight: bold; margin: 10px 0 0 0; font-size: 0.8em; color: #999;}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 46%;
    margin: 1.5% 2%;
}
.gallery-columns-3 .gallery-item {
    max-width: 29.33%;
    margin: 1.5% 2%;
}
.gallery-columns-4 .gallery-item {
    max-width: 21%;
    margin: 1.5% 2%;
}
.gallery-columns-5 .gallery-item {
    max-width: 16%;
    margin: 1% 2%;
}
.gallery-columns-6 .gallery-item {
    max-width: 12.66%;
    margin: 1% 2%;
}
.gallery-columns-7 .gallery-item {
    max-width: 10.28%;
    margin: 1% 2%;
}
.gallery-columns-8 .gallery-item {
    max-width: 8.5%;
    margin: 1% 2%;
}
.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
    margin: 0 1%;
}
.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Custom Features
--------------------------------------------------------------*/

.icon-area {
    width: 100%;
    margin-top: 15px;
}
.icon-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.icon-area ul li {
    list-style: none;
    width: 12.66%;
    margin: 1% 1.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.icon-area ul li img {
    margin-bottom: 0.5em;
}
.icon-area ul li span {
    display: block;
    font-size: 18px;
}
.cycloneslider-template-angel .cycloneslider-slides cycle-slideshow img {
    width: 100%;
}
.map iframe {
    display: block;
    margin: 0;
}
.hd-contact .simple-social-icons ul li {
    vertical-align: top;
}
.header-area .widget {
    vertical-align: top;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1025px) {
    a.hd-book,
    a.hd-contact {
        margin-left: 0;
        margin-right: 5px;
    }
    a.hd-contact span {
        display: none;
    }
  
    
}
@media (max-width: 900px) {
    .site-branding {
        min-width: 280px;
    }
    #masthead .contained {
        margin-right: 36px;
    }
    #masthead {
        border-bottom: 4px solid #ffcf0a;
    }
}
@media (max-width: 768px) {
        .property-content {
        width: 66.6%;
    }
    .property-sidebar {
        width: 33.3%;
    }  
    h1 {
        font-size: 32px;
    }
    .main-navigation {
        width: 100%;
    }
    .row4up .col {
        width: 46%;
        margin: 1em 2%;
        vertical-align: top;
        display: inline-block;
    }
    .footer-sidebar .widget-area {
        width: 96%;
        display: block;
    }
}
@media (max-width: 736px) {
    
    .excerpt-image, .excerpt-content, .excerpt-copy, .features-highlight {width: 100%;
        float: none;  }
    
    .property-content {
        width: 100%;
        float: none;
    }
    .property-sidebar {
        width: 100%;
        float: none;
    }
    .row2up .col {
        width: 96%;
        display: block;
    }
    .row3up .col
    {
        width: 96%;
        display: block;
    }
    .row4up .col {
        width: 96%;
        display: block;
    }
}
@media (max-width: 600px) {
    .icon-area ul li {
        list-style: none;
        width: 29%;
        margin: 1% 1.5%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
    .site-branding {
        float: none;
        margin: 0;
        display: block;
        min-width: 280px;
    }
    .header-area {
        float: none;
        margin: 0 0 20px 0;
        display: block;
    }
}
