HEX
Server: Apache
System: Linux sxb1plzcpnl504268.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: uaktdz7o5l3q (5679037)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/uaktdz7o5l3q/public_html/londonvilla.co.uk/wp-content/themes/skyestate/style-custom.css
/* For Novaro's Skyestate Theme Customization Style */

html{
    font-size: 62.5%;
    /* A nice trick: all text becomes 10px.
    But How?
    100% = 16px for all browsers
    62.5% = 0.625
    16 * 0.625 = 10
    */
    line-height: 1.5; /* The magic number */
}

/*=================================
            HEADER
=================================*/

#outerafterheader {
    display: none;
}
div#outerheaderwrapper {
    height: 90px!important;
}
section.navigation {
    float: none;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sticky section.navigation {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.topcontainer.container {
    width: 100%;
    max-width: 1920px!important;
    margin: 0 auto;
    padding: 0px 100px;
    box-sizing: border-box;
}
#outerheader.sticky {
    opacity: 1;
}
#outerheader {
    z-index: 300;
    position: relative;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
svg#header-pin-svg {
    height: 22px;
    width: auto;
}
svg#header-email-svg {
    height: 15px;
    width: auto;
}
div.logoimg {
    padding: 15px 0px;
}
svg#custom-header-logo-svg {
    width: 220px;
    height: auto;
}
.topnav a {
    color: #2e974c;
    font-weight: 600;
    font-size: 1.6rem;
    padding-top: 38px;
}
.topnav li:hover a {
    color: #2e974c;
}
.topnav > li {
    padding: 0px;
    margin: 0px 15px;
    height: 58px;
    border-width: 0px 0px 2px 0px;
}
div#headertext {
    display: none;
}
.custom-header-buttons-wrapper {
    position: relative;
    display: block;
    float: right;
    width: 330px;
    padding-top: 20px;
    text-align: right;
}
.custom-header-buttons-wrapper a {
    position: relative;
    display: block;
    color: #1fa44b;
    font-weight: 600;
}
.custom-header-buttons-wrapper .custom-button-1, .custom-header-buttons-wrapper .custom-button-2 {
    position: relative;
    display: inline-block;
}
span.custom-pin-svg {
    position: relative;
    display: inline-block;
    float: left;
    top: 3px;
}
span.custom-button-pin-text {
    position: relative;
    display: inline-block;
    margin-top: 1px;
    margin-left: 10px;
}
.custom-button-1-wrapper:hover span.custom-button-pin-text {
    color: #fff;
}
.custom-button-1 {
    border: 2px solid #2e974c;
    padding: 8px 27px;
    border-radius: 4px;
    background-color: #fff;
}
.custom-button-1-wrapper:hover .custom-button-1 {
    background-color: #2e974c;
}
.custom-button-1-wrapper {
    position: relative;
    display: inline-block;
}
.custom-button-1-wrapper:hover .custom-pin-svg path, .custom-button-1-wrapper:hover .custom-pin-svg circle {
    stroke: #fff;
}
.custom-button-2-wrapper {
    position: relative;
    display: inline-block;
    top: 2px;
}
.custom-button-2 {
    border: 2px solid #2e974c;
    padding: 11px 27px;
    border-radius: 4px;
    background-color: #2e974c;
}
.custom-button-2-wrapper:hover .custom-button-2 {
    background-color: #fff;
}
.custom-button-2-wrapper .custom-button-email-text {
    color: #fff;
}
.custom-button-2-wrapper:hover .custom-button-email-text {
    color: #2e974c;
}
.custom-button-2-wrapper:hover #header-email-svg path {
    fill: #2e974c;
}
.custom-button-2-wrapper a {
    color: #fff;
}
span.custom-email-svg {
    position: relative;
    display: inline-block;
    top: 2px;
}
span.custom-button-email-text {
    position: relative;
    display: inline-block;
    top: -1px;
}
.custom-burger-wrapper {
    float: right;
    padding-top: 13px;
    display: none;
}
svg#burger-open-svg {
    width: 27px;
    height: auto;
}
.sticky .custom-button-1, .sticky .custom-button-2 {
    display: none;
}
.sticky .custom-burger-wrapper {
    display: inline-block;
}
.sticky #custom-header-logo-svg .st8 {
    display: none;
}
.sticky .topcontainer.container {
    padding: 0px 100px 0px 0px;
}

