:root {
  --off-white: #F7F4F6;
  --purple: #631a47;
}

a:focus, a:hover {
    /*color: #FFFFFF !important;*/
}

html {
    height: 100%;
}

.entry-header h1 {
    line-height: 64px;
    font-size: 35px;
    font-weight: 300;
}

h1.post-title, h2, h3, h4, h5, h6 {
    color: #631A47;
}

h1.post-title, h2, h3 {
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

@media (max-width: 767px) {
p {
    font-size: 15px;
}
}

ul, li {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

body {
    font-size: 15px;
    color: #000000;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}

body.home {
    background-color : #404041;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #EADBC8;
}

.table>tbody {
    border-bottom: 1px solid #EADBC8;
}

.bg-dark {
    background: #631A47;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

.breadcrumbs {
    /*padding: 100px 0 50px 0;*/
    padding-top: 100px;
    
}
.wprs_unslider-wrap {
    display: flex;
    align-items: center;
}
.narrower {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.property_widget_block.clearfix::after {
    content: "" !important;
}
.breadcrumbs div.narrower div.crumbs-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.breadcrumbs div div.crumbs-content-container {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs div div.crumbs-content {
    /*width: 50%;*/
    /*width: 85%;*/
    width: 65%;
    /*padding: 25px;*/
    padding: 15px;
}

.crumbs-video iframe {
    border-radius: 10px;
    height: 350px;
}


.breadcrumbs div div.crumbs-video {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.single-property .similar-properties .more a[target="_blank"] {
    display: none !important;
}
.breadcrumbs div div.crumbs-video p {
    margin: 15px 0 15px 0 !important;
}

.breadcrumbs div div.crumbs-img{
    width: 60%;
}

.breadcrumbs div div.crumbs-video video {
    border-radius: 20px 20px 0 0;
}

.breadcrumbs div div.crumbs-video div{
    padding-bottom: 1px;
    border-radius: 0 0 10px 10px;
    background: #F7F4F6;
    color: #692145;
    display: none;
}

.breadcrumbs div div h3{
    text-transform: none;
    color: #692145;
    font-weight: 400;
}

.breadcrumbs div div.crumbs-content p{
    text-align: start;
    font-size: 18px;
}
.crumbs-video p {
    margin-top: 0 !important;
}
.crumbs-img img {
    height: 100%;
}
.breadcrumb-btn {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #631a47;
    color: #FFFFFF;
}

.fa-arrow-right {
    margin-left: 12px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.third-flex-row .crumbs-content h3 {
    font-size: 3rem !important;
}
.third-flex-row .crumbs-content p {
    font-size: 2.5rem !important;
}
.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 36px;
}

.flex-col h1 {
    margin: 0;
}

.reverse {
    flex-direction: row-reverse;
}

.rpwwt-widget ul li:last-child {
    margin: 0 10px 20px 10px;
}

.recent-posts-widget-with-thumbnails {
    background-color: #F7F4F6;
    padding: 100px 0 50px 0;
}

.recent-posts-widget-with-thumbnails div .widget-title {
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-family: "Raleway";
    color: var(--purple);
}

.recent-posts-widget-with-thumbnails div ul {
    display: flex;
    justify-content: center;
}

.recent-posts-widget-with-thumbnails div ul li,
.recent-posts-widget-with-thumbnails div ul li a {
    display: flex;
    flex-direction: column;
}

.recent-posts-widget-with-thumbnails div ul li {
    width: 24%;
}

.recent-posts-widget-with-thumbnails div ul li a img {
    margin: 0 0 20px 0;
}

.recent-posts-widget-with-thumbnails div ul li span {
    margin-bottom: 20px;
}

.search{
    color: #ffffff;
}

.white-logo {
    /*filter: brightness(100);*/
}

input[type="submit"] {
    background: #C3A376;
    border-radius: 0 !important;
    border: 2px solid #C3A376;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    line-height: 48px;
    max-width: 300px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.footer-navigation-bottom {
    font-family: "Raleway" !important;
    color: white;
    opacity: 0.6;
}


.btn.searchsubmit:hover, input[type="submit"]:hover {
    background-color: #631A47;
    border: 2px solid #631A47;
    color: #fff;
}

.btn:visited {
    color: #ffffff !important;
}

.btn:filled {
    color: #ffffff !important;
}

.btn-filled, .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #C3A376;
    color: #fff;
    border: 2px solid !important;
}

.button:hover {
    background-color: #631A47;
    border: 2px solid #631A47;
    color: #fff;
}

.entry-content p {
    text-align: justify;
}

.entry-title {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
}

.col-sm-offset-1 {
    text-align: center;
}

.col-sm-5 {
    text-align: center;
}

textarea {
    width: 100%;
    border: 1px solid;
    border-color: #EADBC8;
    /*background: #ffffff;*/
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 16px 20px;
}

section {
    border-bottom: 0 solid rgba(0,0,0,0.1);
}

/* PARALLAX HOMEPAGE */

/*.top-parallax-section .btn.btn-filled {
    display: none;
}*/

.top-parallax-section div h1 {
    font-weight: 400;
    font-size: 3em;
    line-height: 1.2em;
    padding: 0 30px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0, 1));
}

@media only screen and (max-width: 812px) {
.residelogo-parallax {
    opacity: 0 !important;
    height: 60px;
    pointer-events: none;
}
}

.bg-secondary {
    background: #c3a376;
}

.mb32 {
    margin-bottom: 32px;
    padding: 32px 0 0;
    color: #000000;
    font-style: italic;
    font-weight: 900;
}

.pt0 {
    padding-top: 0;
    top: -93px;
    margin-bottom: -93px;
}

/*.parallax-window {
    background: rgba(0,0,0,0.0) !important;
}*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
.parallax-window {
    /*background-image: url("/images/parallax/parallax_mob.jpg") !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;*/
}
}

/* iPad */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.whiteback {
    height: 0px !important;
}
}

/* iPad Pro 10.5" */

/* Portrait */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.whiteback {
    background-color: white;
    height: 90px;
    width: 110%;
    position: relative;
    top: -90px;
    left: -30px;
    z-index: 1;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.whiteback {
    background-color: white;
    height: 90px;
    width: 110%;
    position: relative;
    top: -90px;
    left: -30px;
    z-index: 1;
}
}

/* iPad Pro 12.9" */

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.whiteback {
    background-color: white;
    height: 90px;
    width: 110%;
    position: relative;
    top: -90px;
    left: -30px;
    z-index: 1;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.whiteback {
    background-color: white;
    height: 90px;
    width: 110%;
    position: relative;
    top: -90px;
    left: -30px;
    z-index: 1;
}
}


.fullscreen {
    height: 90vh !important;
}

/* .fullscreen {
    height: 858px !important;

.top-parallax-section h1 p {
    font-weight: bold;
}
img.parallax-slider {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
}

div.parallax-slider img {
    transform: translate3d(0px, 0px, 0px);
    position: absolute !important;
    top: 0 !important;
    left: 0px !important;
    height: 1186px !important;
    width: 1749px !important;
    max-width: none !important;
    background-color: #404041;
}

div.parallax-mirror {
    visibility: visible;
    z-index: -100;
    position: fixed;
    top: 0 !important;
    left: 0px;
    height: 953px;
    overflow: overlay !important;
    transform: translate3d(0px, 0px, 0px);
    background-color: #404041;
}

.page-template-template-home-php .content-area {
    padding: 0;
    top: -93px;
}

}*/

.textwidget {
    background: #c3a376;
    margin-bottom: -24px;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
}

.textwidget p {
    text-align: center;
    margin-top: -10px;
}

.bpa {

}

.bpa img {
    margin-top: -140px;
    margin-left: auto;
    max-width: 210px;
    position: absolute;
    right: -160px;
    margin-right: 80px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

li.bpali {
    padding-left: 120px !important;
}

@media screen and (max-width: 900px) {
.bpa img {
    right: -140px;
}
li.bpali {
    padding-left: 122px !important;
}
}

@media screen and (max-width: 814px) {
.bpa img {
    /*max-width: 180px;*/
    margin-top: -210px;
    right: -100px
}
.review-headline li {
    padding-right: 30px;
}
}

@media screen and (max-width: 690px) {
.bpa img {
    position: relative;
    display: block;
    margin: -316px auto 0 auto;
    right: unset;
}
li.bpali {
    padding: 0 !important;
    display: unset !important;
}
.review-headline ul {
    margin-top: 60px;
    text-align: center;
}
.review-headline li {
    padding-right: 30px;
}
.textwidget .wprev-no-slider {
    margin-top: 60px;
}
}


@-moz-document url-prefix() {
@media screen and (max-width: 382px) {
.bpa img {
    margin: -414px auto 0 auto;
}
}
@media screen and (max-width: 490px) {
.textwidget .wprev-no-slider {
    margin-top: 0 !important;
}
}
@media screen and (max-width: 690px) {
.textwidget .wprev-no-slider {
    margin-top: 0;
}
}
}


@media screen and (max-width: 490px) {
.bpa img {
    margin: -366px auto 0 auto;
}
.textwidget .wprev-no-slider {
    margin-top: 100px;
}
}

@media screen and (max-width: 394px) {
.bpa img {
    margin: -414px auto 0 auto;
}
}

@media screen and (max-width: 376px) {
.review-headline li {
    font-size: 21px !important;
}
.bpa img {
    margin: -366px auto 0 auto;
}
}

@media screen and (max-width: 325px) {
.bpa img {
    margin: -406px auto 0 auto;
}
}


.widget_featuredpropertieswidget {
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F4F6;
}

.wpp_featured_properties_widget {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*padding-top: 20px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
#custom_html-11 .breadcrumbs {
    padding-top: 0px !important;
}
.wpp_featured_properties_widget h2.widget-title {
    color: #692145;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
}

.wpp_featured_properties_widget .property_widget_block,
.recent-posts-widget-with-thumbnails div ul li {
    border-radius: 20px;
    border: solid 2px white;
    display: inline-block;
    width: 305px;
    min-height: 200px;
    position: relative;
    text-align: center;
    color: #000000;
    background-color: #F7F4F6;
    /*margin: 0 10px 20px 10px;*/
    margin: 10px;
}
@media only screen and (max-width: 1000px) {
    .wpp_featured_properties_widget .property_widget_block,
.recent-posts-widget-with-thumbnails div ul li {
    margin: 0 0 30px 0 !important;
}
}


.wpp_featured_properties_widget .property_widget_block:hover,
.recent-posts-widget-with-thumbnails div ul li:hover {
        background-color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 15%) 6px 6px 8px;
    transition: box-shadow 0.3s ease-in-out;
}

.property_widget_block a.thumbnail {
    border-radius: 20px;
}

.property_widget_block a img,
.recent-posts-widget-with-thumbnails div ul li a img {
    border-radius: 20px  20px  0px  0px;
    object-fit: cover;
}

.wpp_featured_properties_widget .property_widget_block p.title {
    margin-bottom: 0;
}

.wpp_featured_properties_widget .property_widget_block {
    /*width: 308px !important;*/
    /*width: 450px !important;*/
    width: 380px !important;
    min-height: 100px !important;
}

.wpp_featured_properties_widget .property_widget_block ul {
    margin: 0;
}

.wpp_featured_properties_widget .property_widget_block ul li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}

.wpp_featured_properties_widget .property_widget_block ul.facilities li  span {
    font-size: 12px;
    padding-top: 5px;
    font-weight: 700;
    color: #692145;
}

.single-property  .facilities {
    
} 
/*.single-property .content-area {*/
/*    padding-bottom: 0 !important;*/
/*}*/

.content-area {
    padding-bottom: 0 !important;
}


.property_widget_block .more {
    margin-bottom: -50px;
    display:flex;
    justify-content: center;
}

.property_widget_block .more a {
    /*border-radius: 10px;*/
    /*height: 40px;*/
    /*min-width: 140px;*/
    /*text-align: start;*/
    /*font-size: 12px;*/
    /*font-weight: 500;*/
    /*text-transform: capitalize;*/
    /*line-height: 3;*/
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize !important;
    border-radius: 15px;
}
.property_widget_block .more a:after {
     /*content: "\2192";*/
}

/*div:has(> a.link-posts:only-child) {*/
/*    padding-bottom: 100px;*/
/*    background-color: #F7F4F6;*/
/*    text-align: center;*/
/*}*/

.wpp_featured_properties_widget .view-all a {
    margin-top: 50px;
}

.wpp_featured_properties_widget .view-all a,
.link-posts {
     color: #692145;
     border: none !important;
     text-decoration: underline;
     text-transform: capitalize;
}

.wpp_featured_properties_widget .view-all a:hover,
.link-posts:hover,
.recent-posts-widget-with-thumbnails div ul li span:hover,
.wpp_featured_properties_widget .property_widget_block p.title a:hover {
    color: #c3a376 !important;
    background: transparent;
    text-decoration: none;
}

.wpp_featured_properties_widget .property_widget_block p.feat-price {
    font-weight: 600;
    margin-top: 0;
}

.wpp_featured_properties_widget .property_widget_block img.facilities {
    max-width: 50%;
    width: 80px;
    height: 40px;
}

.btn {
    font-size: 15px;
}

.btn-info {
    background-color: #c3a376;
}

.btn-info:hover {
    color: #fff;
    background-color: #631a47 !important;
    border-color: #ffffff !important;
}

.btn-info:active {
    background-color: #c3a376 !important;
}

/* NAVIGATION AREA */

.nav-container {
    min-height: 93px !important;
}

nav.fixed {
    position: fixed;
    opacity: 1 !important;
    visibility: visible;
}

body.home nav {
    background: rgba(99,26,71,0);
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    border: 0;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

body.home nav.fixed {
    position: fixed;
    opacity: 1 !important;
    visibility: visible;
}

body.home nav.scrolled {
    background: rgba(99,26,71,0.7);
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

nav {
    background: rgba(99,26,71,1);
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    border: 0;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.nav-bar {
    height: 93px;
    max-height: 93px;
    line-height: 93px;
}

.nav-bar a {
    display: inline-block;
    height: 93px;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    min-height: 93px;
    z-index: 10;
}
.module.widget-handle {
    padding: unset !important;
}

.nav-open .row {
    background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width:1000px) {
    .main-navigation {
        height: 93px !important;
    }
}

@media screen and (min-width: 300px) {
.main-navigation ul {
    display: block;
}
}
p {
    font-size: 2rem !important;
    line-height: normal !important;
}
h2 {
    font-size: 3rem !important;
    line-height: normal !important;
}
.menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.menu li a:visited {
    color: #FFFFFF !important;
}

.menu li a:hover {
    color: #C3A376 !important;
}

.menu > li:last-child {
    margin-right: -68px;
}

.module-group.right {
    float: right;
    padding: 0 20px;
}

.nav-bar .module {
    padding: 0 20px;
}

@media (max-width: 991px) {
body.home nav {
    background: rgba(99,26,71,1);
    -webkit-backface-visibility: visible !important;
}
.module.widget-handle {
    border-left: none;
    line-height: 93px;
    min-height: 20px;
}
.menu li {
    line-height: 24px;
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding-top: 10px;
}
.nav-bar .module {
    padding: 0 5px 0 0
}
.widget-handle .function {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-top: -30px;
    box-shadow: none !important;
    top: 1px !important;
    right: 0 !important;
    background-color: rgba(99,26,71,0);
    padding-bottom: 30px;
}
.mobile-toggle i {
    padding-top: 20px;
    padding-right: 5px;
}
.module.widget-handle i {
    font-size: 30px;
    opacity: 1;
}
}

.mt20 {
    margin-top: 0px !important;
}
.widget-handle .function {
    right: 20px;
    top: 70px;
}

.home_promo_banner {
    padding-bottom: 5px;
}

@media (max-width: 999px) {
.home_promo_banner {
    display: none;
}
}

/* PAGINATION */

.pagination li {
    font-family: 'Raleway', sans-serif;
}

.pagination li a {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    padding-top: 4px;
    margin: 0 4px;
    color: #0e1015;
    font-weight: 400;
}

.pagination li.active a {
    background: #c3a376;
    color: #ffffff;
    border-color: #c3a376;
}

.pagination li a:hover, .pagination li.active:hover a {
  background: #631a47;
  color: #ffffff;
  border-color: #631a47;
}

.pagination ul li {
text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* CONTENT AREA */

@media (min-width: 1200px) {
.container {
    width: 100%;
}
}

@media (min-width: 992px) {
.container {
    width: 100%;
}
}

@media (min-width: 768px) {
.container {
    width: 100%;
}
}

/* TEAM PAGE */

ul.tc_social-links {
    text-align: center !important;
    position: relative;
    margin-top: -70px;
}

.tc_social-links li a .fa {
    color: #631A47;
    line-height: 18px;
    font-size: 30px;
    line-height: 36px;
}

.tc_social-links li .fill.facebook {
    background-color: #ffffff;
    color: #631A47;
    border: 2px solid #C3A376;
}

.tc_social-links li a.fill.facebook:hover .fa-facebook {
    color: #C3A376;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.tc_member-col-single {
    float: left;
    width: calc(100% / 4);
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    min-height: 400px;
}

.tc_member-thumb .tc_overlay {
    width: 92% !important;
}

.tc_member-col-single img {
    width: 100%;
    border-style: solid;
    border-width: 0 1vw;
    border-color: transparent;
}

.tc_team-members {
    clear: both;
    /* min-height: 300px; */
    /* min-width: 300px; */
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

.tc_member-p {
    text-align: center !important;
    font-size: 1.1vw;
    padding: 3vw 1vw;
    line-height: 3.1vh;
}

@media screen and (max-width: 1400px) {
.tc_member-col-single {
    width: calc(100% / 3);
}
.tc_member-thumb .tc_overlay {
    width: 93.7% !important;
}
.tc_member-p {
    font-size: 1.5vw;
    padding: 6vw 1vw;
    line-height: 3vh;
}
}

@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
p.lp.tc_member-p {
    opacity: 0;
}
}
.page-template-template-local-pages-php .entry-footer {
    display: none !important;
}
@media screen and (max-width: 1124px) {
.tc_member-col-single {
    width: calc(100% / 2);
}
.tc_team-members {
    width: 90%;
}
.tc_member-col-single img {
    border-width: 0 4vw;
}
.page-template-template-local-pages-php .tc_member-col-single img {
    border-style: unset !important;
}
.tc_member-thumb .tc_overlay {
    margin-left: 4vw !important;
    width: 81.5% !important;
}
.tc_member-p {
    font-size: 1.8vw;
    padding: 5vw 2vw;
    line-height: 3vh;
}
}

@media screen and (max-width: 1112px) {
p.lp.tc_member-p {
    opacity: 0;
}
}

@media screen and (max-width: 900px) {
.tc_member-p {
    font-size: 1.7vw;
    padding: 5vw 2vw;
    line-height: 2.4vh;
}
.tc_member-thumb .tc_overlay {
    width: 81% !important;
}
}

@media screen and (max-width: 768px) {
.tc_member-col-single {
    width: 100%;
}
.tc_team-members {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.tc_member-thumb .tc_overlay {
    width: 85.5% !important;
}
.tc_member-p {
    font-size: 2.5vw !important;
    padding: 8vw 2vw !important;
    /*line-height: 2.8vh !important;*/
}
}

@media screen and (max-width: 680px) {
.tc_team-members {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
}
.tc_member-p {
    font-size: 1.5rem !important;
    padding: 14vw 2vw !important;
    /*line-height: 3vh !important;*/
}
.tc_member-thumb .tc_overlay {
    width: 89% !important;
}
}

@media screen and (max-width: 534px) {
.tc_team-members {
    width: 90% !important;
}
.tc_member-thumb .tc_overlay {
    width: 90% !important;
}
.tc_member-p {
    font-size: 1.5rem !important;
    padding: 6vw 7vw !important;
    /*line-height: 2.5vh !important;*/
}
}

@media screen and (max-width: 480px) {
    .pride-of-reside .tc_team-members {
        display: flex !important;
        flex-direction: column;
    }
    .capture-top-container {
        flex-direction: column !important;
    }
    .capture-top-2 {
        padding: 20px !important; 
    }
    .capture-top-2 {
        width: 95% !important;
        margin: auto !important;
    }
.tc_team-members {
    width: 100% !important;
}
.tc_member-thumb .tc_overlay {
    width: 91% !important;
}
.tc_member-p {
    font-size: 1.5rem !important;
    padding: 10vw 7vw !important;
    /*line-height: 2.1vh !important;*/
}
}

.tc_member-col-single h3 {
    padding-top: 20px;
}

.tc_member-col-single h5 {
    font-size: 16px;
    line-height: 1px;
    font-weight: 400;
}
.page-template-template-team .tc_member-col-single h5 {
    line-height: unset !important;
}
.tc_member-thumb:hover .tc_overlay {
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
       -moz-transform: rotateY(0deg) scale(1,1);
        -ms-transform: rotateY(0deg) scale(1,1);
         -o-transform: rotateY(0deg) scale(1,1);
            transform: rotateY(0deg) scale(1,1);
}

.tc_overlay {
    transform: translate(0,0);
    pointer-events: none;
    background-color: rgba(99,26,71,0.8);
}

.tc_member-thumb .tc_overlay {
    font-size: 1vw;
    line-height: 1vw;
    margin-left: 1vw;
    width: 94%;
}

.schoolio {
    padding-top: 30px;
}

.schoolio h2 {
    margin-right: unset;
    margin-left: unset;
    max-width: unset;
}

.schoolio h3 {
    font-size: 15px;
    margin-top: -20px;
    padding-top: 0;
}

.schoolio h5 {
    font-size: 15px;
    line-height: inherit;
    font-weight: 400;
    color: #000000;
    padding: 0 20px;
    margin-top: -20px;
    margin-bottom: 0;
}

.schoolio p {
    color: #631a47;
    text-align: center;
    font-weight: 500;
}

.schoolio br {
    display: none;
}

.schoolio .tc-area {
    margin-top: -20px;
}

.schoolio .tc_overlay {
    background-color: transparent;
}

.page-template-template-local-FC .tc_team-member {
    display:flex;
    flex-direction: column;
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/*.schoolio .tc_member-col-single {
    margin-bottom: -20px;
}*/

@media screen and (min-width: 1126px) {
.schoolio .tc_member-col-single {
    width: calc(100% / 4);
}
}

@media screen and (min-width: 1050px) and (max-width: 1124px) {
.tc_member-col-single {
    width: calc(100% / 3);
}
}

@media screen and (min-width: 1125px) and (max-width: 1400px) {
.schoolio .tc_member-col-single {
    width: calc(100% / 4);
}
}

.schoolio .tc_member-col-single img {
    max-width: 250px;
}

.schoolio-none {
    margin-bottom: -23px
}

/* PROPERTY PAGES */

.p-rentalstatus {
    pointer-events: none !important;
    display: inline-block;
    padding: 5px 24px;
    color: #FFFFFF;
    background: #C3A376;
    border-radius: 10px;
    text-transform: uppercase;
    /*box-shadow: 3px 3px 5px #0008;*/
}

@media screen and (max-width: 979px) {
li.li-rent {
    position: absolute !important;
    right: 0 !important;
    width: 160px !important;
}
}

@media screen and (min-width: 478px) and (max-width: 528px) {
.p-rentalstatus {
    font-size: 13px;
    width: 139px;
    font-weight: 500
}
li.li-rent {
    position: absolute !important;
    right: 0 !important;
    width: 139px !important;
}
}

@media screen and (min-width: 446px) and (max-width: 477px) {
.p-rentalstatus {
    font-size: 11px;
    width: 125px;
    font-weight: 600;
}
li.li-rent {
    position: absolute !important;
    right: 0 !important;
    width: 125px !important;
}
}

@media screen and (max-width: 445px) {
.p-rentalstatus {
    font-size: 11px;
    width: 105px;
    font-weight: 600;
    padding: 0 14px 0 14px;
}
li.li-rent {
    position: absolute !important;
    right: 0 !important;
    width: 105px !important;
}
}

@media screen and (max-width: 398px) {
li.li-rent {
    display: none;
}
}

.loader-container {
    position: absolute;
    /*margin-top: 143px;*/
    width: 100%;
    /*pointer-events: none;*/
    top: 0;
    max-height: 795px !important;
    height: 100%;
}
@media (max-width: 991px){
    .nav-bar, .nav-bar .module-group, .nav-bar .module {
        height: auto;
         overflow: visible !important; 
    }
}
@media screen and (max-width: 993 px) {
.loader-container iframe {
    height: 0 !important;
}
}

.loader-container iframe {
    position: inherit;
    z-index: 5;
    background-color: #ffffff;
}

/*#myResponsiveWindow {
    -webkit-transition: all 2s;
    -moz-transition all 2s;
    -o-transition all 2s;
    transition: all 2s;
}*/

/*@media screen and (max-width: 1031px) {
.loader-container iframe {
    max-height: 100%;
}
}*/

/* Tenant Dropdown */

.accordion-width {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #631A47;
    border-top: 1px solid #631A47
}

.accordion {
    padding-left: 0;
    color: #631A47;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.4s;
    font-weight: 300;
    background-color: rgba(195,163,118,0);
    margin-bottom: -10px;
}

.accordion:after {
    content: '\002B';
    color: #631A47;
    font-weight: 300;
    float: right;
    margin-left: 10px;
    font-size: 45px;
    margin-top: -15px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 0 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
    background-color:  rgba(195,163,118,0);
}

@media only screen and (max-width: 640px){
.panel {
    max-height: 100% !important;
    font-size: 14px;
  }
.prop-content-area {
    padding-right: 0 !important;
    margin-right: -16px;
}
.accordion {
    margin-bottom: 10px;
    font-size: 20px;
}
/*.accordion-width {
    margin-right: 16px;
}*/
.accordion:after {
    content: '';
}
}

.panel p {
   margin-left: -15px;
   margin-bottom: 20px;
}

.panel ul {
    margin-left: -23px;
    list-style-position: inside;
}

.fees {
    /*border-bottom: 1px solid #631A47;*/
}
.fees a {
    font-weight: 300;
}

.lineunder {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 12px;
}

/* Bullet Points */

.bullet-width {
    margin: 0;
}

.bullet-width h3 {
    margin-top: 0;
}

.bullet-width ul {
    margin-left: 0;
    /*list-style-position: inside;*/
    padding-bottom: 20px;
    margin-top: -20px;
}

.bullet-width h2 {
    padding-bottom: 10px;
}

.property-pdf {
    padding-bottom: 20px;
}

.property-pdf img {
    width: 50px;
}

#pp-nav {
    margin-left: -40px;;
}

#pp-nav ul {
    height: 50px;
    float: left;
    width: 100%;
    list-style-type: none;
    font-size: 10px !important;
    margin: 93px auto 0 auto;
}

#pp-nav ul li a, #pp-nav a#pp-back {
    padding: 0 20px;
    /*color: #631A47;
    text-transform: uppercase;
    line-height: 50px;*/
}

#pp-nav ul li a {
    display: block;
    font-weight: 400;
}

#pp-nav a#pp-back {
    display: none;
    float: right;
}

/*#pp-nav ul li {
    width: calc(100% / 7);
    min-width: 35px;
    float: left;
    position: relative;
}

#pp-nav ul li:last-child {
    position: absolute;
    right: 0;
}

#pp-nav ul li a#p-photos {
    background: #FFFFFF url("/images/menu/icon-photos.png") center center no-repeat;
}

#pp-nav ul li.active a#p-photos, #pp-nav ul li a#p-photos:hover {
    background: #C3A376 url("/images/menu/icon-photos-on.png") center center no-repeat;
}

#pp-nav ul li a#p-floorplans {
    background: #FFFFFF url("/images/menu/icon-floorplans.png") center center no-repeat;
}

#pp-nav ul li.active a#p-floorplans, #pp-nav ul li a#p-floorplans:hover {
    background: #C3A376 url("/images/menu/icon-floorplans-on.png") center center no-repeat;
}

#pp-nav ul li a#p-map {
    background: #FFFFFF url("/images/menu/icon-map.png") center center no-repeat;
}

#pp-nav ul li.active a#p-map, #pp-nav ul li a#p-map:hover {
    background: #C3A376 url("/images/menu/icon-map-on.png") center center no-repeat;
}

#pp-nav ul li a#p-streetview {
    background: #FFFFFF url("/images/menu/icon-streetview.png") center center no-repeat;
}

#pp-nav ul li.active a#p-streetview, #pp-nav ul li a#p-streetview:hover {
    background: #C3A376 url("/images/menu/icon-streetview-on.png") center center no-repeat;
}

#pp-nav ul li a#p-brochure {
    background: #FFFFFF url("/images/menu/icon-brochure.png") center center no-repeat;
}

#pp-nav ul li.active a#p-brochure, #pp-nav ul li a#p-brochure:hover {
    background: #C3A376 url("/images/menu/icon-brochure-on.png") center center no-repeat;
}

#pp-nav ul li a#p-epc {
    background: #FFFFFF url("/images/menu/icon-epc.png") center center no-repeat;
}

#pp-nav ul li.active a#p-epc, #pp-nav ul li a#p-epc:hover {
    background: #C3A376 url("/images/menu/icon-epc-on.png") center center no-repeat;
}

#pp-nav ul li a#p-area {
    background: #FFFFFF url("/images/icon-area.png") center center no-repeat;
}

#pp-nav ul li.active a#p-area, #pp-nav ul li a#p-area:hover {
    background: #C3A376 url("/images/menu/icon-area-on.png") center center no-repeat;
}

#pp-nav ul li a#p-schools {
background: #FFFFFF url("/images/menu/icon-schools.png") center center no-repeat;
}

#pp-nav ul li.active a#p-schools, #pp-nav ul li a#p-schools:hover {
    background: #C3A376 url("/images/menu/icon-schools-on.png") center center no-repeat;
}

#pp-nav ul li.active a#p-virtualtour, #pp-nav ul li a#p-virtualtour:hover {
    background: #C3A376 url("/images/menu/icon-virtual-on.png") center center no-repeat;
}

#pp-nav ul li a#p-virtualtour {
background: #FFFFFF url("/images/menu/icon-virtual.png") center center no-repeat;
}

#pp-nav ul li a:hover, #pp-nav ul li.active a, #pp-nav a#pp-back:hover {
    background: #C3A376; color: #FFFFFF !important;
}*/

li.spacer {
    top: 12.5px;
    font-size: 60px;
    font-weight: 100;
    color: #631A47;
    text-align: center;
}

@media screen and (max-width: 980px) {
#pp-nav ul li:after {
    width: 0 !important;
}
li.spacer {
    display: none;
}
}

@media screen and (min-width: 980px) {
/* PROPERTY DETAILS */
#pp-nav ul {
    /*height: 40px;*/
    float: left;
    width: auto;
    font-size: 12px;
    /*margin-top: 83px;*/
}
#pp-nav ul li a, #pp-nav A#pp-back {
    display: block;
    padding: 0 14px 0 14px;
    font-size: 150%;
}
#pp-nav ul li a, #pp-nav ul li.active a {
    background-image: none !important;
}
#pp-nav ul li {
    width: auto;
    min-width: 10px;
}
#pp-nav ul li a, #pp-nav A#pp-back {
    font-size: 150%;
}
#pp-nav ul li a:hover, #pp-nav ul li.active a, #pp-nav A#pp-back:hover {
    background: var(--purple) !important;
    color: white;
    opacity: 1 !important;
}
}

