/*
Theme Name:         Aranda Madrid
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************
	FONTS
*******************/
@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro.woff2') format('woff2'),
        url('./fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gallient';
    src: url('./fonts/Gallient-Regular.woff2') format('woff2'),
        url('./fonts/Gallient-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Medium';
    src: url('./fonts/DINPro-Medium.woff2') format('woff2'),
        url('./fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TrajanPro Bold';
    src: url('./fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('./fonts/TrajanPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TrajanPro Regular';
    src: url('./fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('./fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*******************
	GENERAL THEME
*******************/
/* .vmenu-container .menu-primary-inner li::after, .list-menu ul li::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('./images/background-column.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 15px auto;
  display: block;
} */

.fa-automobile::before {
  content: '';
  background-image: url('./images/icono-parking.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  height: 18px;
  width: 18px;
  top: 1px;
}
.footer-icons .fa-automobile::before {
  top: -2px;	
}
.fa-automobile:hover::before {
  background-image: url('./images/icono-parking-opacity.png');
}
.button-white {
  color: #517746 !important;
}
.menu-overlay .vmenu-container .menu-smart a i {
  display: none;
}
@media only screen and (min-width:960px){
	#logo-container-mobile {
	  text-align: left;
	}
	#main-logo {
	  margin-left: 110px;
	  
	}
}
#menu-cta-menu .menu-btn-container {
  min-width: 190px;
}@media only screen and (max-width:960px){
	#menu-cta-menu .menu-btn-container {
	  min-width: 230px;
	}
}


a.button-white:hover {
  color: #000 !important;
}
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover {
  color: #000 !important;
}
.border-top {
  border-top: 2px solid;
  padding-top: 50px !important;
}@media only screen and (max-width:960px){
	.border-top {
	  border-top: none;
	}
}
.border-top.green {
  border-top-color: #517746;
}
.border-top.white {
  border-top-color: #fff;
}
.title-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-circle .heading-text {
  padding: 30px;
}
.title-circle .heading-text::before {
  background-image: url('./images/clavel-menu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
  display: block;
  height: 220px;
  width: 220px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}@media only screen and (max-width:400px){
	.title-circle .heading-text::before {	 
	  height: 190px;
	  width: 190px;
	}
}
/* .title-circle .heading-text:hover {
  background-image: url('./images/clavel-menu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */
.title-circle .heading-text:hover::before{
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.title-circle .heading-text:hover p {
  border-color: #fff;
  transition: 0.5s ease-in-out;
}
.title-circle .heading-text p span {
  transition: 0.5s ease-in-out;
}
.title-circle .heading-text:hover p span {
  color: #fff;
  transition: 0.5s ease-in-out;
}
.title-circle p {
  border: 4px solid #517746;
  border-radius: 110px;
  height: 180px;
  width: 180px;
  vertical-align: middle;
  display: table-cell !important;
  z-index: 10;
  position: relative;
  transition: 0.5s ease-in-out;
}@media only screen and (max-width:400px){
	.title-circle p {
	  height: 150px;
	  width: 150px;
	}
	.title-circle .heading-text span {
	  font-size: 25px;
	  line-height: 80%;
	}
}
.title-circle .heading-text p span a, 
.title-circle .heading-text p a span {
  color: #517746 !important;
  transition: 0.5s ease-in-out;
}
.title-circle .heading-text:hover p span a, 
.title-circle .heading-text:hover p a span {
  color: #fff !important;
  transition: 0.5s ease-in-out;
}


@media only screen and (max-width:500px){
	.mobile-70 {
	  width: 70%;
	  margin: 0 auto;
	}
	.padding-top-mobile{
		padding-top:80px;
	}
}


/* .row-columns-square .wpb_column::after {
  border-right: 1px solid;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(./images/column.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
} */

.row-columns-square > .row {
  padding-right: 0 !important;
  padding-left:0 !important;
}

.row-columns-square .wpb_column {
  border-top: 2px solid #517746;
  border-bottom: 2px solid #517746;
  border-right: 2px solid #517746;
  border-left: ;
  padding: 0 !important;
}@media only screen and (max-width:960px){
	.row-columns-square .wpb_column {
	  border-top: none;
	  border-bottom: none;
	  border-right: none;
	}
}
.row-columns-square .wpb_column:nth-child(1) {
  border-left: 1px solid;
}
.row-columns-square .wpb_column::before {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  border-bottom: 2px solid #517746;
}
.row-columns-square .wpb_column::after {
  content: '';
  width: 50%;
  height: 100%;
  border-right: 2px solid #517746;
  display: block;
  top: 0;
  position: absolute;
}
.row-columns-square .wpb_column.column-without-border::after,
.row-columns-square .wpb_column.column-without-border::before,
.row-columns-square .wpb_column.column-without-vertical-border::after {
  content: none !important;
}

.row-columns-square .wpb_column .uncol::before,
.row-columns-square .wpb_column .uncol::after
{
  content: '';
  background-image: url(./images/background-column.png);
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  right: 0;
  margin-right: -40px;
  margin-top: -40px;
}@media only screen and (max-width:960px){
	.row-columns-square .wpb_column .uncol::before,
	.row-columns-square .wpb_column .uncol::after
	{
		content:none;
	}
	
}
.row-columns-square .wpb_column .uncol::before {
  margin-top: -40px;
}
.row-columns-square .wpb_column .uncol::after {
  margin-bottom: -40px;
}
.row-columns-square .wpb_column:nth-child(7) .uncol::before, 
.row-columns-square .wpb_column:nth-child(7) .uncol::after{
	content:none;
}

.list-title-carta .tmb-title,
.list-title-carta .panel-title
 {
  padding-left: 8.333333%;
  transition: 1s ease;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-title-carta .panel-title {
  font-size: 40px;
  font-family: TrajanPro Regular;
  text-transform: none;
  font-weight: normal;
}
.list-title-carta .tmb-title:hover,
.list-title-carta .panel-title:hover {
  padding-left: 13%;
  transition: 1s ease;
}

.carta-menu-list li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style:none;
}
.carta-menu-list li::before {
  content: '';
  background-image: url(./images/background-column.png);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: contain;
  left: -10px;
  margin-top: 6px;
}
@media only screen and (max-width:960px){
	.title-section h1{
		filter:drop-shadow(2px 2px #333);
		-webkit-filter: drop-shadow(2px 2px #333);
	}
	.mobile-padding {
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	}
}

@media only screen and (max-width:960px){
	.home-glutenfree-background .row-background .background-inner {
	  background-position: left top !important;
	}
}

/*******************
	RESERVA
*******************/

@media only screen and (max-width:840px){
	.reserva-background .background-inner {
		background-position: center top !important;
		background-size: auto 133% !important;
	}
}


/*******************
	CONTACTO
*******************/
/* .order-online-icons .icon-box-icon.fa-container {
  vertical-align: middle;
} */
.order-online-icons .icon-box-heading h3 {
  text-transform: uppercase;
}

.order-online-icons .icon-box-content p, 
.order-online-icons .icon-box-content a {
  margin-top: 0;
  color: #517746 !important;
}


.padding-contact input[type="text"], 
.padding-contact input[type="email"], 
.padding-contact select, 
.input-underline select, 
.padding-contact textarea {
  width: 100%;
  border-color: #ccc !important;
  color: #000;
  border-radius: 0;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder, .input-underline select {
  color: #000 !important;
  opacity: 0.7;
}
.padding-contact .col {
    padding: 10px 15px;
}
.padding-contact.acceptance .col-lg-12 {
    padding-left: 15px;
}
.padding-contact input[type="checkbox"] {
    border-color: #b4bb72;
    background: transparent;
}
.padding-contact input[type="checkbox"]::before {
    color: #b4bb72 !important;
}
.padding-contact .wpcf7-list-item-label {
  color: #000;
  font-size: 15px;
}
.padding-contact.row-submit input, .newsletter-submit input {
  font-size: 20px;
  background: #517746;
  color: #fff;
  padding: 10px 40px;
  width: 100%;
  border: none;
  max-width: 100%;
}@media only screen and (max-width:400px){
	.padding-contact.row-submit input, .newsletter-submit input {
	  padding: 10px;
	}
}
.padding-contact.row-submit{
	text-align:center;
}
input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
  font-weight: 300 !important;
  text-transform: none;
}

.mc4wp-response p {
    color: #b4bb72 !important;
    text-align: center;
	font-weight:normal;
}


/*******************
	FOOTER
*******************/

.footer-collage-image {
  margin-bottom: -100px;
  z-index: 10;
}
.footer-icons i {
  color: #fff;
}
.footer-contact a {
  color: #fff;
}
.footer-contact a {
  color: #fff;
  font-family: DIN Pro Medium;
}
.footer-column-buttons .btn-container {
  margin-top: 15px !important;
}
@media only screen and (max-width:960px){
	.footer-logo {
	  text-align: center;
	}
}
.footer-gluten strong {
  color: #fff !important;
}
.footer-legacy-row {
  padding: 10px 0;
}
.footer-development a {
  color: #000;
}
.footer-development a:hover {
  color: #fff !important;
}






.main-container .image-card.image-card-triple .uncode-single-media + .uncode-single-media + .uncode-single-media {
  padding: 60.625% 0.5% 0 60.5%;
  z-index: 2;
}


/*******************
	FLIPDISH
*******************/
#cookieModalTitle {
  font-family: DIN Pro;
  font-weight: normal;
  font-size: 38px;
}