/*BURGER MENU*/

.custom-fixed-menu-container {
    display: block;
    position: fixed;
    width: 320px;
    background-color: #fff;
    right: -330px;
    opacity: 0;
    height: 100vh;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.custom-fixed-menu-container-opened {
    opacity: 1;
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.burger-close-wrapper {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}
.burger-menu-container {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.burger-menu-container #menu-custom-menu-1 {
    margin: 0;
    list-style: none;
    text-align: center;
}
.burger-menu-container #menu-custom-menu-1 li {
    margin: 30px 0px;
}
.burger-menu-container #menu-custom-menu-1 li a {
    color: #2e974c;
    font-weight: 600;
    font-size: 1.6rem;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: transparent;
}
.burger-menu-container #menu-custom-menu-1 li a:hover {
    border-color: #2e974c;
}

/*=================================
            FOOTER
=================================*/

#outerfooter {
    display: none;
}
div#footerwrapper {
    background-color: #fff;
}
.container.custom-footer-container {
    max-width: 1720px!important;
    background-color: #f8f8f8;
    color: #000;
}
.container.custom-footer-bottom-container {
    max-width: 1720px!important;
    background-color: #fff;
}
.row.footer-row {
    max-width: 1280px;
}
.footer-subscribe-row, .footer-menu-row {
    border-bottom: 1px solid #e1e1e1;
}
#footerwrapper .custom-button-1 {
    border-color: #000;
    background-color: transparent;
}
svg#footer-pin-svg {
    height: 22px;
    width: auto;
}
#footerwrapper span.custom-pin-svg {
    float: left;
    top: 0px;
}
#footerwrapper span.custom-button-pin-text {
    margin-top: 0px;
}
#footerwrapper .custom-button-1-wrapper:hover .custom-button-1 {
    background-color: #000;
}
#footerwrapper .custom-button-1-wrapper {
    padding-top: 98px;
    float: right;
    padding-right: 5px;
}
#footerwrapper .custom-button-1-wrapper:hover .custom-button-1 span.custom-button-pin-text {
    color: #fff;
}
.row.footer-row.footer-subscribe-row {
    padding: 95px 0px 85px;
}
.row.footer-row.footer-subscribe-row p {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}
.row.footer-row.footer-subscribe-row .vc_col-sm-8 {
    padding-right: 0px;
}
.row.footer-row.footer-menu-row {
    padding: 100px 0px 70px;
}
.footer-menu-row h2 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
}
.row.footer-row.footer-menu-row ul {
    list-style: none;
    margin: 0;
    line-height: 2;
}
.row.footer-row.footer-menu-row ul li a {
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
}
.row.footer-row.footer-menu-row ul li a:hover {
    color: #2e974c;
}
.row.footer-row.footer-menu-row p {
    margin-bottom: 0px;
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}
.footer-social-row {
    padding: 37px 0px 32px;
}
.footer-social-row ul {
    list-style: none;
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 270px;
}
.footer-social-row ul li {
    float: left;
    padding: 0px 9px;
}
.row.footer-row.footer-bottom-row {
    max-width: 100%;
    padding: 15px 0px 40px;
}
.row.footer-row.footer-bottom-row .vc_col-sm-4:nth-child(1) {
    padding-left: 0px;
    padding-top: 15px;
}
.row.footer-row.footer-bottom-row .vc_col-sm-4:nth-child(1) a:nth-child(1) {
    margin-right: 38px;
}
.row.footer-row.footer-bottom-row .vc_col-sm-4:nth-child(3) {
    padding-right: 0px;
    text-align: right;
    padding-top: 35px;
}
.row.footer-row.footer-bottom-row .vc_col-sm-4:nth-child(2) img.img-responsive {
    float: none;
    display: block;
    margin: 0 auto;
}
.row.footer-row.footer-bottom-row p {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2;
}
span.custom-copyright-text {
    font-size: 1.3rem;
    color: #000;
    font-weight: 300;
}
span.custom-copyright-text a {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
}