@media screen and (min-width: 1280px) {
/*property details*/
/*#pp-nav ul {
    margin-left: 48px;
}*/
#pp-nav ul li a, #pp-nav A#pp-back {
    padding: 0 24px 0 24px;
}
/*#pp-nav A#pp-back {
    display: block;
    float: right;
    margin-right: 48px;
}*/
}

.property_div {
    padding-top: 20px;
    border-bottom: 1px solid #EFEFEF !important;
}

.wpp_row_view ul.wpp_overview_data .property_title {
    font-size: 1.4em;
    text-transform: none;
}

.wpp_row_view ul.wpp_overview_data .property_tagline {
    text-transform: capitalize;
    color: #525252;
    font-size: 1em;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 7px;
    /*border-bottom: 1px solid #EFEFEF;*/
}
.page-template-template-property nav {
    border-bottom: 0px !important;
}
.page-template-template-property .resize-container {
    padding-top: 0px !important;
}
.wpp_row_view.wpp_property_view_result {
    /*margin-top: 184px;*/
    /*margin-left: -50px;*/
    /*margin-right: -40px;*/
}

.wpp_overview_left_column {
    margin-right: 10px !important;
    /*max-width: 300px;*/
    
    height: auto;
    float: left;
}

.wpp_overview_right_column {
    margin-left: -35px !important;
    /*margin-right: 20px;*/
    margin-right: 0;
    list-style: none;
}

.wpp_overview_right_column ul li {
    text-align: center;
    margin-left: 10px;
}

.property_image img {
    max-width: 100% !important;
    height: auto !important;
}

ul.wpp_overview_data {
    list-style: none;
    text-align: left;
    margin-left: 30px !important;
    max-width: 942px;
}

@media screen and (max-width: 1170px) {
.wpp_overview_right_column {
    float: none;
    text-align: left;
}
}


/*.property_price {
    text-transform: uppercase;
}*/

#content.nudge-from-top {
    padding-top: 93px;
}

#sr-container {
}

#sr-content {
    float: left;
    width: 100%;
}

#sr-map-container {
    float: left;
    width: 100%;
    height: 300px;
    min-height: 300px;
    position: relative;
}

#sr-map {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#sr-header {
    background-color: #C3A376;
}

@media screen and (min-width: 980px) {
#content.nudge-from-top {
    padding-top: 90px;
}
#sr-header {
    height: 90px;
}
#sr-header-lft {
    width: 50%;
    float: left;
}
#sr-header-rgt {
    width: 50%;
    float: left;
}
#sr-content {
    float: right;
    width: 66%;
    overflow: hidden;
}
#sr-content-scroller {
    width: calc(100% + 16px);
    overflow-y: scroll;
}
#sr-map-container {
    float: left;
    width: 34%;
    height: 100%;
}
}

@media screen and (min-width: 768px) {
#sr-map-container {
    height: 500px;
    min-height: 400px;
}
}

.prop-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    z-index: 2;
    clear: both;
}

 /*@supports (-moz-appearance:none) { 
.prop-container {
   top: -60px;
}
}*/

.prop-container ul {
    list-style-image: url(/images/widgets/bullet_5px.png);
}

.prop-content-area {
    max-width: 1200px;
    /*padding-right: 20px;*/
    padding-bottom: 20px;
}

.facilities-bullets {
    float:left;
    max-width: 100%;
}

.fees-broadband {
    float: left;
}

.prop-content-area .bullet-width li {
    margin-left: 0;
    list-style-position: outside;
    text-align: left;
}

.prop-tile-area {
    float: right;
    max-width: 350px;
    padding-left: 20px;
}

.prop-tile-area img {
    max-width: 100%;
    border: 1px solid;
}

/*@media screen and (max-width: 1140px) {*/
@media screen and (max-width: 1200px) {
.prop-tile-area {
    float: none;
    padding-left: 0;
}
.prop-content-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}
.proffy {
    margin-bottom: 30px;
}
.fee-broad {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}
}

@media screen and (max-width: 1010px) {
.prop-tile-area {
    float: none;
    padding-left: 0;
    max-width: 380px;
}
}

ul.facilities {
margin-left: -18px;
}

@media screen and (max-width: 726px) {
ul.facilities {
    display: inline-flex !important;
    text-align: center;
    margin-left: -0;
}
}

