/** style.css
 *
 * Theme Name:	The Bootstrap
 * Theme URI:	http://en.wp.obenland.it/the-bootstrap/
 * Description:	A WordPress Theme based on Bootstrap, from Twitter. It features a 100% responsive layout, a superb gallery and image handling with a custom image meta widget and carousel for gallery post-formats, the Glyphicon Icon set, a clean and simple design and a lot more! The Bootstrap runs on HTML5 and CSS3, a 12-column grid and comes with custom jQuery plugins. See the Bootstrap documentation on GitHub for reference.
 * Author:		Konstantin Obenland
 * Author URI:	http://en.wp.obenland.it/
 * Version:		2.0.1
 * Tags:		black, blue, white, light, custom-background, custom-header, custom-menu, featured-images, flexible-header, flexible-width, full-width-template, left-sidebar, microformats, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 * Text Domain:	the-bootstrap
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2012 Konstantin Obenland <konstantin@obenland.it>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


/* -----------------------------------
	Variables
-------------------------------------- */
:root {
    --light-green: #599656;
    --dark-green: #0B6124;
    --white: #ffffff;
    --red: #ED1B24;
}

.bg--green {
    background-color: rgba(89, 150, 86, .5);
}

/* =Elements
-------------------------------------------------------------- */

blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote cite {
    color: #999999;
    display: block;
    font-size: 13px;
    line-height: 18px;
}

figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.clear {
    clear: both;
}
/* =Classes
-------------------------------------------------------------- */

.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

body > .container {
    margin: 18px auto;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 20px;
}

/* Right Content */

.sidebar-content #primary,
.sidebar-content #attachment-comment {
    float: right;
    margin: 0 20px 0 0;
}

.block {
    display: block;
}
/* =Page
-------------------------------------------------------------- */

#page {
    background-color: #FFFFFF;
    margin-right: -20px;
    padding: 14px 0 0;
}

#header-image {
    display: block;
}

#menu-alert {
    margin: 4px 0 0;
    padding: 6px 35px 6px 14px;
    position: absolute;
}

#branding hgroup,
#header-image,
.entry-content {
    margin-bottom: 18px;
}

.entry-attachment {
    margin-bottom: 36px;
}

.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
    margin-bottom: 54px;
}

#author-info,
article.post,
article.page {
    margin-bottom: 72px;
}

.page-header,
.entry-content {
    word-wrap: break-word;
}

.post-password-form legend {
    font-size: inherit;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}
/* =Comments
-------------------------------------------------------------- */

#comments-title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 19.5px;
    margin: 0 0 27px;
}

#comment,
.entry-content iframe,
.entry-content embed {
    max-width: 100%;
}

.commentlist > li {
    margin-bottom: 36px;
}

.commentlist ul.children {
    margin: 10px 0 18px;
    list-style: none;
}

#reply-title {
    position: relative;
}

#reply-title small {
    position: absolute;
    right: 0;
    top: 7px;
}
/* =Sidebar
-------------------------------------------------------------- */

.form-search {
    margin: 0;
}

.widget {
    word-wrap: break-word;
}

.widget .wp-caption {
    display: inline-block;
}
/* =Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
    margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
    display: table;
    margin: 0 auto;
}

.thumbnail > img {
    width: auto\9;
    /* Cure IE8 max-width bug */
}

img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
    width: 29.3%;
}

.gallery-columns-5.thumbnails [class*="span"] {
    width: 15.9%;
}

.gallery-columns-6.thumbnails [class*="span"] {
    width: 12.6%;
}

.gallery-columns-7.thumbnails [class*="span"] {
    width: 10.2%;
}
/* =Footer
-------------------------------------------------------------- */

#colophon .credits {
    margin: 0;
}

#site-generator {
    float: right;
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
}

#site-generator a {
    background: url("img/wordpress.png") no-repeat scroll left center transparent;
    color: #787878;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
}

#site-generator.footer-nav-menu a {
    margin-top: 10px;
}

table .label {
    background-color: transparent;
    border-radius: none;
    color: inherit;
    font-size: inherit;
    text-transform: inherit;
}
/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
    position: absolute;
}

.comment-subscription-form > label {
    min-height: 18px;
    padding-left: 18px;
}
/* =Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
}

#comment,
.thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnail {
    border: none !important;
    box-shadow: none !important;
}

.label .post-edit-link,
.label .comment-edit-link {
    color: #FFFFFF;
}

.navbar-search {
    height: 34px;
}

.pagination span {
    background-color: #f5f5f5;
    color: #999999;
    cursor: default;
}

.pagination span.dots {
    background-color: #FFFFFF;
}
/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    padding: 0 9px 9px;
    text-align: center;
}

.wp-caption .wp-caption-text {
    padding-top: 9px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.sticky {}

.bypostauthor {}
/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: auto;
        padding: 0 10px;
    }
    #page {
        margin: 0;
        padding: 10px;
    }
    .thumbnail[class*="span"],
    .gallery [class*="span"] .thumbnail {
        display: table;
        float: left;
    }
    .carousel .item > img {
        width: 100%;
    }
    .thumbnails > li {
        float: left;
        margin-left: 20px;
    }
    .gallery-columns-2.thumbnails > li:nth-child(2n+1),
    .gallery-columns-3.thumbnails > li:nth-child(3n+1),
    .gallery-columns-4.thumbnails > li:nth-child(4n+1),
    .gallery-columns-5.thumbnails > li:nth-child(5n+1),
    .gallery-columns-6.thumbnails > li:nth-child(6n+1),
    .gallery-columns-7.thumbnails > li:nth-child(7n+1),
    .gallery-columns-8.thumbnails > li:nth-child(8n+1),
    .gallery-columns-1.thumbnails > li {
        margin-left: 0;
    }
    .gallery-columns-2.thumbnails [class*="span"] {
        width: 47.4%;
    }
    .gallery-columns-3.thumbnails [class*="span"] {
        width: 29.9%;
    }
    .gallery-columns-4.thumbnails [class*="span"] {
        width: 21.2%;
    }
    .gallery-columns-6.thumbnails [class*="span"] {
        width: 12.4%;
    }
    .gallery-columns-7.thumbnails [class*="span"] {
        width: 9.9%;
    }
    .gallery-columns-8.thumbnails [class*="span"] {
        width: 8.7%;
    }
    .sidebar-content #primary,
    .sidebar-content #attachment-comment {
        float: none;
        margin: inherit;
    }
    #s {
        display: inline-block;
    }
    #site-generator,
    #site-generator.footer-nav-menu a {
        float: none;
        margin-top: 5px;
    }
    textarea[class*="span"] {
        height: auto;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 778px) {
    #page {
        margin-right: -15px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .dl-horizontal dt {
        width: 85px;
    }
    .dl-horizontal dd {
        margin-left: 95px;
    }
}

@media (min-width: 1200px) {
    #page {
        margin-right: -30px;
        padding: 24px 0 10px;
    }
    .sidebar-content #primary,
    .sidebar-content #attachment-comment {
        margin-right: 30px;
    }
    .wp-caption {
        display: table;
    }
}
/* End of file style.css */
/* Location: ./wp-content/themes/the-bootstrap/style.css */

.clear {
    clear: both;
    float: none;
}

* {
    font-family: 'Lato', sans-serif;
}
/***** OFF CANVAS MENU CSS ****/

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

#off-menu a {
    display: block;
    box-sizing: border-box;
    white-space: normal;
}

#off-menu li:hover {
    background: #599858;
}

#off-menu a:hover {
    text-decoration: none;
}

#off-menu ul.droppie {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#off-menu li.dropper,
.mobile-nav .dropdown {
    background: url(img/dropdown-arrow.png) no-repeat right;
    background-position: 238px 17px;
}

#off-menu li.open ul.droppie,
.mobile-nav .dropdown .dropdown-menu {
    max-height: 1000px;
    background: #143713;
    z-index: 9999;
    position: relative;
}

.mobile-nav .dropdown .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
}

.mobile-nav .dropdown .dropdown-menu a {
    width: 100%;
}

.mobile-nav .caret {
    display: none;
}

#off-menu li {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(61, 107, 71);
    width: 100%;
    margin: 0 auto;
}

