html, body {
    font: 14px/28px 'Raleway' !important;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway' !important; 
}
h1 {
    color: #f05b61 !important;
    font-weight: bold !important;
}

/* Navigation Header */
.navbar-right {
	display: none;
}
.navbar-brand-wrap {
    padding-left: 0 !important;
}
#javo-navibar {
    background: #d5d6da !important;
}
#javo-navibar ul.navbar-left .menu-item a {
	color: #000 !important;
}
.affix .navbar-brand {
    padding-top: 0 !important;
}
html header#header-one-line div#javo-navibar ul.navbar-left:not(.mobile) {
     margin-top: 0; 
}
.javo-in-mobile {
    display: none !important;
}
/* End of Navigation Header */

/* Slider */
.tp-dottedoverlay.twoxtwo {
    background: rgba(0,0,0,0.5) !important;
}
/*.wpb_column .uvc-main-heading h2 {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);
}*/
/* End of Slider */

/* Content */
.custompadding {
	padding: 50px 0; 
}
.paddingh1 h1{
	padding-bottom: 20px;
}
.paddingh1top h1 {
	padding-top: 50px;
}
.paddingh2 h2{
	padding-bottom: 15px;
}
p, .wpb_wrapper li {
    font-size: 16px;
}
/* Home */
.home h1 {
    font-weight: bold;
}
.uvc-main-heading h2 {
    color: #2D2D2D;
    font-weight: 600 !important;
}
.uvc-sub-heading.ult-responsive {
    line-height: 24px;
}
/* End of Home */
/* End of Content */

/* Footer */
.footer-top-full-wrap, .footer-bottom-full-wrap {
    padding: 0 !important;
}
.footer-background-wrap .footer-wrap {
	padding: 0;
}
.footer-copyright {
    float: right;
}
.footer-background-wrap .footer-wrap {
    padding: 0 10px !important;
}
#back-to-top {
    bottom: 15px !important;
}
/* End of Footer */

/* Form */
.form-small {
    width: 46%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}
