/*
Theme Name: Taberna del Alabardero
Theme URI: http://snglr.es
Description: Wordpress Theme
Author: Jorge SantoveÃƒÂ±a DÃƒÂ­az
Author URI: http://snglr.es
Version: 1.0
*/


/*********************************/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	font-size: 18px;
	color: #7F1D44;
	background: #FFFFFF;
}

header.masthead {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', cursive;
	font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.35;
    color: inherit;
}

h2 {
    font-size: 38px;
}

p strong {
	font-weight: 700;
}

a,
a:hover,
a:focus {
	color: #7F1D44;
}

.container {
	width: 100%;
	max-width: 1140px;
}

section {
    padding: 6rem 0;
    width: 100%;
    float: left;
}

img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
    display: table;
    margin: auto;
}

nav#mainNav {
    background: transparent;
    color: #fff;
	padding: 0;
	height: 70px;
    position: fixed;
    top: 0;
	border: 0;
    transition: top 0.2s ease-in-out;
    width: 100vw;
	z-index: 10;
}

#mainNav.nav-up {
    top: -160px;
}


nav#mainNav.sticky {
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
}

.logo-header {
    height: 40px;
    margin: 10px 0;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

nav#mainNav.sticky img.logo-header,
body:not(.home) nav#mainNav img.logo-header {
	opacity: 1;
    transition: opacity 0.5s ease-in-out;
}


/* mobile - menu */


ul.lang-switcher {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap row;
    width: auto;
    right: 35px;
    position: absolute;
    z-index: 99999;
    top: 0;
}

li.lang-item a {
    color: #fff;
    font-size: 14px;
}

ul.lang-switcher li {margin: 0;}
ul.lang-switcher li.current-lang a {font-weight: bold;}

ul.lang-switcher li:after {
    display: inline;
    content: "|";
    font-size: 14px;
    margin: 0 5px;
}

ul.lang-switcher li:last-child:after {
	display: none;
}

#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 26px 15px 0px 15px;
    float: right;
    position: absolute;
    transition: 0.5s;
    right: 30px;
    z-index: 99999;
    /*top: 15px; Activar lang */
}

#toggle.on {
    transition: 0.5s;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 1px;
}
#toggle + #menu { display:none;}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

.sidenav {
    height: auto;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: -500px;
    right: 0;
    background-color: rgb(127, 29, 68, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    z-index: 9999;
    padding-bottom: 50px;
}

.sidenav.show {
	top: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    opacity: 1;
    font-size: 36px;
}

.sidenav .closebtn:hover,
.sidenav .closebtn:focus {
    opacity:0.7;
    text-decoration:none;
}

.sidenav ul.navbar-nav {
    padding: 0;
    list-style: none;
    border-top: 0;
}

.sidenav ul.navbar-nav li {
    text-align: left;
    margin-bottom: 0;
    line-height: 48px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.sidenav ul.navbar-nav li a {
    color: #fff!important;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 0;
    line-height: 1.5rem;
    padding: 15px!important;
}


.sidenav ul.navbar-nav li.menu-item-has-children ul.sub-menu {
    position: relative!important;
    background: rgba(0,0,0,0.2);
	display: block;
	padding: 0;
    list-style: none;
	height: 0px;
	max-height: 0px;
    overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

.sidenav ul.navbar-nav li.menu-item-has-children > a.show + ul.sub-menu {
	height: auto;
	max-height: 400px;
	transition: max-height 0.5s ease-in-out;
}

.sidenav ul.navbar-nav li.menu-item-has-children > a:after {
	border-style: solid;
	border-width: 0.11em 0.11em 0 0;
	content: '';
	display: inline-block;
	height: 0.55em;
	position: relative;
	margin-top: 7px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.55em;
	margin-left: 8px
}

.sidenav ul.navbar-nav li.menu-item-has-children > a.show:after {
    margin-top: 11px;
    transform: rotate(-45deg);
    vertical-align: top;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    text-align: left;
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    padding: 7px 40px!important;
}

#mainNav .navbar-nav > li.nav-item.current_page_item  > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
	font-weight: 600;
	color: #fff!important;
}

.sidenav ul.navbar-nav li.menu-item-has-children:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 6px;
    content: "\f107";
}

.sidenav .navbar-nav > li:before {
	display: none!important;
}


/* SECCIONES */

.section-slider {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-flow: column wrap;
}

body:not(.home) section#header {
    max-height: 75vh;
}