#off-menu li.open {
    background: url(img/dropup-arrow.png) no-repeat right #2D622B;
    background-position: 238px 17px;
}

#off-menu li a {
    color: #fff;
    padding: 10px 20px;
}

#side-logo {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.menu-active {
    left: 260px;
    position: relative;
}

@media (min-width: 890px) {
    .menu-active {
        left: 0 !important;
    }
}

.menu-active #off-menu {
    left: 0px;
}

html {
    overflow-x: hidden;
}

body {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0px;
    position: relative;
}
/***** END OFF CANVAS MENU CSS ****/

#branding {
    /*height: 210px;*/
    background: #006225;
}

#access {
    position: relative;
    background: #014d1e;
    /*height: 50px;*/
}

#logo {
    margin-top: 13px;
    width: 318px;
    float: left;
}

#header-contact p {font-size: 15px; text-align: right;}
#header-contact a {color: #fff; text-decoration: underline;}

#header-social {
    display: none;
    /*float: right;*/
}

@media (min-width: 890px) {
    #header-social {
        display: block;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    #header-social {
        padding-left: 20%;
    }
}

#header-contact {float: right;}

#header-social, #header-contact {
    color: #fff;
}



#logo img {
   /* image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: bicubic*/
}

header > .container {
    position: relative;
    width: 95%;
}

.nav .dropdown-toggle .caret {
    border-top: 6px solid rgba(255, 255, 255, .5) !important;
    border-bottom-color: rgba(255, 255, 255, .5) !important;
    position: absolute;
    top: 17px;
    right: 0px;
}

.navi ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navi ul li {
    float: left;
    display: inline-block;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-toggle:active,
.open .dropdown-toggle:hover {
    background: #f31a25 !important;
}

input.wpcf7-form-control,
.wpcf7-textarea {
    width: 94%;
}

div.wpcf7-validation-errors {
    width: 94%;
    border: 0px !important;
    background: #ea1e21;
    color: #fff;
}

.wpcf7-submit {
    background: #006225;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    padding: 10px 20px;
}

.wpcf7-submit:hover {
    opacity: 0.9;
}

.navi ul li a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #014d1e;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 11px;
}

.navi ul li a:hover {
    background: #f31a25;
}

.navi ul li a:hover img.roof {
    display: block;
    opacity: 1.0;
}

.nav {
    margin: 0 !important;
}

img.header-shadow {
    /*position: absolute;*/
    width: 100%;
    z-index: 2;
    max-height: 36px;
    opacity: 0.5;
}

.dropdown-menu img.roof {
    display: none !important;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu {
    display: none !important;
}

.open .dropdown-menu {
    display: block !important;
    border-top: 0px;
}

.navi .dropdown-menu {
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img.roof {
    position: absolute;
    width: 100%;
    top: -50%;
    left: 0px;
    opacity: 0.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 50%;
    width: 100%;
}

.home .owl-item img {
    float: left;
}

.owl-carousel .container {
    /*width: 1170px !important;*/
    position: relative;
    margin: 0 auto;
    display: block;
}

.owl-carousel .container .slide-caption {
    position: absolute;
    margin: 0 auto;
    display: block;
    z-index: 1000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 50%;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    /*display: none;*/
}

.sp-buttons {
    display: none;
}

.sp-selected-thumbnail {
    border: 2px solid #006225;
}

#colophon {
       height: 540px;

    background: #006225;
}

.foot-col {
    color: var(--white);
}

.foot-col h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.foot-col strong{
    color: #fff;
}

.foot-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot-col ul li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.foot-col ul li a:hover {
    color: rgb(133, 255, 133);
    text-decoration: none;
}

#footer-under {
    background: #599858;
    height: auto;
}

#footer-top {
    padding-bottom: 60px;
}

@media  (min-width: 768px) {
    #footer-top {
        padding-bottom: 80px;
    }
}

#footer-top p {
    color: #fff;
}

#footer-under p {
    color: #fff;
    text-align: center;
}

.footer__socials {
    height: 46px;
    margin-bottom: 20px;
}

#footer-under p a {
    color: rgb(133, 255, 133);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#footer-under p a:hover {
    text-decoration: none;
    color: rgb(102, 226, 102);
}

#company-logos img {
    margin: 0 7px;
}

#company-logos {
    display: block;
    width: 810px;
    margin: 25px auto;
}

#google-icon {
    background: url(img/google-icon.png);
}

.social-icon {
    display: block;
    background-position: 0 0;
    float: left;
    margin: 0 5px;
}

.social-icon:hover {
    background-position: 0% 100% !important;
}


.icon {
    display: block;
    background-position: 0 0;
    float: left;
    margin: 0 5px;
}

/**** DROPDWON SERACHER ***/

.dd-searcher .active {
    height: 30px !important;
}

.potential-result {
    line-height: 30px;
    text-transform: capitalize;
    height: 0px;
    display: block;
    width: 100%;
    background: #006225;
    overflow: hidden;
    box-sizing: border-box;
    text-indent: 5px;
    color: #fff;
}

.potential-result:hover {
    cursor: pointer;
    background: #2E8B51;
}

.dd-searcher {
    display: block;
    width: 100%;
}

.listinactive {
    display: none;
}

.listactive {
    display: block;
}
/*.form-search input[type="checkbox"] {width: 100%;}*/

#refine-search.siderbarstyle .selector label {
    text-transform: capitalize;
    float: none;
    width: auto;
    font-weight: normal;
}

#front-searcher input#searchfield {
    background: #006225;
    width: 100%;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    height: 35px;
    padding: 0;
    border-radius: 0;
    text-indent: 7px;
    display: none;
}

.dd-searcher .styled-select {
    color: #fff;
    display: block;
}

#search-box {
    background: var(--light-green);
    color: #000 !important;
}

#refine-search.siderbarstyle .checker,
#refine-search--mobile.siderbarstyle .checker {
    line-height: 22px;
}
/**** END DROPDOWN SERACHER ***/

.search-col {
    width: 18%;
    display: block;
    float: left;
    margin-top: 23px;
    box-sizing: border-box;
    height: 138px;
}

@media (min-width: 768px) {
    .search-col {
        max-width: 190px;
    }
}

#front-searcher input,
#front-searcher select {
    color: #fff;
    border: 0;
    outline: 0;
}

#searchtypecol label, #featurecol label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

#searchtypecol input[type=radio], #featurecol input[type=checkbox] {
    display: none;
}

#searchtypecol label:before, #featurecol label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
}

#searchtypecol input[type=radio]:checked + label:before {
    content: "";
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 3px solid #fff;
    background-color: #006225;
    ;
    text-align: center;
    line-height: 18px;
}
#featurecol input[type=checkbox]:checked + label:before {
    content: "";
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 3px solid #fff;
    background-color: #006225;
    ;
    text-align: center;
    line-height: 18px;
}
.search-col h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
}

.search-col:last-child {
    border-right: 0;
}

.styled-select select {
    background: transparent;
    width: 218px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    height: 35px;
}

.styled-select {
    width: 95%;
    height: 34px;
    overflow: hidden;
    background: url(img/dropdown-arrow.png) no-repeat right #006225;
    height: 35px;
    margin-bottom: 12px;
}

.styled-select option {
    background: #006225;
}

button.search-submit {
    background: #f51a2a;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    width: 95%;
    display: block;
    outline: 0;
    border: 0;
    padding: 8px 30px 8px 12px;
    background-size: 20px;
    background-position: 10px auto;
    margin: 0 auto;
    margin-bottom: 14px;
    color: #fff;
    text-transform: uppercase;   float: left;
    clip-path: polygon(calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 0 50%, 0% 0%);
}

.search-submit:hover {
    background: #f32f32;
}

#rent-pricing {
    display: none;
}

.renttype #rent-pricing {
    display: block;
}

.renttype #sales-pricing {
    display: none;
}

.saletype #rent-pricing {
    display: none;
}

.saletype #sale-pricing {
    display: block;
}

#area {
    display: none;
}

.commtype #area {
    display: block;
}

.commtype #bedrooms {
    display: none;
}

#comm-type {
    display: none;
}

.commtype #pro-type {
    display: none;
}

.commtype #comm-type {
    display: block;
}