ul.facilities li {
    text-align: center;
    font-size: 100%;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.facilities li.pf-bed {
    background: url("/images/facilities/icon-beds.png") top center no-repeat;
}

ul.facilities li.pf-bath {
    background: url("/images/facilities/icon-bath.png") top center no-repeat;
}

ul.facilities li.pf-reception {
    background: url("/images/facilities/icon-reception.png") top center no-repeat;
}

ul.facilities li.pf-garden {
    background: url("/images/facilities/icon-garden.png") top center no-repeat;
}

ul.facilities li.pf-pets {
    background: url("/images/facilities/icon-pets.png") top center no-repeat;
}

ul.facilities li.pf-web {
    background: url("/images/facilities/icon-web.png") top center no-repeat;
}

ul.facilities li.pf-parking {
    background: url("/images/facilities/icon-parking.png") top center no-repeat;
}

ul.facilities li.pf-furnished {
    background: url("/images/facilities/icon-furnished.png") top center no-repeat;
}

ul.facilities li.pf-wifi {
    background: url("/images/menu/facilities/icon-wifi.png") top center no-repeat;
}

ul.facilities li img.facility {
    /*width: 60%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}
.property-top-info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    
}
.property-top-info ul span {
    font-size: 14px;
    color: var(--purple);
    font-weight: bold;
}
.property-top-info li {
    padding: 20px;
}

.property-top-info img {
    height: 40px;
    width: 50px;
}

ul.facilities li span {
    display: block;
    margin-bottom: 0.8em;
    text-align: center;
    /*font-size: 10px;*/
    /*line-height: 1px;*/
}

/*.facilities-ov {
    float: left;
}*/

ul.facilities-ov {
    /*margin-bottom: 0 !important;*/
   margin-left: 0 !important;
    width: 100%;
}

ul.facilities-ov li {
    text-align: center;
    font-size: 100%;
    list-style: none;
    display: inline-block;
}

ul.facilities-ov li.pf-bed {
    background: url("/images/facilities/icon-beds.png") top center no-repeat;
}

ul.facilities-ov li.pf-bath {
    background: url("/images/facilities/icon-bath.png") top center no-repeat;
}

ul.facilities-ov li.pf-reception {
    background: url("/images/facilities/icon-reception.png") top center no-repeat;
}

ul.facilities-ov li.pf-garden {
    background: url("/images/facilities/icon-garden.png") top center no-repeat;
}

ul.facilities-ov li.pf-pets {
    background: url("/images/facilities/icon-pets.png") top center no-repeat;
}

ul.facilities-ov li.pf-web {
    background: url("/images/facilities/icon-web.png") top center no-repeat;
}

ul.facilities-ov li.pf-parking {
    background: url("/images/facilities/icon-parking.png") top center no-repeat;
}

ul.facilities-ov li.pf-furnished {
    background: url("/images/facilities/icon-furnished.png") top center no-repeat;
}

ul.facilities-ov li.pf-wifi {
    background: url("/images/menu/facilities/icon-wifi.png") top center no-repeat;
}

ul.facilities-ov li img.facility {
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

ul.facilities-ov li span {
    display: block;
    margin-bottom: 0.8em;
    text-align: center;
    /*font-size: 10px;*/
} 

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
}

.sidebar_property_thumbnail {
    padding: 0px;
}

.proffy {
    border: 2px solid #631a47;
    border-radius: 15px;
    margin-bottom: 30px;
}

.prof-managed {
    padding-right: 2px;
    margin-right: 16px;
    cursor: pointer;
    float: right;
}

.prof-managed img {
    width: 150px !important;
}

@media screen and (max-width: 469px) {
.prof-managed {
    width: 100px !important;
}
}

@media screen and (max-width: 1662px) {
.prof-managed {
    margin-right: 0 !important;
}
}

.facilities-bullets .prof-managed {
    float: none;
    max-width: 210px;
    padding: 20px 20px 0 20px;
}

.facilities-bullets .ticklist {
    padding: 20px 20px 0 20px;
}

.facilities-bullets .ticklist p {
    margin-bottom: 0;
}

.facilities-bullets .ticklist li:last-child {
    margin-bottom: 20px;
}

.facilities-bullets .prof-managed img {
    max-width: 100% !important;
}

.closecursor {
    cursor: pointer;
    float: right;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
}

div#myModal.modal {
    display: none;
    position: fixed !important;
    z-index: 5 !important;
    padding-top: 21.5vh !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.modalcontent {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

.mySlides {
  display: none;
  background-color: #631A47;
}

.mySlides img {
    width: 280px;
    padding: 10px 22px 20px 22px;
}

.caption-container {
    margin: 0 20px 0 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

.caption-container p {
    font-size: 12px;
    margin-bottom: 10px;
}

.caption-container h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.caption-container .ticklist {
    background-color: #c3a376;
    padding-top: 8px !important;
    margin-bottom: 10px !important;
    margin-top: 20px;
}

.caption-container .ticklist li {
    padding: 2px 0 2px 36px;
    margin: 0 0 0 20px;
}

.proffy .caption-container .ticklist {
    padding: 8px 0 10px 0 !important;
}

.proffy .caption-container .ticklist li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 800px) and (max-width: 910px) {
.prof-managed img {
    width: 120px !important;
}
}

/*@media screen and (min-width: 769px) {*/
/*@-moz-document url-prefix() {*/
/*div#ff-entry.entry-content {*/
/*    position: relative;*/
/*    top: -60px;*/
/*}*/
/*}*/
/*}*/


/* PROPERTY SLIDER */

.propertyslider {
	overflow: hidden; 
	width: 100%;
	/*height: 60vh;*/
}

.propertyslider img {
	margin-top: -20%;
}

.wpp_slider_pagination {
    padding: 0;
}

.label-info {
    background-color: #C3A376;
}

#wpp_default_overview_page {
    padding: 0 15px;
}

.property_content {
    /*padding: 0 15px;*/
    clear: both;
}

.localpage {
    margin: 0 -15px;
}

.wpp-featured-image img {
    width: 100%;
}

/*img.attachment-full.size-full.swiper-lazy.swiper-lazy-loaded {
    transform: translateY(0%);
}*/

.lightbox .swiper-container .swiper-slide img {
    /*width: 100% !important;
    height: auto !important;
    max-width: 1600px;*/
    width: 100% !important;
    height: auto !important;
    max-width: unset;
    object-fit: cover;
    margin: 10px;
    transform: translateY(0%);
}

.gallery-top {
    /*max-height: 684px !important;*/
    max-height: 800px !important;
    height: 100% !important;
    width: 100% !important;
}

.gallery-top.swiper-container img {
    cursor: pointer;
    transform: translateY(-20%);
}

@media screen and (max-width: 1342px) {
.gallery-top.swiper-container img {
    transform: translateY(0%);
}
}

@media screen and (min-width: 1343px) and (max-width: 1419px) {
.gallery-top.swiper-container img {
    transform: translateY(-10%);
}
}

@media screen and (min-width: 1420px) and (max-width: 1700px) {
.gallery-top.swiper-container img {
    transform: translateY(-15%);
}
}

.swiper-slide {
    margin-right: 0;
}

.gallery-top.swiper-container .swiper-slide {
    /*max-height: 684px !important;*/
    height: 100% !important;
    width: 100% !important;
}

.swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    overflow:hidden;
    transform: none !important;
}

.swiper-container .swiper-button-prev {
    left: 20px !important;
    right: auto;
    border-radius: 0 2px 2px 0;
    padding: .6em .3em .6em .22em;
    font-size: 35px !important;
    top: 45% !important;
    border-radius: 10px !important;
}

.swiper-container .swiper-button-next {
    right: 20px !important;
    left: auto;
    border-radius: 2px 0 0 2px;
    padding: .6em .22em .6em .3em;
    font-size: 35px !important;
    top: 45% !important;
    border-radius: 10px !important;
}

.property-resp-slideshow.lightbox {
    position: fixed !important;
    top: 0px;
    right: 0px;
    height: 674px;
    width: auto;
    z-index: 100 !important;
    /*padding: 13vh 0px 5vh 0px !important;*/
    padding: 59.5px 0px 69.5px 0px !important;
    margin: 0px;
    box-sizing: border-box;
    background: #333;
}

.modal-header {
    background-color: #333 !important;
    border-bottom: none;
    z-index: 10;
}

.property-resp-slideshow.lightbox .modal-header .viewOriginal {
    color: #fff;
    visibility: hidden;
}

.property-resp-slideshow.lightbox .modal-header .dashicons, .dashicons-before:before {
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 40px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swiper-container.gallery-top {
    overflow: hidden;
}

.property-resp-slideshow.lightbox .swiper-container.gallery-top {
    z-index: 10;
    background: #333;
/* NEW HEIGHT & WIDTH */
    height: 100% !important;
    max-height: 100% !important;
}

/*.property-resp-slideshow.lightbox .swiper-slide.swiper-slide-active img.attachment-full.size-full.swiper-lazy.swiper-lazy-loaded {
    height: 100% !important;
    width: auto !important;
}*/

.swiper-container .count-progress {
    left: 49vw !important;
    display: none !important;
}

.swiper-container.gallery-thumbs {
    height: 100px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: -78px auto 60px auto;
}
.swiper-container.gallery-thumbs .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
    padding-left: 10px;
}

.gallery-top.swiper-container .swiper-slide, .gallery-top.swiper-container .swiper-slide-active {
    opacity: 1 !important;
    max-width: 100% !important;
}

.swiper-container.gallery-thumbs.swiper-container-horizontal {
    /*float: right !important;*/
    position: relative !important;
    /*width: 460px;*/
    /*margin-right: 40px;*/
    /*z-index: 4;*/
    z-index: 2;
    top: -6px;
}

@media screen and (max-width: 900px) {
.swiper-container.gallery-thumbs.swiper-container-horizontal {
    width: 0 !important;
}
.thumb-wrapper {
    display: none;
}
}

@media screen and (max-width: 1100px) {
.swiper-container.gallery-thumbs.swiper-container-horizontal {
    width: 270px;
}
.swipe-thumbs-next {
    margin-left: 290px !important;
}
}

/*.gallery-thumbs div.swiper-slide.swiper-slide-active img {
    border: 2px solid #631A47;
}*/

.gallery-thumbs div.swiper-slide.swiper-slide-active {
    background-color: #631A47;
    display: block !important;
}

.swiper-container.gallery-thumbs .swiper-slide {
    width: 80px !important;
    height: 60px !important;
    margin-right: 10px !important;
    border: 2px solid rgba(255, 255, 255, 0);
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    background: #631A47 !important;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    background: rgba(89, 26, 71, 1) !important;
}

.swiper-container .swiper-button-next > i, .swiper-container .swiper-button-prev > i {
    /*color: #C3A376;*/
    color: white;
}

/* THUMBNAIL SLIDER PREV-NEXT ARROWS */

.thumb-wrapper {
    position: absolute;
    float: right;
    right: 20px;
    margin-top: -70px;
    z-index: 3;
}

.thumb-wrapper .swiper-button-disabled {
    color: rgba(99, 26, 71, 0.6) !important;
}

.thumb-wrapper .dashicons {
    font-size: 40px;
}

.swipe-thumbs-prev {
    background: rgba(0, 0, 0, 0) !important;
    top: 50% !important;
    color: #631A47 !important;
    left: 0 !important;
    float: left;
}

.swipe-thumbs-next {
    background: rgba(0, 0, 0, 0) !important;
    top: 50% !important;
    color: #631A47 !important;
    float: right;
    margin-left: 480px;
}

.building_title_wrapper {
}

.building_title_wrapper h1:before {
    content:"";
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -200px;
    z-index: -10;
    /*border-bottom: 5px solid #631A47;*/
    margin-top: -5px;
}

.building_title_wrapper h1 {
    line-height: 64px !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    margin: -195px 0 25px 0;
    padding: 20px 0 11px 0;
    position: absolute;
    /*z-index: 2;*/
    z-index: 1;
}

.building_title_wrapper h3 {
    line-height: 80px !important;
    font-weight: 300 !important;
    font-size: 16px;
    margin: -190px 0 25px 0;
    padding: 20px 0 11px 0;
    position: absolute;
    z-index: 1;
}

.building_title_wrapper p {
    line-height: 70px !important;
    font-weight: 300 !important;
    font-size: 16px;
    margin: -170px 0 25px 0;
    padding: 20px 0 11px 0;
    position: absolute;
    z-index: 2;
    color: #631A47;
    text-transform: uppercase;
}

.whiteback {
    background-color: white;
    height: 90px;
    width: 130%;
    position: relative;
    top: -90px;
    left: -30px;
    z-index: 1;
    border-top: 5px solid #631A47;
}

@media screen and (max-width: 522px) {
.building_title_wrapper h1 {
    font-size: 12px !important;
    margin-top: -116px !important;
    font-weight: bold !important;
}
.building_title_wrapper {
    margin-top: 15px;
}
.building_title_wrapper p {
    margin: -106px 0 25px 0 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
}

@media screen and (min-width: 523px) and (max-width: 640px) {
.building_title_wrapper h1 {
    font-size: 20px !important;
    margin-top: -116px !important;
}
.building_title_wrapper {
    margin-top: 15px;
}
.building_title_wrapper p {
    margin: -106px 0 25px 0 !important;
}
}

@media screen and (max-width: 523px) {
.whiteback {
    top: -15px !important;
}
}

@media screen and (max-width: 640px) {
.whiteback {
    height: 0px !important;
    top: -15px;
}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.whiteback {
    height: 0px !important;
    top: -5px;
}
}

@media screen and (max-width: 768px) {
.building_title_wrapper h1 {
    margin: -103px 10px 25px 0;
    padding: 12px 0 18px 0;
}
.building_title_wrapper h1:before {
    /* margin-top: 15px; */
}
.building_title_wrapper h3 {
    margin: -10px 0 25px 0;
}
.building_title_wrapper p {
    margin: -88px 0 25px 0;
}
.prop-container {
    margin-top: 10px;
}
}

.resize-container {
    display: flex;
    flex-direction: row;
    border: 0;
    overflow: hidden;
     /* avoid browser level touch actions */
    xtouch-action: none;
    padding-top: 20px;
}
.page-template-template-property .resize-container .pd-lhs{
    /*width: 35%;*/
    display:none;
}
.page-template-template-property .resize-container .pd-rhs {
    width: 100% !important;
}
@media(max-width: 1000px) {
    .page-template-template-property .resize-container .pd-rhs {
    width: 50% !important;
}
}
.pd-lhs {
    /*flex: 0 0 auto;*/
    /* only manually resize */
    /*padding: 0;*/
    /*width: 50%;*/
    /*height: 100%;*/
    /*min-height: 200px;*/
    /*min-width: 0;*/
    /*white-space: nowrap;*/
    /*background: #ffffff;*/
    /*color: white;*/
    /* resize: horizontal; */
    /*border: 1px solid #631a47;*/
    /*overflow: auto;*/
    /*max-width: 100%;*/
    /*position: fixed;*/
    /*margin-left: 0;*/
    /*float: left;*/
    /*bottom: 0;*/
    /*top: 181px;*/
}

.gm-style-pbt {
    text-align: center !important;
}
* {
    box-sizing: border-box;
}
.pd-rhs {
    /*  flex: 1 1 auto;*/
      /* resizable */
    /*padding: 0 10px 0 0;*/
    /*margin-left: 2%;*/
    /*width: 100%;*/
    /*min-height: 200px;*/
    /*min-width: 200px;*/
    /*background: #ffffff;*/
}

.all-properties {
    /*height: 100%;*/
    /* overflow: scroll; */
    /*width: 50%;*/
    /*float: right;*/
}

ul.wpp_search_elements {
      margin-left: -10px !important;
      margin-top: 18px !important;
      justify-content: center;
}
@media only screen and (max-width: 1000px) {
    ul.wpp_search_elements {
        margin-left: unset !important;
        margin-top: unset !important;
    }
}

ul.property-overview-navigation {
      margin-left: 10px !important;
}

@media screen and (max-width: 900px) {
.propresulttop {
    margin-top: 92px !important;
}
span.wpp_property_results_options {
    margin-top: -67px;
}
ul.facilities-ov li {
    padding-top: 5px;
    margin-left: 0;
    font-size: 80%;
}
}


@media screen and (max-width: 799px) {
.pd-lhs {
    width: 0;
    border: 0;
}
.pd-rhs {
    padding: 10px 10px 0 10px;
    /*margin-left: 10px;*/
}
.all-properties {
    height: 100%;
    width:100%; 
}
.wpp_overview_left_column {
    max-width: 100%;
}
ul.facilities-ov {
    /*display: inline-flex;*/
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 8px;
}
ul.facilities-ov li {
    font-size: 70%;
}
}

@media screen and (max-width: 1216px) and (min-width: 800px) {
.pd-lhs {
    width: 50%;
}
.pd-rhs {
    padding: 14px 10px 0 0;
    margin-left: 4vw;
}
.all-properties {
    width: 50%;
}
.wpp_overview_left_column {
    max-width: 100%;
}
ul.facilities-ov {
    /*display: inline-flex;*/
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-gap: 8px;

}
}

@media screen and (max-width: 1331px) and (min-width: 1216px) {
.pd-lhs {
    width: 40%;
}
.pd-rhs {
    padding: 10px 6px 0 0;
}
.all-properties {
    width: 60%;
}
.wpp_overview_left_column {
    max-width: 100%;
}
}

@media screen and (max-width: 1662px) and (min-width: 1332px) {
.pd-lhs {
    width: 50%;
}
.pd-rhs {
    margin-left: 2.5%;
    padding: 16px 9px 0 0;
}
.all-properties {
    width: 50%;
}
.wpp_overview_left_column {
    max-width: 100%;
}
ul.facilities-ov {
    /*display: inline-flex;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-rows: repeat(2, 1fr);*/
    /*grid-gap: 8px;*/
}
}

@media screen and (max-width: 1702px) and (min-width: 1663px) {
.pd-lhs {
    width: 40%;
}
.pd-rhs {
    padding: 10px 10px 0 0;
    margin-left: 2%;
}
.all-properties {
    width: 60%;
}
}

@media screen and (max-width: 1842px)  and (min-width: 1703px) {
.pd-lhs {
    width: 40%;
}
.pd-rhs {
    /*margin-left: 2%;*/
}
.all-properties {
    /*width: 60%;*/
}
}

@media screen and (max-width: 2031px) and (min-width: 1843px) {
.pd-lhs {
    width: 45%;
}
.all-properties {
    width: 55%;
}
.pd-rhs {
    padding: 16px 10px 0 0;
    margin-left: 2%;
}
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: #DFCBAC;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(99,26,71, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 1);
}

#pd-lhs h3 {
    color: #631A47;
    /* font-size: 220%; */
    line-height: 220%;
    border-bottom: 1px solid #631A47;
    margin-bottom: 0.5em;
    font-weight: 300;
}