h1.title-page {
	color: #fff;
    text-transform: uppercase;
	font-size: 64px;
}

h1.title-post {
	text-transform: uppercase;
}

h3.subtitle-section {
    font-size: 18px;
    font-weight: 300;
}

.slide {
    height: 100%;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.slide.video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 5;
    position: absolute;
}

.section-galeria .slick-slider {
	padding-bottom: 30px;
}

.primary-content {
    background: #f7f7f7;
}

.slider,
.slick-list,
.slick-track,
.slick-slide > div {
    width: 100%;
    height: 100%;
}

.section-slider .section-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 0 25px;
}

.btn {
    padding: 0.375em 1.5em;
}

.btn-default,
.btn-default:focus {
	display: table;
    margin: 45px auto;
    border: 2px solid #7F1D44;
    border-radius: 0;
    color: #7F1D44;
    width: 180px;
    text-transform: none;
    padding: 6px;
    background: transparent;
    font-weight: 600;
    font-size: 1.1em;
}

.btn-default-2,
.btn-default-2:focus,
input[type=submit],
input[type=submit]:focus {
    display: table;
    margin: 45px auto;
    border: 2px solid #7F1D44;
    border-radius: 0;
    color: #fff;
    width: 180px;
    text-transform: none;
    padding: 6px;
    background: #7F1D44;
    font-weight: 600;
    font-size: 1.1em;
}


.btn-default:hover {
	background: rgba(46,46,46,0.2);
	color: #7F1D44;
}

input[type=submit]:hover,
.btn-default-2:hover {
	background: #999;
	color: #fff;
    border: 2px solid #999;
}

.section-slider .btn-default,
.section-imagen-titulo .btn-default {
    border: 2px solid #fff;
    color: #fff;
}

.section-slider .btn-default:hover,
.section-imagen-titulo .btn-default:hover {
    color: #fff;
	background: rgba(255,255,255,0.2);
}

h2.title-section {
    font-size: 48px;
    margin-bottom: 35px;
}



.img-block {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	min-height: 500px;
}

.text-block {
    padding: 50px 100px;
    min-height: 25vw;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: flex-start;
}

/* slider*/


ul.slick-dots {
    display: table;
    margin: 5px auto;
    padding: 0;
    list-style: none;
    bottom: 50px;
    position: relative;
}

ul.slick-dots li {
    float: left;
    margin: 0 5px;
}

ul.slick-dots li button {
    border: 0;
    width: 9px;
    height: 12px;
    font-size: 0px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
}

ul.slick-dots li button:hover {
    background: #7F1D44;
}

ul.slick-dots li.slick-active button{
    background: transparent;
	border: 2px solid #fff;
    height: 16px;
}

button.slick-prev {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    left: 0;
    margin-top: -25px;
	opacity: 0.1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -35px;
}

button.slick-next {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    right: 0;
    margin-top: -21px;
	opacity: 0.1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -35px;
}

#galeria .galeria:hover button.slick-prev,
#galeria .galeria:hover button.slick-next {
	cursor:pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev:focus,
button.slick-next:focus {
	outline: none;
}

section.section-imagen-titulo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

section.section-imagen-titulo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.2);
}

section.section-imagen-titulo .container {
	position: relative;
	z-index: 1;
}

section#galeria {
	padding-top: 30px;
}

section.section-imagen-texto {
    padding: 0;
}

section.section-imagen-texto h3 {
    font-size: 1.75em;
    margin-bottom: 1em;
}

.text-block .btn-default {
    margin-bottom: 0;
}

.text-block h3:before {
    content: "";
    display: none;
    width: 100px;
    height: 3px;
    background: #7F1D44;
    margin: 0 auto 20px;
}

.col-left > div > div:first-child,
.col-right > div > div:first-child {
    margin-bottom: 30px;
}

.col-left > div > div:first-child:last-child,
.col-right > div > div:first-child:last-child {
    margin-bottom: 0;
}

