/*
    Theme Name: Real Places Child
    Theme URI: http://themeforest.net/item/real-places-responsive-wordpress-real-estate-theme/12579089
    Description: Child theme for Real Places. Real Places is a WordPress theme for Real Estate Websites.
    Author: Inspiry Themes
    Author URI: http://themeforest.net/user/inspirythemes/portfolio
    Version: 1.6.1
    Template: inspiry-real-places

    ----------------------------------------------------------------------------------------------------------------*/
    
/* Header Navigation Padding  */
.header-variation-three .main-menu > li > a {
    padding: 8px 16px;
}

/* Image on Home Page  */
.img-home {
    float: left;
    width: 150px;
    margin: 0 15px 0 0;
}

.img-home img {
    padding-bottom: 15px;
}

/* List Layout Full Width */
.listing-post-odd {
    margin: 20px 0;
}

/* Similar Properties */
.similar-properties {
    margin-top: 20px;
}

/* Agent Block in Sidebar  */
.agent-name span {
    font-size: 13px;
}

/* Hide Tag Line */
.tag-line {
    display: none;
}

/* Welcome Text */
.welcome-text {
    text-align: left;
}

/* Top padding and bottom padding on content pages  */
.site-pages {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* WPLite Forms  */
.wpforms-custom-styling  {
    font-size: 14px;
    line-height: 1em;
}

.wpforms-custom-styling input[type=text], input[type=email], input[type=number], textarea {
    border: 0;
    color: #000;
}

.wpforms-field-label {
    font-weight: 400!important;
    margin-bottom: 4px;
}

.wpforms-button {
    background-color: #0062a3;
    color: #fff;
    border: 0;
    padding: 10px;
}

label.wpforms-error {
    color: yellow!important;
}

/* Scroll Top  */
#scroll-top {
    background-color: #0062a3;
}

@media (min-width: 992px)
{
 
    footer .col-lg-3 {
        width: 25%;
        float: left;
    }

}

@media (min-width: 1200px)
{
    
    .header-variation-two .site-logo, .header-variation-three .site-logo {
        padding-top: 15px;
        padding-bottom: 0;
        height: 80px;
        min-height: 80px;
    }
    
    .header-variation-three .header-bottom {
        bottom: 25px;
    }
    
    .header-variation-three .contact-number {
        margin: 6px 0 0 0;
        padding-left: 40px;
    }
    
}