/*
Theme Name: Location Lescala theme clone WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.15.0
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */

/* Styles coming from Child Theme settings configuration */
@import url("./styles-custom/style-theme-settings.css");
/* Styles modified from WPRentals original style.css */
@import url("./styles-custom/style-wprentals-modified.css");

/* In some demos that code is added on the 'Theme Settings /Design / Custom CSS' section*/
.sub_footer {
    border-top: 1px solid #ddd;
}
/* Eof "In some demos..."*/

/* Guests field in half map shows hidden if you leave the original css 'right: 0' */
.wpestate_guest_no_buttons {
  right: initial;
}

/* Price marker on maps */
.wpestate_marker {
  background-color: #4882b6/* #fbe6dd*/;
  color:  #ffffff; /* Original => #484848*/;
}

.wpestate_marker:before {
  border-top: 6px solid #4882b6/* #fbe6dd*/;
}


/**
 Contact Form 7
 Adding mising styles for contact forms
 Styles added by WP-Rentals are for only some field types:
   .wpcf7-form-control-wrap input[type="text"],
   .wpcf7-form-control-wrap input[type="password"],
   .wpcf7-form-control-wrap input[type="email"],
   .wpcf7-form-control-wrap input[type="url"],
   .wpcf7-form-control-wrap input[type="number"],
   .wpcf7-form-control-wrap input[type="tel"],
   .wpcf7-form-control-wrap textarea
*/
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap select {
    background-color: #fff;
    border: 1px solid #e7e9ef;
    color: #5D6475A6;
    height: 50px;
    padding: 15px;
    width: 100%;
	border-radius: 5px 5px 5px 5px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
  border-radius: 5px 5px 5px 5px;
}
/* Eof Contact Form 7 */