/*
Theme Name: Jade
Theme URI: http://themeforest.net/item/jade-flexible-multi-purpose-responsive-theme/9333003
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.2.1
Description: A True Multi-Purpose Theme
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Jade
Tags: custom-header, custom-background, custom-menu, responsive-layout, full-width-template, post-formats, theme-options, translation-ready
*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

ins {
    background-color: rgba(254,255,0,0.68);
    text-decoration: none;
}

/* =Content
----------------------------------------------- */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

dt{font-weight: bold;}
dd{margin-left: 10px !important;}
abbr, tla, acronym {
	text-decoration: underline;
	cursor: help;
}
cite,q{font-style: italic !important}


.post img,.page img,.size-full{max-width: 100%; height: auto;}
/* =Asides
-----------------------------------------------

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}*/


/* =Media
----------------------------------------------- */
.gallery-item:first-child{clear: left}
.gallery-item{vertical-align: top;}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
    clear: both;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*
.oembed-custom-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}

.oembed-custom-conteiner iframe,
.oembed-custom-conteiner object,
.oembed-custom-conteiner embed,
.oembed-custom-conteiner a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.oembed-custom-conteiner iframe {
	width: 100%;
}*/

.mfp-inline-holder .mfp-content{text-align: center;}

.mfp-inline-holder .mfp-content > div{display: inline-block;}

/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comment-form-comment label {
	display: none;
}

.pingback blockquote{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}

/* =Widgets
----------------------------------------------- */

.widget {

}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

.form-allowed-tags code {
	background: none !important;
	border: none;
	font-size: 12px;
	white-space: normal;
}

.dslca-enabled #TB_overlay {
	z-index: 999999998!important;
}

.dslca-enabled #TB_window {
	z-index: 999999999!important;
}


/* =Table
----------------------------------------------- */
.met_blog_block_text table,
.met_blog_detail table,
.met_comment table,
.page table {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.met_blog_block_text table thead:first-child tr:first-child th,
.met_blog_block_text table tbody:first-child tr:first-child th,
.met_blog_block_text table tbody:first-child tr:first-child td,
.met_blog_detail table thead:first-child tr:first-child th,
.met_blog_detail table tbody:first-child tr:first-child th,
.met_blog_detail table tbody:first-child tr:first-child td,
.met_comment table thead:first-child tr:first-child th,
.met_comment table tbody:first-child tr:first-child th,
.met_comment table tbody:first-child tr:first-child td,
.page table thead:first-child tr:first-child th,
.page table tbody:first-child tr:first-child th,
.page table tbody:first-child tr:first-child td{
	border-top: 0;
}

.met_blog_block_text table th,
.met_blog_block_text table td,
.met_blog_detail table th,
.met_blog_detail table td,
.met_comment table th,
.met_comment table td,
.page table th,
.page table td{
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}

.met_header_wrap .met_logo img {
	height: 97px !important;
}

.met_logo span {line-height: 63px}

.met_header_wrap .met_logo img {
height: 97px !important;
}

.met_sticky_header .met_logo img {
    height: 59px !important;
}

.texto-destacado {
	width: 100%;
	height: 37px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 14px;
}
#scape_room_logo {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2021/10/scaperoom.png');
	background-size: 100%;
}
#visitas_turisticas_logo {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2021/10/turismo.png');
	background-size: 100%;
}
#imagen-destacado-1 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2021/10/scaperoom.png');
	background-size: 100%;
}

#imagen-destacado-2 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2016/02/ventanilla.png');
	background-size: 100%;
}

#imagen-destacado-3 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2016/02/APP2.png');
	background-size: 100%;
}

#imagen-destacado-4 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2016/02/recuerdos.png');
	background-size: 100%;
}

#imagen-destacado-5 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2016/02/comercio.png');
	background-size: 100%;
}

#imagen-destacado-6 {
	width: 100%;
	height: 149px;
	background-image: url('/wp-content/uploads/2021/09/bandos-municipales.png');
	background-size: 100%;
}

#dslc-content .dslc-module-heading {
	display: none;
}

#dslc-content #dslc-module-39 .dslc-blog-post-title h2:hover, #dslc-content #dslc-module-39 .dslc-blog-post-title h2 a:hover {
	color: rgba(255, 255, 255, 0.9) !important;
}

.met_slim_footer .footer {
	background-color: #303030 !important;
}

.met_blog_block_text table th, .met_blog_block_text table td, .met_blog_detail table th, .met_blog_detail table td, .met_comment table th, .met_comment table td, .page table th, .page table td {
	text-align: center !important;
}

td.day .day-contents {
	padding-bottom: 0px;
	padding-top: 5px;
}

td.day.today .day-contents {
	color: #9e0505;
}

.met_blog_block_text table, .met_blog_detail table, .met_comment table, .page table {
	margin: 0 !important;
}

#events-today .col-sm-6 {
	display: inline-block;
}

.brother-pages ul li a {
	font-family: Open Sans !important;
	color: #9F4641 !important;
	font-weight: bolder;
	text-transform: uppercase !important;
}

