/*
 Theme Name:     PatelProperty Child
 Theme URI:      https://themeforest.net/user/sk-themes/
 Description:    PatelProperty Child Theme
 Author:         SK Web Solutions
 Author URI:     https://sk-web-solutions.com/
 Template:       patelproperty
 Version:        1.0
*/


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

/* Permitir que el logo salga del header */
.header-part.header-main-on.header-v1.sticky {
    overflow: visible;
}

/* Posicionar el logo para que sobresalga */
.header-inner .logo {
    position: absolute;
    z-index: 999;
}

.header-part {
	float: left;
	width: 100%;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


/* Centrar parte right cabecera según logo */
.header-right {
	margin-top: 10px;
}


.celr_text_form {
	color: #ffffff !important;
}

.product-description {
	border: none !important;
	-webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.agent-name h4,.agent-name p {
	color: #797979 !important;
}


.gallery-title {
	display: none !important;
}

.single-recurso_interes .single-product-img img {
	max-width: 500px;
	margin: auto;
	display: block;
}

.page-template-page-recursos-interes .main-part {
	background: #f2ecda !important;
}

.page-template-page-guias .main-part {
	background: #f2ecda !important;
}

.footer-style1 {
	margin-top: 0px !important;
}

.page-template-page-recursos-interes .main-part {
	padding-bottom: 0px;
}

.celr_grasiano_home {
	max-width: 275px;
}

@media (min-width: 992px) {
	.celr_arbnb_btn_home_mobile .btn-custom.sch-btn {
		display: none;
	}
}

@media (max-width: 991px) {
	.header-shedule .btn-custom.sch-btn {
		display: none;
	}
}

@media (max-width: 991px) {
	:not(.home) .wpb_wrapper {
		padding-top: 15px;
	}
	.banner-crumb h3 {	
		padding-top: 90px;
	}
	.menu-nav-main {
    		background: rgba(0,0,0,0.9);
  	}
  	.menu-nav-main ul, .menu-nav-main li {
		text-align: center;
	}
	.celr_arbnb_btn_home_mobile .btn-custom.sch-btn {
		width: 100%;
		margin-top: 25px;
	}
	
	.celr_grasiano_text_home p,.celr_grasiano_text_home div,.celr_grasiano_text_home h4 {
		text-align: center !important;
	}
	
	.celr_grasiano_home {
		margin:auto;
		display: block;
	}
}

@media (max-width: 510px) {
	.header-inner .logo {
		margin-left: -20px;
	}
}


.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    background: white !important;
}

@media (min-width: 1100px) {
.catagory-side {
  margin-right: -75% !important;
}
.slider-catagory {
  width: 125% !important;
}

.slider-catagory.catagory-side {
	margin-right: 0px;
	width: 125% !important;
}
}

@media (max-width: 991px) {
  .slider-catagory.catagory-side {
    margin-right: 0px !important;
    width: 100% !important;
  }
}

form.post-password-form input[type="password"] {
    background: white !important;
}

.recurso-contenido {
	min-height: 240px;
}

.page-template-page-guias .main-part {
	padding-bottom: 0px;
}

/* ==========================================================================
   Estilos personalizados para el formulario de Login (Shortcode)
   ========================================================================== */
.wpb_wrapper #loginform {
    max-width: 450px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.wpb_wrapper #loginform label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444444;
    font-size: 15px;
}

.wpb_wrapper #loginform input[type="text"],
.wpb_wrapper #loginform input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    margin-bottom: 25px;
    border: 1px solid #dddddd !important;
    border-radius: 6px;
    background: #fafafa !important;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.wpb_wrapper #loginform input[type="text"]:focus,
.wpb_wrapper #loginform input[type="password"]:focus {
    border-color: #c5a059 !important;
    background: #ffffff !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15) !important;
}

.wpb_wrapper #loginform .login-remember {
    margin-bottom: 25px;
    font-size: 14px;
    color: #666666;
}

.wpb_wrapper #loginform .login-remember label {
    font-weight: 400;
    display: flex;
    align-items: center;
}

.wpb_wrapper #loginform .login-remember input[type="checkbox"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.wpb_wrapper #loginform .login-submit {
    margin-bottom: 0;
}

.wpb_wrapper #loginform .login-submit input[type="submit"] {
    width: 100%;
    padding: 14px 20px;
    background-color: #c5a059; /* Color dorado/marrón elegante */
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpb_wrapper #loginform .login-submit input[type="submit"]:hover {
    background-color: #a98746;
    transform: translateY(-2px);
}

.btn-celr-form {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 300px;
}
