/* FONT PATH
 * -------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
 
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
} 

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif;
}

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

.side_top_nav__menu--top .is-active > a {
    background: none;
    color: #000 !important;
}

.page-template-template-essentials-range .epl-stickers-wrapper .status-sticker { 
    color: #333!important;
    background-color: #fed000!important;
}

.button {
    background: #fed000;
    border-color: #fed000;
    color: #6f7c83;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    background-color: #fdcd08;
    -webkit-border-radius: 24px 24px 0px 24px;
    -moz-border-radius: 24px 24px 0px 24px;
    border-radius: 24px 24px 0px 24px;
    padding: .75rem 1rem!important;
    width: max-content;
}
.button:hover {
    color: #6f7c83 !important;
    border-color: #6f7c83;
    background: #fff !important;
}
#site-navigation nav .desktop-menu li {
    padding-left: 2.25rem;
}
#site-navigation nav .desktop-menu a {
    padding: 0.75rem 0 2rem 0;    
    color: #6f7c83;
    position: relative;
}
#site-navigation nav .desktop-menu a:hover {
    color: #333;
}
#site-navigation nav .desktop-menu a:hover::after {
    position: absolute;
    height: 3px;
    background: #fed000;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

#site-navigation nav.navigation-top--right .row-top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#site-navigation nav.navigation-top--right .side_top_nav__menu--top a {
    font-size: 1rem;
    font-weight: 300;
}   
#site-navigation nav.navigation-top--right a.email {
    background: #6ba2b5;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 50px;
    height: 40px;
    line-height: 1rem;
    display: block;    
}

#site-navigation nav.navigation-top--right a.phone {
    font-size: 22px;
    height: 40px;
    line-height: 1rem;    
    background: #fed000;    
    position: relative;
    float: right;
    margin-right: 10px;
}
#site-navigation nav.navigation-top--right a.phone i.fa-phone {
    font-size: 1rem;
    margin-right: 5px;
}
#site-navigation nav.navigation-top--right a.phone:after {
    content: '●●●●';
    display: block;
    color: #333;
    font-size: 10px;
    height: 100%;
    line-height: 20px;
    float: right;
    display: none;
}
#site-navigation nav.navigation-top--right .social {
    padding: 0 20px;
}
#site-navigation nav.navigation-top--right .social a {
    padding: 0.2rem 0.5rem;
    line-height: 35px;
    float: left;
}

.header--universial .content--container {
    height: 715px;
}
.header--universial .content--container .align-middle {
    height: 100%;
}
.header--universial .content--container .col-text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: auto;
}
.header--universial .content--container .col-image {
    height: 70%;    
    text-align: right;
}
.header--universial .content--container .col-text h1 {
    font-weight: 700;
    color: #fff;
    font-size: 72px;
}

.header--universial .content--container .col-text .header__content p {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
}
.header--universial .content--container .col-text .header__buttons a {
    color: #000;
}
.header--universial .content--container .col-text .header__buttons .fa {
    float: right;
    margin-left: 15px;
}
.header--universial .header__image {
    margin: 0 0 1.5rem;
}

.section.page-home  .bcblock--recent-news .entry-thumb.thumbnail,
.bcblock--blog-news .entry-thumb.thumbnail {
    height: 14.1875rem;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0;
    padding-bottom: inherit;
}

.section.page-home  .bcblock--recent-news .entry-thumb.thumbnail,
.bcblock--blog-news .entry-thumb.thumbnail {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}


.section.page-home  .bcblock--recent-news .recent-news-block-text h3 a,
.bcblock--blog-news .recent-news-block-text h3 a {
    color: #6f7c83;
    font-size: 1.4375rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}


.section.page-home  .bcblock--recent-news .recent-news-block-text .entry-content,
.bcblock--blog-news .recent-news-block-text .entry-content {
    color: #666666;
    font-size: 0.875rem;    
    margin: 0 0 1rem;
    min-height: 5.625rem;
    height: 100%;
}
.section.page-home  .bcblock--recent-news .recent-news-block-text .entry-content,
.bcblock--blog-news .recent-news-block-text .entry-content  {
    min-height: 0%;
    height: auto;
}

.section.page-home  .bcblock--recent-news .recent-news-block-text .block-button .fas,
.bcblock--blog-news .recent-news-block-text .block-button .fas {
    font-size: 12px;
}

.section.page-home  .bcblock--recent-news .recent-news-block-text .block-button .fas,
.section.page-home  .bcblock--recent-news .recent-news-block-text .block-button a,
.bcblock--blog-news .recent-news-block-text .block-button .fas,
.bcblock--blog-news .recent-news-block-text .block-button a {
    color: #6ba2b5;
}

.section.page-home .bcblock--recent-news {
    max-width: 75.5rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 8.125rem;
}
.section.page-home .bcblock--recent-news::before {
    content: '';
    position: absolute;
    left: -7.25rem;
    bottom: 0;
    background-image: url(../images/news.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 12.4375rem;
    width: 43.25rem;
}
.section.page-home .bcblock--recent-news::after {
    content: '';
    position: absolute;
    right: -7.25rem;
    top: 0;
    background-image: url(../images/d.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 513px;
    width: 475px;
}
.bcblock--recent-news .list-posts .entry-post .entry-title,
.bcblock--blog-news .list-posts .entry-post .entry-title {
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.section.page-home .bcblock--recent-news .block__title h2 {
    font-size: 36px;
    color: #6f7c83;
}

.bcblock--recent-news .list-posts {
    padding: 0;
}
.bcblock--recent-news .list-posts .slick-slide .post-thumbnail {
    line-height: 0;
    display: block;
} 
.section.page-home  .bcblock--recent-news .recent-news-block-text h3,
.section.page-home  .bcblock--recent-news .recent-news-block-text h3 a {
    height: auto !important;    
    font-size: 1.375rem;
}
.section.page-home  .bcblock--recent-news .recent-news-block-text h3 a {
    line-height: 1.625rem !important;
}
.section.page-home .bcblock--recent-news .recent-news-block-text .block-button .fas{
    font-size: 12px;
}
.bcblock--recent-news .entry-post-content {
    border: solid 1px #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    background: #fff;
}
.section.page-home  .bcblock--recent-news .recent-news-block-text,
.bcblock--blog-news .recent-news-block-text {
    padding: 1.5rem 1.875rem;    
}


.section.page-home .efblock--23 .row h3 {
    font-weight: 300;
    font-size: 24px;
    color: #fed000;
}
.section.page-home .efblock--23 .row h2 {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
}

.button-logo-shape {
    border-radius: 25px 25px 0 25px;
}

.section.page-home .efblock--23 .row h4 {
    color: #fed000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
}

.section.page-home .efblock--23 .row p {
    color: #fff;
    font-size: 18px;
}

.wrapper_block_content {
    max-width: 90rem;
    margin: 0 auto;
}

.footer .wrapper_block_content{max-width: 1170px;}

.page-template-page-blog .container__wrapper .wrapper_page {
    padding-top: 0px!important;
}

/**
* Other page
*/

.not-front-page .header--universial {
    min-height: 0;
}
    