.col-left, 
.col-right {
	height: calc(50vw - 120px);
    overflow: hidden;
}

.galeria ul.slick-dots li.slick-active button {
	background: transparent;
	border: 2px solid #7F1D44;
}

.galeria ul.slick-dots li button {
	background: #7F1D44;
}

.bloque-logo-grupo:last-child {
    border: 0;
}

section:not(.section-imagen-texto) table {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

section:not(.section-imagen-texto) table td {
    padding: 5px 10px;
}

section:not(.section-imagen-texto) table tr:first-child td {
    background: #ccc;
    text-align: center;
}

.section-imagen-texto table {
    border: 0;
	margin-bottom: 0;
}

.section-imagen-texto td {
    border: 0;
    padding: 10px;
    font-weight: 500;
	width: 80%!important;
}

.section-imagen-texto td:first-child {
    padding-left: 0;
}

.section-imagen-texto td + td {
    font-weight: 400;
	width: 20%!important;
}

/** HOME **/

#agenda {
	background: #f7f7f7;
	padding: 50px 0;
}

h2.title-section.title-agenda {
    font-weight: bold;
    text-transform: uppercase;
}

h2.title-section.title-agenda:before {
    margin: 15px 0;
}

.content-noticia {
    width: 92%;
    margin: auto;
    background: #fff;
    padding: 15px;
    top: -55px;
    position: relative;
}

.imagen-noticia {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

.imagen-noticia a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.content-noticia h3 {
    font-weight: 500;
    font-size: 1.4em;
	text-transform: uppercase;
}

.content-noticia h3 a {
	color: #4d4d4d;
}

section.formulario h2.title-section {
	margin-bottom: 10px;
}

section.formulario h2.title-section:before {
	background: #575756;
}

section.formulario h3.subtitle-section {
    font-size: 18px;
    font-weight: 300;
}

.form-wrapper span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.form-wrapper input:not([type="submit"]), 
.form-wrapper textarea {
    width: 100%;
    border: 1px solid #7F1D44;
    padding: 7px 20px;
    margin-bottom: 15px;
    background: transparent;
    color: #7F1D44;
}

.form-wrapper span.wpcf7-form-control-wrap.privacidad {
    width: auto;
    float: left;
	margin-right: 5px;
}

input[type="checkbox"] {
    width: auto!important;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7f414b;
  font-weight: 300;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7f414b;
  font-weight: 300;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7f414b;
  font-weight: 300;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7f414b;
  font-weight: 300;
  font-style: italic;
}
.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills a {
    color: #fff;
	font-size: 22px;
	padding: 0;
	background-color: #acacac;
}

.nav-pills .nav-link.active {
    color: #fff;
    background: #7F1D44;
}

.nav-pills a:hover {
    background: #999;
}

.tab-pane h3 {
    margin-top: 50px;
    width: 100%;
}

.tab-pane h3:first-child {
    margin-top: 0;
}

.tab-pane h3:after {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background: #707070;
    margin: 15px auto 35px;
}

.tab-pane p em {
    font-size: 16px;
}

.subtitulo-tabs p {
    margin-bottom: 7px;
}

h3.col-title {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
}

h3.col-title strong {
    font-weight: bold;
}

img.alignleft {
    float: left;
    margin: 0 25px 15px 0;
}

img.alignright {
    margin: 0 0 25px 15px;
    float: right;
}

/** FOOTER **/

footer {
    background: #7F1D44;
	color: #fff;
	width: 100%;
	float: left;
}

footer .container {
	max-width: 1440px;
}

footer hr {
    border-top: 2px solid #f5f5f5;
}

.logo-footer {
    max-width: 230px;
}

.logos-footer {
    max-width: 270px;
    width: 100%;
}

footer a {
    color: #fff;
}

footer a:hover {text-decoration: none;color: #ccc;}

footer i {
    display: block;
    font-size: 16px;
    width: 21px;
    text-align: center;
}

ul.social-links {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.social-links li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}

ul#menu-legal li,
ul#menu-legal-en li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}

footer p {
    margin-bottom: 5px;
    font-size: 14px;
}

/*
ul#menu-legal li:after {
	content: "|";
	display: inline;
	margin: 0 10px;
}
*/

ul#menu-legal li:last-child:after,
ul#menu-legal-en li:last-child:after  {
	display: none;
}

.logo-grupo-footer {
    max-width: 250px;
    margin-bottom: 20px;
}

/* MODAL */

.modal-backdrop {
	display: none;
}
.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.modal-dialog {
    max-width: 605px!important;
}

.modal-content {
    border-radius: 0;
	border: 0;
}

.modal-header {
	border: 0;
	background: #333333;
	border-radius: 0;
}

h5.modal-title {
	color: #fff;
}

.close {
    color: #fff;
    text-shadow: none;
}

.close:focus, .close:hover {
    color: #fff;
    text-shadow: none;
}

/** EVENTOS **/

.single-eventos #header {
    height: 40vh;
}