.svg-icon {
    display: block;
    height: 17px;
    width: 17px;
    float: right;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #006225;
    /* change if the mask should have another color then white */

    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 273px;
    height: 116px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */

    top: 50%;
    /* centers the loading animation vertically one the screen */

    background-image: url(img/bycroft-logo.png);
    /* path to your loading animation */

    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -136px;
    /* is width and height divided by two */

    background-size: contain;
}

#preloader img {
    max-width: 100%;
}

#preloader p {
    -webkit-animation: fader 1s infinite;
    /* Safari 4+ */

    -moz-animation: fader 1s infinite;
    /* Fx 5+ */

    -o-animation: fader 1s infinite;
    /* Opera 12+ */

    animation: fader 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*** BOX ****/

.home .halfbox {
    margin-top: 12px;
    border-radius: 20px;
}

.widebox {
    padding: 5px;
}

.halfbox {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.inner-box-pad {
    background: #e0eadf;
    padding: 10px;
    box-sizing: border-box;
}

.inner-box {
    background: #fff;
    position: relative;
    display: block
}

@media (min-width: 1200px ) {
    .home .inner-box {
        display: flex;
    }
}

.halfbox h4 {
    color: #006225;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.title-box {
    display: block;
    background: url(img/h4-back.png);
    width: 100%;
    position: relative;
}

.box-thumb {
    width: 200px;
    height: 200px;
    float: left;
    display: block;
    overflow: hidden;
    background: #e0eadf;
    position: relative;
}

.box-thumb .icon {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-thumb img {
    object-fit: cover;
    width: auto;
    height: 100%;
    max-width: 500%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */

    -webkit-transform: translateX(-50%);
    /* Safari */
}

.box-thumb .icon img {
    left: 0%;
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.box-info {
    width: 63%;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 20px 10px;
    padding-top: 13px;
}

.home .box-info {
    width: 65%;
}

p.price {
    font-size: 24px;
    color: #006225;
    text-align: left;
    font-weight: bold;
    margin-bottom: 7px;
    min-height: 24px;
}

span.pcm {
    font-size: 16px;
}

p.tagline {
    font-size: 20px;
    color: #000;
    margin-bottom: 2px;
    text-align: left;
      max-height: 22px;
  height: 22px;
    overflow: hidden; font-weight: bold;
}

p.bedrooms {
    color: #616F65;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}

p.description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    min-height: 72px;
    height: 98px;
}

.whiteout {
    background: #fff;
    padding: 0px 10px;
}

.left-drop {
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    top: 10px;
    left: 0;
    background: #b5d1c0;
}

.right-drop {
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    top: 10px;
    right: 0;
    background: #b5d1c0;
}

.page-header {
    border: 0;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.mainbox {
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
}

.inner-box-main {
    background: #e0eadf;
    border: 1px solid #bcc4bb;
}

.home .inner-box-main {
    background: var(--white);
    border: 1px solid #bcc4bb;
    border-radius: 20px;
}

#owl-property-gallery {
    width: 100%;
    display: block;
}

.owl-carousel div {
    width: 100%;
}
/*SEE END OF THUMBNAIL FUNCTION TO TINKER SIZE OF THUMBS*/

.owl-carousel .owl-controls .owl-dot {
    float: left;
    background-size: cover;
    margin-top: 10px;
}

#owl-property-gallery .owl-dot {
    height: 200px;
    width: 200px;
}

.owl-controls {
    display: block;
    width: 100%;
    overflow: hidden;
}

.owl-dots {
    position: relative;
    right: 0px;
}
/* END OF THUMBNAIL SLIDER */

.sp-full-screen-button:before {
    content: '' !important;
}

.sp-full-screen-button {
    background: url(img/fullscreen-btn.png) no-repeat center #006225;
    background-size: 100% 200%;
    background-position: 0% 0%;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sp-full-screen .sp-full-screen-button {
    background-position: 0% 100%;
}

.slider-pro:hover .sp-full-screen-button {
    opacity: 1.0;
}

.sp-full-screen {
    background: #000 !important;
    border: 0px !important;
}

.slider-pro {
    background: #e0eadf;
    border: 8px solid #e0eadf;
    border-top: 14px solid #e0eadf;
    border-bottom: 14px solid #e0eadf;
}

.page h1 {
    font-size: 30px;
    width: 64%;
    /*float: left;*/
    line-height: 32px;
    /*margin-left: 30px;*/
}

.gmnoprint img {
    max-width: 1000px !important;
}

.page-template-testimonials-page .page-header h1 {
    margin-left: 0px;
}

.page-template-default .page-header h1 {
    margin-left: 0px;
}

.title-tagline {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: grey;
}

.mainbox h1 {
    width: 100%;
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 10px !important;
}

.home .page-header {
    margin: 0 !important;
}

span.price {
    font-size: 34px;
    width: 33%;
    float: right;
    text-align: right;
    color: #006225;
    margin-top: 25px;
    font-weight: bold;
}

span.flag {
    display: block;
    background: #006225;
    float: left;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px;
}

a.greenarrow {
    float: right;
    background: rgba(0, 98, 37, 1.0);
    padding: 5px 10px;
    position: relative;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.greenarrow:hover {
    background: rgba(0, 98, 37, 0.8);
    color: #fff;
    text-decoration: none;
}

a.greenarrow:hover span.arrowhead {
    opacity: 0.8;
}

span.arrowhead {
    display: block;
    position: absolute;
    height: 100%;
    width: 8px;
    background: url(img/arrowhead.png);
    background-size: 100% 100%;
    top: 0;
    right: -8px;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.home .page-header {
    margin: 0;
}

a.read-more {
    position: absolute;
    background: #ea1e21;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 1px 7px;
    right: 0px;
    bottom: 0px;
    font-weight: bold;
}

a.read-more:hover {
    color: #fff;
    text-decoration: none;
    background: #f32f32;
}

.testimonial-small {
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 3px;
}


.hasimg .testtext {float: left; width: 60%; box-sizing:border-box; padding: 6px;}
.hasimg .testthumb {float: left; width: 40%;box-sizing:border-box; padding: 6px;}
.hasimg .testthumb img{display: block; margin: 0 auto; width: 100%;}

.testimonial {overflow: hidden;}


.page-template-testimonials-page .hasimg .testtext {float: left; width: 75%;}
.page-template-testimonials-page .hasimg .testthumb {float: left; width: 25%;}

#testimonials-feed .inner-box-main {
    position: relative;
    padding: 24px;
}

#testimonials-feed .mainbox a.greenarrow{ margin: 0;     margin-top: 7px;}
#testimonials-feed .mainbox { margin: 0;     padding-bottom: 55px;}


.testimonial {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #C8C8C8;
    position: relative;
    margin-bottom: 12px;
    max-height: 175px;
    overflow: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}




.page-template-testimonials-page .testimonial {max-height: 2000px !important;   min-height: 175px;}

.testimonial:hover {
    max-height: 500px;
}

.speech-arrow {
    position: absolute;
    bottom: -12px;
    left: 12px;
}

.speaker {
    font-style: italic;
    font-weight: bold;
}

.mainbox h3,
.mainbox h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #006225;
    border: 0;
    margin-bottom: 0px;
}

label {
    display: inline-block !important;
    text-indent: 5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
/**** PROPERTY PAGE ****/

.page-header {
    margin: 0!important;
    padding: 0 !important;
    margin-bottom: 24px !important;
}

#tabber {
    margin-top: 20px;
}

#tabs {}

.tab {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cfd2cf;
    border-left: 0px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0px;
}

.tab:hover {
    cursor: pointer;
}

.tab:first-child {
    border-left: 1px solid #cfd2cf;
}

.tab:last-child {
    -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.2);
}

#tab-area {
    border: 1px solid #cfd2cf;
    min-height: 100px;
}

#tab-area h5 {
    font-size: 18px;
    font-weight: 800;
}

#tab-area p {
    font-size: 17px;
    line-height: 24px;
}

.tab.active {
    background: #006225;
    color: #fff;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.3);
    border: 1px solid #006225;
}

.tab-box {
    display: none;
    box-sizing: border-box;
    padding: 15px;
}

.showme {
    display: block;
}

video {
    width: 100%;
}

#cta {
    display: block;
    width: 95%;
    color: #fff;
    background: #006225;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