.blog .header--universial {
    height: 22rem;
    background-position: bottom center !important;
}
.not-front-page .header--universial .content--container {
    height: 30rem; /* was 15 */
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    z-index: 999;
}
.blog .header--universial .content--container {
    height: 22rem;
}
.not-front-page .header--universial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(../images/banner-layer1.png); */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70a3ba+0,70a3ba+50&0.7+0,0+100 */
background: -moz-linear-gradient(left, rgba(112,163,186,0.7) 0%, rgba(112,163,186,0.35) 50%, rgba(112,163,186,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(112,163,186,0.7) 0%,rgba(112,163,186,0.35) 50%,rgba(112,163,186,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(112,163,186,0.7) 0%,rgba(112,163,186,0.35) 50%,rgba(112,163,186,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b370a3ba', endColorstr='#0070a3ba',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    height: 100%;
    width: 50%;
    z-index: 15;
}
.blog .header--universial .content--container::before {
    display: none;
}
.not-front-page .header--universial .content--container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.blog .header--universial .content--container::after {
    display: none;
}
.not-front-page .header--universial .content--container .row {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    
    z-index: 100;
    position: relative;
}
.not-front-page .header--universial .content--container h1 {
    margin: 0;
    color: #fff;    
    font-weight: 600;
}
.blog .header--universial .content--container h1 {
    color: #6f7c83;
}

.wrapper_page {
    padding-top: 6.875rem;
    padding-bottom: 6.25rem;
}

.bcblock--blog-news .list-posts .post-thumbnail {
    display: block;    
}
.bcblock--blog-news .list-posts .blog-item {
    border: solid 1px #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    height: 100%;
}
.bcblock--blog-news .list-posts .entry-post {
    margin-bottom: 2rem;
}
.bcblock--blog-news .list-posts .double_wide_column .entry-title a {
    color: #5999b4;
    line-height: 1.2;
    line-height: 2rem;
}

.entry-post .recent-news-block-text p {
    color: #637681;
    font-size: 12pt!important;
    line-height: 1.5;
}

.category .wrapper_block_content { padding-bottom: 30px; }

.entry-post .blog-item { 
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
}

.recent-news-block-text .entry-title a {
    color: #5999b4!important;
    line-height: 1.2!important;
}

.recent-news-block-text { padding-bottom: 70px!important; }

.blog-item { position:relative; }
.blog-item .block-button a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fed000;
    border-color: #fed000;
    color: #6f7c83;
    font-weight: 600;
    font-size: 16px;
    color: #333!important;
    background-color: #fdcd08;
    -webkit-border-radius: 24px 24px 0px 24px;
    -moz-border-radius: 24px 24px 0px 24px;
    border-radius: 24px 24px 0px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    padding: .75rem 1rem;
    padding-right: 1rem;
    border-width: 0;
}

.blog-item .block-button a .fas { margin-left:10px; }

.efblock--27 .post-item-wrapper .blog-item .block-button a {
    right: 80px;
    bottom: 0px;
    font-size: 14px;
    width: max-content!important;
}

.blog-item .block-button a i { color: #333!important; }

.bcblock--blog-news .list-posts .double_wide_column .thumbnail {
    background-position: center;
    max-width: 100%;
    background-size: cover;
}

.wp-pager .page a.button {
    padding: 0.5rem 1.875rem;
}

.category-hub { 
    
}

.enquire-footer-anchor {
    margin-top: 60px;
}

.block__categories {
    margin-bottom: 80px;
}
.block__categories .cat-button {
    display: block;
    width: max-content;
    background: #fecf00;
    margin: 0 auto;
    border-radius: 0.652rem 0.652rem 0;
    color: #000000;
    line-height: 1.5rem;
    margin-top: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0 0.875rem;
}

.block__title_cat { 
    color: #fed000;
    font-size: 3.4375rem;
    font-weight: 700;
    line-height: .5;
    text-align: center;
}

.block__title_cat .block__title--pre { font-size: 2.25rem;
    color: #000;
    line-height: .6;
    display: block;
    
}

.block__categories .block__category:hover .cat-button,
.block__categories .block__category.current .cat-button{
    background: #6ba2b5;
    color: #FFF;
}

.block__categories .block__category{
    width: 9.375rem;
    margin: 0 auto;
    display: block;
}

.block__categories .block__category .normal,
.block__categories .block__category .active{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.block__categories .block__category .active{
    opacity: 0;
}


.block__categories .block__category:hover .normal,
.block__categories .block__category.current .normal{
    opacity: 0;
}

.block__categories .block__category:hover .active,
.block__categories .block__category.current .active{
    opacity: 1;
}


/** Footer  ***/


.footer .footer-bottom {
    padding: 0 0 2.5rem;
    background: none;
    font-size: 0.75rem;
}

.footer .footer-bottom .logo {
    margin: 0;
}

.footer .footer-bottom .align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.footer .footer-widgets {
    padding: 3.75rem 0 0.75rem;
}
.footer .footer-widgets .widget-title,
.footer .footer-widgets .gform_widget .widget-title {
    color: #fff;
    font-size: 1rem;
    margin-top: 1.375rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.footer .footer-widgets .textwidget,
.footer .footer-widgets .textwidget p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.75rem;
    margin: 0;
    font-weight: 300;
}
.footer .footer-widgets .widget a {
    background: none !important;
    font-weight: 300;
    padding: 0;
    font-size: 14px;
}
.footer .footer-widgets .widget ul {
    margin: 0;
    padding: 0;
}
.footer .footer-widgets .widget ul li {
    padding: 0;
    list-style-type: none;
}
.footer .footer-widgets .widget ul li span {
    font-weight: 600;
    padding: 5px 0;
    display: inline-block;
}
.footer .footer-widgets .widget ul li a {    
    font-size: 0.875rem;
    padding: 5px 0;
    font-weight: 300;
}
.footer .footer-widgets #text-2 ul li span,
.footer .footer-widgets #text-2 ul li a {
    padding: 0;
    margin-bottom: 10px;
}
.footer .footer-widgets .widget a.gmap {
    color: #fed000;
}
.footer .footer-widgets #nav_menu-3 h6{
    opacity: 0;
}

.footer .gform_wrapper input, #gform_fields_10 input, #gform_fields_10 textarea {
    margin-bottom: 10px;
    color: #424d5a;
    background: #fff;
    border: 0;
    padding: 0.5625rem 0.9375rem;
    height: auto;
    font-size: 0.875rem;
}

.footer .gform_wrapper input::-webkit-input-placeholder,
.footer .gform_wrapper textarea::-webkit-input-placeholder {
    color: #424d5a;
}

.footer .gform_wrapper input:-ms-input-placeholder,
.footer .gform_wrapper textarea:-ms-input-placeholder {
    color: #424d5a;
}

.footer .gform_wrapper input::-ms-input-placeholder,
.footer .gform_wrapper textarea::-ms-input-placeholder {
    color: #424d5a;
}

.footer .gform_wrapper input::placeholder,
.footer .gform_wrapper textarea::placeholder {
    color: #424d5a;
}

.gform_wrapper input[type="submit"].button {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    background-color: #fed000;  
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: background-color .3s,color .3s,border-color .3s;
    transition: background-color .3s,color .3s,border-color .3s;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
    padding: .75rem 1rem;
    border-width: 0;
    background-image: url(../images/right.png) !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
    margin: 0;
}
.gform_wrapper input[type="submit"].button:hover {
    background-color: #70a4b9 !important;    
    color: #fff !important;
}

.gform_wrapper .checkbox ul.gfield_checkbox input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0.3;
    content: "\274c";
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
    left: 6px;
    border: none;
    color: #51585e;
}

.block__contact .contact-details h3,
.block__contact .contact__title h3 {
    color: #6f7c83;
    margin-bottom: 1.875rem !important;
}
.block__contact .contact-details h3.social-media {
    margin-bottom: 1rem !important;
}
.block__contact .contact-details .social a {
    color: #6ba2b5;
    margin-right: 1rem;
}

.block__contact .contact-details .contact__item {
    font-size: 18px;
    color: #555;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.block__contact .contact-details .contact__info {
    margin-bottom: 2.5rem;
    display: block;
}
.block__contact .contact-details .contact__item i {
    margin-right: 1.25rem;
}
.block__contact .contact-details .contact__item a {
    color: #555;
}
.block__contact .contact-details .contact__item span.label {   
    width: 11.25rem;
    font-weight: 600;
}
.block__contact .contact-details .contact__item span {    
    display: inline-block;
    margin-bottom: 0.625rem;
}
.block__contact .gform_wrapper .form-control {
    margin-bottom: 30px;
}
.block__contact .gform_wrapper .form-control input,
.block__contact .gform_wrapper .form-control textarea {
    background: #f7f7f7;
    border: solid 1px #f1f1f1;
    border-top-width: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1rem;
    height: auto;
    margin: 0;
    color: #555;
}
.block__contact .gform_wrapper .form-control textarea {
    height: 7.5rem;
}
.block__contact .gform_wrapper .form-control input::-webkit-input-placeholder,
.block__contact .gform_wrapper .form-control textarea::-webkit-input-placeholder {
    color: #555;
}
.block__contact .gform_wrapper .form-control input:-ms-input-placeholder,
.block__contact .gform_wrapper .form-control textarea:-ms-input-placeholder {
    color: #555;
}
.block__contact .gform_wrapper .form-control input::-ms-input-placeholder,
.block__contact .gform_wrapper .form-control textarea::-ms-input-placeholder {
    color: #555;
}
.block__contact .gform_wrapper .form-control input::placeholder,
.block__contact .gform_wrapper .form-control textarea::placeholder {
    color: #555;
}