.mc4wp-form-fields {
    position: relative;
    display: block;
    width: 100%;
}
.mc4wp-form-fields input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 175px 25px 30px;
    box-sizing: border-box;
    height: 63px;
    font-size: 1.6rem;
    color: #9d9d9d;
    background-color: transparent;
    border: 1px solid #1fa44b;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
.mc4wp-form-fields input[type="email"]::placeholder {
    color: #9d9d9d;
}
.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 20px 50px;
    background-color: #2e974c;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background-color: #c6f3d3;
    color: #2e974c;
    border-color: #c6f3d3;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-social-column a:hover svg circle {
    fill: #fff;
}

/*=================================
            HOMEPAGE
=================================*/

#subbody .container {
    max-width: 100%!important;
}
.vc_row.wpb_row.vc_row-fluid.top-areas-row .vc_column-inner {
    padding: 0px;
}
.owl-stage {
    width: 100%!important;
}
.owl-item.active {
    width: 25%!important;
    display: inline-block;
}
.owl-item {
    display: none;
}
.homes_carousel_wrapper p {
    margin-bottom: 0px;
}
.slider_post_text_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}
.top-area-link {
    color: #fff;
    font-size: 3rem;
}
.home_carousel_the_photo a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.home_carousel_the_photo a:hover:after {
    background-color: rgba(255,255,255,0);
}
.owl-nav {
    position: initial;
}
.owl-prev {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 100%;
    background: url(/wp-content/uploads/2017/09/top-areas-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.5);
}
.owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    width: 54px;
    height: 100%;
    background: url(/wp-content/uploads/2017/09/top-areas-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.5);
}
.owl-prev:hover, .owl-next:hover {
    background-color: rgba(0,0,0,0.7);
}

.custom-title h2 {
    font-size: 3rem;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 55px;
}
.custom-title h2 span {
    font-weight: 400;
    color: #2e974c;
}
.featured-homes-row .nvr-prop-container.row {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 0px 0px;
}
.featured-homes-row #nvr-prop-filter li {
    width: 50%!important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.featured-homes-row #nvr-prop-filter li:nth-child(1) {
    top:0;
    left:0;
    padding-left: 0px;
}
.featured-homes-row #nvr-prop-filter li:nth-child(2) {
    top:0;
    left:50%;
    padding-right: 0px;
}
.featured-homes-row #nvr-prop-filter li:nth-child(3) {
    top: 50%;
    left: 0;
    padding-left: 0px;
}
.featured-homes-row #nvr-prop-filter li:nth-child(4) {
    top:50%;
    left:50%;
    padding-right: 0px;
}
.featured-homes-row .nvr-prop-text {
    position: relative;
    padding: 18px 0px 0px;
}
.featured-homes-row .nvr-upper-meta {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
}
.featured-homes-row .meta-purpose {
    display: none;
}
.featured-homes-row span.meta-price {
    background-color: transparent;
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 18px 0px 10px 35px;
    border-bottom: 1px solid #2e974c;
}
.featured-homes-row span.meta-price:before {
    content: 'From ';
}
.featured-homes-row .nvr-prop-meta {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    border: none;
}
.featured-homes-row .nvr-prop-meta p {
    margin-bottom: 0px;
}
.featured-homes-row h2.nvr-prop-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}
.featured-homes-row .nvr-prop-box {
    border: none;
}
.featured-homes-row .nvr-prop-address {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
}
.featured-homes-row .nvr-prop-meta {
    font-size: 1.4rem;
    color: #2e974c;
    font-weight: 400;
}
.featured-homes-row .nvr-prop-bed i, .featured-homes-row .nvr-prop-bath i {
    top: 6px;
    position: relative;
}
.featured-homes-row .nvr-prop-bed i:before {
    content: url(/wp-content/uploads/2017/09/bed.png);
}
.featured-homes-row .nvr-prop-bath i:before {
    content: url(/wp-content/uploads/2017/09/bath.png);
}


.map-row p {
    text-align: center;
    margin-bottom: 0px;
}
.map-row .wpb_content_element {
    margin-bottom: 0px;
}
.open-map, .open-map figure, .close-map, .close-map figure {
    line-height: 0;
    color: #333!important;
    font-size: 1.4rem;
    font-weight: 300;
}