#cta h6 {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

#cta-options {
    width: 512px;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 15px;
}

#cta-1,
#cta-2,
#cta-3 {
    float: left;
    text-align: center;
    font-size: 18px;
}

#cta-1,
#cta-3 {
    width: 232px;
}

#cta-2 {
    width: 40px;
}

a.makeenquiry {
    background: #ea1e21;
    color: #fff;
    padding: 10px 20px;
}

a.makeenquiry:hover {
    color: #fff;
    text-decoration: none;
    background: #F43437;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

#gmap iframe {
    width: 100% !important;
}

#gmap img {
    border: none !important;
    max-width: none !important;
}

.widge h4 {
    color: #006225;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.ssba {
      width: 190px;
    margin: 0 auto;
}

a.requestdetails {
    display: block;
    color: #fff;
    background: #006225;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 165px;
    text-align: center;
}

a.requestdetails:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

p.call {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

#request-details {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 20px 0px;
    padding-bottom: 10px;
}

#request-details a.tel {
    color: #000;
}

#request-details a.tel:hover {
    color: rgb(133, 255, 133);
}

#sharer {
    margin-bottom: 60px;
}

#pp-description,
#pp-description p {
    font-size: 17px;
    line-height: 24px;
}

#pp-description h5 {
    font-size: 18px;
    font-weight: 800;
}

#pp-description ul li {
    font-size: 17px;
    line-height: 24px;
}

#pp-description ul {
    list-style-image: url('img/custom-li.png');
}

a.tel {
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.tel:hover {
    color: rgb(133, 255, 133);
    text-decoration: none;
}

a.email {
    color: #fff;
    text-decoration: underline;
}

.page-template-default h1 {
    width: 100%;
}
/***** NEWS PAGE ***/

.news-item {
    background: #fff;
    position: relative;
}

.news-item-pad {
    margin-bottom: 5px;
}

.news-img-cont {
    float: left;
    width: 30%;
}

.news-info {
    float: left;
    box-sizing: border-box;
    width: 70%;
    padding: 10px;
    padding-top: 0;
    position: relative;
}

.news-info h2 {
  color: #006225;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  line-height: 19px;
  margin-top: 7px;
}

.news-info a.read-more {
    bottom: 7px;
}
/***** RESIDENTIAL PAGE ****/

@media (max-width: 992px) {
    #refine-search .val-pal__square {
        display: none;
    }
}

#refine-search {
    background: #e0eadf;
    border: 1px solid #bcc4bb;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-bottom: 24px;
}

#refine-search .clear {
    margin: 20px 0px;
}

#refine-search h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
}

#refine-search label {
    font-weight: bold;
    color: #000;
    width: 33%;
    float: left;
    line-height: 33px;
    text-align: right;
}

#refine-search .styled-select {
    width: 62%;
    background: url(img/dropdown-arrow-grey.png) no-repeat right #fff;
    border: 1px solid #bcc4bb;
    float: left;
}

#refine-search .styled-select select {
    color: #000;
    width: 112%;
}

#residential-item-feed {
    margin-top: 20px;
}

#refine-search .selector {
    width: 62%;
    float: right;
    display: block;
    text-align: left;
    text-indent: 4px;
    line-height: 33px;
    font-style: italic;
}

#refine-search .styled-select option {
    background: #fff;
}

#refine-search input[type="submit"] {
    background: #f51a2a;
    font-size: 22px;
    width: 26%;
    display: block;
    outline: 0;
    border: 0;
    padding: 9px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    top: 10px;
}

#off-menu {
    position: fixed;
    top: 0;
    left: -260px;
    display: none;
    background: #006225;
    width: 260px;
    height: 100%;
    z-index: 99999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-radial-gradient(bottom left, #006225, #006225);
    background: radial-gradient(at bottom left, #006225, #006225);
    -webkit-box-shadow: inset -5px 0px 15px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset -5px 0px 15px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset -5px 0px 15px 0px rgba(255, 255, 255, 0.1);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**** SIDEBAR STYLE REFINE ****/

#refine-search.siderbarstyle label {
    width: 100%;
    float: left;
    line-height: 22px;
    text-align: left;
}

#refine-search.siderbarstyle .styled-select,
#refine-search.siderbarstyle .selector {
    width: 94%;
}

#refine-search.siderbarstyle input[type="submit"] {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

.siderbar-searcher h1 {
    width: 100%;
    text-align: center;
    color: #006225;
    text-transform: uppercase;
    font-size: 24px;
}

.siderbar-searcher .feed {
    margin-top: 0 !important;
}

.siderbar-searcher .box-thumb {
    width: 100%;
}

.siderbar-searcher .box-thumb img {
    width: 100%;
}

.siderbar-searcher .box-info {
    width: 100%;
}

#open-form-toggle {
    background: rgba(0, 98, 37, 1.0);
    padding: 5px 10px;
    position: relative;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

#refine-search form {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 0;
    padding-top: 12px;
}
/******* SINGLE POST (EG NEWS) *****/

#post-featured {
    width: 33.3333%;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

.category-news .entry-content {
    margin-top: 20px;
}

.category-news .entry-meta {
    display: none;
}
/**** FP ****/

.greenbox {
    background: #006225;
    box-sizing: border-box;
    padding: 18px;
}

.greenbox .img,
.greenbox .green-info {
    display: block;
}

.greenbox .img {
    width: auto;
}

.greenbox .img img {
    margin: 0 auto;
    display: block;
    min-height: 200px;
}

.greenbox .green-info {
    width: 100%;
}

.green-info h5 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}

a.clicker {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 135px;
    padding: 7px 0px;
    background: #ea1e21;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.clicker:hover {
    background: #f32f32;
    color: #fff;
    text-decoration: none;
}

span.tagline {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
}

#front-searcher form {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: 10px 0;
}

.searchicon-btn {
    display: none;
}

#underlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    top: 0;
    left: 0;
}

#location-box {
  display: none;
  position: fixed;
  width: 950px;
  left: 50%;
  background: var(--light-green);
  top: 0;
  z-index: 999999;
  box-sizing: border-box;
  padding: 17px;
  max-height: 90vh;
  top: 50%;
  margin-top: -157px;
  margin-left: -475px;
}

#location-box h4 {
    position: absolute;
    height: 40px;
    top: -40px;
    background: #006225;
    margin: 0;
    line-height: 40px;
    color: #fff;
    width: 100%;
    text-indent: 12px;
    left: 0;
}

.home .checker {
    width: 25%;
    float: left;
}

.counted {
    color: #fff;
}

.hidethis {
    display: none;
}

.open {
    display: block !important;
}

#location-opener {
      width: 95%;
    height: 34px;
    overflow: hidden;
    background: #006225;
    height: 35px;
    margin-bottom: 18px;
    color: #fff;
    display: block;
    line-height: 34px;
    text-indent: 10px;
    font-size: 16px;
}

#location-opener:hover {
    text-decoration: none;
    color: #fff;
}

a#apply {
    width: 104px;
    height: 34px;
    overflow: hidden;
    background: #006225;
    height: 35px;
    margin-bottom: 5px;
    color: #fff;
    display: block;
    line-height: 34px;
    text-indent: 10px;
    font-size: 16px;
    position: fixed;
    right: 0;
    bottom: -5px;
    text-align: center;
    text-indent: 0px;
    position: absolute;
}

a#apply:hover {
    text-decoration: none;
}
/****  FALLBACK SIDEBAR *****/

#secondary .well {
    background-color: #e0eadf !important;
    padding: 4px 19px;
    border-bottom: 2px solid #014d1e;
    box-shadow: 0px 0px 0px;
    border: 1px solid #bcc4bb;
}

