/*
Theme Name: Deepal Granada Theme
Description: This is a custom theme for Deepal Granada
Theme URI: https://deepalgranada.es/
Author: Avanti Motors
Author URI: https://avantimotors.es/
Template: salient
Version: 1.0
*/

#models .wpb_tabs_nav .tab-item span {
	position: relative;
    float: none;
    padding-left: 50px;
}

#models .wpb_tabs_nav .tab-item span img.color {
	position: absolute;
    left: 0;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#form form p {
	position: relative;
	float: left;
	width: 31.33%;
	margin: 15px 1%;
	padding: 0;
}

#form form p.mid {
	width: 64.66%;
}

#form form p.hidden {
	display: none;
}

#form form p label {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 600;
}

#form form p input {
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #dee2e6;
	border-radius: 40px;
}

#form form p.privacidad {
	width: 98%;
}

#form form p.privacidad .wpcf7-list-item {
	margin: 0;
}


#form form p.privacidad label {
	font-weight: 400;
}

#form form p.enviar input {
	width: 100%;
	font-family: Noto Sans;
	background-color: #0b457f;
	border: none;
	border-radius: 40px !important;
}

#form form p .wpcf7-not-valid-tip {
	position: absolute;
    width: 100%;
	line-height: 1.5;
	left: 0;
	top: 100%;
	padding-top: 5px;
	font-size: 12px;
    background-color: transparent;
    box-shadow: none;
}

#ajax-content-wrap #meinteresa {
    position: fixed;
    left: 40px;
    bottom: 50px;
	display: none;
    z-index: 9999;
}

#ajax-content-wrap #meinteresa .link_wrap {
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}


/*--------------------------- RESPONSIVE --------------------------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 760px) {
	#models .wpb_tabs_nav {
		flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
	}
	#models .wpb_tabs_nav .tab-item a {
		padding: 20px 0;
	}
	#models .wpb_tabs_nav .tab-item span {
		font-size: 0;
	}
	#models .wpb_tabs_nav .tab-item span img.color {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#form form p {
		width: 100% !important;
		margin: 15px 0;
	}
	#ajax-content-wrap #meinteresa {
		left: 0;
		bottom: 0px;
		line-height: 40px;
		width: 100%;
	}
	#ajax-content-wrap #meinteresa .link_wrap {
		position: relative;
		float: left;
		width: 100%;
		padding: 15px 0 !important;
		text-align: center;
		box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
		border-radius: 0 !important;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 760px) and (orientation : landscape) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) and (max-width : 760px) and (orientation : portrait) {}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1800px) {}