.block__contact .gform_wrapper .ginput_container_radio ul {
    padding: 0;
    margin: 0;
}
.block__contact .gform_wrapper .ginput_container_radio li {
    list-style-type: none;
    color: #555;
    display: inline-block;
    font-size: 0.875rem;
}

.block__contact .gform_wrapper .ginput_container_radio input {
    display: none;
}
.block__contact .gform_wrapper .ginput_container_radio input + label {
    position: relative;
    padding-left: 30px;
}
.block__contact .gform_wrapper .ginput_container_radio input + label::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: #c9c9c9;
    border-radius: 50%;
    top: 2px;
    left: 0;
    cursor: pointer;
}
.block__contact .gform_wrapper .ginput_container_radio input:checked + label::before {  
    background: #555;
}
.block__contact .gform_wrapper .ginput_container_radio input:checked + label::after {
    left: 8px;
    top: 6px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
}
#page-contact__block--contact-ect9-2 .block__content {
    padding: 0;
}
#page-contact__block--contact-ect9-2 .map-canvas {
    min-height: 25rem;
}
.block__contact .gform_wrapper #field_4_11 .ginput_container_radio,
.block__contact .gform_wrapper #field_4_12 .ginput_container_radio{
    margin-top: 1rem;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 39.9375em){
    #page-contact__block--contact-ect5-1 .cblock__form{
        margin-top: 3rem;
    }
}

@media screen and (min-width: 50em){
    .block__contact .gform_wrapper #field_4_11,
    .block__contact .gform_wrapper #field_4_12,
    .block__contact .gform_wrapper #field_4_9 {
        clear: both;
        padding-bottom: 1.875rem;
        overflow: hidden;
        margin: 0;
    }

    .block__contact .gform_wrapper #field_4_11 label.gfield_label,
    .block__contact .gform_wrapper #field_4_12 label.gfield_label {
        display: block;
        float: left;
        width: 50%;
        color: #555;
        font-size: 0.875rem;
    }
    .block__contact .gform_wrapper .ginput_container_radio {
        float: left;
        padding-left: 0.9375rem;
    }
    .block__contact .gform_wrapper #field_4_6,
    .block__contact .gform_wrapper #field_4_7 {
        float: left;
        width: 50%;
    }
    .block__contact .gform_wrapper #field_4_6 {
        padding-right: 0.9375rem;
    }
    .block__contact .gform_wrapper #field_4_7 {
        padding-left: 0.9375rem;
    }
}

.efblock--13 {
    padding-bottom: 0;
}

.efblock--13-content {
    margin-bottom: 5.9375rem;
}

.efblock--13-content .border-eft13 {
    padding: 0;
    overflow: hidden;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.efblock--13-content .col-left .border-eft13 .eft13-block-titlechild {
    margin-top: 1.3rem;
}
.efblock--13-content .col-right .border-eft13 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 5.625rem 3rem;
    position: relative;
}
.efblock--13-content .col-right .border-eft13::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,.7);
    z-index: 10
}
.efblock--13-content .col-right .border-eft13  h3 {
    color: #fed000;
    font-size: 30px;
    text-align: center;
    margin-top: 4rem;
}
.efblock--13-content .col-right .border-eft13 .eft13-block-titlechild,
.efblock--13-content .col-right .border-eft13 .eft1-block-contentchild {
    position: relative;
    z-index: 20;
    color: #fff;
}
.efblock--13-content .border-eft13 h3 {
    font-weight: 300;
    color: #6f7c83;
    font-size: 2.25rem;
    margin-bottom: 2.1875rem;
}
.efblock--13-content .border-eft13 p {
    font-weight: 300;
    color: #555;
    margin-bottom: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.875rem;
}

.efblock--13-content .col-right .border-eft13 p,
.efblock--13-content .col-right .border-eft13 li {
    color: #fff;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.efblock--13-content .border-eft13 li {
    margin-bottom: 0.5rem;
    list-style-type: none;
    padding-left: 30px;
}
.efblock--13-content .border-eft13 ul {
    margin: 0;
}
.efblock--13-content .border-eft13 li i {
    color: #fed000;
    font-size: 10px;
    margin-right: 20px;
    margin-left: -30px;
}

#page-about__block--feature-ef23-2 .efblock--23,
.efblock--23 {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#page-about__block--feature-ef23-2 .efblock--23::before,
.efblock--23::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(38,51,58,.85);
    z-index: 10
}

#page-about__block--feature-ef23-2 .eft23-block-title,
.eft23-block-title {
    text-align: center;
    margin-bottom: 2.5rem;
    }
#page-about__block--feature-ef23-2 .eft23-block-title h3,
.eft23-block-title h3{
    color: #fed000;
}
#page-about__block--feature-ef23-2 p,
.efblock--23 p{
    color: #fff;
    text-align: center;
    line-height: 1.625rem;
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
}

#page-about__block--feature-ef23-2 li,
.efblock--23 li{
    margin-bottom: 0.5rem;
    list-style-type: none;
    padding-left: 30px;
    color: #fff;
     font-size: 14px;
}

#page-about__block--feature-ef23-2 li i {
    color: #fed000;
    font-size: 10px;
    margin-right: 20px;
    margin-left: -30px;
}

#page-about__block--feature-ef23-2 .efblock--23 .efblock--23-space{
    margin: 5.3125rem auto;
    position: relative;
    z-index: 20;
}

@media screen and (min-width: 50em){
    #page-about__block--feature-ef23-2 ul {
        padding: 0 30px 0;
        width: 50%;
        float: left;
        margin: 0;
    }
}

@media screen and (min-width: 75em){
    #page-about__block--feature-ef23-2 .efblock--23 .efblock--23-space {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

#page-about__block--feature-ef24-3 .eft24-block-content .column {
    margin-bottom: 1.5rem;
}
#page-about__block--feature-ef24-3 .eft24-block-content img {
    max-width: 8.125rem;
    height: auto;;
}

.wrapper_logos {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

#page-about__block--feature-ef24-3 .features-title-eft1 h2 {
    color: #6f7c83;
    font-size: 2.25rem;
    margin: 0 0 3.75rem;
    text-align: center;
    font-weight: 300;
}
#page-about__block--feature-ef24-3 .footer-title {
    font-weight: 300;
    text-align: center;
    color: #6f7c83;
    font-size: 0.875rem;
    margin-top: 1.5rem;
}

/**
    Single
*/
.header--universial p.byline {
    color: #Fff;
    font-size: 1rem;
    margin: 2rem 0 0;
}
.header--universial p.byline a {
    color: #fff;
}
.single-post .header--universial .content--container {
    height: 30rem;
}
.single-post .header--universial .content--container::before {
    width: 100%;
}