.widget h2 {
    color: #006225;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

ul {
    list-style-image: url('img/custom-li.png');
}

.widget a {
    color: #0C380F;
}
/**** MISC ****/

.pagenation {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */

    -webkit-transform: translateX(-50%);
    /* Safari */

    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.pagenation a {
    background: #006225;
    ;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pagenation .current {
    background: #599858;
    padding: 5px 10px;
    position: relative;
    color: #fff;
}

.pagenation a:hover {
    color: #fff;
    text-decoration: none;
    background: #599858;
}

.radiobtns {
    margin: 20px 0px;
}

.radiobtns label {
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
    text-indent: 4px;
    line-height: 33px;
    font-style: italic;
    font-weight: normal !important;
    font-size: 15px !important;
}

a.page-numbers,
span.page-numbers {
    background: #006225 !important;
    color: #fff;
}

span.current {
    background: #599858 !important;
    color: #fff !important;
}

.page-numbers:hover {
    background: #599858 !important;
    color: #fff !important;
}

#results-found {
    background: #e0eadf;
    box-sizing: border-box;
    padding: 10px 20px;
    font-style: italic;
}

.widebox .box-thumb {
    float: left;
    width: 30%;
}

.widebox .box-info {
    float: left;
    width: 70%;
}

.single-post h1 {
    font-size: 30px;
    width: 100%;
    float: left;
    line-height: 32px;
}

#nav-toggle {
    position: absolute;
    left: 8px;
    top: 11px;
    display: block;
    width: 50px;
    height: 50px;
}

#nav-toggle {
    cursor: pointer;
}

#nav-toggle span {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    left: 7px;
}

span#first {
    top: 13px;
}

span#second {
    top: 23px;
}

span#third {
    top: 33px;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
}

#nav-toggle.active span#second {
    background: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span#second {
    background: transparent;
}

#nav-toggle.active span#first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    left: 2px;
    width: 40px;
}

#nav-toggle.active span#third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 2px;
    width: 40px;
}
/****** ENTRY CONTENT *****/

.entry-content p,
.entry-content li {
    font-size: 16px;
}

.testimonial-small {
    font-size: 16px;
}

p.description a {
    color: #000;
    text-decoration: none !important;
}

p.description {
    color: #000 !important;
}

p.price,
p.tagline,
p.bedrooms {
    text-decoration: none !important;
}

.inner-box a:hover {
    text-decoration: none !important;
}

#the-content h2 {
    font-size: 22px;
    line-height: 24px;
}

#the-content h3 {
    font-size: 18px;
}

.page-template-contactpage .page h1,
.page-template-localpage-php .page h1,
.page-template-whybycroft-php .page h1 {
    margin-left: 0px;
}

/*#welcome-box .inner-box-main,*/
/*#testimonials-feed .inner-box-main {*/
/*    min-height: 600px;*/
/*}*/

#column-content {
    display: block;
    float: left;
    width: 40%;
}

#sid {
    display: block;
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 20px;
}

#sid img {
    width: 100%;
}

.commtype #sales-pricing {
    display: none;
}

#tenurepick {
    display: none;
}

.commtype #tenurepick {
    display: block;
}

.team-mem {
    width: 85%;
    margin: 8px 0px;
}

.team-mem {
    background: #e0eadf;
}

.team-memimg {
    width: 20%;
    display: block;
    float: left;
}

.team-memdet {
    width: 80%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

#theteam {
    margin: 20px 0px;
}

#fullcontent {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

#custom-side {
    width: 30%;
    float: right;
    box-sizing: border-box;
    padding: 20px;
    background: #006225;
}

#custom-side p {
    margin-top: 10px;
    color: #fff;
}

.slider-pro {
    position: relative;
}

.slider-pro .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.com-logo {
    display: block;
    float: left;
}

#com-logos {
    margin-bottom: 20px;
}

#touchtophone {
    display: block;
}

@media (min-width:768px) {
    #touchtophone {
        display: none;
    }
}


span.sold {
  background: #ea1e21;
  padding: 5px 10px;
  color: #fff;
  float: left;
  position: relative;
  top: 5px;
}

#location-box #select_all {
    position: absolute;
    top: 0px;
    right: 100px;
    display: block;
    height: 40px;
    top: -40px;
    line-height: 40px;
    color: #fff;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.1); z-index: 99;
}

#location-box #deselect_all {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 40px;
    top: 0px;
    line-height: 40px;
    color: #fff;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.2); z-index: 99;
}


#location-box h4 {z-index: 98;}

a#select_all {margin-right: 5px;}

a#select_all, a#deselect_all {
    background-color: #006225;
    color: #fff;
    padding: 3px 8px;
}

a#select_all:hover, a#deselect_all:hover {
    text-decoration: none;
    background: #599858;
}


#location-box #deselect_all {

    top: -40px;}



#price-optionscol {display: none;}
.commtype #price-optionscol {display: block;}


.sidebar-links .greenbox .img img {


 min-height: 0px;
}

.sidebar-links .greenbox .img {float: none; margin: 0 auto;}

.sidebar-links .greenbox .green-info {width: 100%;}

.sidebar-links .greenbox {margin-bottom: 10px;}


.redback {
  background: #ea1e21;
  color: #fff;
  display: inline-block;
  padding: 3px 7px;
}

.dep {
  margin-bottom: 12px;
}


.ie6 img.roof, .ie7 img.roof, .ie8 img.roof {
display:none;

}



.ie6 .box-thumb img, .ie7 .box-thumb img, .ie8 .box-thumb img {
 width: 200px;

}


.ie6 .widebox .box-info, .ie7 .widebox .box-info, .ie8 .widebox .box-info {
  float: none;
}



.ie6 .home .box-info, .ie7 .home .box-info, .ie8 .home .box-info {
    float: none;
}

.ie6 a.greenarrow, .ie7 a.greenarrow, .ie8 a.greenarrow {
    float: none; background: #006225;
}


.ie6 .box-thumb, .ie7 .box-thumb, .ie8 .box-thumb {
float: none;
  width: 300px;
  display: block; left: 0%;
}

.ie6 .box-thumb img, .ie7 .box-thumb img, .ie8 .box-thumb img {
 left:0%;   width: 300px;
}



.ie6 .icon img, .ie7 .icon img, .ie8 .icon img {display:none;}




.ie6 #searchtypecol input[type=radio], .ie7 #searchtypecol input[type=radio], .ie8 #searchtypecol input[type=radio] {
    display: block;
}


.ie6 #searchtypecol label:before, .ie7 #searchtypecol label:before, .ie8 #searchtypecol label:before {
  display: none; width: 0px; height: 0px;
}



.ie6 #searchtypecol label, .ie7 #searchtypecol label, .ie8 #searchtypecol label {

}




.per50 {width: 50%; float: left; box-sizing: border-box; padding: 12px;}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.per50 address {font-size: 24px; line-height: 32px;}
.per50 address .bold {font-weight: bold;}
.per50 address .larger {font-weight: bold; font-size: 36px;}

#map {padding-top: 25px;}

.page-template-contactpage-php h1.entry-title {margin-bottom: 20px;}

.flexloc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    max-height: 100%;
}

.tribox {
    display: block;
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}



a.btn-custom {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 8px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 600;
}

a.btn-custom:hover {color: #fff;
background: rgba(255,255,255,0.2);
}

/****** MEDIA QUERIES ******/

@media screen and (max-width: 782px) {
    html #wpadminbar {
        height: 46px;
        min-width: 300px;
        top: -46px;
    }
}

@media (max-width: 1200px) {
    #company-logos a {
        width: 100%;
        display: block;
    }
    #company-logos a img {
        margin: 13px auto;
        display: block;
    }
    #colophon {
        height: auto;
    }
    #footer-under {
        height: auto;
    }
    #company-logos {
        width: 100%;
    }
    .svg-icon img {
        display: none;
    }
    #secondary {
        padding-left: 10px;
    }
    .home .page-header {
        margin: 0 !important;
    }
    .home .page h1 {
        margin-left: 0px;
    }
    .box-info {
        min-height: 236px;
    }
    a#apply {
        position: relative;
    }
    #location-box {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0px;
        margin-top: 0px;
        overflow-y: scroll;
        padding-top: 60px;
        overflow: hidden;
    }
    #location-box .checker {
        width: 33.333333%;
        float: left;
        box-sizing: border-box;
        padding: 2px 7px;
    }
    #location-box h4 {
        top: 0px;
    }
    .greenbox .img img {
        min-height: 0px;
    }
    .tab {
        font-size: 12px;
    }
    .box-thumb {
        width: 100%;
    }
    .home .box-info {
        width: 100%;
    }
    .navi ul li a {
       padding: 0 3px;
        /*border-left: 1px solid #0A3819;*/
        font-size: 13px;
    }
    .navi ul li:first-child a {
        border-left: 0px solid #0A3819;
    }
    .nav .dropdown-toggle .caret {
        right: 3px;
        display: none;
    }
    img.roof {
        display: none;
    }
    #secondary {
        max-width: 98%;
    }
}