#pd-rhs h2 {
    padding-top: 20px;
}

#pd-rhs h3 {
    color: #631A47;
    font-size: 220%;
    line-height: 220%;
    border-bottom: 1px solid #631A47;
    margin-bottom: 0.5em;
    font-weight: normal;
}

#map {
  color: #631a47;
  width: 100%;
  height: 100%;
}

#mapcanvas {
  position: relative;
  height: 100%;
  width: 100%;
}

.gm-style-text {
  color: #631a47;
}

button.gm-control-active.gm-fullscreen-control {
   display: none !important;
}

#pd-download {
    width: 100%;
    text-align: center;
    margin: 0 auto 17px auto;
    font-size: 150%;
    line-height: 200%;
    text-transform: uppercase;
    color: #3F3E3E;
    display: block;
    background: #DDDDDD;
}

#pd-viewing {
    width: 100%;
    text-align:
    center;
    margin: 0 auto 17px auto;
    font-size: 180%;
    line-height: 200%;
    padding-top: 20px;
}

#pd-viewing a {
    text-transform: uppercase;
    color: #3F3E3E;
    display: block;
    background: #ECE5D7;
}

#pd-viewing-form-loading {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #FFFFFF url("/images/widgets/loading.gif") center center no-repeat; opacity: 0.8;
}

#pd-viewing-form-container {
    position: relative;
}

#pd-viewing-form {
    padding: 15px;
    text-align: left;
}

#pd-viewing-form input, #pd-viewing-form select, #pd-viewing-form textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #868585;
    font-size: 80%;
    margin-bottom: 10px;
    padding: 4px;
    line-height: 140%;
    font-family: 'Raleway', sans-serif;
}

#pd-viewing-form input#vDate {
    width: 65%;
    margin-right: 5%;
    float: left;
}

#pd-viewing-form select#vTime {
    width: 30%;
    float: left;
}

#pd-viewing-form textarea {
    resize: none;
}

#pd-viewing-form div.g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: 10px;
}

.error {
    border: 1px solid #FF0000 !important;
    background-color: #FFF5FF;
}

@media screen and (min-width: 980px) {
.property_content #pd-lhs {
    width: 65%;
    margin-right: 5%;
    padding-left: 50px;
    text-align: left;
    float: left;
}
.property_content #pd-rhs {
    width: 30%;
    float: left;
    clear: none;
}
}

@media screen and (min-width: 1280px) {
#pd-lhs h3 {
    color: #631A47;
    font-size: 250%;
    line-height: 220%;
    border-bottom: 1px solid #631A47;
    margin-bottom: 0.5em;
    font-weight: normal;
}
#pd-viewing {
    width: 320px;
    text-align: center;
    margin: 0 auto 17px auto;
    font-size: 150%;
    line-height: 200%;
    position: relative;
}
#pd-viewing a {
    text-transform: uppercase;
    color: #3F3E3E;
    display: block;
    background: #ECE5D7;
}
#pd-viewing-form-container {
    display: none;
}
#pd-download {
    width: 320px;
    text-align: center;
    margin: 0 auto 17px auto;
    font-size: 150%;
    line-height: 200%;
    text-transform: uppercase;
    color: #3F3E3E;
    display: block;
    background: #DDDDDD;
}
}

.label-info {
    background-color: #C3A376;
    cursor: pointer;
}

.property_content #templatepage {
    text-align: left;
    float: left;
    padding: 0 10px;
    width: 100%;
}

#templatepage ul, li {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 0;
}

#templatepage H1 {
    font-weight: 300;
    margin: -96px -60px 25px -60px;
    padding: 20px 0 11px 45px;
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8;
    border-bottom: 5px solid #631A47;
}

.post-8 h1 {
    margin: -96px -60px 25px -45px !important;
}

@media screen and (max-width: 900px) {
#templatepage H1 {
    margin: -105px -70px 30px -70px;
    padding: 32px 0 32px 80px;
}
.header-opacity {
    /*background-image: none !important;*/
}
nav {
    background: rgba(99,26,71,1);
}
nav.scrolled {
    background: rgba(99,26,71,1);
}
.entry-header h1 {
    line-height: 50px;
}
}

#templatepage table, h2, h3, p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

#templatepage li {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    text-align: left;
    list-style-position: inside;
}

.fourofour{
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

p.prop_ten_disclaimer {
    padding-top: 20px;
    margin-bottom: 90px;
    text-align: center;
}

@-moz-document url-prefix() {
p.prop_ten_disclaimer {
    margin-bottom: 20px;
}
}

/* BLOG */

.property_content #centre-content h2 a:link {
    font-weight: 300;
}

.property_content #centre-content h2 {
    display: block;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    text-transform: uppercase;
}

.property_content #centre-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.property_content #centre-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

div.prevnext {
    margin: -30px auto 70px auto;
    max-width: 1200px;
    text-transform: capitalize;
    text-align: center;
}

div.prevnext a {
    padding: 0 20px 0 20px;
}

.comments {
    max-width: 1200px;
    margin: 30px auto 20px auto;
}

.comments input[type="submit"] {
    float: none;
}

.mb64 {
    /*max-width: 1200px;*/
    max-width: 1450px;
    margin: 100px auto 64px auto;
}

.content hr {
    width: 128px;
    max-width: 60%;
    height: 1px;
    background: #DDD;
    margin: 30px auto;
    border: 0;
}

/*.author-bio {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    padding: 32px;*/
/*    background: #ffffff;*/
/*    border: 1px solid #EADBC8;*/
/*    color: #631A47;*/
/*    max-width: 1206px;*/
/*    margin: 20px auto 20px auto;*/
/*}*/

.content ul.post-meta {
    margin-left: -30px;
}

.postsummary {
    float: left;
    padding-bottom: 20px;
    margin-right: -35px;
    margin-left: -35px;
}

.postthumb {
    float: left;
    max-width: 1200px;
    /*max-height: 300px;*/
    overflow: hidden;
    height: 100%;
}

.postthumb img {
   width: 1200px;
    /*width: 100%;
    position: relative;
    bottom: 50%;*/
}

.postexcerpt {
    max-width: 1200px;
}

.postexcerpt h2 {
     padding-top: 10px;
}

.postexcerpt p {
    text-align: justify;
}

.thumbnail img {
    width: 1200px !important;
}

/* CONTACT */

input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
    /*background: #f5f5f5;*/
    background: #f5f5f5;
    border: 1px solid;
    /*border-color: #631A47;*/
    border-color: #EADBC8
    /*width: 100%;
    max-width: 300px;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 0;*/
}

div.wpcf7 p {
    margin: 0 0 10px;
    padding: 0;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.opening-times, table {
    width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
}

.contactmap {
    position: relative;
    /*margin-left: -40px;*/
    /*margin-right: -40px;*/
    /*margin-bottom: -54px;*/
    border-top: 5px solid rgba(99, 26, 71, 0.7);
    clear: both;
}

.contactusform {
    width: 500px;
    padding-bottom: 30px;
    float: right;
}

@media screen and (max-width: 950px) {
.contactusform {
    float: none;
}
.openinghours, table {
    max-width: 340px !important;
}
.openinghours td {
    width: 50% !important;
}
}

p.contactusp {
    padding-bottom: 10px !important;
}

.contactusform .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
}


.contactusform textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}

.contactusform input.wpcf7-form-control.wpcf7-submit {
    max-width: 338px !important;
    margin-bottom: 0;
}

.contactusform span.wpcf7-not-valid-tip {
    padding-bottom: 15px;
    margin-top: -35px;
}

.contactusform div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f00;
}

.contactusform div.wpcf7-response-output {
    margin: 0;
}

.contactusform div.wpcf7-mail-sent-ok {
    border: 2px solid #631A47;
}

.contactinfo {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.contact-content .contact-item {
    padding: 10px;
    position: relative;
    right: 40px;
}
.contact-content .contact-image img {
    width: 500px;
    /*width: 20%;*/
    height: 128px;
    height: 80%;
    border-radius: 0 25px 25px 0;
    /*border-radius: 25px;*/
}
.wpcf7-form p:last-of-type {
    /*background-color: red !important;*/
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wpcf7-form p:last-of-type input {
    border-radius: 15px !important;
    
}
.contact-content {
    display:flex;
    flex-direction: row;
    width: 98%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.contactinfo {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    
}


.contact-flex ul {
    list-style-type: none;
}
@media only screen and (max-width: 1000px) {
    .contact-content .contact-image img  {
        border-radius: 0;
    }
    .contact-content .contact-item {
         position: unset !important;
    }
    .contact-content {
        display:flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .contact-content .contact-image {
        width: 600px;
        /*height: 128px;*/
        height: 80%;
        border-radius: 25px !important;
        text-align: center;
    }
    
    .contactusform {
        width: 330px;
        padding-bottom: 30px;
        float: right;
    }
}
.contact-flex  {
    font-size: 2rem;
}
.contact-phone a {
    font-size: 3rem;
}
.contactphone {
    float: left;
    max-width: 600px;
    padding-right: 130px;
}
.contactusform input[type="text"],
.contactusform textarea,
.contactusform input[type="tel"]{
    background-color: white !important;
    border-radius: 15px !important; 
}
.contactusform input[type="submit"] {
    float: right;
}

.contactphone a {
    font-weight: 300;
}

.contactphone ul {
    margin-left: 0 !important;
    margin-top: 10px;
}

.contactphone ul li {
    padding-bottom: 10px;
    list-style: none;
}

.contactphone ul li:first-child {
    font-size:30px;
    font-weight: 300;
}

.openinghours {
/*    position: relative;
    top: -240px;*/
}

.openinghours, table {
    width: 500px;
    margin-bottom: 40px;
    float: left;
}

@media only screen and (max-width:1000px)  {
    .openinghours, table {
        width: inherit !important;
    }
}

.openinghours td {
    /*width: 70%;*/
    width: 50%;
    font-family: "Raleway";
}

/* FOOTER */

section, footer {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer-widget ul {
    list-style: none !important;
    margin: 0 0 1.5em;
}

.footer-widget-area a, a:focus, a:active {
    text-decoration: none;
    color: #6d96bf !important;
    outline: none;
}

.footer-widget-area a:hover {
    color: #1e73be !important;
    text-decoration: none;
}

.footer .footer-credits {
    color: #ffffff;
}

div.container.footer-inner {
    position: absolute;
}

#footer {
    position: relative;
    z-index: 1;
    background-color: #692145;
}
#footer {
    padding:0 !important;
}

#footer ul, ol {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

div.affiliation {
    width: 100%;
    line-height: 60px;
    background-color: #FFFFFF;
    padding: 50px 0;
}

.affiliation ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  
}


div.affiliation ul li {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    max-width: 200px;
}

.footer-logo,
.footer-navigation,
.reggie,
.contact-info,
div.social {
    /*width: 20%;*/
    width: 100%;
}
.footer-navigation {
    text-align: center;
}

.footer-navigation a,
.reggie a,
.contact-info,
.contact-info a,
.copyright * {
    color: #FFFFFF;
    font-weight: 300;
}

.copyright {
    justify-content: space-between;
}

.copyright * {
    font-weight: 100 !important;
}

.copyright a {
    text-decoration: underline;
}

.footer-info div div ul {
    list-style: none;
}

div.footer-info {
    padding: 50px;
}

.border-bottom {
    border-bottom: solid 1px rgb(255 255 255 / 18%);
    padding-bottom: 30px;
    margin-bottom: 50px;
}

div.social {
    line-height: 60px;
    padding-bottom: 10px;
}

div.social ul li {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}

div.social ul li:last-child {
    padding-right: 0;
}

div.social ul li img {
    font-size: 0;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

a:focus, a:active, .menu li a:active, .menu li a:focuss {
    color: rgba(195, 163, 118, 0.5) !important;
}

a:active.btn.btn-lg.btn-filled, a:focus.btn.btn-lg.btn-filled {
    color: #ffffff !important;
}

div.textwidget.custom-html-widget {
    background-color: #FFFFFF;
}

/* LOCAL PAGES */

.local-travel-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 40px -50vw -46px -50vw;
    display: none;
}

.local-travel {
    text-align: justify;
    padding: 30px 0 15px 0;
    width: 100%;
    background: #EADBC8;
    font-size: 15px;
    line-height: 25px;
}

.local-travel h2 {
    padding: 0 0 0 35px;
    text-align: left;
    max-width: 100%;
}

ul.local-travel {
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
}

ul.local-travel li {
    text-align: center;
    font-size: 90%;
    list-style: none;
    display: inline-block;
}

ul.local-travel li span {
    display: block;
    margin-bottom: 0.8em;
    margin-top: 2.8em;
    text-align: center;
    font-weight: 500;
}

ul.local-travel li img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

.areadesc-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: -25px;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 0;
}

.areadesc {
    text-align: justify;
    padding: 30px 0 15px 0;
    width: 100%;
    /*background: #C3A376;*/
    
    font-size: 15px;
    line-height: 30px;
}

.areadesc p {
    margin-left: 35px;
    margin-right: 35px;
    max-width: 100%;
}

#areapage ul, li {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 0;
}

#areapage H1.post-title {
    font-weight: 300;
    margin: -96px -60px 25px -60px;
    padding: 20px 0 11px 45px;
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8;
    border-bottom: 5px solid #631A47;
}

@media screen and (max-width: 900px) {
#areapage H1.post-title {
    margin: -110px -70px 25px -100px;
    padding: 32px 0 32px 80px;
}
.post-8 h1 {
    margin: -110px -70px 25px -85px !important;
}
.header-opacity {
    /*background-image: none !important;*/
}
}

.post-10010 h1 {
    font-weight: 300;
    /*margin: -96px -4000px 25px -60px;*/
    /*padding: 20px 0 11px 45px;*/
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1 !important;
    border-bottom: 5px solid #631A47;
    position: fixed;
    width: 5000px;
}

.page-id-10010 .hentry {
    margin: 0 0 0;
}

.page-id-10010 .entry-content {
    /*margin-top: -100px;*/
}

.page-id-10010 #footer {
    /*position: fixed;
    z-index: 1;
    background-color: #404041;
    bottom: 0;
    width: 100%;*/
    /*display: none;*/
}

/* Owl Slider*/

.owl-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.owl-content {
    text-align: justify;
    padding: 30px 0 15px 0;
    width: 100%;
    /*background: #EADBC8;*/
    font-size: 15px;
    line-height: 25px;
}

.owl-content h2 {
    padding: 0 0 0 35px;
    text-align: left;
    max-width: 100%;
}
@media only screen and (max-width: 1000px) {
    .owl-content h2 {
        padding: unset !important;
    }
}

.owl-carousel-item-text {
    text-align: justify !important;
    /* padding: 0 100px 0 100px !important;*/
}

.owl-carousel .item img {
    padding-bottom: 10px;
}

.owl-item {
    padding: 0 20px;
}

.propertyslider .owl-item {
    padding: 0;
}

.propertyslider .owl-controls {
    position: absolute;
    margin-top: -140px;
    z-index: 3;
    margin-left: 75vw;
}

.propertyslider .owl-buttons {
    margin-top: -38px;
    color: #631A47 !important;
}

.propertyslider .owl-prev {
    margin-left: 0 !important;
}

.propertyslider .owl-next {
    margin-left: 260px !important;
}

.schools-container {
    display: table;
}

.schools-container h2 {
    margin: 35px 20px -20px 0;
}


.schools-container img {
    padding: 0;
    width: 100%;
}

.schools-container ul {
    list-style-type: none;
    margin-left: -10px !important;
    text-align: left !important;;
}

.schools-container ul li {
    text-align: left !important;;
}

.schools-lr {
    padding: 40px 0 30px 0;
    /*border-bottom: 1px solid #EADBC8;*/
}

/*.schools-lr:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    width: 100px;
    border-bottom: 1px solid #EADBC8;
}*/

.schools-lr h4 {
    text-align: left;
    margin: 0;
    font-size: 18px;
}

.schools-box-left {
    display: inline-block;
    padding: 0 20px 0 0;
    max-width: 350px;
}

.schools-box-right {
    display: inline-block;
    padding: 0 10px 0 0;
    width: 600px;
}

/* PAGE IMAGE HEADERS */

.btm-purple {
    /*border-bottom: 5px solid #631A47;*/
}

@media screen and (max-width : 900px) {
.btm-purple {
    /*border-bottom: 5px solid #631A47;*/
    height: 203px
}
}

.header-opacity {
    background-color: #ffffff;
}

.header-opacity img {
    opacity: 0;
}

.header-opacity {
    height: 100%;
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
} 

.property-opacity {
    height: 188px !important;
}

.property-opacity img {
    opacity: 0;
}

.localnoshow {
    display: none;
}

.local-resizecontainer {
    width: 100vw;
    max-height: 600px;
    display: flex;
    flex-direction: row;
    border: 0;
    overflow: hidden;
    xtouch-action: none;
    /*margin-top: 40px;*/
    position: relative;
    /*left: -45px;*/
    border-top: 5px solid rgba(99, 26, 71, 0.7);
}

.local-resizecontainer .pd-rhs {
    display: none;
}

.localmap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.local-resizecontainer .resize-container {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    border: 0;
    overflow: hidden;
    xtouch-action: none;
    padding-top: 20px;
    position: inherit;
}

.local-resizecontainer .pd-lhs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #631a47;
    
}

.localh2 h2 {
    margin-left: 0;
}