.form-small input {
    width: 100%;
    height: 35px;
}
.form-large textarea {
    width: 98%;
}
.form-large {
    margin-right: 20px;
}
.form-small input, .form-large textarea {
    padding-left: 10px;
}
.wpcf7-response-output {
    margin: 2em 30px 1em 0 !important;
}
/* End of Form */
/* Contact Page */
#post-1604 .wpb_text_column h3 strong:after {
    content: "";
    display: block;
    width: 3%;
    height: 3px;
    background: #646464;
    margin: 0 auto;
    margin-top: 15px;
}
.btn-contact input {
    padding: 5px 20px;
    border-radius: 5px;
    background: #F05B61;
    color: #fff;
    border: 0;
}
.btn-contact {
    width: 98%;
    text-align: right;
}
.page .upb_row_bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
body.single.single-property .single-item-tab-feature-bg.overlay:after {
    background: transparent !important;
}
body.single.single-property .single-item-tab-feature-bg .single-item-tab-bg .item-bg-left h1 {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
div.wpcf7-response-output {
    border: 2px solid #F05B61 !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}
/* End of Contact Page */

body.single.single-property .expandable-content-overlay {
    top: 2.8em !important;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,#fff 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.9)),color-stop(100%,#fff)) !important;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,#fff 100%) !important;
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,#fff 100%) !important;
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,#fff 100%) !important;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,#fff 100%) !important;
}

/* House For Sales */
.javo-shortcode .module.javo-module9 .thumb-wrap .meta-wrap .more-meta {
    font-size: 13px;
}
.item-summary-author {
    display: none;
}
/* End of House For Sales */

.navbar-mobile-wrap {
    display: none !important;
}

.footer-copyright {
    padding-bottom: 0;
}
.footer-sidebar-wrap .row:first-child {
    display: none;
}
.item-summary .row .item-summary-icon:last-child,
.jv-item-meta.module-meta li:first-child,
#javo-item-amenities-section,
.summary-detail-right .row:nth-of-type(2),
.more-meta .col-xs-4:first-child {
    display: none;
}
a.contact-button {
    padding: 5px 20px;
    border-radius: 5px;
    background: #F05B61;
    color: #fff;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    top: -13px !important;
    position: absolute;
}
.lava-single-sidebar .textwidget {
    position: relative;
}
/*----------  Responsive  ----------*/
/* House for sales */
@media (min-width: 768px){
    .col-md-4, .col-md-3 {
        width: 33.33333333%;
        float: left;
    }
}
@media (min-width: 600px) and (max-width: 768px){
    .col-md-4, .col-md-3 {
        width: 50%;
        float: left;
    }
    .meta-excerpt {
        font-size: 12px;
    }
}
@media (min-width: 568px) and (max-width: 960px) {
    .col-md-6, .col-md-3, .col-sm-3{
        width: 50% !important;
        display: inline-block;
    }
    .col-xs-12 {
        width: 100% !Important;
    }
}
@media (min-width: 350px) and (max-width: 960px) and (orientation:portrait){
    .thum img.lazy.img-responsive {
        width: 100%;
        height: auto;
        object-fit: cover !Important;
    }
}
@media (min-width: 568px) and (max-width: 960px) and (orientation:landscape){
    .thum img.lazy.img-responsive {
        width: auto;
        height: 100%;
        object-fit: cover !Important;
    }
}
/* End of House for sales */

@media only screen and (min-width: 320px) and (max-width: 767px){
	.footer-copyright {
	    padding-bottom: 0;
        float: none;
        font-size: 12px;
	}
    span.meta-excerpt {
        font-size: 13px;
    }
    #back-to-top {
        bottom: 10px !important;
        right: 5px !important;
    }
    body.single .footer-background-wrap {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.affix .navbar-header {
	    background: #1C1C1C;
	}
    .custompadding {
        padding: 30px 0;
    }
    .footer-copyright img {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
    }
    .page-id-1600 .uvc-heading h2 {
        font-size: 36px !important;
    }
    .form-small, .form-large, .form-large textarea {
        width: 100%;
    }
    .btn-contact {
        width: 100%;
        padding-bottom: 20px;
    }
    div.wpcf7 img.ajax-loader {
        float: left;
    }
    div.wpcf7-response-output {
        margin: 2em 0 !important;
    }
    .javo-shortcode .shortcode-header .shortcode-title {
        font-size: 14px !important;
    }
    .javo-shortcode .shortcode-header .shortcode-nav ul.shortcode-filter >  li {
        margin: 0 3px !important;
    }
}

@media (max-width: 414px){
    header#header-one-line .javo-main-navbar .container .navbar-header .navbar-brand-wrap .navbar-brand-inner a.navbar-brand img {
        top: 8px !important;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .latest-posts.posts {
        width: 49%;
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #javo-navibar ul.navbar-left .menu-item a {
        font-size: 11px;
    }
    #back-to-top {
        bottom: 80px !important;
    }
    .form-large {
        margin-right: 9px;
    }
    .btn-contact input {
        margin-right: -11px;
    }
    .meta-excerpt {
        font-size: 12px;
    }
    .latest-posts.posts {
        width: 33%;
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    ul.module-meta li {
        font-size: 12px;
    }
    .meta-excerpt {
        font-size: 12px;
    }
    .wpcf7-response-output {
        margin: 2em 16px 1em 0 !important;
    }
    .btn-contact input {
        margin-right: 8px;
    }
    div.wpcf7 img.ajax-loader {
        float: left;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){ 
    .form-large {
        margin-right: 16px;
    }
    .btn-contact input {
        margin-right: -4px;
    }
    .wpcf7-response-output {
        margin: 2em 25px 1em 0 !important;
    }
}
@media (max-width: 1024px) {
    body.single.single-property .single-item-tab .container .col-md-9 #javo-item-location-section .jv-single-map-wapper .jv-single-property-map-switcher {
        right: 10px !important;
        top: 10px !important;
    }
    body.single .single-item-tab .container .row>.sidebar-right {
        display: block !important;
        padding-bottom: 45px;
        width: 100% !important;
    }
    div#javo-single-content {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px){
    .affix-top .navbar-brand {
        margin-bottom: 13px;
    }
}
@media (min-width: 1024px){
    .single .navbar-brand {
        padding: 0 15px !important;
    }
}
@media (min-width: 1100px){
    ul.jv-single-property-map-switcher {
        left: 30px;
        bottom: -24px !important;
        top: 35px !important;
    }
}