@media (max-width: 992px) {

    #location-box #select_all, #location-box #deselect_all {

  top: 50px;}




    button.search-submit {
        float: left;   width: 95%;
    }
    .siderbar-searcher .box-thumb .icon img {
        display: block;
        max-width: 100%;
        height: auto !important;
    }
    .box-thumb .icon {
        width: 50% !important;
        display: block;
    }
    .box-thumb .icon img {
        height: 100%;
    }

    #fullcontent,
    #custom-side {
        width: 100%;
    }
    #custom-side img {
        display: block;
        margin: 0 auto;
    }
    .team-mem {
        width: 100%;
    }
    #column-content,
    #sid {
        width: 100%;
    }
    #str-view {
        display: none;
    }
    #welcome-box,
    #testimonials-feed {
        width: 100%;
    }
    #welcome-box {
        margin-top: 18px;
    }
    article.page {
        margin-bottom: 12px !important;
    }
    .tab {
        font-size: 14px;
    }
    .checker {
        width: 33.333333333%;
        float: left;
    }
    .selector {
        margin-bottom: 18px;
    }
    #primary {
        padding: 5px;
        width: 100%;
        margin-left: 0px!important;
        box-sizing: border-box;
    }
    #page {
        background-color: #fff;
        margin-right: -20px;
        padding: 0px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .page h1,
    .title-tagline {
        margin-left: 0px;
    }
    .slider-pro {
        border: 0px;
    }
    body>.container {
        margin: 0px auto;
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    #secondary {
        width: 100%;
        margin-left: 0px;
    }
    #refine-search {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 3px;
    }
    #refine-search.siderbarstyle .styled-select,
    #refine-search.siderbarstyle .selector {
        width: 99%;
    }
    #refine-search .clear {
        margin: 0px;
    }
    #refine-search h3 {
        margin-bottom: 0;
    }
    #refine-search form {
        max-height: 0px;
        overflow: hidden;
        margin: 0;
    }
    .open-form form {
      max-height: 2500px !important;
        padding-bottom: 60px !important;
    }
    #open-form-toggle {
        display: block;
    }
    .siderbar-searcher .feed {
        width: 100% !important;
        margin-left: 0px;
    }
    .svg-icon {
        position: relative;
        bottom: 3px;
    }
    .green-cont {
        width: 100%;
    }
    .home .box-info,
    .box-thumb {
        width: 100%;
    }
    .owl-carousel .container .slide-caption {
        display: none;
    }
    .owl-carousel {
        overflow: hidden;
    }

    #sidebar-btn #nav-toggle {
        max-height: 100%;
        position: relative;
    }
    #off-menu {
        display: block;
    }
    #front-searcher {
        height: auto;
    }
    .search-col {
        width: 100%;
        margin: 0;
        padding-bottom: 5px;
        min-height: 10px;
        height: auto;
        border-right: 0px;
    }
    #front-searcher h2 {
        text-transform: uppercase;
        font-size: 18px !important;
        text-align: left;
        text-indent: 10px;
        position: relative;
    }
    .searchicon-btn {
        display: block;
        height: 50px;
        width: 50px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        background: #144F14;
    }
    .searchicon-btn img {
        width: 63%;
        position: relative;
        top: 3px;
    }
    #front-searcher form {
        max-height: 0px;
        overflow: hidden;
        margin: 0;
    }
    #front-searcher.open-home-form form {
        max-height: 1000px;
    }
    .search-col h3 {
        margin: 0;
        margin-top: 4px;   margin-bottom: 8px;
    }
    #searchcol {
        width: 100%;
    }
    #access {
        display: none;
    }
    #branding {
        height: auto;
        position: relative;
    }
    #logo img {
        display: block;
    }
    #cta-options {
        width: 100%;
    }
    #cta-1,
    #cta-2,
    #cta-3 {
        width: 100%;
    }
    #cta-3 {
        margin-top: 16px;
    }
    .testimonial {
        max-height: 1000px;
    }
}

@media (max-width: 768px) {

    #header-social, #header-contact {
        display: none;
    }

  #testimonials-feed  .mainbox {
    padding-bottom: 58px;
}

.hasimg .testtext {float: left; width:100%;}
.hasimg .testthumb {float: left; width: 100%; margin: 20px 0px;}
.hasimg .testthumb img{display: block; margin: 0 auto;}

    .per50 {width: 100%;}

    #logo {
        float: none;
    }
    .single-post h1 {
        width: 100%;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 0px;
        font-size: 26px;
        line-height: 28px;
    }
    .checker {
        width: 50% !important;
        float: left;
    }
    .news-img-cont,
    .news-info {
        width: 100%;
    }
    .news-img-cont img {
        margin: 0 auto;
        display: block;
    }
    .tab {
        width: 100%;
        border-left: 1px solid #cfd2cf;
    }
    .box-thumb,
    .box-info,
    .home .box-info {
        width: 100%;
    }
    .box-thumb img {
        width: 100%;
        left: 0%;
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        /* IE 9 */

        -webkit-transform: translateX(0%);
        /* Safari */
    }
    #footer-under,
    #footer-top,
    #colophon {
        height: auto;
    }
    #company-logos {
        width: 100%;
    }
    #company-logos a {
        width: 100%;
        display: block;
    }
    #company-logos a img {
        margin: 13px auto;
        display: block;
    }
    .tall img {
        width: 69px !important;
    }
}

@media (max-width: 600px) {


    .flexloc {
    max-height: 2000px;
}


    #front-searcher h2 {
        font-size: 16px !important;
    }

    #header-social {display: none;}

    .com-logo {
        width: 33.333333333%;
    }
    .team-memimg,
    .tem-memdet {
        width: 100%;
    }
    #fullcontent {
        padding: 5px;
    }
    #fullcontent h1 {
        margin-bottom: 10px;
    }
    .widebox .box-thumb {
        width: 100%;
    }
    .widebox .box-info {
        width: 100%;
    }
    #sidebar-btn img {
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        /* IE 9 */

        -webkit-transform: translateY(0%);
        /* Safari */

        top: 0%;
    }
    .checker {
        width: 100% !important;
    }
    .hideslider #slider {
        display: none;
    }
    .title-tagline {
        margin-left: 0px;
        margin-top: 11px;
    }
    .pagenation {
        left: 0%;
        transform: translateX(0%);
    }
    .greenbox .img,
    .greenbox .green-info {
        width: 100%;
    }
    #open-form-toggle {
        display: block
    }
    .testimonial-small {
        padding: 14px 0px;
    }
    .page h1,
    span.price {
        width: 100%;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 0px;
        font-size: 26px;
        line-height: 28px;
    }
    span.price {
        margin-top: 13px;
        font-weight: bold;
    }
    #cta h6 {
        line-height: 24px;
    }
    .page-header {
        margin-bottom: 20px !important;
    }
    .page-template-default .page-header h1 {
        margin-bottom: 10px;
    }
    #logo {
        width: 50%;
    }
    .halfbox {
        width: 100%;
    }
    #cta-1,
    #cta-2,
    #cta-3 {
        width: 100%;
    }
    #cta-2 {
        margin-bottom: 20px;
    }
    #cta-3 {
        margin-top: 0px;
    }
    #post-featured {
        width: 100%;
    }
    #location-box {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0px;
        margin-top: 0px;
        overflow-y: scroll;
        padding-top: 60px;
    }
    #location-box .checker {
        width: 100%;
        box-sizing: border-box;
        padding: 2px 7px;
    }
    #location-box h4 {
        top: 0px;
    }
    p.description {
        height: 135px;
    }
    #page,
    #primary {
        padding: 0px !important;
    }
}

/***********************************
    Site banner
**********************************/
.site-banner {
    background-color: #ea1e21;
    color: #fff;
    padding: 14px 0;
}

.site-banner__inner {
    text-align: center;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 10px;
    font-weight: 500;
    font-size: 18px;
}

.site-banner__inner p {
    margin-bottom: 0;
}