.local-resizecontainer div.wpp_nothing_found {
    margin-left: 47px;
    margin-right: auto;
    margin-top: -160px;
}

.local-resizecontainer p {
    padding-right: 37px;
    margin-top: -20px;
}

.local-resizecontainer iframe {
    /*position: relative;
    top: -86px; 
    margin-bottom: -86px;*/
    border: none;
    width: 100%;
    height: 607px;
}

/* LANDLORD PAGE */

/* F Box */

.card_feature {
    display: flex;
    height: 500px;
    margin-bottom: 48px;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media(max-width: 1000px) {
    .card_feature {
        display: unset !important;
    }
    .card_feature_content .card_contents {
        padding: 10% !important;
    }
}

.card_feature_content {
    width: 55%;
    z-index: 3;
}

.card_feature_reversed {
    flex-direction: row-reverse;
}

.card_feature_centered {
    height: auto;
}

.card_feature_centered .card_feature_content {
    width: auto;
}

.card_feature_centered .card_feature_content img {
    width: 80%;
}

div.card_contents.safehands {
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}

.safehands h3, .safehands p {
    text-align: center;
}

.card {
    background: rgba(195,163,118,0.1);
    margin-bottom: 40px;
    text-decoration: none;
    box-shadow: 0 0 12px #ddd;
}

.card_feature_image {
    display: block;
    /*width: 45%;*/
    width: 65%;
    height: 100%;
    background: transparent url(/images/widgets/ll_holder.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.card_feature_content .card_contents {
    padding: 12px 10%;
    box-sizing: border-box;
}

.card .card_contents {
    position: relative;
}
/* google reviews section */
.reviews{
    background-color: rgb(247,244,246) !important; 
    padding: 20px 0 20px 0 !important;
}
.wprs_unslider-nav {
     background-color: rgb(247,244,246) !important; 
     border: none !important;
     display: none !important;
}
.reviews .wprs_unslider-wrap li  {
    max-width: unset !important;
}
.wprevpro_t1_DIV_2 {
    box-shadow: none;
    background: none;
    border: none;
}
.wprevpro_t1_DIV_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    /*padding: 20px 0 0 20px !important; */
    padding: 0px !important;
}
.wprevpro_t1_DIV_2 img {
    padding: 10px;
}
.wprevpro_t1_DIV_2:after {
    content: "" !important;
    background-color: transparent !important;
    display: none;
}
.wprevpro_t1_DIV_2:before {
    /*content: "" !important;*/
    display: none;
}
.wprevpro_t1_P_3 {
    /*font-size: 18px !important;*/
    font-style: unset !important;
}
.wprs_unslider {
  
}

.white-logo img {
    max-width: 180px !important; 
}

h3 {
    font-size: 26px !important;
}
.wprs_unslider-arrow {
      background-image: url("/images/pageheaders/review-arrow-png.png") !important;
    /*background-repeat: no-repeat;*/
}
.wprs_unslider-arrow.next,
.wprs_unslider-arrow.prev{
    width:80px !important;
    background-size: 20px 40px !important;
    /*opacity: 1 !important;*/
    /*color: #631a47 !important;*/
    /*background: none !important;*/
    /*background-color: #631a47 !important;*/
    background-color: transparent !important;
}
.wprs_unslider-arrow.next {
    right: 45px;
    color: #CAAB7A !important;
}
.wprs_unslider-arrow.prev{
    left: 45px;
    color: #CAAB7A !important;
}
.wprevpro_t1_P_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
.wprevpro_t1_SPAN_5 {
    text-align: center;
    display:flex !important;
    flex-direction: column;
    
}






li {
    font-family: "Raleway" !important;
   
}
.prop-container li {
     font-size: 15px;
    color: black;
}
.card_feature_content .ticklist {
    margin: 36px 0;
    padding-bottom: 0;
}

.card_feature_image iframe {
    height: 100%
}

.ticklist {
    padding-bottom: 12px;
    margin-left: 0 !important;
}
.prop_ten_disclaimer {
    display: none !important;
}
.pov-rentalstatus img {
    border-radius: 5px;
}

.page-template-template-landlords .ticklist li {
    padding-left: 40px;
    text-wrap: wrap;
    list-style: none;
    color: black;
    margin-left: unset !important;
    /*background-position: left -5px center !important;*/
    /*overflow: visible;*/
    padding: 30px 0 30px 50px;
} 
.single-property .ticklist li {
    background: transparent url(/wp-content/themes/reside-v2/imgs/property-tick.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 40px;
    text-wrap: wrap;
    list-style: none;
    text-align: left;
    color: black;
    margin-left: unset !important;
    background-position: left 10px center !important;
}
@media only screen and (max-width: 1000px) {
    .recent-posts-widget-with-thumbnails div ul li a:first-child {
        width: 100% !important;
    }
    .single-property .ticklist {
        padding: 10px;
    }
    .page-template-template-landlords .ticklist li {
        padding: 30px 0 0 50px !important;
    }
}
.ticklist .clip-tick {
     background: transparent url("/images/newImages/g1979.png") no-repeat left center;
     /*padding-right: 5px;*/
}
.ticklist .people-tick {
    background: transparent url("/images/newImages/g2011.png") no-repeat left center;
}
.ticklist .money-rent {
    background: transparent url("/images/newImages/g2033.png") no-repeat left center;
}
.ticklist .screwdriver {
    background: transparent url("/images/newImages/g2047.png") no-repeat left center;
}
.ticklist .windows-icon {
    background: transparent url("/images/newImages/path2057.png") no-repeat left center;
}
.ticklist .camera-icon{
    background: transparent url("/images/newImages/g1895.png") no-repeat left center;
}
.ticklist .trophy-star {
    background: transparent url("/images/newImages/g1929.png") no-repeat left center;
}
.ticklist .key-icon {
    background: transparent url("/images/newImages/g1925.png") no-repeat left center;
}
.ticklist .hand-home {
    background: transparent url("/images/newImages/homehands.png") no-repeat left center;;
}

.ripplelink {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button_left {
    float: left;
    margin-right: 12px;
}

.button_new a, .card_feature .button a {
    text-transform: none;
    font-size: 125%;
    padding: 12px 36px;
}

.button a {
    display: block;
    color: #fff !important;
}

.clearfix {
    clear: both;
}

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

@media only screen and (max-width: 990px) {
.card_feature {
    /*height: auto;*/
    /*width: 100%;*/
    flex-direction: column;
}
div.card_feature_image.vid {
    /*height: 464px;*/
}
.card_feature_image {
    height: 200px;
    width: 100%;
    /*background-position-y: 45% !important;*/
    /*margin-bottom: 20px;*/
}
.card_feature_content {
    width: 100%;
}
.card_feature_content h3 {
    text-align: center;
    padding-top: 36px;
}
.card_feature_content .card_contents {
    padding: 0;
}
.card_contents p, .card_contents h3 {
    padding: 0 40px;
}
.card_feature_content ull {
    padding: 36px 10% 36px 10%;
}
.card_feature_content ul li:last-child {
    padding-bottom: 40px;
}
.regulatory-box {
    padding: 20px !important;
}
}

.landlord-page {
    /*max-width: 1200px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.landlordquote {
     position: relative;
     width: 100vw;
     height: 100%;
     margin-left: -50vw;
     left: 50%;
     background-color: #c3a376;
     margin-bottom: 20px;
     padding: 40px 50px !important;
}

.landlordquote .wprevpro_t1_P_3 {
    font-size: 16px !important;
    font-style: normal !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px;
}

.landlordquote span.wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 {
     float: right;
     padding-top: 10px !important;
}

.landlordquote  .wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 img {
     width: 20px;
}

.landlordquote  .wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 a {
     color: #000000;
}

.landlordquote  .wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 a:hover {
     color: #631a47;
}

.resideremote {
     width: 100vw;
     position: relative;
     margin-left: -50vw;
     margin-top: 10px;
     margin-bottom: -23px;
     height: 340px;
     left: 50%;
    background-image: url("/images/pageheaders/landlords-remote.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid rgba(99, 26, 71, 0.7);
}

.resideremote-elements {
    margin: 0 auto 0 auto;
    width: calc(100% / 2);
    padding-top: 90px;
}

.resideremote-content {
    text-align: center;
    padding-top: 80px;
}

.resideremote-content p {
        text-align: center;
}

.resideremote h2 {
    color: #ffffff;
    font-size: 500%;
    /*font-weight: 400;*/
    margin-bottom: 10px;
}

.resideremote h3 {
    color: #ffffff;
    font-size: 208%;
    font-weight: 300;
}

@media screen and (max-width: 900px) {
.resideremote h2 {
    color: #ffffff;
    font-size: 330%;
    font-weight: 500;
}
.resideremote h3 {
    color: #ffffff;
    font-size: 137%;
    font-weight: 300;
    line-height: 20px;
}
}

/*.landlord-fees {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}*/

.landlord-fees .accordion-width {
    border-top: 0;
    border-bottom: none;
    margin-top: 0;
}

.landlord-page .regulatory-box {
    padding: 20px 40px 1px 40px;
}

.landlord-page .regulatory-box a {
    font-weight: 300;
}

.landlord-heading {
    color: #631A47;
    font-size: 25px;
    font-weight: 300;
}

/*.landlord-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: -25px;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 0;
}

.landlorddesc {
    text-align: justify;
    padding: 30px 0 15px 0;
    width: 100%;
    background: rgba(195,163,118,0.5);
    font-size: 15px;
    line-height: 30px;
}

.landlorddesc p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.income-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.incomedesc {
    text-align: justify;
    padding: 20px 0 15px 0;
    width: 100%;
    background: rgba(99,26,71,0.7);
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}

.incomedesc p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.incomedesc h3 {
    color: #ffffff;
}


.costs-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.costsdesc {
    text-align: justify;
    padding: 20px 0 15px 0;
    width: 100%;
    background: rgba(195,163,118,0.5);
    font-size: 15px;
    line-height: 30px;
}

.costsdesc p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.confidence-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.confidencedesc {
    text-align: justify;
    padding: 20px 0 15px 0;
    width: 100%;
    background: rgba(99,26,71,0.7);
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}

.confidencedesc p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.confidencedesc h3 {
    color: #ffffff;
}

.contact-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.contactdesc {
    text-align: justify;
    padding: 30px 0 15px 0;
    width: 100%;
    background: rgba(195,163,118,0.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.contactdesc p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}/*

.post-5847 {
    margin-bottom: 0;
}

/* REGULATORY BODIES */

.regulatory img {
    padding: 0 40px 20px 0;
    float: left;
    width: 160px;
}

.regulatory-box {
    box-shadow: 0 0 12px #ddd;
    padding: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(195,163,118,0.1);
}

/* REVIEWS */

.review-headline {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.review-headline ul {
    position: relative;
    display: inline-block;
    padding: 30px 0 0 0;
    margin-left: 0;
    list-style: none;
}

.review-headline-items {
    display: flex !important;
    justify-content: space-between;
}

@media screen and (max-width: 814px) {
.review-headline-items {
    display: inline-block !important;
}
}

.review-headline li {
    display: inline-block;
    font-size: 26px;
    color: #631A47;
    list-style-type: none;
    margin-left: 10px;
    padding-left: 0;
    text-align: left;
    line-height: 45px;
}

.review-headline span {
    color: #000000;
    font-size: 20px;
}

.review-headline span a {
    color: #000000;
    font-weight: 400;
}

.review-headline a:hover {
    color: #631A47 !important;
}

.review-headline img.stars {
    width: 100px;
}

.review-headline img.greview {
    width: 25px;
}

a.grevs {
    color: #631a47 !important;
    font-weight: 400;
    text-transform: uppercase;
}

.textwidget .wprev-no-slider {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.textwidget #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    text-align: justify;
    color: #000000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    max-width: 100%;
    font-style: normal;
}

.textwidget .wprevpro_t1_DIV_2 {
    box-shadow: none;
    background: #c3a376;
    border: 0;
    font: normal normal normal normal 13px / 20.8px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 0 20px 0;
}

.textwidget .wprevpro_t1_DIV_2:before {
    bottom: 47px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    content: '';
/*    content: url(https://residebath.co.uk/images/widgets/google.png);*/
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.391px;
    text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: rgb(187, 187, 187);
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0px none rgb(187, 187, 187);
    font: normal normal normal normal 60px / 96px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: -25px 0px 0px -40px;
    outline: rgb(187, 187, 187) none 0px;
}

.textwidget .wprevpro_t1_DIV_2:after {
    bottom: -30px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0);
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    text-size-adjust: 100%;
    width: 0;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}

.textwidget .wprevpro_t1_P_3 {
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0px none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(119, 119, 119) none 0px;
}

.textwidget .wprevpro_t1_IMG_4 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 0;
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 0;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 30px 30px;
    transform-origin: 30px 30px;
    border: 0px none rgb(255, 255, 255);
    border-radius: 50% 50% 50% 50% !important;
    font: normal normal normal normal 13px / 20.8px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
}

.textwidget .wprevpro_t1_SPAN_5 {
    color: #000000;
    display: block;
    font: normal normal normal normal 13px / 20.8px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 0px 0px;
}

.textwidget span.wprev_showdate_T1 {
    font-size: 0;
}

.textwidget img.wprevpro_t1_star_img_file {
    width: 0;
}

.textwidget .wprevpro_star_imgs_T1 {
    margin-left: -8px;
    position: absolute;
}

#templatepage .wprevpro_t1_P_3 {
    box-sizing: border-box;
    color: #000000;
    text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0px none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(119, 119, 119) none 0px;
}

#templatepage .wprevpro_t1_SPAN_5 {
    color: #000000;
    display: block;
    font: normal normal normal normal 13px / 20.8px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 0px 0px;
}

.wprev-no-slider ul {
   margin-left: 0px;
}

/* DISCLAIMER */

.disclaimer ol {
    padding-left: 38px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 22px;
    color: #631A47;
}

.disclaimer .copyrightindent p {
    padding-left: 33px;
    padding-right: 33px;
}

/* COOKIE NOTICE */

#cookie-notice .cn-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.cookie-notice-container {
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

#cookie-notice span a {
    color: #c3a376 !important;
}

#cookie-notice span a:hover {
    color: #ffffff !important;
}

.privacytable {
    min-width: 800px;
}

.privacyscroller {
    overflow-x: auto;
}

/* PROPERTY RESULTS */

.propresulttop {
    background-color: #631a47;
    /*margin-left: -45px;*/
    /*margin-right: -45px;*/
    margin-top: 4px;
    padding-bottom: 50px;
    height: 180px;
    width: 100%;
    position: fixed;
    z-index: 1;
    justify-content: center;
}
@media(max-width: 1000px){
    .propresulttop{
        z-index: 10;
    }
    
}

.propresulttop > * {
    /*position: static !important;*/
}

.propresulttop > h1 {
    background: transparent;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-top: 65px;
    font-size: 40px;
}

.pov-rentalstatus {
    pointer-events: none;
    display: inline-block;
    width: 100px;
    margin-left: 0;
}

.property_title br {
    display: block !important;
}

.wpp_shortcode_search {
    position: relative;
    text-transform: uppercase;
}

.select-selected {
    display: none;
    background-color: #631a47;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: relative;
    content: "";
    top: 10px;
    right: -7px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: -9px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    width: 218px;
    text-align: center;
}
/*style items (options):*/
.select-items {
    position: relative;
    background-color: #8a2463;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.pp_search_select_field.wpp_search_select_field_bedrooms.bedrooms.wpp_dropdown.wpp_number.wpp_sortable.wpp_numeric.wpp_searchable {
    display: none !important;
}

li.wpp_search_form_element.submit {
    margin-left: 0;
}

form.wpp_shortcode_search_form {
    margin: -30px auto 0 auto;
    width: 60%;
}

.wpp_shortcode_search ul {
    /*display: block !important;*/
    list-style-type: none !important;
}

.wpp_shortcode_search li {
    float: left;
}

.wpp_pagination_slider_status {
    margin-bottom: 0;
}

span.wpp_property_results_options {
    margin-top: -49px;
    margin-left: -44px;
    pointer-events: none;
    position: fixed;
}

div.wpp_nothing_found {
    margin-left: -20px;
    margin-right: auto;
    padding-top: 140px;
}

.propresulttop .btn.searchsubmit:hover, input[type="submit"]:hover {
    border: 2px solid #8a2463 !important;
    background-color: #8a2463 !important;
}

.wpp_search_attribute_wrap select {
    display: none;
}

.wpp_search_attribute_wrap select {
    border: 0;
    /*padding: 0 16px;*/
    height: 26px;
    /*-webkit-border-radius: 0;
    outline: 1px solid #fff;*/
    outline-offset: -1px;
    background-color: #631a47;
    color: #ffffff;
    outline: none;
   /*-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
   background-image: url(...); */
}

.wpp_search_elements > li {
    margin: 0;
    padding: 0;
    background-color: white;
    border-radius: 10px 0 0 10px;
    /*border-radius: 10px;*/
}

.wpp_search_elements > li ul li {
    margin: 0;
    padding: 12px 20px;
    border-right: 1px solid #631A47;
}

li.wpp_search_form_element  > input.submit {
    margin: 0;
    padding: 0;
    background-color: #631a47;
    border: solid 6px;
    position: static !important;
}

div.wpp_search_attribute_wrap select {
    display: block;
    background-color: transparent;
    color: #631a47;
    width: 150px;
}

div.wpp_search_attribute_wrap select option {
    /*background-color: #8a2463;*/
    text-align: center;
}

span.wpp_property_results {
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 600 !important;
}

.property-overview-navigation a.btn.button {
    height: 40px;
    min-width: 10px;
    color: #ffffff;
    border: 0 !important;
}

.wpp_property_overview_shortcode .properties_pagination .pagination-numeric ul.property-overview-navigation li a {
    font-size: 13px !important;
}

label.wpp_search_label {
    display: none;
}

span.wpp_current_page_count, span.wpp_total_page_count {
    font-weight: 600 !important;
}