.brother-pages ul li ul li a {
	font-family: Open Sans !important;
	font-weight: 600 !important;
	color: #666 !important;
	text-transform: none !important;
}

.brother-pages ul li ul li ul li a {
	font-family: Open Sans !important;
	font-weight: 100 !important;
	color: #000 !important;
}

.brother-pages .current_page_item {
	/*background-color : #FFE891; !important;*/
	text-decoration: underline;
}

.row > div {
	margin-bottom: initial;
}

.margin-top-bottom-2{
	margin-top: 2%;
	margin-bottom: 2%;
}

.margin-top-3{
	margin-top: 3%;
}

.text-justify{
	text-align: justify;
}


.comercio-local-list {
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-map input::-webkit-outer-spin-button,
.form-map input::-webkit-inner-spin-button {
    display: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-map .spacer {
	height: 20px;
}

.form-map > .row > div {	/* Cancel a piece of crap from Jade theme. Angry developer. */
    margin-bottom: initial;
}

.form-map > .row {
	/*margin-bottom: 20px;*/
}

.form-map textarea {
    height: 80px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}

.form-group .mandatory:after {
	display: inline;
	content: " *";
	color: #AC0000;
}

.met_sidebar_box ul, .met_sidebar_box ul li {
    list-style: none;
    display: block;
    background: white;
    padding: 0;
    margin: 10px 0;
}

.met_sidebar_box > ul > li > ul > li a, .met_sidebar_box > div > ul > li > ul > li a {
    margin-left: 0 !important;
}

.met_sidebar_box > ul li a, .met_sidebar_box > div > ul li a {
	margin: 0 !important;
}

.met_sidebar_box > ul li .menu-title {
    font-family: Open Sans !important;
    color: #FFFFFF !important;
    font-weight: 600;
    text-transform: uppercase !important;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
    background: #6F7071;
}

.met_sidebar_box > ul > li ul, .met_sidebar_box > div > ul > li ul {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.met_sidebar_box > ul > li ul, .met_sidebar_box > div > ul > li ul {
    margin-top: 0 !important;
}

div:not(.clear_margin_bottom) > .met_sidebar_box ul li a {
    color: #393939;
    display: block;
    padding: 5px;
}


div:not(.clear_margin_bottom) > .met_sidebar_box ul li a:hover {
	text-decoration: none;
}

div:not(.clear_margin_bottom) > .met_sidebar_box ul li ul li a {}

div:not(.clear_margin_bottom) > .met_sidebar_box ul li ul li a:hover {
	text-decoration: none;
	background: #FFCA07;
}

.met_sidebar_box > ul > li ul, .met_sidebar_box > div > ul > li ul {
    border: none;
}

.met_sidebar_box li {
    border: none;
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 18px !important;
    line-height: 2.5 !important;
    padding: 0 20px !important;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    color: #FFFFFF !important;
    position: relative;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;

    background: #FFCA07 !important;
}

.met_sidebar_box li {
	padding: 0;
}

.wpcf7-form-control.wpcf7-submit:hover {
    color: #FFFFFF !important;
    background-color: #5B5E65 !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:focus, .wpcf7-form-control.wpcf7-submit:active, .wpcf7-form-control.wpcf7-submit.active, .open>.dropdown-toggle.btn-primary {

    color: #FFFFFF !important;
    background-color: #5B5E65 !important;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

form {
	padding: 20px 0;
}


.comercio-local-list.col-xs-12.col-sm-6.col-md-3:hover {
	text-decoration: none;
	color: #9F4641;
}


div:not(.clear_margin_bottom) > .met_sidebar_box ul li ul li a,
.comercio-local-list.col-xs-12.col-sm-6.col-md-3 div {
	color: #9F4641 !important;
    background: #F1F1F1;
    padding: 10px;
    border-radius: 5px;
}


div:not(.clear_margin_bottom) > .met_sidebar_box ul li ul li a:hover,
.comercio-local-list.col-xs-12.col-sm-6.col-md-3 div:hover {
    background: #F3C007;
    color: white !important;
}

div:not(.clear_margin_bottom) > .met_sidebar_box ul li ul li a:active,
.comercio-local-list.col-xs-12.col-sm-6.col-md-3 div:active {
	color: white !important;
	background: #F3C007;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.met_header_bar.hidden-480 {
    display: none !important;
}

#menu-main-menu .met_header_search.met_color_transition.hidden-480.met_vcenter {
	height: 42px;
	float: none;
	display: flex;
}

.met_header_search.met_color_transition.hidden-480.met_vcenter.met_down_menu_hidden {
    display: none;
}

.tax-sector h3 {
	padding: 0;
}

.tax-sector h2 {
	margin-bottom: 25px;
}

.tax-sector p {
	margin: 0;
}

.semioptional:after {
	display: inline;
	content: " *";
	color: #43923B;
}

.padding-bottom-pedrola-tv{
	padding-bottom:22px
}