.site-banner__inner a {
    color: #FFF !important;
    text-decoration: underline;
}

.site-banner__inner a:hover {
    color: #FFF !important;
    text-decoration: none;
}

.greenbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 286px;
}

.greenbox .img {
    width: 187px;
    max-width: 100%;
    flex-shrink: 0;
}

.greenbox .green-info {
    max-width: 400px;
}

/***********************************
    New homes
**********************************/
.new-home__hero {
    width: 100%;
    height: 325px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 600px) {
    .new-home__hero {
        height: 450px;
    }
}

.new-home__hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.new-home__hero-logo {
    max-width: 175px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
    .new-home__hero-logo {
        max-width: 250px;
    }
}

.new-home__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 36px 0;
}

@media screen and (min-width: 990px) {
    .new-home__top {
        justify-content: space-between;
    }
}

.new-home__top-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-home__builder-logo {
    max-width: 300px; max-height: 175px;
    display: block;
    margin-bottom: 16px;
}

.new-home__button {
    padding: 10px 22px;
    border-radius: 7px;
    color: #FFF !important;
    font-weight: 700;
    font-size: 120%;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translate(0, 0);
    margin: 16px 0;
    display: block;
    max-width: 200px;
    text-align: center;
}

.new-home__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 400ms ease-in-out all;
}

.new-home__button:hover:before {
    opacity: 1;
}

.new-home__top .new-home__button {
    margin: 0 8px 10px;
}

@media screen and (min-width: 600px) {
    .new-home__top .new-home__button {
        margin: 16px 0;
    }
}

@media screen and (min-width: 600px) {
    .new-home__top .new-home__button + .new-home__button {
        margin: 16px 0 16px 24px;
    }
}

.new-home__content {
    padding: 24px 0;
    font-size: 120%;
    line-height: 1.5;
}

@media screen and (min-width: 600px) {
    .new-home__content {
        padding: 48px 0;
        font-size: 150%;
    }
}

.new-home__content p:not(:last-child) {
    margin-bottom: 24px;
}

.new-home__site-plan {
    padding: 24px 0;
}

@media screen and (min-width: 600px) {
    .new-home__site-plan {
        padding: 36px 0;
    }
}

.new-home__site-plan-image {
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 24px auto;
}

.new-home__row {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    justify-content: space-between;
}

@media screen and (min-width: 600px) {
    .new-home__row {
        padding: 48px 0;
    }
}

.new-home__brochure-column {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto 24px;
}

.new-home__brochure-column .new-home__button {
    margin: 16px auto;
}

.new-home__form-column {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.new-home__gallery {
    padding: 24px 0 1px;
}

@media screen and (min-width: 600px) {
    .new-home__gallery {
        padding: 48px 0 24px;
    }
}

.new-home__gallery-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 24px 0;
}

.new-home__gallery-item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

@media screen and (min-width: 510px) {
    .new-home__gallery-item {
        width: calc(25% - 12px);
    }
}

.new-home__gallery-item-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

.new-home__gallery-item-inner:hover .new-home__gallery-image {
    transform: scale(1.1);
}

.new-home__gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 400ms ease-in-out all;
}

.new-home__form label {
    width: 100%;
}

.new-home__form input[type="checkbox"] {
    margin: 0 8px 0 0;
}

.new-home__form .wpcf7-list-item-label {
    text-transform: none;
}

.new-home__form .wpcf7-list-item.first.last {
    margin: 0;
}

.new-home__form .wpcf7-form-control-wrap{
    margin: 10px 0 0;
    display: block;
}

/* 404 page */
.error404 h1 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 0.6em;
}
@media screen and (min-width: 600px) {
  .error404 h1 {
      font-size: 2.7em;
  }
}
.error404 .halfbox {
  color: #FFF;
  padding: 5px 0;
}
@media screen and (min-width: 600px) {
  .error404 .halfbox {
    padding: 5px;
  }
}
@media screen and (min-width: 768px) {
  .row {
      margin-right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .row {
      margin-right: -30px;
  }
}
.error404 .halfbox__container {
  background: url('images/404page/four-zero-four-image-one.jpg');
  background-size: cover;
  padding:10px 30px;
  min-height: 266px;
}
.error404 .halfbox__right .halfbox__container {
  background: url('images/404page/four-zero-four-image-two.jpg');
  background-size: cover;
}
.error404 h2 {
  font-size: 1.4em;
  line-height: 1.3em;
}
@media screen and (min-width: 600px) {
  .error404 h2 {
    font-size: 1.8em;
  }
}
.button-arrow {
    background: #ea1e21;
    transition: background 0.25s;
    padding: 10px 54px 12px 20px;
    border-radius: 7px;
    color: #FFF !important;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.2em;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translate(0, 0);
    margin: 6px 0;
    display: inline-block;
    text-align: left;
}
@media screen and (min-width: 600px) {
  .button-arrow {
      font-size: 1.8em;
  }
}
.button-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.button-arrow:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}

.button-arrow:hover {
    background: #cc0809;
}

/* Waterside styles */
.page-template-waterside-page #branding {
    background: #0B6124;
}

.page-template-waterside-page #logo {
    padding: 10px 0;
}

.page-template-waterside-page #access {
    background: #074D1D;
}
.page-template-waterside-page .navi ul li a {
    color: #fff;
}
.page-template-waterside-page .navi ul li a:hover {
    background: #f31a25;
    color: #fff;
}
.page-template-waterside-page #results-found {
    background: #599656;
}
.page-template-waterside-page #refine-search {
    background: #599656;
    border: 1px solid #0B6124;
}
.page-template-waterside-page a#select_all, .page-template-waterside-page a#deselect_all {
    background-color: #0B6124;
}
.page-template-waterside-page #searchtypecol input[type=radio]:checked + label:before {
    background-color: #0B6124;
}
.page-template-waterside-page #featurecol input[type=checkbox]:checked + label:before {
    background-color: #0B6124;
}
.page-template-waterside-page .inner-box-pad {
    background: #599656;
}
.page-template-waterside-page p.price {
    color: #0B6124;
}
.page-template-waterside-page .box-thumb {
    background: #599656;
}
.page-template-waterside-page a.page-numbers, .page-template-waterside-page span.page-numbers {
    background: #0B6124 !important;
    color: #fff;
}
.page-template-waterside-page span.current {
    background: #599858 !important;
    color: #fff !important;
}
.page-template-waterside-page .slider-pro {
    background: #599656;
    border: 8px solid #599656;
    border-top: 14px solid #599656;
    border-bottom: 14px solid #599656;
}
.page-template-waterside-page .sp-selected-thumbnail {
    border: 2px solid #0B6124;
}
.page-template-waterside-page .sp-full-screen-button {
    background: url('img/fullscreen-btn.png') no-repeat center #0B6124;
    background-size: 100% 200%;
    background-position: 0% 0%;
}
.page-template-waterside-page span.flag {
    background: #0B6124;
}
.page-template-waterside-page ul {
    list-style-image: url('img/custom-li--blue.png');
}
.page-template-waterside-page #pp-description ul {
    list-style-image: url('img/custom-li--blue.png');
}
.page-template-waterside-page a.requestdetails {
    background: #0B6124;
}
.page-template-waterside-page .widge h4 {
    color: #0B6124;
}
.page-template-waterside-page span.price {
    color: #0B6124;
}
.page-template-waterside-page #cta {
    background: #0B6124;
}
.page-template-waterside-page .tab.active {
    background: #0B6124;
    border: 1px solid #0B6124;
}
.page-template-waterside-page #colophon {
    background: #0B6124;
}
.page-template-waterside-page #footer-under {
    background: #599858;
}
.page-template-waterside-page #footer-under p a {
    color: #599656;
}
.page-template-waterside-page .siderbar-searcher h1 {
    width: 100%;
    text-align: center;
    color: #0B6124;
}
.widebox .icon,
.halfbox .icon {
	margin: 0;
}

.team__department-title {
    margin-top: 30px;
}

/* -----------------------------------
	Header top
-------------------------------------- */
#header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

@media (min-width: 890px) {
    #header-top {
        padding: 30px 0;
    }
}

/* -----------------------------------
	Mobile menu button
-------------------------------------- */
#sidebar-btn {
    display: inline-block;
    z-index: 99;
    padding: 0 0 15px 15px;
}