@media screen and (min-width: 320px) and (max-width: 360px)  {
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    top: 78px !important;
    left: 212px !important;
    min-width: 90px !important;
}
}
li.wpp_search_form_element. seach_attribute_bedrooms.wpp_search_attribute_type_dropdown {
    width: 136px !important;
}
li.wpp_search_form_element.seach_attribute_price.wpp_search_attribute_type_dropdown {
    width: 136px !important;
}
li.wpp_search_form_element.seach_attribute_furnished.wpp_search_attribute_type_dropdown {
    /*top: -22px !important;*/
    margin-top: 0;
    /*width: 182px;*/
    position: relative !important;
}
/*}*/

@media screen and (min-width: 361px) and (max-width: 391px) {
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    top: 78px !important;
    left: 212px !important;
    min-width: 124px !important
}
li.wpp_search_form_element.seach_attribute_furnished.wpp_search_attribute_type_dropdown {
    /*top: -22px !important;*/
    margin-top: 0;
    /*width: 182px;*/
    width: 100%;
    position: relative !important;
}
}

@media screen and (min-width: 392px) and (max-width: 399px) {
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    top: 78px !important;
    left: 212px !important;
    min-width: 124px !important
}
li.wpp_search_form_element.seach_attribute_furnished.wpp_search_attribute_type_dropdown {
    top: -22px !important;
    margin-top: 0;
    width: 182px;
    position: relative !important;
}
}

@media screen and (min-width: 400px) and (max-width: 465px) {
   
    .propresulttop input.wpp_search_button.submit.btn.btn-large {
        top: 78px !important;
        min-width: 124px !important
    }
    li.wpp_search_form_element.seach_attribute_furnished.wpp_search_attribute_type_dropdown {
        top: 0 !important;
        margin-top: 0;
        position: relative !important;
    }
}

@media screen and (max-width: 466px) {
.select-items div, .select-selected {
    width: inherit;
    font-size: 10px;
}
.seach_attribute_furnished {
    margin-top: -22px;
    width: 175px;
}
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    left: 20px;
    width: 20px;
    font-size: 10px;
}
.wpp_shortcode_search li {
    padding-right: 0;
}
}

@media screen and (min-width: 467px) and (max-width: 536px) {
.select-items div, .select-selected {
    font-size: 10px;
    width: 204px;
}
.seach_attribute_furnished {
    /*margin-top: 58px !important;*/
    position: absolute;
}
.wpp_shortcode_search li {
    padding-right: 0;
    top: 0 !important;
}
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    left: 234px !important;
    font-size: 10px;
    width: 204px !important;
}
}

@media screen and (min-width: 537px) and (max-width: 741px) {
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    left: 258px !important;
}
.seach_attribute_furnished {
    /*margin-top: 38px !important;*/
    position: absolute;
}
}

@media screen and (max-width: 980px) {
.home .wpp_shortcode_search {
    top: unset !important;
}
.wpp_shortcode_search {
    top: -50px;
}
.propresulttop input.wpp_search_button.submit.btn.btn-large {
    top: 78px;
    left: 20px;
}
}

.mapimgs {
    width: 250px;
    margin-top: 10px;
    margin-left: 8px;
}

.valuationcontact {
    text-align: center;
}

.valuationcontact h3 {
    margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 90%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 85% !important;
    margin-bottom: 18px;
}

input.wpcf7-form-control.wpcf7-submit {
    max-width: 327px !important;
    margin-bottom: 0;
}

p.valuationp {
    padding-bottom: 10px !important;
}

div#fancyboxID-1.hentry {
    margin: 0;
}

/* COVID-19 Popup */

.page-id-7 #fancybox-content {
    border-width: 0 !important;
}

.page-id-7 #fancybox-outer {
    width: 460px;
    padding-bottom: 30px;
}

.page-id-7 #fancybox-auto {
    width: 460px;
    max-width: 100%;
    text-align: center;
}

.page-id-7 #fancyboxcovid.hentry h2 {
    background-color: #631a47;
    text-align: left !important;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px;
    background-image: url(https://reside.ok200.co.uk/wp-content/uploads/2017/12/logo-1.png);
    background-position: right 3% bottom 50%;
    background-size: 100px auto;
    background-repeat: no-repeat;
}

#fancyboxcovid {
    margin-bottom: 10px;
}

.page-id-7 #covidtext {
    background: #ffffff;
    text-align: center;
}

.page-id-7 #covidtext p {
    padding: 30px 10px 10px 10px;
    color: #631a47;
}

.page-id-7 p.btn.btn-lg.btn-filled.covid-close {
    position: relative;
    display: inline-block;
    color: #ffffff !important;
    border-width: 0px !important;
    padding: 16px 72px !important;
}

.page-id-7 a#fancybox-close {
    top: 304px;
    right: 60px;
    width: 340px;
    height: 50px;
    background: none;
}

@media only screen and (max-width: 500px) {
.page-id-7 #fancybox-wrap {
    width: 90vw !important;
}
.page-id-7 #fancybox-outer {
    width: 90vw;
}
.page-id-7 #fancybox-content {
    width: 90vw !important;
}
.page-id-7 #fancyboxcovid.hentry h2 {
    font-size: 1.5em;
}
.page-id-7 .btn {
    font-size: 12px;
}
.page-id-7 p.btn.btn-lg.btn-filled.covid-close {
    padding: 18px 66px !important;
}
.page-id-7 a#fancybox-close {
    top: 320px;
    right: 24px;
    width: 290px;
}
}



/* homepage */

.wpp_search_elements {
    /*display: grid !important;*/
    /*grid-template-columns: 80% 20% !important;*/
    /*grid-template-columns: repeat(2,1fr);*/
    display:flex;
    flex-direction:row;
}
li.wpp_search_group.wpp_group_not_a_group {
    display: block !important;
    flex: 0 1 100%;
}
.wpp_search_group.wpp_group_not_a_group {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    margin-left:0;
}
#map {
    min-height: 100vh;
}
#mapcanvas {
    min-height: 100vh;
}

.wpp_widget_attribute_list.facilities img {
    mix-blend-mode: multiply;
}

.wpp_featured_properties_widget .property_widget_block:hover .more a, .recent-posts-widget-with-thumbnails div ul li:hover .more a {
    background: #c3a376 !important;
    border: 2px solid#c3a376 !important;
    
    
}
.wpp_featured_properties_widget .property_widget_block:hover .more a:after, .recent-posts-widget-with-thumbnails div ul li:hover .more a:after {
    /*content: "\21E8";*/
    /*margin-left: 40px;*/
    transition: 0.1s all ease-in-out;
}

.wpp_search_button.submit.btn.btn-large {
    color: #631a4700;
    background: #631a47 url(search.png) no-repeat center center;
    background-size: 22px 22px;
    max-width: 72px;
    min-width: 0;
    border-radius: 10px !important;
    padding: 0 10px;
    height: 32px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
li.wpp_search_form_element.submit {
    background: white;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    
}
.wpp_shortcode_search_form {
    display: flex;
}
.crumbs-content-container {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
    li.wpp_search_form_element.submit {
        width: 99.9% !important; 
    }
    .flex-row.border-bottom {
        flex-direction: inherit !important;
    }
    .wpp_shortcode_search {
        margin: 0;
    }
    form.wpp_shortcode_search_form {
        margin: 0;
        width: 100%;
    }
    .wpp_search_group.wpp_group_not_a_group {
        display: flex !important;
        align-items: center;
    } 
     .wpp_search_form_element {
         width: 100%;
         padding: 2px 20px;
     }
    .wpp_search_form_element .wpp_search_attribute_wrap select {
        width: 100%;
    }
    .wpp_search_elements {
        display: flex !important;
    }
    .wpp_search_element .seach_attribute_furnished {
        top:0 !important;
    }
    .flex-row {
        flex-direction: column-reverse !important;
    }
    .crumbs-content-container:first-child {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .crumbs-content {
        width: 80% !important;
    }
    .crumbs-video {
        width: 80% !important;
    }
    .crumbs-img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .crumbs-img img {
        width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }
    .narrower.flex-row {
        width: 100% !important;
        align-items: center;
    }
}
@media only screen and (max-width: 690px) {
    .wpp_search_group.wpp_group_not_a_group {
        flex-direction: column;
    } 
    .wpp_search_elements {
         flex-direction: column ;
    }
    .wpp_search_form_element.submit {
        text-align: center;
        border-radius: 0 0 10px 10px !important;
    }
    .wpp_search_elements > li {
        border-radius: 10px 10px 0 0;
    }
    .propresulttop.flex-col {
        /*padding-top: 0 !important;
        padding-bottom: 0 !important;*/
    }
    .propresulttop.flex-col h1 {
        padding-top: 20px;
        font-size: 26px;
    }
    .wpp_search_form_element.submit {
        padding: 0 10px;
    }
    .wpp_overview_right_column .wpp_overview_data {
        max-height: 405px;
    }
    #footer .affiliation ul {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    #footer .affiliation ul li {
        margin: 0 auto;
    }
    .recent-posts-widget-with-thumbnails div ul {
        flex-direction: column;
    }
    .recent-posts-widget-with-thumbnails div ul li {
        width: 95%;
        margin: 10px auto !important;
        box-sizing: border-box;
    }
    .recent-posts-widget-with-thumbnails div ul li img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 410px) {
    .propresulttop.flex-col h1 {
        font-size: 22px;
    }
}
.all-properties {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*width:100%;*/
    display: grid;
    grid-template-columns: 33% 33% 33%;
    /*width: 85%;*/
    width: 75%;
    margin:auto; 
    margin-top: 80px;
}
.arla-homepage-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}
@media (max-width: 900px) {
    .control-buttons {
        width: 100% !important;
        z-index: unset !important;
        position: unset !important;
        /*margin-top: 50px;*/
        padding: 25px 0 25px 0 !important;
        
    }
    
    .all-properties {
        grid-template-columns: 100%;
        width: 95%;
    }
    .wpp_search_form_element.submit {
    }
}
@media (max-width: 1220px) {
     .all-properties {
        grid-template-columns: 100%;
    }
}
.property_div {
    /*width: 48%;*/
    /*width: 30%;*/
    width: 90%;
    /*max-width: 400px;*/
    margin-right: auto;
    margin-left: auto;
    display: block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.04), 0 6px 6px rgba(0,0,0,0.06);
    /*padding: 10px;*/
    margin-bottom: 65px;
    padding-top: 0 !important;
    border-radius: 15px;
    /*max-width: 200px;*/
    /* hmmm*/
    /*min-width: 300px;*/
}
.property_div:focus, .property_div:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.similar-properties-container .property_div {
    max-width: 400px; 
}
/*.property_div::after {*/
/*    width: 30%;*/
/*    margin: 0 35%;*/
/*    position: relative;*/
    /*background: #631a47 url(arrow.png) center left 95% no-repeat;*/
/*    background: #631a47;*/
/*    background-size: 1.2em 1.2em;*/
/*    border-radius: 10px;*/
/*    color: white;*/
/*    content: 'View';*/
/*    padding: 5px 20px;*/
/*    top: 1em;*/
/*    box-sizing: border-box;*/
/*    font-weight: bold;*/
/*}*/
.property_div:hover::after {
    background-color: #C2A276;
}
.property_div .more {
    margin-bottom: -50px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.property_div .more a {
    border-radius: 15px;
    width: 50%;
}
.page-template-template-local-FC .areadesc-container {
    display: none;
}
.page-template-template-local-FC .hentry {
    margin: 0 auto 1.5em !important;
}

@media(max-width: 900px) {
    .resize-container {
        flex-direction: column;
    }
    .page-template-template-property .resize-container .pd-lhs {
        width: 100%;
    }
    .page-template-template-property .resize-container .pd-rhs {
        width: 100% !important;
    }
    .property_div {
        width: 95%;
    }
    
}
.wpp_overview_right_column .wpp_overview_data {
    margin: 0 !important;
    margin-left: 0 !important;
}
.wpp_overview_right_column {
    margin-left: 0 !important;
}
.property_image {
    padding: 0 !important;
    
}
.property_image img{
    object-fit:cover;
    border-radius: 15px 15px 0 0;
}
.property_image .thumbnail{
    padding: 0px !important;
    border-radius: 15px 15px 0 0 !important;
}
.prof-managed {
    display: none;
}


.wpp_shortcode_search {
    width: 80%;
    border-radius: 10px;
    margin: auto;
}

@media only screen and (max-width:1000px) {
    .page-template-template-property .wpp_search_form_element.submit {
        padding: 3px !important;
    }
    .home .wpp_shortcode_search {
        width: 100% !important;
        margin: unset !important;
        
    }
}
.wpp_search_group {
    /*border-radius: 0px !important;*/
}
.propresulttop.flex-col {
    padding-top: 150px;
    /*padding-bottom: 150px;*/
}
.resize-container {
    margin-top: 199px;
    flex-direction: column;
    text-align: center;
    
    
    
}
.pd-lhs {
    /*margin-top: 250px;*/
}
.pd-rhs {
    /*margin-top: 150px;*/
}
#site-navigation {
    /*background-color: rgba(99,26,71,1);*/
    /*background-color: rgba(99,26,71,0.95);*/
    background-color: rgba(99,26,71,0.8);
}

.home #site-navigation {
    background-color: rgba(0, 0, 0, 0.7);
}
.container.mt20 {
    display: none;
}

.wpp_overview_left_column {
    width: 100% !important;
}
#areapage ul {
    padding: 0 !important;
    text-align: center;
}



.localpage .tc_member-thumb img {
    border-radius: 50px;
}
.localpage .tc_overlay {
    border-radius: 43px;
}
@media only screen and (max-width: 1000px) {
    .pt0 {
        top: -80px !important;
    }
}

/* reside blog page */
#templatepage #centre-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8em;
    grid-row-gap: 5em;
}
@media (max-width: 900px) {
    #templatepage #centre-content {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 8em;
        margin-bottom: 40px;
    }
    
}
#templatepage .postsummary {
    max-height: 600px;
    min-height: 400px;
    border: 2px solid white;
    border-radius: 25px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}
#templatepage .postsummary:hover {
   box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);;
   transform: scale(1.01);
   background-color: white;
}


#centre-content .postsummary .postthumb {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
#centre-content .postsummary .postthumb img {
    /*min-height: 300px;*/
    object-fit: cover;
}



#centre-content .postexcerpt h2 a{
    font-size: 18px;
    font-weight: bold !important;
    
}

#templatepage .postsummary .btn-filled {
    width: 30%;
    margin: 0 35%;
    position: absolute;
    bottom: -18px;
    background-image: url(arrow.png) !important; 
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    background-size: 1.2em 1.2em !important;
    border-radius: 10px;
    color: white;
    padding: 10px 40px 10px 20px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1em;
}

#centre-content .postexcerpt h2 {
    text-align: center;
}
 
  
  
#centre-content .postexcerpt p {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 350px;
    color: #631a47;
}
#centre-content .postexcerpt div {
    display: flex;
    justify-content: center;
}

#primary {
    /*background-color: #F7F4F6;*/
    width: 100%;
}
p {
    font-family: "Raleway" !important;
}

/* navbar */

.nav-bar .row {
    padding: 15px 0 15px 0;
    /*border-bottom: 1px solid white;*/
    /*width: 90%;*/
    margin: auto;
    color: white !important;
}
.home .nav-bar .row {
    border-bottom: 0 !important;
}

.nav-bar .row a {
    color: white !important;
    opacity: 1 !important;
}
.wpp_search_form_element.submit input {
    line-height: 0px!important;
    border: none !important;
}
.wpp_search_form_element.submit {
    /*background-color: red !important;*/
    /*width:200px;*/
}
.wpp_search_elements {
    width: 100%;
    min-width: 200px;
}

.tc_team-member h3 {
    font-size: 20px;
    font-weight:bold;
    color: #631a47;
}
.wp-block-table.openinghours tr td{
    border: none;
}
.wp-block-table.openinghours tbody {
    border: none;
}

#post-9 .entry-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

#post-9 .entry-content.map-expanded {
    display: block;
    position: relative;
    min-height: 1200px;
}
#post-9 .entry-content .contactmap {
    transition: width .5s ease;
    position: relative;
}
#post-9 .entry-content.map-expanded .contactmap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 600px;
}
#post-9 .entry-content.map-expanded .contactinfo {
    position: relative;
    top: 600px;
}
#post-9 .entry-content .contactmap .expand-map {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #631a47 url(arrow-left.png) no-repeat center right 10px;
    padding: 5px 40px 5px 20px;
    color: white;
    background-size: 20px 20px;
    border: 0;
    border-radius: 10px 0 0 0;
}
#post-9 .entry-content .contactmap .expand-map span:last-child {
    display: none;
}
#post-9 .entry-content.map-expanded .contactmap .expand-map {
    background-image: url(arrow.png);
}
#post-9 .entry-content.map-expanded .contactmap .expand-map span:first-child {
    display: none;
}
#post-9 .entry-content.map-expanded .contactmap .expand-map span:last-child {
    display: inline;
}

    

.page-template-template-contact .property_content,
.page-template-template-contact #primary,
.page-template-template-contact #templatepage{
    padding: 0 !important;
}
.page-template-template-contact section {
    padding: 0 !important;
}
.page-template-template-contact .entry-footer {
    padding: 0;
}
.contactinfo {
    width: 100%; 
    /*margin: 60px 30px 0 30px;*/
}
.contactmap {
    width: 100%;
    border: none !important;
    height: 600px;
}
.contactmap iframe {
    min-width: 100%;
    /*float: right;*/
}
#post-9 h2 {
    font-weight: bold;
    color: #631a47;
    font-size: 18px;
    border-top: 1px solid #EADBC8;
}
#post-9 .wpcf7-form  textarea{
    /*padding: 50px;*/
    padding: 50px 50px 50px 20px;
    border-radius: 5px;
    border: 1px solid #EADBC8;
}
#post-9 .wpcf7-form h2 {
    display: none;
}
#post-9 .wpcf7-form input {
    border-radius: 5px;
    border: 1px solid #EADBC8;
}
#post-9 .wpcf7-submit {
    background-color: #631a47;
}
#post-9 .contactusp {
    display: none;
}
@media (max-width: 1100px) {
    #post-9 .entry-content {
        flex-direction: column;
    }
    #post-9 .contactmap {
        width: 100%;
    }
}


