/*
Theme Name: Real Estate
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
img {
    border-radius: 5px !important;
}
.post-sidebar img,
.widget-area img {
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
    margin: 0;
}
fieldset.dpf-options input[type=checkbox], fieldset.dpf-options input[type=radio] {
    margin: 0;
}
li {
    margin-left: 20px;
}

span.post-title.is-large {
    font-size: 1.3em;
    font-weight: 600;
}

.blog-wrapper h2.post-title.is-large {
    font-size: 1.6em;
}

.post-title {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight: 500;
}

h1.page-title.is-large.uppercase {
    font-size: 1.8em;
    font-weight: bold;
}

button.cf-btn {
    width: 100%;
    padding: 0;
    color: #fff;
    margin: 0;
    background: #ad8a45;
    border-radius: 5px;
    text-transform: unset;
}

.footerft iframe {
    border-radius: 5px;
}

.cf-alert.cf-success {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #00ea1959;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    color: #1fce00;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border-radius: 5px;
    font-weight: normal;
}

.infophankhu h3 {
    color: #fff;
}

.text.mgo2 p {
    line-height: 1;
    margin-bottom: 10px;
}

.infophankhu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7d403a;
    color: #e1ab8d;
    background: url('images/bgg.jpg');
}

.bgth2 .col-inner.dark {
    background: url(images/bgg2.jpg) bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footerft li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0 !important;
    margin-bottom: 2px !important;
}

.gradit h3 {
    font-weight: 800;
    background: linear-gradient(180deg, #fff6da 0%, #ffe6aa 20%, #ffd97e 45%, #ffb844 60%, #e8cf95 80%, #fff2cc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: .5px;
}

@supports not (-webkit-background-clip: text) {
    .gradit h3 {
        color: #d4b468;
    }
}