@media (min-width: 890px) {
    #sidebar-btn {
        display: none;
    }
}

/* -----------------------------------
	Home carousel
-------------------------------------- */
.home-carousel {
    position: relative;
}

.home-carousel,
.home-carousel img,
.home-carousel .owl-item,
.home-carousel .owl-item img {
    min-height: 280px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .home-carousel,
    .home-carousel img,
    .home-carousel .owl-item,
    .home-carousel .owl-item img {
        min-height: 465px;
        max-height: 465px;
    }
}

.home-carousel .slide-caption {
    position: absolute;
    display: block !important;
    width: 80%;
    max-width: 1092px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.home-carousel .slide-caption p {
    font-size: 18px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .home-carousel .slide-caption p {
        font-size: 24px;
    }
}

.home-carousel .owl-item img {
    object-fit: cover;
}

/* -----------------------------------
	Home carousel pagination
-------------------------------------- */
.home .owl-controls {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    z-index: 1000;
}

.home .owl-carousel .owl-controls .owl-dot {
    display: block;
    background: white;
    border: 1px solid #074D1D;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    float: left;
    margin: 0 6px;
}

.home .owl-carousel .owl-controls .owl-dot.active {
    background: var(--light-green);
}

/* -----------------------------------
	Home title
-------------------------------------- */
.home h1 {
    width: 100%;
    margin-bottom: 12px;
    font-weight: 900;
    font-size: 24px;
    color: white;
}

@media (min-width: 768px) {
    .home h1 {
        font-size: 36px;
    }
}

/* -----------------------------------
	Frontpage slider boxes
-------------------------------------- */
.slide__boxes {
    display: none;
}

@media (min-width: 768px) {
    .slide__boxes {
        display: flex;
        gap: 0 12px;
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .slide__boxes {
        gap: 0 24px;
        margin-top: 36px;
    }
}

.slide__box {
    position: relative;
    width: 33% !important;
    padding: 12px;
    border: 2px solid var(--white);
    background: rgba(0, 0, 0, .5);
    text-align: center;
    transition: all 300ms ease;
}

@media (min-width: 1200px) {
    .slide__box {
        padding: 32px;
    }
}

a.slide__box,
.slide__box {
    color: var(--white);
}

a.slide__box:hover,
.slide__box:hover {
    color: var(--white);
    text-decoration: none;
    background: rgba(0, 0, 0, .7);
}

a.slide__box:hover .frontpage_slider_box-link {
    filter: brightness(110%);
}

.frontpage_slider_box-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
}

.frontpage_slider_box-content {
    margin-bottom: 30px;
    font-size: 16px;
}

.frontpage_slider_box-link {
    display: block;
    max-width: 90% !important;
    padding: 15px 47px 15px 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white) !important;
    background-color: var(--red);
    clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0 50%, 0% 0%);
    text-align: left;
    transition: all 300ms ease;
}

.frontpage_slider_box-link:hover {
    background-color: #f32f32;
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .frontpage_slider_box-link {
        display: inline-block;
        min-width: 150px !important;
        max-width: 70% !important;
        padding: 15px 57px 15px 16px;
        font-size: 20px;
    }
}

/* -----------------------------------
	Home property search
-------------------------------------- */
#front-searcher {
    position: relative;
    background: var(--light-green);
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    #front-searcher {
        min-height: 250px;
        margin-bottom: 60px;
        padding-bottom: 20px;
    }
}

.front-searcher__top {
    width: 100%;
    background: #006225;
}

.front-searcher__top .front-searcher__top-inner {
    max-width: 1128px;
    margin: 0 auto;
}

#front-searcher h2 {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    font-weight: normal;
}

/* -----------------------------------
	Sticky tab
-------------------------------------- */
.front-searcher__holder {
    position: relative;
    z-index: 6000;
}

.front-searcher__tab {
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    min-width:  150px;
    padding: 15px 15px 15px 24px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--red);
    color: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 5000;
    transition: all 300ms ease;
}

.front-searcher__tab:hover {
    padding: 15px 15px 15px 40px;
    text-decoration: none !important;
    color: var(--white);
}

@media (min-width: 992px) {
    .front-searcher__tab {
        font-size: 18px;
        padding: 19px 30px 19px 24px;
    }
}

@media (min-width: 992px) {
    .front-searcher__tab:hover {
        padding: 19px 30px 19px 50px;
        text-decoration: none !important;
        color: var(--white);
    }
}

.front-searcher__tab strong {
    font-weight: 900;
}

.front-searcher__tab.front-searcher__tab--mobile {
    top: -20px;
}

@media (min-width: 992px) {
    .front-searcher__tab.front-searcher__tab--mobile {
        display: none;
    }
}

#front-searcher #search-box {
    visibility: hidden;
    max-height: 0;
    transition: max-height 1000ms ease, visibility 0ms linear 1000ms;
}

#front-searcher.open-home-form #search-box {
    visibility: visible;
    max-height: 1000px;
    transition: max-height 1000ms ease, visibility 0ms linear 0ms;
}

@media (min-width: 1200px ) {
    #front-searcher #search-box,
    #front-searcher.open-home-form #search-box {
        visibility: visible;
        max-height: unset;
    }
}

/* -----------------------------------
	Valuation banner
-------------------------------------- */
.val-pal__banner {
    display: flex;
    padding: 24px 0;
    background-color: #fff;
    z-index: 100;
    text-align: center;
}

@media (min-width: 992px) {
    .val-pal__banner {
        display: block;
        position: absolute;
        top: -15px;
        right: 20px;
        height: 100%;
        max-width: 293px;
        padding: 30px 26px 0;
    }
}

@media (min-width: 1400px) {
    .val-pal__banner {
        right: 10%;
        padding: 30px 46px 0;
    }
}

@media (min-width: 992px) {
    .val-pal__banner:before {
        position: absolute;
        display: block;
        top: 0;
        left: -16px;
        width: 16px;
        height: 15px;
        background-color: #496248;
        content: "";
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
        z-index: -1;
    }
}

.val-pal__banner.js-is-stuck {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.val-pal__banner-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (min-width: 992px) {
    .val-pal__banner-link {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

.val-pal__banner-link:hover {
    text-decoration: none;
}

.val-pal__square {
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

.val-banner__title {
    font-size: 28px;
    font-weight: 900;
    color: var(--dark-green);
}

@media (min-width: 992px) {
    .val-banner__title {
        margin-bottom: 12px;
    }
}

.val-banner__content {
    font-size: 28px;
    color: var(--dark-green);
    line-height: 1.3;
}

@media (min-width: 992px) {
    .val-banner__content {
        max-width: 202px;
        margin-bottom: 20px;
    }
}

.val-banner__content strong {
    font-weight: 900;
}

.val-banner__button {
    width: fit-content;
    padding: 15px 37px 15px 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--red);
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 51%, 0% 0%);
}

/* ------------------------------
    Homepage bottom
--------------------------------- */
.homepage__bottom-section {
    margin-top: 32px;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .homepage__bottom-section {
        margin-top: 67px;
        padding: 60px 0;
    }
}

.homepage__bottom-section .inner-box-main {
    padding: 24px;
}

.homepage__bottom-section h2 {
    margin-bottom: 20px;
    color: var(--dark-green);
    font-size: 24px;
}

@media (min-width: 768px) {
    .homepage__bottom-section h2 {
        margin-bottom: 30px;
    }
}


.homepage__bottom-section .awards {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}


.homepage__bottom-section p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .homepage__bottom-section p {
        margin-bottom: 30px;
    }
}

.homepage__bottom-section article.page {
    margin-bottom: 0;
}

.footer__grid {
    display: grid;
    gap: 0 24px;
}

@media (min-width: 576px) {
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.foot-col a.btn-custom {
    float: none !important;
    box-sizing: border-box !important;
}

@media (min-width: 992px) {
    #content.grid {
        display: grid;
        gap: 0 32px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto 1fr;
    }

    #content.grid #the-content {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    #content.grid #refine-search {
        grid-row: 1 / 4;
        grid-column: 1 / 2;
    }

    #content.grid #residential-item-feed {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    #content.grid #residential-item-feed ~ .pagination {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }
}