#post-21373 .card {
    margin: 0;
    
}
#post-21373 .card:nth-child(odd) {
    background-color: white;
}


.header-text-new {
    /*position: relative;*/
    /*top: 200px;*/
    /*text-align: center;*/
    /*width: 50%;*/
    /*margin: 0 auto 0 auto;*/
    /*height: 0px;*/
    /*color: rgba(255, 255, 255, 1); this was always commented*/
    /*z-index: 1;*/
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: absolute;
    bottom: 33%;
    justify-content: flex-end;
    text-align: center;
    z-index:1;
}
.header-opacity {
    height: 600px;
    /*max-height: 600px;*/
    position: relative;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    display:flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
@media only screen and (max-width: 1000px) {
    .header-opacity {
        height: 470px !important;
    }
    .header-text-new {
        bottom: 40% !important; 
    }
}
.header-opacity:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(99,26,71,0.8);
}

.header-text-new h1,
.header-text-new p{
    color: white;
}
.header-text-new p {
    color: #DFCBAC;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-opacity {
    /*opacity: 0.5;*/
    /*background-color: rgba(99,26,71,1);*/
}
.btm-purple {
    /*background-color: rgba(99,26,71,1);*/
}
.btm-purple img {
    opacity: 0.1;
     background-color: rgba(99,26,71,1);
}
.header-lets-talk {
    color: white;
    /*padding: 10px 30px 10px 10px;*/
    padding: 10px;
    background-color: #CAAB7A;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
.header-lets-talk a {
    color: white;
}
.header-lets-talk span {
    font-weight: bold;
}
.header-lets-talk a:after {
    /*content: "\2192";*/
    padding-left: 5px;
}


.main-navigation {
    opacity: 0.9;
}

.entry-title {
    display: none !important;
}
.entry-content {
    /*margin-top: 30px;*/
}
/*.blog-header-text {*/
/*    top: -360px !important;*/
/*}*/



@media only screen and (max-width: 1300px) {
    .header-text-new {
        /*display: none !important;*/
    }    
    .contactinfo {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }
     .footer-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


.footer-navigation-bottom {
    /*border-top: 2px solid white;*/
}
.footer-container {
    border-bottom: 2px solid white;
}
.footer-navigation-bottom span {
    display: inline-block;
    margin-top: 15px;
}
.footer-navigation-bottom .footer-copywrite {
}
.footer-navigation-bottom .footer-website-by {
    float: right;
}
.footer-navigation-bottom .footer-website-by a {
    color: white;
}


.footer-navgation-bottom

.footer-container li {
        margin-left: 0px !important;
        text-align: left;
    }
.footer-container ul {
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.footer-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    /*grid-template-columns: repeat(6, 1fr);*/
    grid-template-rows: repeat(1, 1fr);
}
@media only screen and (max-width: 1000px) {
    .footer-container {
        gap: 10px;
    }
    div.footer-info {
        padding: 20px !important;
    }
}
.footer-navigation img {
    width: 170px;
    height: 65px;
}
.footer-navigation.footer-widgets img {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 1000px) {
      .main-container {
        padding-top: 80px;
    }
} 
.module.widget-handle.mobile-toggle {
    /*background-color: purple;*/
}

@media(max-width: 459px){
    .fa-bars::before {
    content: "\f0c9" !important ;
}
}

.fa-bars::before {
    content: "\f0c9" !important ;
    /*content: "hello" !important;*/
}
.border-bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 columns, each 1 fraction unit wide */
  /*grid-gap: 10px;  */
}
.footer-navigation {
    width: 100%;
}
.footer-navigation:first-child {
    text-align: left;
}
.footer-navigation:last-child {
    text-align: right;
}

@media only screen and (max-width: 1000px) {
    .local-first-div {
        flex-direction: column !important;
    }
    .local-section-1,
    .local-section-2 {
        padding: 10px !important;
        width: 95% !important;
        margin: auto !important;
    }
    .local-section-1 {
        /*padding-left: 0 !important;*/
    }
    #templatepage .postsummary {
        width: 95% !important;
        margin: auto !important;
    }
    
}
.local-first-div {
    display:flex;
    flex-direction: row;
    width:100%;
    margin:0 !important;
    align-items: center;
    /*padding-bottom: 50px;*/
}
.local-section-1 {
    width: 50%;
    text-align: left;
    padding-left: 80px;
}
.local-section-1 span {
    text-align: left;
    color: black !important;
}
.local-section-2 {
    width: 50%;
}
.similar-properties-container .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.local-section-1 h4 {
    color: #611C47;
    font-size: 28px;
    color: var(--purple);
    
}
.author-bio {
    text-align: left;
}
.single-post p {
    text-align: left !important;
}

.local-section-1 h4,
.local-section-1 p {
    width: 80% !important;
    /*margin: auto;*/
}
@media only screen and (max-width: 1000px) {
    .local-section-1 h4,
    .local-section-1 p {
        width: 95% !important;
    }
    .author-bio .row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .author-bio .row .col-sm-10 {
        text-align: center !important;
    }
    div.prevnext {
        padding-bottom: 30px !important;
    }
}
.local-section-1 p {
    margin: 0 !important;
}
.local-section-2 img {
    width: 100%;
    height: 100%;
    max-width: 950px !important;
    float: right;
}
.page-template-template-local-pages .site-main {
    padding: 0 15px 0 15px;
}

.page-template-template-local-pages #main {
    padding: 0 !important;
}
.landlord-bottom {
    display:flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.landlord-section1 {
    width: 60%;
    /*margin: auto;*/
    margin-top: 100px;
    z-index:1;
}
.landlord-section1 p {
    width: 80%;
    margin-left: 0 !important;
}
.landlord-section1 h3 {
    margin-left: 0 !important;
}
.landlord-section2 {
    width: 30%;
    /*margin: auto;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
    
    z-index:1;
}
@media(max-width:1000px){
    .landlord-section1 {
        margin: auto !important;
        width: 80% !important;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
    }
    .landlord-bottom {
        flex-direction: column;
    }
    .landlord-section2 {
        width: 80%;
        margin: auto;
        align-items: center;
    }
    .landlord-section-maximise-1 {
        text-align: center;
        align-items: center !important;
    }
}
.landlord-section2 .landlord-bottom-buttons button{
    color: white;
    padding: 10px 30px 10px 10px;
    /*background-color: #CAAB7A;*/
    background-color: transparent;
    border: 1px solid #CAAB7A !important;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
.landlord-section2 .landlord-bottom-buttons a {
    color: white;
    text-decoration: none;
}
.landlord-section2 .landlord-bottom-buttons button:hover,
.landlord-section2 .landlord-bottom-buttons button:active{
    background-color: #CAAB7A;
}
.landlord-section2 .landlord-bottom-buttons {
    /*margin-top: 20px;*/
    margin-top: 40px;
}
.landlord-section2 .landlord-bottom-buttons button:after {
    /*content: "\2192";*/
    color: white !important;
    font-weight: bold;
    margin-left: 20px;
}
.landlord-bottom {
    background-image: url("/images/newImages/001_Reside.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    /*min-height:700px;*/
    min-height: 1100px;
    color: white !important;
    position:relative;
    z-index: 1;
}
.landlord-bottom:after {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(99,26,71,1), rgba(99,26,71,0.5));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}
.landlord-bottom h3 {
    color: white !important;
    text-transform: none !important;
}
.page-template-template-landlords #main {
    padding: 0 !important;
}

.page-template-template-landlords #primary {
    padding: 0 !important;
    margin-top: -100px !important;
}
.page-template-template-landlords .property_content #templatepage{
    padding: 0 !important;
}
.page-template-template-landlords .property_content {
    padding: 0 !important;
}

.page-template-template-landlords .reside-remote-container{
    min-height: 400px;
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /*margin: auto;*/
    background-color: #F9F6F1;
    
}
.page-template-template-landlords .reside-remote-container h2 {
    text-transform: capitalize;
    font-weight: normal;
    color: #631a47;
}
.page-template-template-landlords .reside-remote-container button {
    width: fit-content;
    margin: 0 auto 0 auto;
    background-color: #631a47 ;
    border: none;
    border-radius: 5px;
    color: white !important;
    padding: 10px;
}
.page-template-template-landlords .reside-remote-container a {
    color: white !important;
}


.page-template-template-landlords .reside-remote-container button:after {
    /*content: "\2192";*/
    padding-left: 5px;
    
}
.landlord-page .regulatory-box {
    display: none;
}
.card_contents.safehands {
    display: none;
}
.page-template-template-landlords .entry-footer {
    display: none;
}
.entry-footer {
    display: none;
}
@media only screen and (max-width: 990px) {
    .card_feature_content .card_contents {
    /*padding: 10% !important;*/
}
.landlord-bottom {
    min-height: 710px !important;
}
}
.card_contents h3 {
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #631a47;
}


.landlord-section-maximise {
       width: 100%;
    /* margin: 50px auto 50px auto; */
    padding: 50px 150px 50px 150px;
    display: flex;
    flex-direction: row;
    color: #631a47;
    min-height: 350px;
    /*background-color: #F7F4F6;*/
    background-color: white;
    align-items: center;
}
.page-template-template-team-php .landlord-section-maximise {
    background-color: #F7F4F6;
}
.landlord-section-maximise-1 {
    width: 50%;
    height: 80%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.landlord-section-maximise-1 h2 {
    font-size: 25px;
    margin: 0;
    line-height: unset;
    color: #631a47;
    font-weight: normal;
    text-transform: unset;
}
.landlord-section-maximise-1 p{
    margin: 25px 0 30px 0;
    font-size: 15px;
}
.landlord-section-maximise-1 button {
    background-color: #631a47;
    padding: 10px;
    border-radius: 5px;
}
.landlord-section-maximise-1 button:after {
    /*content:"\2192";*/
    padding-left: 5px;
    color: white;
} 
.landlord-section-maximise-1 a {
    color: white;
}
.landlord-section-maximise-2 {
    width: 50%;
    display: flex;
    min-height: 350px;
}

.landlord-section-maximise-2 iframe{
    /* width of iframe was 100% and height 488px*/
    /*margin: auto;*/
    /*margin: 0 auto 0 auto;*/
    margin-left: auto;
    border-radius: 25px;
    width: 80%;
    min-height: 100%;
}
@media(max-width:1000px){
    .landlord-section-maximise-2 iframe {
        height: unset !important;
        /*margin-top: 50px;*/
        margin-left: unset !important;
    }
    .landlord-section-maximise-2  {
        height: unset !important;
        margin-top: 50px;
        justify-content: center;
        min-height: 400px !important;
    }
    .page-template-template-team .landlord-section-maximise-2 {
        min-height: 300px !important;
        margin-top: 25px !important;
    }
}
.landlord-section-maximise-2 img {
    margin: 0 auto 0 auto;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.landlord-section-maximise-2 .first-section-team-image {
    margin: 0 auto 0 auto;
    width: 100%;
    height: 100%;
}
@media(max-width: 1000px) {
    .about-section {
        flex-direction: column !important; 
    }
    .about-section-1 {
        width: 95% !important;
        margin: auto;
        padding-left: 0 !important;
    }
    .about-section-2 {
        width: 100% !important;
    }
    .reside-members-container {
        width: 95% !important;
        
    }
    .about-section-2 img {
        width: 100% !important;
    }
    .reside-members-container img {
        /*min-height: 140px !important;*/
        min-height: 90px !important;
    }
    .landlord-section-maximise {
        flex-direction: column !important;
        width: 100% !important;
        padding: 10px 10px 20px 10px !important;
    }
    .landlord-section-maximise-1 {
        width: 95% !important;
        margin: auto;
    }
     .landlord-section-maximise-2 {
         width: 100%;
     }
     
}
.page-template-template-blog .postexcerpt {
    
}

.page-template-template-local-pages-php .tc_team-member h3 {
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.page-template-template-blog .postsummary {
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-template-blog .read-more-link {
    position: absolute;
    bottom: -20px;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color:#631a47;
    color: white;
    text-align: center;
}
.page-template-template-blog .postexcerpt .btn {
    display: none;
}
.about-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*margin: 0 0 50px 0;*/
    background-color: var(--off-white);
}
.about-section-1 h2 {
    font-size: 25px;
    margin: 10px 0 10px 0;
    line-height: unset;
    color: #631a47;
    font-weight: normal;
    text-transform: unset;
}
.about-section-1 p {
    margin: 25px 0 30px 0;
    font-size: 15px;
}
.about-section-1 {
    width: 40%;
    /*padding-left: 200px;*/
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
    .page-template-template-local-FC .tc_team-member {
        margin: 50px 10px 35px 10px !important;
    }
    .about-section-1 {
        padding: 10px;
    }
    .pride-of-reside .tc_team-member {
        width: 80% !important;
        margin: auto !important;
    }
    .capture-top-container {
        padding: 10px;
    }
    .capture-top-1 {
        padding: 10px;
        width: 70% !important;
    }
}
.about-section-1 a {
    color: white;
}
.about-section-1 button {
    background-color: #631a47;
    padding: 10px;
    border-radius: 5px;
}
.page-template-template-team #primary {
    padding: 0 !important;
}
.about-section-1 button:after {
    /*content:"\2192";*/
    padding-left: 5px;
    color: white;
}
.about-section-2 {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
.about-section-2 img{
    width: 75%;
    height: 100%;
}
.card {
    margin-bottom: 0 !important;
    box-shadow: none;
}
.card_feature {
    margin-bottom: 0 !important;
}
.page-template-template-property #site-navigation{
    background-color: rgba(99,26,71,1);
    opacity: 1!important;
    z-index:100;
}
.page-template-template-property .col-md-9 {
    padding: 0 !important;
}
.page-template-template-property .property_content {
    padding: 0 !important;
}
.module.widget-handle i {
    line-height: 0px !important;
}
.pride-of-reside {
    margin-top: 50px;
}
.pride-of-reside .tc_team-members{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, calc(25% - 10px)));
    grid-gap: 10px;
    width: 85%;
    justify-content: center;
}
.pride-of-reside .tc_team-member {
    width: 100%;
    min-height: unset !important;
}
.pride-of-reside .tc_team-member h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0!important;
}
.pride-of-reside .tc_team-member h5 {
    font-size: 16px;
    color: #CAAB7A;
    font-weight: bold;
}
.pride-of-reside .tc_team-member img {
    border-radius: 50px;
    border-width: unset !important;
    min-height: 450px;
    object-fit: cover;
}
/*.pride-of-reside .tc_team-member:hover {*/
/*    pointer-events: none !important;*/
/*}*/
.pride-of-reside .tc_team-member .tc_overlay {
    /*background-color: transparent !important;*/
    width: 100% !important;
    margin-left: unset !important;
    border-radius: 50px !important; 
}
.reside-members-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* creates 4 columns with equal width */
    grid-template-rows: repeat(2, auto); /* creates 2 rows with auto height */
    gap: 10px;
    width:60%;
    margin: auto;
   
}
.reside-members-item {
    width: 100%;
}
.reside-members-item img {
    min-height: 300px;
    width: 100%;
    border-radius: 25px;
}
.reside-members-container .reside-members-item {
    text-align: center;
}
.reside-members-container .reside-members-item h4 {
    margin: 5px 0 2px 0;
    font-size: 20px;
    color: #631a47;
    font-weight: normal;
}
.reside-members-container .reside-members-item p {
    font-size: 16px;
    color: #CAAB7A;
}
.pride-of-reside h2 {
    font-size: 25px;
    text-transform: unset;
    text-align: center;
    color: #631a47;
    font-weight: normal;
}

.capture-section {
    background-color: #F7F4F6;
}
.capture-image-grid-1,
.capture-image-grid-2{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.capture-image-item {
   margin-bottom: 5px;
   min-height: 240px;
   object-fit:cover;
   height: 300px;
}
.capture-image-item.item1 {
    width: 35%;
    margin-right: 5px;
}
.capture-image-item.item2 {
    width: 45%;
    margin-right: 5px;
}
.capture-image-item.item3 {
    width: 20%;
}
.capture-image-item.item4 {
    width: 20%;
    margin-right: 5px;
}
.capture-image-item.item5 {
    width: 45%;
    margin-right: 5px;
}
.capture-image-item.item6 {
    width: 35%;
}

.wprev-slider {
    /*height: 250px !important;*/
    height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
@media only screen and (max-width: 1000px) {
    .wprev-slider {
        height: 500px !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }
}

.capture-top-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin: 50px 0 50px 0;*/
    margin-top: 50px;
}
.capture-top-container h2 {
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}
.capture-top-1 {
    width: 50%;
    text-align: center;
}
.capture-top-2 {
    width: 50%;
    text-align: left;
    padding: 25px;
}

#post-8 {
    display: none;
}


.home-gold-awards {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 75px;
}
.home-gold-awards img {
    max-width: 500px;
}
@media(max-width:1000px){
    
    .home-gold-awards img {
        max-width: 300px;
    }
    .home-gold-awards {
        bottom: 40px !important;
    }
}



/** Property further mods */

/* Inline #40 | https://reside.nuvola.co.uk/properties/ */



.property_div.property .property_tagline {
  display: none;
}

.monthly-rent {
    font-size: 80%;
    color: #631a47;
}


.property-top {
    display: flex;
    /*height: 600px;*/
}
.property-top-info {
    flex: 0 0 33%;
    padding: 60px;
    /*padding-right: 20px;*/
    background: #F8F5F6;
}
@media only screen and (max-width: 1000px) {
    .nav-bar .module-group.right {
        display: none;
    }
    .nav-open .module-group.right {
        display: block !important;
    }
    ul {
        margin: unset !important;
    }
}

