/*
 Theme Name:   Realty Child Theme
 Theme URI:    http://demo.themetrail.com/realty/
 Description:  Realty Child Theme
 Author:       ThemeTrail
 Author URI:   http://themetrail.com
 Template:     realty
 Version:      1.0
 Text Domain:  tt
*/

@import url("../realty/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* --------HOME-------- */

.logoshome .col-md-2 {
    margin-left: 34px;
}

header.navbar .navbar-nav, header.navbar nav > div {
    float: none;
    margin: 0;
    font-weight: 300;
}

.flex-direction-nav a.flex-prev:before{
 font-size: 63px;
}

.flex-direction-nav a.flex-next:before{
 font-size: 63px;
}

.navbar {
    background:url(http://stage.rematesmiami.com/wp-content/images/grad-top.png) top repeat-x;
}
.social-transparent i:after {
    box-shadow:inset 0 0 0 20px #a5bb3a !important;
}
.section-title {
    color:#000847!important;
}
.section-title:after {
    background-color:#9abf3f !important;
    height:2px !important;
    top:50% !important;
    margin-left:0 !important;
}
.homeicon {
    margin-bottom:50px;
    margin-left:auto;
    margin-right:auto;
}

#menu-menu-principal li a:hover {
    color: #9abf3f;
}

#menu-menu-principal li.current-menu-item a {
    color: #9abf3f;
}

/* --------SERVICIOS-------- */

.servicio {
    border-bottom: 5px solid #a5b945;
    padding: 40px 0;
    margin: 0px;
}

.servicio div {
    float: none;
}

.servicio img {
    margin-top: 0;
}

.servicio .col-sm-10 {
    margin-left: 147px;
}

.servicio span {
    color: #132a4c;
    font-size: 17px;
}

.servicio:last-child {
    border-bottom: none;
}

/* --------COMPAÑIA-------- */

.compania h4 {
    font-size: 20px;
    color: #132a4c;
    text-transform: inherit;
    padding-top: 75px;
}

.compania article {
    height: 200px;
}

.compania .right {
    text-align: right;
}

.compania .left {
    text-align: left;
}

.compania img {
    max-width: 100%;
}

.page .header-content.clearfix {
    display: none;
}

.content-box {
    padding: 0px;
}

section#additional-details {
    display: none;
}

.property-meta.primary-tooltips .row {
    display: none;
}

.header.navbar .navbar-nav > ul > li .sub-menu li a, header.navbar nav > div > ul > li .sub-menu li a {
    padding: 0px !important;
    text-align: center;
}

li.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children {
    display: none;
}


/* --------PROPIEDADES-------- */

.property-header i {
    display: none;
}


#property-items li.col-lg-3 .property-item .title {
    font-size: 11px;
}

.property-item .address {
	font-size: 13px ;
}

.search-results-header.clearfix {
    display: none;
}

.property-meta .meta-title {
    width: 14px;
}

.property-meta {
    font-size: 11px;
}

/* --------PRENSA-------- */

li.widget.widget_recent_entries ul li {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
}

li.widget.widget_recent_entries .widget-content {
    padding: 0px;
    border: 0;
}

li.widget.widget_recent_entries ul {
    padding: 0;
}

a.read-more {
    background-color: #9abf3f;
    padding: 10px;
    color: #fff;
    display: block;
    width: 12%;
    text-align: center;
}

.header-meta {
    width: 100%;
    font-size: 24px;
}

h2.entry-title {
    font-size: 25px !important;
}

span.post-date {
    text-transform: capitalize;
}

/* --------CONTACTO-------- */

.contact-detail {
    font-size: 12px;
    color: #6f6f6f;
}


/* --------MEDIA QUERIES-------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
{ 
    
    header.navbar .navbar-nav > ul > li a, header.navbar nav > div > ul > li a {
    padding: 0 15px !important;
    font-size: 12px !important;
    }

    a.read-more {
    width: 30%;
    text-align: center;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px)
{

    .compania article {
    height: 100%;
    }

    .compania h4 {
    padding-top: 0px; 
    text-align: center;
    }

    .compania .right {
    text-align: center;
    }

    .compania .left{
    text-align: center;
    }
    
    h1 {
    font-size: 30px;
    }
    
    .section-title.text-center span {
    padding-left: 0em;
    padding-right: 0em;
    }

    body.single-property .property-header h1, body.single-property figure figcaption h1 {
    font-size: 27px !important;
    }

    a.read-more {
    width: 36%;
    text-align: center;
	}

	.logoshome .col-md-2 {
    text-align: center;
    margin-left: 0;
	}

	.elias {
		width: 88%;
	}

    .property-meta {
        text-align: left;
    }
}