@media screen and (min-width: 40em){
    .block__content_customer_reviews .testimonials {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 75em){
    .block__content_customer_reviews .testimonials {
        -webkit-column-count: 3;
        column-count: 3;
    }
}


.block__content_customer_reviews .testimonials .testimonial {
    padding-left: 10px;
    padding-right: 10px;
}
.block__content_customer_reviews .testimonials .testimonial--item {
    display: inline-block;
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 1.875rem;
    /* padding: 1.75rem; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__wrapper {
    padding: 1.75rem; 
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__meta {
    margin-bottom: .875rem;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__content {
    color: #555;
    font-size: .875rem;    
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__author--image {
    border-radius: 50%;
    overflow: hidden;
    height: 3.125rem;
    width: 3.125rem;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__author--name {
    display: inline-block;
    margin-left: .75rem;
    margin-bottom: 0;
    color: #70a4b9;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__author--rate-star {
    margin-left: .75rem;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__author--rate-star i {
    color: #ffc000;   
    font-size: 0.75rem;    
}

.block__content_customer_reviews .testimonials .testimonial--item .testimonial__thumbnail {
    position: relative;
    max-width: 24rem;
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__thumbnail .inner-div {  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    cursor: pointer;    
    -webkit-transition: all 0.8s ease;    
    transition: all 0.8s ease;    
    height: 100%;
    width: 100%;
}
.block__content_customer_reviews .testimonials .testimonial--item .testimonial__thumbnail:hover .inner-div {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
/***
 * Responsive
 */

/**
 * 1199px
 */
@media (max-width: 74.9375rem) {

    .header--universial .content--container .col-image {
        height: auto;
    }
    .header--universial .content--container .col-text {     
        height: auto;
        text-align: center;
    }
    
    .off-canvas .menu a {
        text-align: center;
        text-transform: uppercase;
    }
    
    .off-canvas-socials .social {
        text-align: center;
        width: 100%;
    }
    .off-canvas-socials a {
        color: #6f7c83;
        padding: 0 5px;
        border-radius: 5px;
        font-size: 2rem;
    }
    .off-canvas .menu a:hover,
    .off-canvas .menu .is-active > a {
        color: #fed000;
    }
    .phone-social-media {
        width: 100%;
        margin: 0.625rem 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .phone-social-media .phone-button,
    .phone-social-media .email-icon {
        display: inline-block;
    }
    .phone-social-media .phone-button a {
        font-size: 21px;
        padding: 10px 21px;
    }
    .phone-social-media .email-icon a {
        background: #90b9c8;
        color: #fff;
        padding: 5px 15px;
        font-size: 23px;
        margin-left: 10px;
        border-radius: 5px;
        display: inline-block;
    }
    #page-home__block--archive-ebc-recent-news-3 .block__content,
    .wrapper_block_content {
        max-width: 70.5rem;
    }

    .footer .footer-widgets .widget {
        margin-bottom: 0;
    }
}
/**
 * 639
 */
@media (max-width: 39.9375rem) {

    .header--universial .content--container .col-image {
        height: auto;
    }
    .header--universial .content--container .col-text {
        text-align: center;
        margin-top: 6.25rem;
    }
    .section.page-home .efblock--23 .row h2 {
        font-size: 48px;
    }
}
@media (max-width: 1000px) {
    .section.page-home .efblock--23::after {
        display: none;
    }
}

.efblock--2 .column,
.efblock--2 .columns {

}
.efblock--2 .features-title-eft1 h2,
h2{
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
}
.efblock--1 .features-title-eft1 h2 {
    color: #fff;
}
.efblock--2 .eft2-block-thumbnail {
    max-height: 70px;
}
.efblock--2 .eft2-block-titlechild {
    margin-top: 2rem;
}
.efblock--2 .eft2-block-titlechild h3 {
    font-size: 1.375rem;
    color: #70a4b9;
    font-weight: 600;
}
.efblock--2 .eft2-block-contentchild {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.efblock--2 .block-button {
    margin-top: 1rem;
}
.efblock--2 .block-button a {
    font-size: 0.875rem;
    color: #70a4b9;
    font-weight: 600;
}
.efblock--2 .block-button a:hover {
    color: #fed000;
}
.efblock--2 .border-eft1{
    margin-bottom: 3rem;
}

@media screen and (max-width: 29.9375rem){
    .efblock--2 .column{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 40em){
    .efblock--2 .border-eft1{
        margin-bottom: 0;
    }
}

.efblock--27 .post-item-wrapper .recent-news-block-text .entry-content {
    
}

.enquire-sticky-anchor .enquire-anchor {
    padding: 0.325rem 0.6375rem!important;
    font-size: 1rem!important;
}

.enquire-sticky-anchor .enquire-anchor .chat { 
    width: 2.125rem!important;
    height: 2.125rem!important;
}

.home .header--universial .header__image { 
    width: auto;
}

#page-home__block--feature-ef26-2 .efblock--26 {
    background: linear-gradient(to right, #e9e9e9 0%, #F2F2F2 50%, #e9e9e9 100%);
}

.efblock--26 .ewf-epl-slider:after { background: linear-gradient(to right, rgba(112, 164, 185, 0) 0%, #e9e9e9 100%);
}

.efblock--26 .feature__block {
padding: 10px;
padding-top: 40px;
margin: 0px;
}

.efblock--26 .feature__block .feature__title {
    color: #000;
    padding: 12px;
}

.efblock--26 .block__title--pre{
    font-size: 2.65rem;
    line-height: .8;
}

.efblock--26 .block__title {
    color: #6f7c83;
    font-size: 3.8375rem;
}

#site-navigation nav.navigation-top--right a.phone { 
    line-height: 0rem;
}

.efblock--25 .block__content--inner { 
    background: linear-gradient(to bottom, rgba(112, 164, 185, 0) 0%, #6f7c83 100%);
}

.efblock--26 .block__title--sub { 
    font-size: 1.4rem;
    color: #6f7c83;
    margin:0rem 5rem 0rem 5rem;
}

.epl-property-single .status-sticker.open, .epl-property-blog .status-sticker.open {
    font-size: 16px;
    font-weight: bold;
    }

.epl-property-single .status-sticker , .epl-property-blog .status-sticker { 
    position: absolute;
    left: 0;
    z-index: 9;
    font-size: 16px;
    font-weight: bold;
}    

.epl-stickers-wrapper {
    position: relative;
    top: 15px;
}

.award .epl-stickers-wrapper {
    position: relative;
    top: 15px;
}

.award .status-sticker { 
    position: absolute;
    left: 0;
    z-index: 9;
    font-size: 16px;
    font-weight: bold;
   
} 

.award .status-sticker {
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 0px 17px 0px;
    padding: 7px 15px;
     background-color: #fed000;
}

.single-property .epl-stickers-wrapper { 
    z-index: 80;
}

.status-sticker.for-sale {  background:#F00!important; }
.status-sticker.essentials-range { 
    background:#fed000!important;
    color:#302f2f!important;
}



.epl-listing-post .property-box.property-content {
    background-color: #fafafa!important;
    }
    
#menu-top-menu .sub-menu { list-style:none; }   

#menu-top-menu a { 
    padding: 5px 10px;
}

.enquire-sticky-anchor { z-index: 9999; }

#google_language_translator select.goog-te-combo { 
    background: #6ba2b5;
    color: #fff!important;
    height: 40px!important;
    padding: 10px!important;
    -webkit-border-radius: 4px!important;
    margin: 0px!important;
    width: 130px!important;
}

.efblock--25 .feature__block { 
    background-size: cover;
    background-position: center right;
}

.efblock--25 .feature-id-2455 { background-position-y: 0px;  }

.vc_custom_1548571377303 .wpb_text_column.wpb_content_element p { font-size: 14px!important; }
.vc_custom_1548571923912 h2 { font-size: 35px!important; }

.cblock__content h3 { font-size: 37px!important; }
.cblock__content p { font-size: 16px; }
.cblock__content p strong { font-weight: bold; }
.cblock__content h4 { font-size: 24px!important; color: #6f7c83!important; }

.developments-form .gform_wrapper { 
    background-color: #ebebeb;
    padding: 30px;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
}

.gform_wrapper .gfield_required { display:none!important; }

.gform_wrapper input[type="text"], .gform_wrapper textarea { background-color:#ffffff!important; border:none!important; }

.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder
{ color: #555555; font-size:12px!important; }

.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder
{ color: #555555; font-size:12px!important; }

.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder
{ color: #555555; font-size:12px!important; }

.gform_wrapper input[type="text"]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder
{ color: #555555; font-size:12px!important; }

.gform_wrapper input[type="submit"].button { 
    width: unset!important;
    background-image: none!important;
    -webkit-border-radius: 24px 24px 0px 24px!important;
    -moz-border-radius: 24px 24px 0px 24px!important;
    border-radius: 24px 24px 0px 24px!important;
        font-weight: 600!important;
}

.developments .developments-form .gform_wrapper input[type="submit"].button { background-color: #c0d854!important; }

.development-types { 
    background-color:#e9e9e9;
    padding: 30px;
    padding-bottom: 60px;
}

.development-types h1 
{  margin-bottom: 30px; }

.development-types .development-type {
     position: relative;
   background-color:#ffffff;
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding-bottom: 90px;
}

.development-types .development-type img {
    margin: 0px auto;
    display: block;
    padding: 30px;
}

.development-types .development-type h5
{
    text-align: center;
    font-weight: bold;
}

.development-types .development-type .learn-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    background-color: #c0d854;
    -webkit-border-radius: 24px 24px 0px 24px;
    -moz-border-radius: 24px 24px 0px 24px;
    border-radius: 24px 24px 0px 24px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: background-color .3s,color .3s,border-color .3s;
    transition: background-color .3s,color .3s,border-color .3s;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    padding: .75rem 1rem;
    border-width: 0;
    padding-right: 30px;
    background-image: url(../images/right.png) !important;
    background-position: 90% center !important;
    background-repeat: no-repeat !important;
    margin: 0;
}

.efblock--27 .post-item-wrapper .blog-item { 
    position: relative;
    height: 530px;
}

.efblock--27 .post-item-wrapper .blog-item .block-button { 
    position: absolute;
    bottom: 20px;
    right: -50px;
}

.efblock--27 .post-item-wrapper .recent-news-block-text h3 a {
 font-size: 1.2375rem!important;
}

.efblock--27 .slick-slider .slick-arrow {
    top: 50%!important;
}

.efblock--27 .feature__blocks .feature__title { 
    color:#000000!important;
}

.efblock--27 .block__title {
    line-height: .7!important;
}

.efblock--27 .feature__blocks .feature__block:hover .feature__title {
    color: #FFF!important;
}

.our-company h1 { 
    font-size: 37px;
    font-weight: 500;
    color: #6f7c83;
}

.our-company p, .our-company li {
    font-size: 14px!important;
    margin-bottom: 20px;
    list-style:none;
}

.our-company li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: -10px 10px 10px -15px;
    color: #fed000;
    font-size: 25px;
    font-weight: bold;
    float: left;
}

.what-we-do { 
   background-color: #6ba2b5!important;
   padding: 30px;
}

.what-we-do h1 { 
    font-size: 37px;
    font-weight: 500;
    color: #fed000;
}

.what-we-do p {
    font-size: 16px!important;
    color:#ffffff;
    margin-bottom: 30px;
}

.what-we-do li {
    list-style:none;
    font-size: 14px!important;
    color:#ffffff;
    margin-bottom: 20px;
}

.what-we-do li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: -10px 10px 10px -15px;
    color: #fed000;
    font-size: 25px;
    font-weight: bold;
    float: left;
}

.our-awards { padding-top:0px; padding-bottom:20px; }

.our-awards .slick-initialized .slick-slide { 
    display: flex!important;
    width: 168px;
    height: 220px;
}

.our-awards .slick-initialized .slick-slide img { 
    align-self: center;
}

.our-awards h1 {
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #6ba2b5!important;
    width: 100%;
    display: block;
    padding: 10px 0 13px;
}

.our-awards .slick-slider { 
    width:100%;
}

.our-awards .slick-slider .slick-slide img { 
   margin:15px;
}

.our-awards .slick-prev {
    margin-left:-40px;
    }

.our-awards .slick-next {
    margin-right:-40px;
    }


.our-people h1 { 
    font-size: 37px;
    font-weight: 500;
    color: #6f7c83;
}

.our-people .people { 
    float: left;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.our-people .bar { 
    background-color: #6ba2b5!important;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 20px;
}

.our-people .bar h2 { 
    font-size: 24px;
    font-weight:bold;
    float:left;
    margin:0px;
    color: #fed000;
}

.our-people .bar .fa { 
    float:right;
    font-size: 30px;
    color: #fed000;
    font-weight: bold;
}

.our-people .people .content { 
  float: left;
    width: 100%;
}

.our-people .people .content .profile-image img
{ padding: 20px; }

.our-people .people .profile-image-content { 
    
     padding: 20px 40px 20px 40px;
}

.our-people .people .large-10 { 
     margin-left: -50px;
}

.our-people .people .content p
{ 
    color:#637681;
}

/*Property Listing styles*/
.property-listing-slider .gallery, .property-listing-slider .gallery .item, .property-listing-slider .ewf-epl-gallery{
    width: 100% !important;
    margin: 0 !important;
}
.property-listing-slider .ewf-epl-gallery .nav li{width: auto !important}


.entry-title.epl-property-address{background: #6ba2b6; border: none !important; border-radius: 8px 8px 0; padding: 15px 20px 20px !important; margin-top: 40px; box-shadow: none; }
.entry-title.epl-property-address *{display: inline-block; padding: 0 !important; margin: 0; color: #FFFFFF !important; background: none}
.entry-title.epl-property-address h1{font-size: 24px; font-weight: 700; line-height: 1.2; color: #FFFFFF}
.entry-title.epl-property-address h5, .entry-title.epl-property-address h5 *{font-size: 16px; font-weight: 100}

.property-tabs{margin: 40px 0;}
.property-tabs .button{
    background: #d9dde0; 
    box-shadow: none; 
    color: #000000; 
    border-radius: 8px 8px 0; 
    border: none; 
    padding: 1rem!important;
    margin-right: 25px;
    position: relative;
}
.property-tabs .button::before{
    content: "\f054";
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    padding:5px;
    padding: 0px 0px 0px 25px;
    float:right;
}
.property-tabs .button.active, .property-tabs .button:hover{color: #FFFFFF !important; background: #6ba2b6 !important}
.property-tabs .button.active::before{border-color: #FFFFFF;}

.property-tab-content{font-size: 15px;}
.property-tab-content p{font-size: inherit !important}
.property-tab-content div, .property-tab-content>h2, .property-tab-content .inclusions h3{display: none;}
.property-tab-content .page-content, .property-tab-content #main{display: block;}
.property-tab-content .inclusions ul{columns: 2; -webkit-columns: 2; -moz-columns: 2;}
.property-tab-content .epl-floor-plan-image-wrapper img{ max-width: 400px; }

.property-listing-sidebar .property-feature-icons{ padding:0; margin:0; }
.property-listing-sidebar .property-feature-icons .icon i{font-size: 22px;}

.epl-property-agent .epl-author-box-container, .epl-property-price, .epl-inspection-times {
    background: #647682 !important;
    padding: 15px 25px !important;
    margin: 40px 0 !important;
    border-radius: 8px 8px 0;
}
.epl-property-agent .epl-author-box-container{margin-bottom: 0 !important}
.epl-inspection-times{color: #FFFFFF; padding-bottom: 10px !important}
.epl-inspection-times .epl-inspection-times-label{font-weight: 700 !important; font-size: 18px; color: #FFFFFF !important; margin: 0 0 12px !important;}
.epl-inspection-times ul.home-open-wrapper li a{color: #FFFFFF; font-size: 14px; line-height: 1.6; margin-bottom: 5px; display: block;}
.epl-inspection-times p{margin-bottom: 5px;}

.epl-property-agent{margin-bottom: 0}
.epl-property-price h4{color: #ffffff; font-weight: 100; font-size: 30px; margin: 0; padding: 0}
.epl-property-agent h3{margin: 0 0 10px; padding: 0; color: #FFFFFF; font-size: 18px; font-weight: 700}
.epl-property-agent .epl-author-box.epl-author-image, .epl-property-agent .author-position, .epl-property-agent  ul.epl-author-tabs, .epl-author-box .epl-author-slogan, 
.epl-property-agent .author-icon.email-icon-24, .epl-tab-wrapper .epl-inspection-times{
    display: none !important;
}
.epl-property-agent .epl-author-box, .epl-property-agent .epl-author-contact-details{width: 100%;}
.epl-property-agent .epl-author-box-container, .epl-property-agent .epl-author-box-outer-wrapper{padding: 0; margin: 0; background: none}
.epl-author-title a{pointer-events: none; cursor: default; text-decoration: none; color: inherit !important;}
.epl-author-title, .epl-author-contact{display: inline-block; font-size: 15px; color: #FFFFFF;}
.epl-author-title::before, .epl-author-contact::before {
    display: inline-block;
    position: relative;
    content: '';
    width: 12px;
    height: 16px;
    margin-right: 3px;
    background-size: cover !important;
    top: 2px;
}
.epl-author-title::before{background: url(../images/author-icon.png);}
.epl-author-contact::before{background: url(../images/author-mobile.png);}
.epl-author-title{margin-right: 15px;}
.epl-property-agent .epl-author-social-buttons{margin: 0}

.property-listing-form{
    padding: 30px; color: #FFFFFF;
    border-radius: 8px 8px 0;
    text-align: center;
}
.property-listing-form p, .property-listing-form h3{text-align: left !important}
.property-listing-form p{font-size: 14px !important; margin-bottom: 25px !important; line-height: 1.5 !important;}
.property-listing-form h3{font-size: 20px !important; color: #FFFFFF}
.property-listing-form input::-webkit-input-placeholder, .property-listing-form textarea::-webkit-input-placeholder, .property-listing-form select option.gf_placeholder, 
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select option.gf_placeholder{color: #222222 !important;}
.property-listing-form .gform_wrapper input, .property-listing-form textarea{
    border-radius: 8px 8px 0;
    padding: 10px 15px !important;
}
.gform_wrapper .checkbox ul{list-style: none; padding: 0 !important; margin: 0 !important}
.form .gform_wrapper .checkbox ul{margin-top: 12px !important}
.gform_wrapper .checkbox input{display: none;}
.gform_wrapper .checkbox ul.gfield_checkbox li label::after, .gform_wrapper .checkbox ul.gfield_checkbox li label::before{
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
}
.gform_wrapper .checkbox ul.gfield_checkbox li{position: relative;}
.gform_wrapper .checkbox ul.gfield_checkbox li label {
    padding-top: 0 !important;
    line-height: 20px;
    font-size: inherit;
    padding-left: 40px;
    display: block !important;
    color: #FFFFFF;
    text-align: left;
}
.form .gform_wrapper .checkbox ul.gfield_checkbox li label{color: #222222 !important}
.gform_wrapper .checkbox ul.gfield_checkbox li label::before{
    left: 0; 
    margin-left: 0; 
    top: 0px;
    border-radius: 8px 8px 0;
    height: 30px;
    width: 30px;
    background: #fed000;
}
.gform_wrapper .checkbox ul.gfield_checkbox li label::after{
    opacity: .4;
    left: 10px;
    margin-left: 0;
    top: 5px;
    background: none;
    border: none;
    border-right: 3px solid #725f0a;
    border-bottom: 3px solid #725f0a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 10px;
    height: 16px;
}
.gform_wrapper .checkbox ul.gfield_checkbox input[type=checkbox]:checked + label:after{opacity: 1;}
.property-listing-form .gform_wrapper input[type="submit"].button, .form .gform_wrapper input[type="submit"].button {
    border-radius: 8px 8px 0;
    width: auto !important;
    color: #000 !important;
    margin-top: 20px !important;
    background-image: none !important;
    padding: 15px 25px !important;
}
.property-listing-form .gform_footer{text-align: left;}

.property-listing-sidebar .epl-property-detail-title{font-weight: 400 !important; padding: 20px 30px !important}
.property-listing-sidebar .epl-property-details-fields{padding: 15px 30px !important;}
.property-listing-sidebar .epl-property-details-fields li{line-height: 1.6 !important; color: #111111;}
.property-listing-sidebar .epl-property-details-fields .field-label{font-weight: 700 !important}

.button.download-brochure, .button.right-arrow{
    border: none !important;
    box-shadow: none;
    color: #000000 !important;
    /*padding: 20px 50px 20px 40px !important;*/
    padding: 10px 15px 10px 15px !important;
    border-radius: 50px 50px 0;
    font-weight: 600;
    /*float: right;*/
    float: inherit;
    font-size: 18px !important;
    margin-bottom: 30px;
}
.button.download-brochure:hover, .button.right-arrow:hover{background-color: #6ba2b6 !important; color: #FFFFFF !important}
.button.right-arrow{float: none;}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p{color: #FFF !important}

.video{width: 100% !important; height: 495px; display: block;}

.page-id-570 div.header{display: none !important}
.page-id-570 .block__content{padding: 0 !important}

.form{
    padding: 25px 30px 36px; 
    background: #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
body .form h4{margin-bottom: 20px !important;}
.form .gform_wrapper input[type=email], .form .gform_wrapper input[type=text], .form textarea, .form select {
    border: none !important;
    background: #FFFFFF !important;
    /*padding: 8px 15px !important;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: auto;
    margin: 12px 0 0;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.form textarea{height: 87px;}

.choose-more-heading-wrapper{
    background: #6ba2b5; /* Old browsers */
    background: -moz-linear-gradient(left, #6ba2b5 0%, #659cb0 44%, #2d6780 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6ba2b5 0%,#659cb0 44%,#2d6780 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6ba2b5 0%,#659cb0 44%,#2d6780 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba2b5', endColorstr='#2d6780',GradientType=1 );
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(147,147,147,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(147,147,147,0.6);
    box-shadow: 0px 0px 10px 0px rgba(147,147,147,0.6);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.enquire-footer-anchor .enquire-anchor { 
    border: 3px solid #000000;
}

#gform_wrapper_11 { margin-bottom:40px; }

.finance h3 { 
    font-size: 37px!important;
    font-weight: 500;
    color: #6f7c83;
}

.form select { 
    font-size: 12px;
    padding: 0.875rem;
}

.social a { 
    
    font-size: 1.125rem!important;
    font-weight: 400;
    color: #3f3f3f!important;
    
}

.single-post .container__wrapper {  max-width: 60rem; }
.single-post p { font-size: 18px!important; text-align: justify;
    text-justify: inter-word; }
.single-post .block__content { padding-top:0px; }
.single-post .header { 
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.single-post .content-title h2 {
   line-height: 1.2;
    margin: 2rem 0px;
    color: #70a4b9;
    font-size: 40px;
    }

.single-post .entry-content h5, .single-post .entry-content h6 { 
    font-weight: 500;
    color: #6f7c83;
    font-size: 22px!important;
}

.single-post .entry-content h4 { 
    color: #70a4b9;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px; 
}

.single-post .entry-content h5 strong { 
    margin-top: 60px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.single-post .entry-content img {
    width: 100%;
    margin: 60px 0px;
}

.single-post .entry-content ul { 
    list-style:none;
}
.single-post .entry-content ul li, .single-post .entry-content ol li { 
    font-size: 18px!important;
    margin-bottom: 20px;
}

.single-post .entry-content ul li::before:not(.gfield) {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: -7px 10px 10px -15px;
    color: #fed000;
    font-size: 25px;
    font-weight: bold;
    float: left;
}

.epl-listing-post .property-box .entry-title { 
    line-height: 0.7;
    margin-top: 0px;
    min-height: 55px;
}

.page-template-template-property-listing .block__content {padding-bottom: 35px;}

.epl-search-forms-wrapper.ewf-epl-search form .epl-search-btn { 
        min-width: 200px;
        height: 100%;
}

.epl-search-forms-wrapper.ewf-epl-search form .epl-search-btn .fas { margin-left: 90px; } 

.epl-search-forms-wrapper.ewf-epl-search form label { font-weight: 700; }

#enquire-form-modal {
    background: url(http://newchoicehomes.devserver.com.au/wp-content/uploads/2019/01/form-bg-1.jpg) left center;
    background-size: cover;
    background-position: center center;
}

#enquire-form-modal label {
    color:#fff;
    }
    
#enquire-form-modal h2 {
    color:#fff;
    margin-bottom:20px;
}    

#enquire-form-modal .gform_footer { padding-top: 50px; }

#enquire-form-modal .gfield_checkbox { min-height:50px; }

#enquire-form-modal .fancybox-close-small { color:#fff; }

.efblock--27 .slick-slider .slick-arrow.slick-next:before { 
    content: "\f054"!important;
    font-size: 17px!important;
}

.header--universial .content--container .col-text .header__buttons .fa.fa-angle-right:before { 
    content: "\f054"!important;
}

.efblock--27 .block__title--pre, .efblock--27 .block__title--sub {
   color: #6f7c83!important;
}

@media only screen and (max-width: 767px){
    .property-tabs .button{width: 100%; margin: 7px 0}
    .property-tab-content .epl-floor-plan-image-wrapper img{ max-width: 100%; }
}

.flag { padding:0px!important; margin: 10px; }

#flags #sortable { margin: 4px 22px; }

#menu-top-menu { margin-right: -20px; }

.slider-map-zoom-out, .slider-map-zoom-in { display:none!important; }

#site-menu .menu > li > a {
    padding: 1rem 1.25rem!important;
}

#site-navigation { padding: 3rem 0!important; }

body.admin-bar { margin-top:0px; }

.enquire-sticky-anchor .enquire-anchor {
        border: 3px solid #000000;
        border-bottom: 0px;
}

.epl-property-single .status-sticker, .epl-property-blog .status-sticker { 
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 0px 17px 0px;
    padding: 7px 15px;
    background: #fed000;
    color: #333333;
}

.slider-map { height:600px!important; }

.property-featured-image { 
    /*min-height: 200px;*/
    min-height: 250px;
    background-size: cover;
    background-position: center center;
}

.postid-662 .epl-floor-plan-image-wrapper img { width:300px; }
.postid-1288 .epl-floor-plan-image-wrapper img { max-width:600px; }
.postid-1346 .epl-floor-plan-image-wrapper img { max-width:510px; }

.postid-1349 .epl-floor-plan-image-wrapper img { max-width:550px; }
.postid-1365 .epl-floor-plan-image-wrapper img { max-width:550px; }

.page-id-2 .epl-property_price_from, .page-id-2 .epl-property_price_to { display:none; }
.postid-1336 .epl-floor-plan-image-wrapper img { max-width:550px; }

.page-template-template-contact-us .contact-details .social .fab { font-size:25px;  }

.epl-search-row.epl-search-row-select.epl-property_location { display: block; }

.epl-search-row.epl-search-row-select.epl-property_location #property_location { text-transform: capitalize; }

.gform_confirmation_message {
    text-align: center;
    color: #fff;
}

.gform_confirmation_message h1 {
        color: #fff;
    font-weight: 500;
}

.overlay-featured-marker.infowindow .slider-price{display: none;}
.overlay-featured-marker.infowindow .title{font-size: 18px; padding: 8px 0 0px}
.epl-adv-popup-meta > span{width: auto; height: auto; font-size: 16px; background: none !important ; padding: 0 10px 0 0}
.epl-adv-popup-meta span.icon-value{margin-left: 0}
.epl-adv-popup-meta .fas::before{display: inline-block;margin-right: 5px; font-size: 18px;}
body .overlay-featured-marker.infowindow{height: 225px !important}

.awards-wrapper{padding: 70px 0}
.awards-wrapper .col-wrapper{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(192,186,186,0.49);
    -moz-box-shadow: 0px 5px 15px 0px rgba(192,186,186,0.49);
    box-shadow: 0px 5px 15px 0px rgba(192,186,186,0.49);
    overflow: hidden;
    margin: 15px 0;
}
.award-content .inner-wrapper{padding: 0 15px;}
.award-content .icon .inner-wrapper{padding-right: 0}
.award-content .icon .inner-wrapper img{max-width: 250px; display: inline-block; width: 100%;}
.awards-wrapper .thumbnail img{ width: 100%; min-height: 269px; }
.award-content{padding-top: 20px; padding-bottom: 25px;}
.award-content h3{font-size: 20px; margin-bottom: 10px;}
.award-content .button{float: right;}
.awards-wrapper a:hover{opacity: .7}

.award-single-wrapper .socials-share{margin-top: 40px;}

.with-award .tab-content{position: relative; padding-top: 10px;}
.with-award .award-logo{width: 200px; display: inline-block;}
.with-award .entry-title.epl-property-address{
    width: 100%; 
    right: 0px;
    bottom: 10px;
}
.with-award .property-feature-icons{position: relative;}
.with-award .property-feature-icons .award-logo{visibility: hidden;}
.property-feature-icons .icon-wrapper{padding: 10px 15px;}
.property-feature-icons .icon-wrapper{margin-top: 58px}
.with-award .property-feature-icons .icon-wrapper{ 
    
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 38px;
    padding: 20px;
    
}

@media only screen and (max-width: 991px){
    .with-award .property-feature-icons .award-logo{display: none;}
    .with-award .property-feature-icons{margin-top: 40px;}
    .with-award .tab-content{text-align: center; padding-top: 80px}
    .with-award .entry-title.epl-property-address{width: 100%; position: relative;}
}

@media only screen and (max-width: 767px){
    .award-content .icon .inner-wrapper{padding-right: 15px;}
    .award-content .inner-wrapper{text-align: center;}
    .award-content .inner-wrapper .button{float: none;}
    .single-post .header {height: 280px}
}

.postid-2674 .container__wrapper .wrapper_page {
        padding-top: 0.875rem;
    }
    
.postid-2674 .container__wrapper .wrapper_block_content {
        max-width: 100%;
    }
    
.postid-2674 .container__wrapper .wrapper_block_content .block__title_cat {
        background-color: #6BA2B5;
        padding-top: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;
    }
    
.postid-2674 .container__wrapper .wrapper_block_content .block__categories {
        background-color: #6BA2B5;
        padding-bottom: 30px;
    }
    
.postid-2674 .container__wrapper .wrapper_block_content .block__categories .cat-button {
        background: transparent;
        color: #ffffff;
    }
    
.postid-2674 #gform_16 {
        border: solid 1px #eee;
        background-color: #ebebeb;
        padding: 30px;
        box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.15);
    }
    
.postid-2674 .gform_footer.top_label {
        text-align: center;
    }
    
.postid-2674 .gform_wrapper input[type="submit"].button
    {
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #333 !important;
        background-color: #fdcd08;
        -webkit-border-radius: 24px 24px 0px 24px !important;
        -moz-border-radius: 24px 24px 0px 24px !important;
        border-radius: 24px 24px 0px 24px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
        padding: .75rem 1rem !important;
        padding-right: 1rem !important;
        border-width: 0 !important;
    }
    
.page-template-page-templates .tabcontent { border: none!important; }



/**SEARCBAR STYLES**/
.custom-epl-search .epl-search-form{overflow: visible;}
.custom-search-fields{width: 50%; float: left; padding-right: 20px;}
.custom-search-fields .col{float: left; width: 50%; padding: 0 18px}
.custom-search-fields .field{margin-bottom: 10px;}
.custom-search-fields label{color: #fed000; font-size: 14px; font-weight: 700; line-height: 1.4; display: block; margin-bottom: 3px;}
.custom-search-fields label.sub{font-weight: 400; color: #FFFFFF; margin-top: -2px;}
.custom-search-fields .ui-slider{width: calc(100% - 15px); margin: 10px 0 16px 0; border: none; height: 8px;}
.ui-slider .ui-slider-range{background: #fdcd08}
.ui-slider-horizontal .ui-slider-handle{
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    background: #fdcd08;
    border: 1px solid #FFFFFF;
    top: -6px;
    cursor: pointer;
}
.field .ui-widget .ui-slider-handle:nth-child(2){background: url(../images/arrow-left.png) #fdcd08 no-repeat center; background-size: 85% 85%;}
.field .ui-widget .ui-slider-handle:last-child{background: url(../images/arrow-right.png) #fdcd08 no-repeat center; background-size:  85% 85%;}

.select-wrapper{
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    padding: 10px;
    background: #FFFFFF;
    position: relative;
}
.select-wrapper *{
    display: inline-block;
    margin: 0;
    height: auto;
    font-size: 14px;
    width: auto;
    box-shadow: none !important;
    transition: none !important;
    line-height: inherit;
}
.select-wrapper select{
    width: 100%; 
    background: none; 
    z-index: 99999; 
    position: relative;
    font-weight: 700;
    color: #333;
    padding: 0;
}
.select-wrapper .selected{
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    background: #fcd00c;
    padding: 5px;
    display: inline-block;
    font-weight: 700;
    z-index: 9;
    color: #fcd00c;
}

.custom-search-fields .select-wrapper,
.custom-search-fields .select-wrapper .selected {
    color: #000000;
}


/*.custom-epl-search .ewf-epl-search-form{width: 50%; float: left; padding-bottom: 10px;}*/
.custom-epl-search .ewf-epl-search-form{width: 100%; float: left; padding-bottom: 10px;}
.custom-epl-search .ewf-epl-search-form .epl-search-row{margin-bottom: 15px !important;}
.custom-epl-search .ewf-epl-search-form select{height: auto !important; padding: 0 !important;}
.custom-epl-search .epl-search-submit-row button{width: auto; float: right;}
.epl-property_price_from, .epl-property_price_to, .epl-property_lot_frontage_from, .epl-property_lot_frontage_to, .epl-property_location{
    display: none !important
}

@media only screen and (max-width: 1200px){
    .custom-epl-search .epl-search-submit-row{
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}

#menu-top-menu li { padding:14px; }

#menu-top-menu .sub-menu { padding:10px 0px; background:#fff; border-radius: 0.625rem; }

#awards { margin-bottom: 90px; }

.epl-search-row.epl-property_bedrooms_max { display:none!important; }

.epl-search-row.epl-property_bedrooms_min label { visibility: hidden; }
.epl-search-row.epl-property_bedrooms_min label:after { 
    content: 'Bedrooms'; 
    visibility: visible; 
    /*position: absolute;
    margin-top: -25px;*/
}
    
.page-id-3221 .header__image { position: absolute; top: 17%; }

.epl-property-single .status-sticker.twenty-k-offer, .epl-property-blog .status-sticker.twenty-k-offer {
    background: #fed000!important;
    color: #333;
}

#menu-item-3939 { display:none; }

#inner-map {
    background-color: #efefef;
}

#inner-map .home-design__open-hours.open-hours {
    padding: 50px;
}

#inner-map ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inner-map ul li {
    font-size: 20px;
    font-weight: 300 !important;
    display: flex;
    justify-content: space-between;
}

#inner-map .open-hours__title {
    margin-bottom: 30px;
}

#inner-map .map-wrapper {
    margin-top: 30px;
}

#inner-map .map-button {
    background: linear-gradient(140deg,#b7d5eb -20%,#49b5e1 30%,#025c95 120%);
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    fill: #fff;
}

#inner-map .open-hours__day {
    font-size: 20px;
    font-weight: 300 !important;
}

#inner-map .row{
    margin: 0;
}

#inner-map .large-8.column{
    padding: 0;
}


#inner-map .epl_tabbed_map_control{
    display:none;
}

#inner-map .epl_tabbed_maps_wrapper{
    margin-bottom: 0px;
}

.recaptcha{
    margin-bottom: 15px;
}

.ginput_recaptcha{
    margin-bottom: 20px !important;
    
}

.loop-footer .small-4 {
    max-width: 1000px;
    margin: 0 auto;
    flex: 100%;
    overflow: hidden;
    padding: 0;
}
.loop-footer .page-numbers{display: inline-block; margin: 5px 0;}

.row.align-center, .row.wp-pager{margin: 0 auto}

.container__wrapper{max-width: 1170px}

@media only screen and (min-width: 641px){
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 16px;
        float: none;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
        padding-right: 0;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
        clear: both;
    }
    body .gform_wrapper .top_label li.gfield.gf_left_half{
        padding-right: 16px !important;
    }
}

@media (max-width: 640px){
    .slick-list .slick-slide {
        width: 100vw;
        max-width: 100vw;
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 640px) {

    .mobile-top-bar a {
        color: #2a7690;
    }

    .off-canvas.is-transition-push {
        box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
    }

    .off-canvas {
        padding: 1.5rem 1.5rem;
    }

    .phone-social-media .email-icon a {
        display: none;
    }

    .phone-social-media .phone-button {
        width:100%;
    }

    .social a {
        font-size: 2.125rem!important;
        color: #2a7690!important;
    }

    .efblock--25 {
        padding: 2rem 1rem 0rem 1rem!important;
    }

    .efblock--26 .block__title, .efblock--26 .block__title--sub, .efblock--26 .feature__block {
         margin-left: 0;
    }

    .efblock--26 .block__title--sub {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }

    .ewf-epl-slider .slick-arrow.slick-prev {
        left: 0rem;
    }

    .slick-slider .slick-prev {
        top: 30%;
    }

    .ewf-epl-slider .slick-arrow.slick-next {
        right: 0rem;
    }

    .slick-slider .slick-next {
        top: 30%;
    }

    .ewf-epl-slider .epl-listing-post {

    }

    #page-home__block--feature-ef26-2 .efblock--26 {
        padding-bottom: 0px;
    }

    .efblock--27 .slick-slider .slick-arrow.slick-prev {
        left: 10%;
        top: 20%!important;
    }

    .efblock--27 .slick-slider .slick-arrow.slick-next {
        right: 10%;
        top: 20%!important;
    }

    .efblock--27 .slick-slider .slick-arrow.slick-prev:before {
        content: "\f053"!important;
        font-size: 17px!important;
    }

    .property-feature-icons {
        margin: 0px!important;
    }

    .home .enquire-footer-anchor {
        margin-top: 0px;
    }

    .footer-widget-4 {
        padding: 40px 0px;
    }

    .footer-widget-5 {
        padding: 0px 30px;
    }

    .footer-widget-5 .gform_wrapper input[type="submit"].button {
        width: 100%!important;
        text-align: center;
    }

    .enquire-sticky-anchor .enquire-anchor {
        text-indent: -127px;
        overflow: hidden;
    }

    .enquire-sticky-anchor .enquire-anchor {
        padding: 0.95rem 0!important;
        font-size: 1rem!important;
    }

    .enquire-sticky-anchor {
        top: 10%;
    }

    .tab {
        margin-top: 0px!important;
    }

    .tab button {
        width: 50%;
    }

    .page-id-682 h2 {
        font-size: 2rem;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-id-682 .enquire-footer-anchor {
        margin-top: 0px;
    }

    #epl-advanced-map {
        margin-bottom: -40px;
    }

    .ewf-epl-grid .epl-listing-post {
        margin-bottom: 1rem;
    }

    .loop-footer .text-right {
        position: absolute;
        right: 0%;
        margin-top: 15px;
        margin-right: 30px;
    }

    .custom-search-fields {
        margin: 0px;
    }

    .epl-search-forms-wrapper.ewf-epl-search form {
        margin: 0px;
    }

    .epl-search-row.epl-property_bedrooms_min label:after {
        margin-top: 0px;
        left: 39px;
    }

    .development-types .small-12 {
        margin-bottom: 20px!important;
    }

    .our-people .people .content .profile-image img {
        padding: 20px;
        width: 100%;
    }

    .our-people .people .large-10 {
        margin-left: 0px;
        padding: 20px;
    }

    .page-id-568 .enquire-footer-anchor {
        margin-top: 0px;
    }

    .page-id-3221 .header__image {
        left: 13%;
    }

    .page-id-3221 #the-essential-ranges-top h1 {
        font-size: 32px !important;
    }

    .page-id-3221 #the-essential-ranges-top h3 {
        font-size: 21px !important;
    }

    .page-id-3221 #the-essential-ranges-top p {
        font-size: 18px !important;
    }

    .page-id-3221 .enquire-footer-anchor {
        margin-top: 0px;
    }

    #the-essential-ranges .icon-column .col-left {
        text-align: center;
    }

    #the-essential-ranges .icon-column .col-left img {
        margin: 0 auto;
        float: inherit;
    }

    .page-id-570 .vc_custom_1548568945197 {
        background-position: -320px 30px!important;
    }

    .page-id-570 .vc_custom_1548571791487 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .page-id-570 .enquire-footer-anchor {
        margin-top: 0px;
    }

    .page-id-570 .button.right-arrow {
        width: 100%;
        padding: 20px!important;
    }

}


@media only screen and (max-width: 991px){
	.row{max-width: 100%; margin: 0; overflow: hidden;}
    .row.wp-pager, #meet-our-team .row{overflow: visible;}

    .custom-epl-search .ewf-epl-search-form, .custom-search-fields{width: 100%;}
    .custom-search-fields{margin: 0 -18px;}
    .custom-search-fields .col{padding-right: 0}
    body .custom-epl-search .ewf-epl-search-form{ margin-top: 0}

    body .section.page-home .block__title, .block__title_cat{line-height: 1.3}
    .efblock--26 .block__title--sub{margin-bottom: 30px;}

    .hub-cat{padding: 60px 20px 10px}

    .contact-details{height: auto !important}
}

@media only screen and (max-width: 767px){
    .custom-search-fields .col{width: 100%;}

    .ewf-epl-slider{margin-right: 0}
    .block__content_customer_reviews .testimonials .testimonial{padding: 0}

    .block__content {padding: 2rem 15px;}
    .bcblock--blog-news, .testimonials, .awards-wrapper{padding-left: 15px; padding-right: 15px;}

    .block__content_customer_reviews .testimonials .testimonial--item .testimonial__thumbnail{max-width: 100%}
    .block__content_customer_reviews .testimonials .testimonial--item .testimonial__wrapper{padding: 20px;}
}

@media only screen and (max-width: 640px){
	h1{font-size: 34px;}
	h2{font-size: 26px;}
	h3{font-size: 22px;}
	h4{font-size: 20px;}

    span br{display: none;}

    body .section.page-home .block__title, .block__title_cat{font-size: 32px; line-height: 1; margin: 0 0 20px;}
    .section.page-home .block__title--pre, .block__title_cat .block__title--pre{font-size: 26px; line-height: 1}
    .efblock--26 .block__title--sub{font-size: 16px; line-height: 1.5}
    .efblock--27 .post-item-wrapper .blog-item .block-button{right: inherit; left: 0}

    body #gform_wrapper_11{margin: 0}

    .block__contact .contact-details h3.social-media{margin-bottom: 0 !important}
    .block__contact .contact-details .contact__item{font-size: 15px;}
    .developments-form .gform_wrapper{padding: 20px; margin-top: 30px;}
}