/*
Theme Name: UrbanpointWP Child
Theme URI: http://modeltheme.com/mt_urbanpointwp
Template: urbanpointwp
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: UrbanpointWP - House Selling & Rental WordPress Theme
Version: 1.0
Text Domain: urbanpointwp
Tags: fluid-layout, custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

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

/* CONTACT FORM */
input.wpcf7-form-control.wpcf7-submit {
	background: #ea5197;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #fc5697;
	opacity: 1;
}

.wpcf7 label {
	display: block;
}
/* PARRALAX */

.wpb_wrapper .dark_subtitle {
	color: rgb(69, 70, 70);
	font-size: 20px;
}

/* LIST POSTS */

.imgPost {
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* SINGLE */

h1.post-title a {
	color: white;
}

.mt_car--single-price-inner {
	background: #ea5197;
}

.single .mt_cars--single-main-pic .post-name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 30px;
}

.mt_cars--single-main-pic {
	max-width: 1200px;
	margin: auto;
}

.plainImage {
	padding-bottom: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.mt_cars--single-main-pic .container.relative {
	position: initial;
}

.back-to-top.modeltheme-fade-out {
    opacity: .5;
    filter: invert(72%) sepia(61%) saturate(6462%) hue-rotate(306deg) brightness(100%) contrast(104%);
}
.mt_car--single-gallery.mt_car--featured-single-gallery{
    color: white;
    border-color: white;
}
.mt_car--single-gallery.mt_car--featured-single-gallery:hover{
    color: white !important;
    border-color: white !important;
}
.mt_car--price-day.mt_car--price .car_price {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #ea5197 !important;
}
.mt_car--price-day.mt_car--price .car_per {
    color: #ea5197 !important;
}
.mt-house-category-unavailable{
    opacity: 0.5;
}
.mt-house-category-unavailable .unavailable-off{
    display: block !important; 
}
.mt-house-category-unavailable a{
  pointer-events: none;
  cursor: default;
}
.disponible .imgPost{
    opacity: 0.5;
}
.unavailable-off{
    font-size: 7vw;
    letter-spacing: 0.5vw;
    position: absolute;
    width: 100%;  
    left: 0;
    margin: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);;
    text-align: center;
    z-index: 1;  
    color: #ea5197;
    text-transform: uppercase;
}
@media (min-width: 1400px){
	.unavailable-off{
		font-size: 100px;
	}
}
.disponible .unavailable-off{
    display: block !important;  
}
.disponible a {
  pointer-events: none;
  cursor: default;
}
.mt-car-search{
	animation-name: none !important;
}