@media only screen and (max-width: 1000px) {
    .property-top-info {
        padding: 25px !important;
    }
}
.property-top-info h1.entry-title {
    display: block !important;
    text-transform: capitalize;
    color: #631a47;
    font-size: 26px;
    line-height: 1em;
}
.property-top-info h1.entry-title span {
    color: black;
    font-size: 22px;
}
.property-top-slideshow {
    flex: 0 0 67%;
    position: relative;
}

.property-resp-slideshow {
    position: relative;
    /*min-height: 100%;*/
    height: 100%;
}
.property-top-slideshow #hidetitle {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.property-top-slideshow .gallery-thumbs .swiper-slide {
	border: 6px solid #fff8;
	width: 0 !important;
	height: 0 !important;
	border-radius: 6px;
}
.property-top-slideshow .gallery-thumbs .swiper-slide img {
    display: none;
}
.property-top-slideshow .thumb-wrapper {
    display: none;
}

.property-top-slideshow #pp-nav {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    margin: 0;
    width: 100%;
    
}
.property-top-slideshow #pp-nav ul {
    width: 100%;
    text-align: center;
    display:flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    top: 40px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
    .property-top-slideshow #pp-nav ul {
        position: unset !important;
    }
    .property-top-slideshow #pp-nav {
        position: unset !important;
    }
    .property-top-slideshow #pp-nav {
        background: #F8F5F6 !important;
    }
    .property-top-slideshow #pp-nav ul li a {
        background: #F8F5F6 !important;
    }
    .custom-field-top-local {
        height: unset !important;
    }
}

.spacer {
    display: none !important;
}
@media only screen and (max-width: 1000px) {
    .hentry {
        margin-top: 0px !important;
    }
    .property-top {
        /*flex-direction: column !important;*/
        flex-direction: column-reverse !important;
    }
    .property-top-slideshow #pp-nav ul {
        top: 100px !important;
        margin: inherit !important;
        gap: 5px;
        height: fit-content !important;
        align-items: center;
        margin: 5px 0 5px 0 !important;
        
    }
    .property-top-slideshow #pp-nav ul li {
        margin-left: 0px !important;
        padding-bottom: 0 !important;
    }
    .prop-content-area {
        flex-direction: column !important;
        width: 95% !important;
    }
    .fee-broad {
        flex-direction: column !important;
        width: 95% !important;
    }
    .fee-broad > div {
        width: 100% !important;
    }
    .similar-properties {
        width: 95% !important;
        
    }
    .page-template-template-local-FC .btm-purple {
        height: inherit !important;
    }
    .page-template-template-local-FC .header-opacity {
        /*background-image: inherit !important;*/
    }
    .custom-field-top-local {
        flex-direction: column !important;
        /*font-size: 2rem;*/
    }
    .custom-field-top-local p,
    .custom-field-top-local img{
        width: 100% !important;
    }
    
    
}

.property-top-slideshow #pp-nav ul li {
    display: inline-block;
}
.property-top-slideshow #pp-nav ul li a {
    background: white;
    color: var(--purple);
    opacity: 0.85;
    text-transform: none;
    border-radius: 10px;
    min-height: 35px;
    display:flex;
    align-items: center;
    
}


.type-property #ff-entry .facilities-bullets{
    
    
}
.type-property #ff-entry .facilities-bullets h2 {
    font-size: 20px;
    color: #631a47;
    font-weight: 500;
    text-transform: none;

}
.page-template-template-contact .hentry {
    margin-top: 50px !important;
}
@media only screen and (max-width: 1000px) {
    .page-template-template-contact .hentry {
        margin-top: -10px !important;
    }
}
.type-property #ff-entry .prop-content-area {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.type-property #ff-entry .prop-content-area .facilities-bullets {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.type-property #ff-entry .prop-content-area .facilities-bullets a {
    text-align: center;
}
.type-property #ff-entry .prop-content-area .facilities-bullets a p {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}
.type-property #ff-entry .prop-content-area .facilities-bullets h2{
    /*padding-top: 0 !important;*/
}



.type-property #ff-entry .prop-content-area img {
    max-width: 80%;
    margin: 0 auto 0 auto;
    border-radius: 25px;
}
.type-property #ff-entry .prop-content-area .ticklist p{
    /*padding: 25px;*/
    padding: 15px;
}
.type-property #ff-entry .fee-broad {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.type-property #ff-entry .fee-broad .fees {
    width: 30%;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.type-property #ff-entry .fee-broad .fees img {
    display: none;
}
.type-property #ff-entry .fee-broad .fees a:after {
    content: "\01F82A";
}

.type-property #ff-entry .fee-broad .fees h2 {
    text-align: left;
    border: 2px solid #631a47;
    /*padding: 5px 20px 5px 5px !important;*/
    padding: 0 0 0 10px !important;
    margin: 0;
    width: 80%;
    border-radius: 15px;
}
.type-property #ff-entry .fee-broad .lineunder {
    width: 70%;
    font-family: "Raleway" !important;
}
.type-property #ff-entry .fee-broad a {
    font-size: 1.5rem;
    font-weight: normal;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid var(--purple);
    padding: 10px;
    border-radius: 10px;
    width: 90%;
}
.type-property #ff-entry .fee-broad h2 {
    line-height: unset !important;
}
.lineunder,
.lineunder p {
    font-size: 1.2rem !important;
}

.owl-content h2 {
    text-align: center;
}
.owl-carousel-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl-carousel-item-text img {
    border-radius: 25px;
    margin: 25px;
}
#author-bio {
    margin: 25px;
}


.control-buttons {
    display:flex;
    padding: 10px 20px 10px 10px;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    background-color: var(--purple);
    position: fixed;
    z-index: 10;
    right: 0;
    /*top: 102px !important;*/
    top: 135px;
}
.page-template-template-blog #templatepage {
    background-color: var(--off-white);
}
.propresulttop .wpp_search_group.wpp_group_not_a_group {
    /*padding: 0 !important;*/
}
.control-buttons button {
   background: none;
   border: 2px solid white;
   color: white;
   font-size: 16px;
   /*padding: 8px 45px 8px 8px;*/
   padding: 8px 20px 8px 20px;
}
.control-buttons button:first-child {
    border-radius: 10px 0px 0px 10px;
    
}
.control-buttons button:nth-child(2) {
    border-radius: 0px 10px 10px 0px;
}


#map-view.active-button,
#list-view.active-button {
    background-color:  white;
    color: var(--purple);
}
#map-view-display {
    width: 100%;
    height: 100%;
    /*margin-top: 100px;*/
}


.footer-widgets ul {
    display:flex;
    flex-direction: row;
    justify-content: right;
}

.property-top-info .enquire  {
    /*border: 1px solid #631A47;*/
    padding: 8px;
    background-color: #631A47;
    color: white;
    border-radius: 10px;
}
.property-top-info .enquire:hover {
    background-color: #C3A376;
}
.property-top-info .enquire:after {
    /*content: "\01F82A";*/
    padding-left: 5px;
}





.blog-outer-div {
    display:flex;
    flex-direction: row;
    min-height: 300px;
}
.blog-outer-div .first-div {
    width: 30%;
    text-align: left;
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-outer-div .second-div img {
    width: 100%;
    height: 100%;
}

.blog-outer-div .second-div {
    width: 70%;
}

.blog-outer-div .entry-title {
    font-weight: bold !important;
    /*font-size: 3rem;*/
    font-size: 2.5rem;
    text-transform: capitalise !important;
}
.blog-container-outer {
    display:flex;
    flex-direction: row;
    margin-top: 80px;
}
.blog-container-1 {
    width: 70%;
}
.blog-container-2 {
    display:flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
}
.blog-container-2 .you-might-also-like {
    font-size: 24px;
    color: #631a47;
}
.blog-container-2 a {
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
    min-height:200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    
}
.blog-container-2 a img {
    width: 100%;
    border-radius: 25px 25px 0 0;
    
}
.blog-container-2 p, .blog-container-2 span {
    /*padding: 10px;*/
    text-align: center;
}
.blog-container-2 span {
    font-weight: bold;
    text-align: center;
}
.blog-container-2 .might-also-like-title {
    font-size: 18px;
    text-align: center;
    padding: 10px;
}


.post-template-default #primary {
    background-color: #F7F4F6;
}


.post-meta i {
    display: none !important;
}

.author-bio {
    
}
.author-bio img {
    border-radius: 50%;
}

.post-title.entry-title {
    display:block !important;
}

@media(max-width: 1000px) {
    .type-property #ff-entry .prop-content-area .facilities-bullets {
        flex-direction: column !important;
    }
    .bullet-width {
        width: 90%;
        margin: auto !important;
    }
    .single-property .ticklist,
    .single-property .proffy {
        margin-top: 20px !important;
    }
    .single-property .proffy {
        
    }
    
    .blog-outer-div {
        flex-direction: column;
    }
    .blog-outer-div .first-div {
        width: 100%;
        
    }
    .blog-outer-div .second-div {
        width: 100%;
    }
    .blog-container-outer {
        flex-direction: column;
        width: 95%;
        margin: auto;
    }
    .blog-container-outer .blog-container-1 {
        width: 100%;
    }
    .blog-container-outer .blog-container-2 {
        width: 100%;
    }
}

.custom-field-top-local p{
    width: 45%;
    font-size: 1.8rem;
    line-height: 40px;
    display: flex;
    font-family: "Raleway";
    /*color: black !important;*/
    align-items: center;
    padding: 35px;
}
.page-template-template-local-FC .owl-carousel-item-text a{
    font-size: 2rem !important;
    font-weight: normal;
}
.page-template-template-local-FC #content{
    display: flex;
    flex-direction: column;
}
.page-template-template-local-FC .owl-carousel-item-text {
    color: black !important;
}
.custom-field-top-local img {
    /*width: 65%;*/
    width: 55%;
    object-fit: cover;
}
.custom-field-top-local {
    display:flex;
    /*flex-direction: reverse-column;*/
    width: 100%;
    flex-direction: row;
    height: 400px;
}
.custom-field-top-local p {
    color: #631a47 !important;
}

.similar-properties {
    display:flex;
    flex-direction: row;
    width:95%;
    margin:auto;
    color: #692145 !important;
    flex-wrap: wrap;
}

.sim-prop-info p {
    font-size: 1.5rem;
}
.similar-properties .sim-prop-thumbnail {
    border-radius: 15px 15px 0 0;
}
.sim-prop-container {
    display:flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}
.sim-prop-info {
    display:flex;
    flex-direction: row;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    color: #692145;
}
.sim-prop-info p {
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: bold;
}
.capture-top-2 h2 {
    color: var(--purple);
    font-size: 2.5rem;
}
.landlord-section-maximise-1 p {
    color: black !important;
}
.about-section-1 p {
    font-size: 2.5rem;
}
.sim-prop-info img {
    width: 60%;
    max-height: 50px;
}
.sim-prop-info-above p:first-child {
    font-weight: bold;    
    text-align: center;
}
.sim-prop-info-above {
    display:flex;
    flex-direction: column;
    font-size: 2rem;
    align-items: center;
    color: #692145;
    margin-top: 20px;
}
.sim-prop-info-above p {
    margin: 0;
    color: #692145;
}
.similar-properties-container {
    display: flex;
    flex-direction: column;
    width: 100%;
     background-color: #F7F4F6;
     padding: 50px 0 100px 0;
}
.similar-properties-title {
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    color: #692145;
    margin: 20px auto 50px auto;
}


.similar-properties .property_div::after {
    display: block;
}


.page-template-template-local-FC .tc_member-thumb img {
    /*object-fit: contain;*/
    width: 45%;
    /*height: 150px;*/
}
.page-template-template-local-FC .tc_member-col-single {
    min-height: unset;
}
.page-template-template-local-FC .tc_member-col-single h5 {
    line-height: unset !important;
    display: none;
}
.page-template-template-local-FC .tc_member-col-single p {
    font-size: 14px !important;
    color: #692145;
}
.page-template-template-local-FC .tc_member-col-single h3 a {
    text-transform: capitalize;
    font-weight: bold;
}
.page-template-template-local-FC .tc_member-col-single h3 {
    margin: 0 !important;
}
.page-template-template-local-FC .schools-local {
    width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-template-local-FC .schools-local a br {
    display: none !important;
}

section {
    border-bottom: 0px !important;
}
.menu li a {
    font-size: 14px !important;
}

.page-template-template-blog #primary {
    background-color: var(--off-white);
}
.page-template-template-blog #centre-content .postsummary .postthumb img {
    min-height: 300px !important;
    object-fit: cover;
    object-position: right;
}
.page-template-template-home .rpwwt-recent-posts-widget-with-thumbnails-3 img{
    object-fit: cover;
    object-position: right;
}
.page-template-template-local-pages #main {
    background-color: var(--off-white);
    /*padding: 10px 0 0 0  !important;*/
}
.page-template-template-local-pages .site-main {
    padding: 10px 0 0 0 !important;
}
.page-template-template-local-pages #content {
    /*padding: 0 10px 0 10px;*/
}
.page-template-template-local-pages .entry-content {
    padding: 30px;
    width: 90%;
    margin: auto;
}
.page-template-template-local-pages #primary {
    background-color: white !important;
    display: flex;
    flex-direction: column;
}

.breadcrumbs .flex-row.reverse {
    background-color: var(--off-white);
}

.page-template-template-property {
    background-color: var(--off-white);
}
/*.single-property {*/
/*    margin-top: 100px !important;*/
/*}*/




.single-property .entry-content {
    margin-top: 50px ;
}
.single-property .hentry {
    margin-top: 69px !important;
}
.whiteback {
    display: none !important;
}

.proffy img {
    border-radius: 0px !important;
    padding: 25px;
    height: 120px;
    width: 250px;
}


.logo {
    max-height: 75% !important;
}

.page-template-template-local-FC .tc_team-member {
    background-color: white;
    transition: 0.2s all ease-in-out;
}
.page-template-template-local-FC .tc_team-member:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.page-template-template-local-FC a:hover {
    color: var(--purple) !important;
}
.page-template-template-local-FC .tc_overlay {
    display: none;
}
.page-template-template-local-FC .tc_member-thumb{
    /*height: 100px;*/
    margin-bottom: -80px;
    border-radius: 25px;
    background-color: white;
}
.page-template-template-local-FC .tc_member-thumb:hover {
    /*pointer-events: none;*/
}
.page-template-template-local-FC .tc_team-member {
    /*position: relative;*/
    margin: 50px 5px 35px 5px;
    
}
.page-template-template-local-FC .btn-lg {
    min-width: 100px !important;
}
.page-template-template-local-FC .tc_team-member h3 {
    /*padding-top: 140px;*/
    z-index: 10;
}
.page-template-template-local-FC .tc_team-member p {
    z-index: 10;
}
.page-template-template-local-FC .tc_member-thumb img {
    position: relative;
    bottom: 80px;
    border-radius: 50%;
    padding: 5px;
}
.page-template-template-local-FC h2 {
    font-weight: normal !important;
    margin-top: 50px !important; 
    margin-bottom: 50px;
}
.col-md-9 {
    padding: 0 !important;
}

.control-buttons button {
    font-family: "Raleway";
}

.wpp_search_elements li select{
    font-family: "Raleway" !important;
    font-weight: bold;
}
.header-text-new a:hover {
    color: white !important;
}

.home-about {
    margin-left: 5px !important;
}

#areapage {
    background-color: var(--off-white) !important;
}
.schools-local-title {
    font-size: 2rem;
    color: var(--purple);
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
}
.all-properties .more a{
    text-transform: capitalize !important;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.checked {
    color: rgb(202,171,122);
    margin-left: 5px;
}
.all-properties .more a:after {
    /*content: "\2192";*/
    color: white;
    margin-right: 5px;
    font-size: 2rem;
}
.page-template-template-property div.wpp_search_attribute_wrap select {
    width: 100%;
}


.flex-row p {
    color: black !important;
}
.facilities-ov span {
    font-weight: bold;
    color: var(--purple);
}
.property_widget_block .feat-price {
    color: var(--purple) !important;
    font-weight: normal !important;
}
.property_widget_block .title {
    font-weight: bold !important;
}
.landlord-page .ticklist li {
    font-size: 1.8rem !important;
}
.crumbs-video p {
    color: var(--purple) !important;
}
.recent-posts-widget-with-thumbnails div ul li {
    /*max-height: 340px !important;*/
    height: 360px;
    width: 380px !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible !important;
}
@media only screen and (max-width: 1000px) {
    .recent-posts-widget-with-thumbnails div ul li {
        margin-bottom: 40px !important;
        width: 350px !important;
    }
    .wpp_featured_properties_widget .property_widget_block {
        width: 350px !important;
    }
    .narrower {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .single-property .hentry {
        margin-top: 0 !important;
    }
}


.insights-read-more {
    background: #631a47 !important;
    color: white !important;
    position: absolute;
    bottom: -30px;
    width: 50%;
    padding: 10px;
    border-radius: 15px;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-evenly;
}



.recent-posts-widget-with-thumbnails div ul li span {
    color: var(--purple) !important;
    font-weight: bold;
    font-size: 1.5rem;
}
.rpwwt-post-excerpt {
    color: var(--purple);
}
.rpwwt-widget ul li {
    margin: 0 10px 0 10px !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
}

.page-template-template-landlords .hentry {
    margin: 0 !important;
}
.single-property .prop-container {
    max-width: 1400px !important;
    padding: 0 10px;
}
.single-property .prop-content-area {
    max-width: 1400px !important;
}

.enquire-a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.enquire-a a {
    /*margin: 8px;*/
}


.parallax-mirror {
    height: 100%;
    visibility: visible !important;
    width: 100%;
}
.parallax-slider  {
    object-fit: cover;
    position: absolute;
}


.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    padding: 5px 10px 5px 10px !important;
    border-radius: 15px !important;
    top: 50% !important;
}

a {
    font-family: "Raleway" !important;
    font-weight: 600 !important;
}





.page-template-template-landlords .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#block-2 {
    position: relative;
    top: 24px;
    padding: 20px 0 20px 0;
    background-color: white;
}

.home .rpwwt-post-title,
.home .rpwwt-post-excerpt{
    padding: 0 10px 0 10px !important; 
}