.single-eventos .primary-content {
    background: #f7f7f7;
}

.single-eventos .content-post {
    display: block;
    padding: 30px;
    background: #fff;
    top: -80px;
    position: relative;
}

.breadcrumb {
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 50px;
}

.mapa {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 40%;
}

.mapa iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
	#mainNav.navbar-shrink {
		border-bottom: 0;
		background-color:transparent;
	}
}

@media (min-width: 768px) {
	.galeria .slick-dots {
		bottom: 60px;
	}
	
	.galeria .slick-slide {
		position: relative;
		overflow: hidden;
	}
	
	.text-block {
		padding: 50px 60px;
	}
}

@media (max-width: 991px) {
	.col-left, 
	.col-right {
		height: calc(50vw - 70px);
		overflow: hidden;
	}
}



@media (max-width: 768px) {
	.col-left, 
	.col-right {
		height: auto;
		overflow: hidden;
	}
	
	.col-left {
		margin-bottom: 30px;
	}
	
	video.video-slide {
		position: fixed;
		left: -60%;
		top: 0;
		height: 100%;
	}
	ul#menu-legal-en li:after,
	ul#menu-legal li:after {
		display: none;
	}
	h2.title-section {
		font-size: 30px;
	}
	ul.lang-switcher {
		right: 30px;
	}
	#toggle {
		right: 25px;
	}
	.section-slider {
		height: 75vh;
	}

}

@media (max-width: 576px) {
	.bloque-logo-grupo {
		border: 0;
	}
	.text-block {
		padding: 50px 50px;
	}
}

.cn-button.bootstrap {
    display: inline;
    background: #7F1D44;
    padding: 7px 15px;
}


/** añadir alabardero secciones */



section#grupo-lezama {
    background-image: url(img/alabarderosevilla.svg);
    background-position: 10% bottom;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

section#Carta {
    background-image: url(img/alabarderosevilla.svg);
    background-position: 5% 5%;
    background-repeat: no-repeat;
    background-size: auto 600px;
}


section.formulario {
    background-image: url(img/alabarderosevilla.svg);
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-size: auto 450px;
}

@media (max-width: 1024px) {
	section.formulario {
		background-size: auto 400px;
	}
	section#grupo-lezama,
	section#Carta,
	section.formulario {
		background-image: none;
	}
}

@media (max-width: 992px) {
	section#Arroces {
		background-position: 95% bottom;
	}
	section#Carta {
		background-image: none;
	}
}

@media (max-width: 768px) {
	section#Arroces {
		background-image: none;
	}
}

/* SECCION NOTICIAS */

.bg-noticia {
    width: 85%;
    height: 0px;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-noticias {
    background: #fff;
    width: 85%;
    position: relative;
    float: right;
    padding: 1em;
    margin-top: -70px;
}

.content-noticias h3 {
    font-size: 1.5em;
}

.content-noticias h3 a {
    color: #7F1D44;
}

.grecaptcha-badge {
    display: none!important;
}

/*******/

.habitacion .descripcion ul {
    column-count: 2;
    column-gap: 50px;
}

.habitacion {
    font-size: 0.9em;
}

.habitacion .btn-primary {
    border: 2px solid #7F1D44;
    border-radius: 0;
    background: transparent;
    color: #7F1D44;
}

.habitacion .btn-primary:hover {
    background: #7F1D44;
    color: #fff;
    border-color: #7F1D44;
}