/*
Theme Name: machbel 2016
Theme URI: https://machbel.com
Author: .home .post .entry-header
Author URI: https://machbel.com
Description: Tema para la web machbel.com
Version: 1.2
License: GNU General Public License
Tags: white, two-columns, right-sidebar, flexible-width, featured-images
*/


/* =Reset default browser color: #000;
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
body
{
	background-color: #f6f6f6;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
}
h4
{
	clear: both;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
a img
{
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

/* =Iconos
----------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?td2k77');
  src:  url('fonts/icomoon.eot?td2k77#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?td2k77') format('truetype'),
    url('fonts/icomoon.woff?td2k77') format('woff'),
    url('fonts/icomoon.svg?td2k77#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\f030";
}
.icon-plane:before {
  content: "\f072";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-automobile:before {
  content: "\f1b9";
}
.icon-car:before {
  content: "\f1b9";
}
.icon-bed:before {
  content: "\f236";
}
.icon-hotel:before {
  content: "\f236";
}
.icon-circle-arrow-right:before {
  content: "\e610";
}
.icon-circle-arrow-left:before {
  content: "\e611";
}
.icon-remove-sign:before {
  content: "\e612";
}
.icon-menu2:before {
  content: "\e20e";
}
.icon-angulo-cuadrado:before {
  content: "\e618";
}
.icon-arrow-right:before {
  content: "\e615";
}
.icon-pinterest:before {
  content: "\e600";
}
.icon-google-plus:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-flickr:before {
  content: "\e604";
}
.icon-bubble:before {
  content: "\e606";
}
.icon-mail:before {
  content: "\e607";
}
.icon-linkedin:before {
  content: "\e608";
}
.icon-feed:before {
  content: "\e609";
}
.icon-instagram:before {
  content: "\e60a";
}
.icon-facebook2:before {
  content: "\e60b";
}
.icon-share:before {
  content: "\e60c";
}
.icon-home:before {
  content: "\e60d";
}
.icon-spinner:before {
  content: "\e60e";
}
.icon-cancel-circle:before {
  content: "\e60f";
}
.icon-thumbs-up:before {
  content: "\e614";
}
.icon-search:before {
  content: "\e616";
}
.icon-firma:before {
  content: "\e617";
}
.icon-list:before {
  content: "\e61a";
}
.icon-menu:before {
  content: "\e9bd";
}


/* =Structure
----------------------------------------------- */
#page
{
	margin: 0 auto;
}

#content-full
{
	background-color: #fff;
    margin: 1.5rem auto;
    padding: 1rem;
	max-width: 950px;
}
#primary,
#primary-home,
#primary-archive
{
	margin: 0;
	padding: 0.5rem 0 0 0;
	overflow: hidden;
}
#primary-home
{
	padding-top: 1.5rem;
}


/* =Global
----------------------------------------------- */
body,
input,
textarea
{
	color: #373737;
	font: 1rem helvetica, sans-serif;
	line-height: 1.625rem;
	max-width: inherit;
}
	.single
	{
		background-color: #f6f6f6;
	}
hr
{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

/* Text elements */
p,
.entry-content li
{
	margin-bottom: 2rem;
	font-size: 1.05rem !important;
	font-family: "Lora", serif;
	line-height: 1.8;
	word-break: keep-all;	
    text-wrap: pretty;
}
ul, ol
{
	margin: 0 0 1.4rem 2.4rem;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5rem;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5rem;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}

blockquote
{
	margin: 0 0 2rem 0;
}
	blockquote > p
	{
		margin-bottom: 0;
		color: #999;
		font-family: sans-serif;
		font-size: 2.5rem !important;
		font-weight: bold;
		line-height: 1.1;
		margin: 0 auto;
		max-width: 800px;
		text-align: center;
	}
.cite
{
	background-color: #4FC1E9;
    color: #fff;
    font-weight: normal;
    margin: 0rem auto 1.3rem;
    padding: 1.2rem 1rem 1.2rem 4rem;
    position: relative;
	max-width: 800px;
}
	.cite::before
	{
		color: #fff;
		content: "\201C";
		font-size: 5rem;
		font-family: Georgia, serif;
		font-weight: bold;
		position: absolute;
		left: 0.4rem;
		top: 2.2rem;
	}
	.cite a
	{
		color: #0000D5;
	}
	.cite p
	{
		margin-bottom: 0;
	}
.information
{
	background-color: #fff9c0;
    display: block;
    padding: 1rem 1.5rem 1.2rem;
	margin: 0 auto 1.5rem;
	max-width: 850px;
}
	.information > p:last-child
	{
		margin-bottom: 0;
	}
	.information > p
	{
		margin:0 0 0.2rem 1rem;
	}
	.information hr
	{
		margin: -1.5rem 0 0.5rem 0;
	}
	.information li h3
	{
		margin: 0;
		font-size: 1.2rem;
		font-weight: bold;
	}
.ad
{
	border-left: 5px solid #1982D1;
}
.single .entry-content > .menu-post,
.page .entry-content > .menu-post
{
	background-color: #41b7d8;
    color: #fff;
    padding: 1.5rem 1rem 1.5rem 3rem;
    width: 400px;
}
	.entry-content > .menu-post > li
	{
		margin-bottom: 0.4rem;
	}
		.menu-post > li >a
		{
			color: #FFF;
			font-size: 1.1rem;
		}

pre
{
	background: #f4f4f4;
	font: 1rem "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	overflow: auto;
	padding: 0.7rem 1.5rem;
}
code, kbd
{
	font: 1rem Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn
{
	border-bottom: 1px dotted #666;
	cursor: help;
}
address
{
	display: block;
	margin: 0 0 1.5rem;
}
ins
{
	text-decoration: none;
}
sup,
sub
{
	font-size: 0.6rem;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup
{
	bottom: 1ex;
}
sub
{
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea
{
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #333;
	max-width: 270px;
	width: 100%;
	font-family: "Lora", serif;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 0.2rem;
	width: 98%;
	max-width: inherit;
}
input[type=text],
input[type=email]
{
	padding: 0.2rem;
}
input[type=submit]
{
	cursor: pointer;
}


/* Links */
a
{
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover
{
	text-decoration: underline;
}
/* Titles */
h2
{
	font-size: 1.9rem;
}
h3
{
	font-size: 1.1rem;
}

/* =Header
----------------------------------------------- */
#branding
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	overflow: visible;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
}
	.site-title
	{
		margin: 0;
	}
		.site-title > a
		{
			background-color: #db0e09;
			float: left;
			height: 2rem;
			margin: 0;
			overflow: hidden;
			padding: 0.4rem 0.3rem 0.6rem 0.4rem;
		}
		.site-title > a:before
		{
			color: #FFF;
			content: "\e617";
			display: block;
			font-family: 'icomoon';
			font-display: auto;
			font-size: 11rem;
			line-height: 2.2rem;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
			.site-title > a:hover,
			.site-title > a:active
			{
				background-color: #333;
			}
	.site-description
	{
		display: none;
	}
	#branding .icon-facebook,
	#branding .icon-instagram
	{
		font-size: 1.2rem;
		letter-spacing: 2rem;
		display: block;
		color: #333;
		line-height: 1rem;
		overflow: hidden;
		padding: 1rem 0.5rem;
		position: absolute;
		right: 6.2rem;
		top: 0;
		width: 1.2rem;
	}
	#branding .icon-instagram
	{
		right: 4rem;
	}
		#branding .icon-facebook:hover,
		#branding .icon-instagram:hover
		{
			background-color: #db0e09;
			color: #fff;
			text-decoration: none;
		}

#header_container
{
	margin: 0 auto;
}
	#header_container .google-auto-placed
	{
		display: none;
	}

/* =Menu
-------------------------------------------------------------- */
#access
{
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu
{
	color: #333;
    cursor: pointer;
    float: right;
    font-size: 3rem;
    letter-spacing: 6rem;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 3rem;
}
	.show-menu:hover
	{
		background-color: #db0e09;
		color: #FFF;
	}
.show-menu:before
{
	content: "\e20e";
}
/*Hide checkbox*/
#show-menu,
.skip-link
{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
#show-menu[type="checkbox"]:checked ~ ul{
    display: block;
}

.menu
{
	background-color: #fff;
	display: none;
	clear: both;
	list-style: none;
	margin: 0;
	overflow: auto;
    height: 25rem;
    right: 0;
    top: 3rem;
}
	.menu > li
	{
		clear: both;
		border-top: 1px solid #777;
		font-size: 1.3rem;
		line-height: 2rem;
		text-align: center;
	}
		.menu li > a,
		.menu li > span
		{
			color: #555;
			cursor: pointer;
			display: block;
			padding: 0.67rem;
			text-decoration: none;
		}
		.menu ul ul
		{
			background-color: #fff;
			display: none;
			left: 166px;
			list-style: outside none none;
			margin: 0;
			position: absolute;
			top: 0;
			z-index: 99999;
		}
		.menu ul ul li {
			min-width: 180px;
			border: 1px solid #ccc;
			border-width: 1px 1px 1px 0;
			margin-top: -1px;
		}
		.menu ul ul ul {
			left: 100%;
			top: 0;
		}
		.menu ul ul a {
			line-height: 1em;
			padding: 10px;
			width: 160px;
			height: auto;
		}
		.menu li:hover > a,
		.menu ul ul :hover > a,
		.menu .current-menu-item > a,
		.menu .submenu .current-menu-item > a,
		.menu ul .current-menu-item > a,
		.menu .submenu .current-cat > a,
		.menu .submenu li > a:hover
		{
			color: #FFF;
			background-color: #db0e09;
		}
		.menu ul li.current_page_item > a,
		.menu ul li.current-menu-ancestor > a,
		.menu ul li.current-menu-parent > a {
			color: #BB2D00;
			background-color: #fff;
		}
	.menu .submenu
	{
		background-color: #FFF;
		clear: both;
		display: block;
		float: none;
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}
		.menu .submenu li
		{
			text-align: left;
			position: relative;
		}
			.menu .submenu li > a
			{
				background-color: #FFF;
				color: #555;
				padding: 0.5rem 1.2rem;
			}

/*Buscador en menú */
#searchform
{
	background-color: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
    margin: 0 auto;
    overflow: auto;
    padding: 0.5rem 1rem;
    right: 2rem;
    width: 300px;
}
.menu #searchform
{
	border: none;
	margin-bottom: 5rem;
}
	#searchform .field
	{
		font-size: 1rem;
		height: 1.5rem;
		margin: 0 0 0 -1.4rem;
		padding: 0.2rem 0.2rem 0.2rem 1.8rem;
		width: 200px;
	}
	#searchform .icon-search
	{
		display: block;
		float: left;
		letter-spacing: 5rem;
		overflow: hidden;
		width: 1rem;
	}
		.icon-search:before
		{
			content: "\e616";
			color: #9A9A9A;
			font-family: 'icomoon';
			font-display: auto;
			speak: none;
			font-size: 1rem;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			margin: 0.8rem 0rem 0 0;
			line-height: 2;
			height: 0.2rem;
			position: relative;
		}
		#searchform > button
		{
			cursor: pointer;
			padding: 0.3rem 0.5rem;
		}

#branding #show-search[type="checkbox"]:checked ~ form{
    display: block;
}
#show-search,
.show-search
{
	display: none;
}
	.show-search
	{
		font-size: 0;
		cursor: pointer;
	}
	.show-search.icon-search::before
	{
		color: #444;
		font-size: 1.2rem;
		line-height: 2.51;
		margin: 0 1rem;
	}
	.show-search.icon-search:hover::before,
	.show-search.icon-search:hover
	{
		background-color: #db0e09;
		color: #fff;
	}


/* =Content
----------------------------------------------- */
#main
{
	clear: both;
	margin: 0 auto;
	padding: 3rem 0 0;
	width: 100%;
}
.container
{
	clear: both;
	margin: 0 auto;
	width: 100%;
}
.page-title
{
	color: #222;
	font-size: 2rem;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 2.6rem;
}
	.page-title a
	{
		font-size: 0.8rem;
		font-weight: bold;
		letter-spacing: 0;
		text-transform: none;
	}
.post
{
	background-color:#FFF;
	margin: 0 auto 1rem;
	overflow: hidden;
	position:relative;
}
.entry-header
{
	margin: 0 auto;
}
	.page .entry-header
	{
		max-width: inherit;
	}
	.page .entry-content
	{
		overflow: auto;
	}
	.breadcrumb
	{
		padding: 0.5rem 1rem 2rem;
		margin: 0 auto;
	}
		.breadcrumb > li
		{
			display: inline;
		}
	.entry-title
	{
		font-family: sans-serif;
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.single .entry-title
	{
		font-family: "Bree serif", serif;
		font-weight: normal;
		font-size: 2.2rem;
		line-height: 2.8rem;
		padding: 0 2rem;
		text-align: center;
		margin: 0 auto 3rem;
		max-width: 800px;
	}
		.entry-title,
		.entry-title > a
		{
			color: #222;
			margin: 0 0 1rem;
			text-decoration: none;
		}
		.entry-title > a:hover,
		.entry-title > a:focus,
		.entry-title > a:active
		{
			color: #1982d1;
		}
	.entry-meta
	{
		color: #666;
		clear: both;
		font-size: 0.8rem;
		line-height: 1.4rem;
		margin: 0 0 1rem;
		text-align: center;
	}
		.home .entry-meta
		{
			text-align: left;
		}
		.single .entry-meta
		{
			margin: 0 auto;
    		max-width: 900px;
			margin-bottom: 2rem;
		}
		.single footer.entry-meta
		{
			margin-bottom: 0;
			padding-bottom: 2.5rem;
		}
		.tag-links
		{
			display: block;
			margin: 0 auto;
			max-width: 800px;
			text-align: left;
		}
		.entry-meta a
		{
			font-weight: bold;
		}
		.entry-meta .title,
		.entry-meta .nickname,
		.entry-meta .adr
		{
			display: none;
		}
		.entry-meta .icon-facebook,
		.entry-meta .icon-instagram
		{
		    color: #565656;
			display: inline-block;
			font-size: 0.9rem;
			letter-spacing: 1rem;
			overflow: hidden;
			text-decoration: none;
			width: 0.9rem;
		}
	.home .entry-summary
	{
		margin: -1rem 0 0 0;
	}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2
{
	color: #000;
	font-family: Georgia, serif;
	margin: 1rem 0;
	line-height: 1.3;
	font-size: 2rem;
	font-weight: bold;
}
.entry-content h3
{
	font-size: 1.5rem;
	font-family: "Lora",serif;
	font-weight: bold;
	margin: 2rem 0 0.5rem 1rem;
}
.entry-content h4
{
	font-family: "Lora",serif;
    font-size: 1.3rem;
    line-height: 3rem;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol
{
	margin-bottom: 0.4rem;
	font-family: "Lora", serif;
	font-size: 1rem;
}
	/* texto post estrecho */
	.single .entry-content > p,
	.single .entry-content > ul,
	.single .entry-content > ol,
	.single .entry-content > h2,
	.single .entry-content > h3,
	.single .entry-content > h4,
	.single .entry-header .entry-meta
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		padding: 0 1rem;
	}
	.entry-content li
	{
		clear: both;
		margin-bottom: 0.4rem;
	}
	.comment-content ul ul,
	.comment-content ol ol,
	.comment-content ul ol,
	.comment-content ol ul
	{
		margin-bottom: 0;
	}
.comment-content p
{
	font-size: 0.95rem;
	margin-bottom: 1rem;
}
/* Leer más */
.more-link
{
	background-color: #41B7D8;
    color: #FFFFFF;
	font-size: 1.05rem;
    padding: 0.4rem 0.8rem;
}
	.more-link:hover
	{
		background-color: #C0C0C0;
		text-decoration: none;
	}
	.more-link:after
	{
		content: "\e615";
		font-family: 'icomoon';
		font-display: auto;
		speak: none;
		font-size: 0.8rem;
		margin: 0 0 0 0.1rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.author-preview
{
	margin: 0 auto;
    max-width: 800px;
    overflow: auto;
    text-align: left;
}
	.author-preview h5
	{
		font-weight: bold;
	}
	.author-preview img
	{
		border-radius: 15px;
		float: left;
		margin: 0 1.5rem 0 0;
		width: 130px;
	}



/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.5rem 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8rem 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/*  =Fotos
---------------------------------------------- */
figure
{
	max-width: 1024px !important;
	width:  auto !important;
    margin: 0 auto;
}
.wp-block-image {
    margin: 0 auto !important;
}
	img[class*="align"],
	img[class*="wp-image-"],
	img[class*="wp-post-"]
	{
		display: block;
		margin: 0 auto;
		padding: 0;
		height: auto;
		width: auto;
		max-width: 100%;
	}
	.wp-caption-text,
    figcaption
	{
		line-height: 2rem;
		text-align: left;
		font-size: 0.95rem;
		font-style: italic;
		text-align: center;
	}

.twitter-tweet-rendered,
.instagram-media-rendered
{
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =Botón
----------------------------------------------- */
.wp-block-button
{
    margin-bottom: 1.5rem;
}


/* =Alignment
----------------------------------------------- */
.alignleft,
img.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright,
img.alignright
{
	display: inline;
	float: right;
	margin-left: 1.625em;
}
	.su-column.alignright
	{
		float: right;
		margin: 0 0 0 4%;
	}
.aligncenter,
img.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Imágenes */
.entry-content img,
.comment-content img,
.widget img
{
	max-width: 100%;
}
img.alignleft,
img.alignright,
img.aligncenter
{
	margin-bottom: 0.5rem;
}
p > img
{
	margin-top: 0.4rem;
}



/* =Portada
----------------------------------------------- */
	.home .post
	{
		display: block;
		margin: 0 0 2rem 0;
		position: relative;
	}
			.home .post .thumbnail-link:hover,
			.home .post .thumbnail-link:active
			{
				opacity: 0.7;
			}
		.home .post .entry-header
		{
			background-color: #FFFFFF;
			display: block;
			margin: 0 auto;
			position: relative;
			z-index: 0;
		}
			.home .post .entry-summary > p
			{
				background-color: #FFFFFF;
				margin: 0 auto;
				padding: 0 1rem 1.4rem;
				position: relative;
				z-index:100;
			}
			.home .post .wp-caption
			{
				border: none;
				height: 474px;
				overflow: hidden;
				position: absolute;
				top: 0;
				z-index: 0;
			}
				.home .post .wp-caption img
				{
					box-shadow: none;
					width: 100%;
				}


/* =Destacados portada
----------------------------------------------- */
.featured-items
{
	clear: both;
	overflow: auto;
	padding-bottom: 1px;
}
.featured-items.highlight
{
	background-color: #029B1D; /*rgb(135, 184, 46); /*#41B7D8 #029B1D;*/
	color: #FFF;
	margin-bottom: 2rem;
}
	.featured-items.highlight
	{
		padding: 0.2rem 1rem 0;
	}

	.sections-title
	{
		font-family: "Trebuchet MS", sans-serif;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 0.5rem 0;
	}
		.sections-title > a
		{
			color: #333;
		}
		.highlight .sections-title > a
		{
			color: #fff;
		}
	.featured-items .small-item
	{
		background-color: #fff;
	    border-radius: 2px;
    	box-shadow: 1px 1px 3px #ddd;
		margin: 0 auto 1.5rem auto;
		max-width: 388px;
	}
	.featured-items.highlight .small-item
	{
		box-shadow: none;
	}
		.featured-items .small-item > a,
		.archive #content .post .post-thumbnail,
		.search #content .post .post-thumbnail
		{
			color: #222;
			display: block;
			position: relative;
		}
			.featured-items .small-item > a:hover,
			.featured-items .small-item > a:active
			{
				/*background-color: #BE0B09;*/
				color: #db0e09;
				opacity: 0.7;
				text-decoration: none;
			}
		.featured-items .entry-header > .entry-meta
		{
			background-color: #fff;
			color: inherit;
			height: auto;
			left: 0;
			padding: 0 0.5rem;
			position: absolute;
			top: 0;
		}
			.featured-items .entry-title
			{
				color: inherit;
				font-family: Lora, serif;
				font-size: 1rem;
				line-height: 1.2rem;
				min-height: 3rem;
				text-align: left;
				padding: 0;
			    font-weight: normal;
			    margin: 0.5rem;
			}

	.featured-items
	{
		max-width: 396px;
		margin-left: auto;
		margin-right: auto;
	}
		.home .featured-items .small-item
		{
			width: 100%;
		}
		.home .featured-items .small-item:last-child
		{
			margin-right: auto;
		}
.single-post .sections-title
{
	font-size: 1.4rem;
	padding-bottom: 0;

}
.single-post .social-title
{
    font-size: 1.4rem;
    padding-bottom: 0;
    text-align: left;
    max-width: 780px;
    margin: 2rem auto -1.5rem auto;
}

/*  =Vídeos incrustados responsive
----------------------------------------------- */
.video-container iframe,
.video-container object,
.video-container embed
{
	width: 100%;
}
iframe
{
    max-width: 100%;
}

/*  =Paginador
----------------------------------------------- */
.page-numbers
{
	clear: both;
	margin: 1.5rem 0;
	text-align: center;
}
	.page-numbers > li
	{
		display: inline-block;
		list-style: none;
	}
		.page-numbers > li > a,
		.page-numbers > li > .current
		{
			display: inline-block;
			font-size: 1.6em;
			margin: 0;
			padding: 0.8rem 1.4rem;
			text-decoration: none;
		}
		.page-numbers a:hover,
		.page-numbers a:active,
		.page-numbers .active
		{
			background-color: #41b7d8;
			color: #fff
		}

/* =Footer
----------------------------------------------- */
#badges
{
	clear: both;
	margin: 2rem 0 1.5rem;
	overflow: auto;
}
	#badges ul
	{
		float: left;
		margin: 0;
		list-style: none;
	}
		#badges li
		{
			padding: 0 9px 0 8px;
			display: inline-block;
		}
			#badges li > a:hover
			{
				opacity: 0.7;
			}
		#badges img
		{
			height: auto;
			vertical-align: middle;
			width: 100%;
		}
	#badges .awards
	{
		clear: both;
	}
	#badges .colaborations,
	#badges .awards
	{
		padding: 2rem 1rem 0;
	}

#footer
{
	background-color: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 0.8rem;
	line-height: 1rem;
	margin: 0.6rem 0 0 0;
	overflow: auto;
	padding: 2rem 1% 3rem 0;
}
	#footer .logo
	{
		text-align: center;
	}
	#footer .logo > a
	{
		color: #666;
		display: block;
		text-decoration: none;
	}
		#footer .logo > a:before
		{
			color: #333;
			content: "\e617";
			display: block;
			font-family: 'icomoon';
			font-display: auto;
			font-size: 11rem;
			line-height: 3rem;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
	#footer .footer-nav
	{
		width: 100%;
		text-align: center;
	}
		#footer .footer-nav	.colophon-links
		{
			vertical-align: top;
		}
	#footer .footer-nav-last
	{
		text-align: center;
	}
		#footer .social-icons
		{
			margin: 1rem 0;
		}
			#footer .social-icons > li
			{
				display: inline-block;
			}
				#footer .social-icons > li > a
				{
					color: #333;
					display: block;
					font-size: 2rem;
					margin: 0 1rem 0 0;
					overflow: hidden;
					width: 2rem;
					text-decoration: none;
				}
	.colophon-links
	{
		font-size: 0.85rem;
		letter-spacing: 0.05rem;
		list-style: none;
		margin: 0 0 2rem 0;
	}
		.colophon-links > li
		{
			line-height:1.75;
		}
		.colophon-links > .title
		{
			text-transform: uppercase;
			margin: 0 0 1rem 0;
			color: #999;
		}


/*  =botones sociales
----------------------------------------------- */
.social-buttons
{
    margin: 0 auto;
    min-height: 1.3rem;
    overflow: auto;
    padding: 2rem 0 1.5rem;
}
.social-buttons:nth-child(2)
{
	margin: 1rem auto 0.2rem auto;
}
	.social-buttons > li
	{
		list-style: none;
		margin: 0 0.5% 1rem 0;
	}
	.social-buttons > li > a
	{
		border-radius: 3px;
		box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.15) inset;
		color: #FFF;
		display: block;
		line-height: 3.5rem;
		font-size: 0.9rem;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
	}
		.social-buttons > li > a:hover,
		.social-buttons > li > a:active
		{
			text-decoration: none;
			box-shadow: 0 -3.6rem 0 rgba(0, 0, 0, 0.20) inset;
		}
		.social-buttons > li > a:before
		{
			font-family: 'icomoon';
			font-display: auto;
			margin-right: 0.5rem;
		}
		.social-buttons > .facebook > a
		{
			background-color: #3b5998;
		}
			.social-buttons > .facebook > a:before
			{
				content: "\e614";
			}
		.social-buttons > .twitter > a
		{
			background-color: #55acee;
		}
			.social-buttons > .twitter > a:before
			{
				content: "\e602";
			}
		.social-buttons > .googleplus > a
		{
			background-color: #DC4E41;
		}
			.social-buttons > .googleplus > a:before
			{
				content: "\e601";
			}
		.social-buttons > .pinterest > a
		{
			background-color: #cd252b;
		}
			.social-buttons > .pinterest > a:before
			{
				content: "\e600";
			}
		.social-buttons > .bookaway > a
		{
			background-color: #ffaa00;
		}
		.social-buttons > .booking > a
		{
			background-color: #003580;
		}
		.social-buttons > .intermundial > a
		{
			background-color: rgb(0, 97, 161);
		}
		.social-buttons > .civitatis > a
		{
			background-color: #f70759;
		}


/*  =botones manuales red social
----------------------------------------------- */
.social-icons
{
	margin: 0 0 1rem 0;
	overflow: auto;
	text-align: center;
}
	.social-icons > li
	{
		display: inline-block;
		height: 2.5rem;
	}
		.social-icons > li > a
		{
			transition-duration: 0.2s;
			transition-timing-function: ease;
			color: #888;
			float: left;
			font-size: 2.2rem;
			letter-spacing: 2rem;
			line-height: 2.5rem;
			height: 2.5rem;
			margin: 0 1rem 0 0;
			overflow: hidden;
			text-decoration: none;
			width: 2.5rem;
			-webkit-text-stroke: 0.6px;
		}
			.social-icons > li > a:hover,
			.social-icons > li > a:active
			{
				color: #1982D1;
			}

/*  =lightbox inline
----------------------------------------------- */
#loading
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 15001;
}
a.lbactive
{
	display: block;
	position: relative;
	z-index: 15002;
}
	a.lbactive img
	{
		border-color: transparent;
	}

/* =Infinite Scroll
---------------------------------------------- */
#infinite-handle
{
	margin: 0 0 4rem 0;
	text-align: center;
}
.archive #infinite-handle,
.search #infinite-handle
{
	margin-top: 3rem;
}
	#infinite-handle > span
	{
		border-radius: 7px !important;
		font-size: 2rem !important;
		padding: 10px 28px !important;
	}
		#infinite-handle > span:hover
		{
			color: #FFF;
		}
/*.infinite-wrap
{
	border: 1px dotted #333;
	border-width: 1px 0 0 0;
	padding: 1rem 0 0 0;
}*/
.infinite-loader
{
	animation: anim-rotate 0.7s infinite steps(8);
	-webkit-animation: anim-rotate 0.7s infinite steps(8);
	display: block;
	height: 2rem !important;
	margin: 0 0 0.4rem 1rem;
	width: 2rem !important;
	text-indent: inherit !important;
	clear: both;
}
	.infinite-loader:before
	{
		font-family: 'icomoon';
		font-display: auto;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 2rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e60e";
	}
	@keyframes anim-rotate
	{
		0% { transform: rotate(0); }
		100% { transform: rotate(360deg); }
	}
	@-webkit-keyframes anim-rotate
	{
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
	}


/* =Arriba
---------------------------------------------- */
#button-up
{
	background-color: #333;
	border-radius: 5px;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	opacity: 0.2;
	padding: 0.3rem 0.5rem 0.5rem 0.5rem;
	width: 1.9rem;
	z-index: 500;
}
	#button-up:before
	{
		color: #FFF;
		content: "\e610";
		display: block;
		font-family: 'icomoon';
		font-display: auto;
		font-size: 2rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#button-up:hover,
	#button-up:hover:before
	{
		opacity: 0.9;
		text-decoration: none;
	}


/* =Cookie
---------------------------------------------- */
#cookie-law
{
	background-color: #EEE;
    border-top: 0.2rem solid #666;
    bottom: 0;
	font-size: 0.8rem;
    padding: 1rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
	#cookie-law > a
	{
		color: #333;
	}
	a#cookie-button
	{
		background-color: #222;
		color: #FFF;
		display: inline-block;
		font-weight: bold;
		margin: 0.5rem 1rem 0;
		padding: 1rem;
	}

/* =Widgets
----------------------------------------------- */
.widget
{
	clear: both;
}
.widget-title
{
	color: #666;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.widget > ul
{
	margin: 0;
	padding: 0 0 0 1rem;
}
	.widget > ul ul
	{
		margin-left: 1.5rem;
	}
		.widget > ul li
		{
			color: #777;
		}
		.widget ul .cat-item > .children
		{
			margin-bottom: 0.8rem;
		    margin-top: 0.1rem;
		}
.widget a
{
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active
{
	text-decoration: underline;
}

.categories > h3
{
	margin: 0 0 0 1rem;
}

/*  =Hoteles Widget
----------------------------------------------- */
.hoteles_widget
{
	overflow: auto;
	list-style: none;
	margin: 0 0 1rem 0;
}
	.hoteles_widget > li
	{
		float: left;
		margin: 0 1rem 0 0;
	}

/*  =fancyBox v2.1.5
----------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading
{
	background-color: #000;
	border-radius: 0.5rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -1.6rem 0 0 -1.6rem;
	opacity: 0.8;
	padding: 0.6rem;
	cursor: pointer;
	z-index: 8060;
}
	#fancybox-loading > div
	{
		animation: anim-rotate 0.7s infinite steps(8);
		-webkit-animation: anim-rotate 0.7s infinite steps(8);
		color: #fff;
		width: 2rem;
		height: 2rem;
	}
		#fancybox-loading > div:before
		{
			font-family: 'icomoon';
			font-display: auto;
			speak: none;
			line-height: 1;
			font-size: 2rem;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\e60e";
		}
.fancybox-close
{
	color: #000000;
	position: absolute;
	top: -0.85rem;
	right: -1rem;
	cursor: pointer;
	z-index: 8040;
}
	.fancybox-close:hover,
	.fancybox-close:active
	{
		color: #BE0D09;
		text-decoration: none;
	}
	.fancybox-close:before
	{
		content: "\e60f";
		display: block;
		font-family: 'icomoon';
		font-display: auto;
		font-size: 1.6rem;
		line-height: 1;
		text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span
{
	position: absolute;
	top: 50%;
	margin: -1rem 1rem 0 1rem;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	width: 1rem;
	height: 1.4rem;
	background-color: #FFF;

	color: #000;
	display: block;
	font-family: 'icomoon';
	font-display: auto;
	font-size: 1.8rem;
	text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	.fancybox-prev span:before
	{
		content: "\e611";
		margin: -5px;
	}
	.fancybox-next span
	{
		right: 0;
	}
	.fancybox-next span:before
	{
		content: "\e610";
		margin: -5px;
	}
	.fancybox-nav:hover
	{
		text-decoration: none;
	}
		.fancybox-nav:hover span
		{
			visibility: visible;
		}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#lhbadge
{
	margin: 0 auto;
}

/*  =Página enlaces
----------------------------------------------- */
#links h2
{
	margin: 1.5rem 0 0.5rem 0;
}
#links > li
{
	padding: 1rem 5rem 0 1.5rem;
	list-style: none;
}
	#links > li li
	{
		list-style: disc;
		line-height: 1.5rem;
	}
	#links .blogroll
	{
		margin: 0 0 1.5rem 0;
	}

/* =Top 5
----------------------------------------------- */
#top5
{
	overflow: auto;
	margin: 0;
}
	#top5 > li
	{
		min-height: 12rem;
		margin: 0 0 0 1rem;
	}
	#top5 > li > ol
	{
		margin-left: 1.8rem;
	}


/* =Mapa
----------------------------------------------- */
.page-template-mapa #main
{
	max-width: none;
}
#content.mapa
{
	width: auto;
}
	#mapa-full
	{
		width: 100%;
		height: 450px;
		margin: 0 0 1rem 0;
	}
	#mapa-post
	{
		width: 100%;
		height: 350px;
	}
	#mapa-full img,
	#mapa-post img
	{
		max-width: inherit;
	}
		/*tamaño infowindow*/
		.gm-style-iw
		{
			min-height: 200px;
			max-width: 520px;
		}
		#infowindow-text
		{
			line-height: 1.1rem;
		}
			#infowindow-text > h2
			{
				margin: 0.1rem 0 0.4rem 0;
			}
				#infowindow-text > h2 > a
				{
					font-size: 1.1rem !important;
				}
			#infowindow-text > p
			{
				font-size: 0.8rem;
				line-height: 1.1rem;
				margin: 0.2rem 0 0.5rem 0;
			}
				#infowindow-text img
				{
					float: right;
					margin: 2px 0 0 6px;
				}
.mapa h1
{
	display: none;
}
	.mapa h2
	{
		font-size: 1.8rem;
		margin: 1.5rem 0 2rem 1rem;
	}
	#mapa-controls
	{
		list-style: none;
		margin: 0.5rem 0.1rem 3rem 0.6rem;
		padding: 0 0 0.8rem 0;
		overflow: auto;
		text-align: center;
	}
		#mapa-controls > li
		{
			background-color: #fff;
			cursor: pointer;
			display: inline-block;
			float: left;
			margin: 0 0.25rem 0.5rem;
			padding: 0.3rem 0.5rem;
			text-align: center;
			max-width: 90px;
		}
		#mapa-controls > li:hover
		{
			background-color: #EEE;
		}
		#mapa-controls > li.active
		{
			opacity: 1;
		}
			#mapa-controls > li > label
			{
				cursor: pointer;
				display: block;
			}
			#mapa-controls > li > input
			{
				display: none;
			}
			#mapa-controls > li > img
			{
				cursor: pointer;
			}
    .onoffswitch {
		float: right;
		margin: 0 1rem 0 0;
		position: relative; width: 70px;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select: none;
		user-select:none;
    }
		.onoffswitch-checkbox {
			display: none;
		}
		.onoffswitch-label {
			display: block; overflow: hidden; cursor: pointer;
			border: 2px solid #999999; border-radius: 12px;
		}
		.onoffswitch-inner {
			display: block;
			width: 200%; margin-left: -100%;
			-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
			-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
		}
		.onoffswitch-inner:before,
		.onoffswitch-inner:after
		{
			float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
			font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.onoffswitch-inner:before {
			content: "ON";
			padding-left: 10px;
			background-color: #1982D1; color: #FFFFFF;
		}
		.onoffswitch-inner:after {
			content: "OFF";
			padding-right: 10px;
			background-color: #EEEEEE; color: #999999;
			text-align: right;
		}
		.onoffswitch-switch {
			display: block;
			width: 18px; margin: 3px;
			background: #FFFFFF;
			border: 2px solid #999999; border-radius: 12px;
			position: absolute; top: 0; bottom: 0; right: 42px;
			-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
			-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
		}
		.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
			margin-left: 0;
		}
		.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
			right: 0px;
		}

/* =Comments
----------------------------------------------- */
#comments
{
	padding: 1.5rem 1% 0;
	max-width: 900px;
	margin: 0 auto;
}
	#comments-title
	{
		font-size: 1.4rem;
		padding: 0 0 0.5rem;
	}
	.nopassword,
	.nocomments
	{
		color: #aaa;
		font-size: 1.5rem;
		font-weight: 100;
		margin: 26px 0;
		text-align: center;
	}
	.commentlist
	{
		list-style: none;
		margin: 0 auto 0 20%;
		max-width: 800px;
	}
	.content .commentlist,
	.page-template-sidebar-page-php .commentlist
	{
		width: 100%; /* reset the width for the one-column and sidebar page layout */
	}
		.commentlist > li.comment
		{
			background: #fff;
			border: 1px solid #ddd;
			border-radius: 3px;
			margin: 0 0 1.5rem;
			padding: 0.5rem;
			position: relative;
		}
		.commentlist .pingback
		{
			background-color: transparent;
			margin: 0 0 0.8rem;
			padding: 0 1.5rem;
		}
			.commentlist .pingback > p
			{
				margin: 0;
			}
		.commentlist .children
		{
			list-style: none;
			margin: 0;
		}
			.commentlist .children li.comment
			{
				background: #f3f3f3;
				border-radius: 0 3px 3px 0;
				margin: 1.4rem 0 0;
				padding: 1.2rem 1.4rem;
				position: relative;
			}
		.comment-meta
		{
			color: #666;
			font-size: 0.8rem;
			line-height: 1.2rem;
			padding: 0 0 0.3rem 0;
		}
			.commentlist .children .comment .comment-meta {
				line-height: 1.5rem;
				margin-left: 50px;
			}
			.commentlist .children .comment .comment-content {
				margin: 1rem 0 0 0;
			}
				.commentlist .children .comment .comment-content > p
				{
					margin: 0;
				}
	.comment-meta a {
		font-weight: bold;
	}
	.commentlist .avatar
	{
		border-radius: 3px;
		box-shadow: 0 1px 2px #ccc;
		left: -25%;
		padding: 0;
		position: absolute;
		top: 0;
		height: auto;
		max-width: 3rem;
	}
		.commentlist > li:before
		{
			color: #fff;
			content: "\e618";
			font-family: "icomoon";
			font-display: auto;
			font-size: 2rem;
			left: -1.4rem;
			position: absolute;
			text-shadow: -1px -1px 0 #DDDDDD, 0px 1px 0 #DDDDDD;
		}
		.commentlist > li.pingback:before {
			content: '';
		}
		.commentlist .children .avatar
		{
			left: 1.5rem;
			top: 1rem;
		}
	.comment-reply-link
	{
		background: #eee;
		border-radius: 3px;
		border: 1px solid #CCC;
		color: #666;
		display: inline-block;
		font-size: 0.8rem;
		padding: 0 0.6rem;
		text-decoration: none;
	}
		.comment-reply-link:hover,
		.comment-reply-link:focus,
		.comment-reply-link:active
		{
			background: #888;
			color: #fff;
		}
			.comment-reply-link > span
			{
				display: inline-block;
				position: relative;
				top: -1px;
			}

	/* Post author highlighting */
	.commentlist > li.bypostauthor
	{
		background: #ddd;
		border-color: #d3d3d3;
	}
	.commentlist > li.bypostauthor .comment-meta
	{
		color: #575757;
	}
	.commentlist > li.bypostauthor:before
	{
		color: #ddd;
		content: "\e618";
		font-family: "icomoon";
		font-display: auto;
		font-size: 2rem;
		left: -1.4rem;
		position: absolute;
		text-shadow: -1px -1px 0 #d3d3d3, 0px 1px 0 #d3d3d3;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #ddd;
		border-color: #d3d3d3;
	}

	/* And a full-width comment form */
	.page-template-sidebar-page-php #respond {
		width: auto;
	}

	/* Comment Form */
	#respond {
		background: #ddd;
		margin: 0 0 1.5rem;
		padding: 1rem 1.5rem 0.5rem 1.5rem;
		position: relative;
	}
	#reply-title {
		color: #373737;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 2rem;
	}
		#cancel-comment-reply-link
		{
			color: #888;
			font-size: 0.8rem;
			font-weight: normal;
			line-height: 2.2rem;
			position: absolute;
			right: 1.7rem;
			top: 1.9em;
		}
			#cancel-comment-reply-link:focus,
			#cancel-comment-reply-link:active,
			#cancel-comment-reply-link:hover
			{
				color: #ff4b33;
			}

	#respond input[type=submit]
	{
		padding: 8px 14px;
	}
	#respond #cancel-comment-reply-link
	{
		color: #666;
	}
	#respond .logged-in-as a:hover,
	#respond #cancel-comment-reply-link:hover {
		text-decoration: underline;
	}
	.commentlist #respond
	{
		margin: 1.5rem 0 0;
		width: auto;
	}

/* =Formulario comentarios
----------------------------------------------- */
#commentform
{
}
	#commentform > p
	{
		margin-bottom: 0.5rem;
	}
	#commentform .avatar
	{
		border: 1px solid #ccc;
		margin: 0.4rem 0.4rem 0 0;
		padding: 1px;
		vertical-align: -0.5rem;
	}
	#commentform #comment
	{
		height: 9rem;
	}
	#commentform label
	{
		cursor: pointer;
		display: none;
	}
	#commentform #mc4wp-checkbox > label
	{
		display: block;
	}
	#commentform #mc4wp-checkbox > label > input,
	#commentform #subscribe_comments
	{
		vertical-align: top;
	}

/* =Categorias / archivo
----------------------------------------------- */
.archive #content .post,
.search #content .post
{
	display: inline-block;
	margin: 0 0 1rem 0;
	background-color: #FFF;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #ddd;
	border: none;
	overflow: hidden;
	vertical-align: top;
	max-width: 392px;
	width: 100%;
}
	.archive #content .post > a:hover,
	.archive #content .post > a:active,
	.search #content .post > a:hover,
	.search #content .post > a:active
	{
		text-decoration: none;
		opacity: 0.8;
	}
		.archive #content .post > a:hover .entry-title,
		.archive #content .post > a:active .entry-title,
		.search #content .post > a:hover .entry-title,
		.search #content .post > a:active .entry-title
		{
			color: #db0e09;

		}
	.archive #content .post .attachment-medium,
	.search #content .post .attachment-medium
	{
		height: auto;
		max-width: 100%;
	}
	.archive #content .post .post-thumbnail,
	.search #content .post .post-thumbnail
	{
		display: block;
	}
	.archive #content .post .entry-summary,
	.search #content .post .entry-summary
	{
		padding: 0 0.5rem 0.5rem;
	}
		.archive #content .post .entry-summary > p,
		.search #content .post .entry-summary > p
		{
			color: #373737;
			font-size: 0.9rem;
			line-height: 1.2rem;
			margin: 0;
			height:3.6rem;
			overflow: hidden;
		}
		.archive #content .post .entry-summary > p:after,
		.search #content .post .entry-summary > p:after
		{
			content: '';
			text-align: right;
			position: absolute;
			bottom: 0;
			right: 0;
			width: 50%;
			height: 24px;
			background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
		}


/* =Búsqueda search
----------------------------------------------- */
.search .page-title,
.date .page-title
{
	margin: 0 0 1rem 0;
}

/* =error404
----------------------------------------------- */
	#main .error404 #searchform
	{
		background: #f9f9f9;
		border: 1px solid #ddd;
		border-width: 1px 0;
		margin: 0 0 0.5rem;
		overflow: hidden;
		padding: 1.5rem 9%;
		width: 80%;
	}
	#main .error404 #s
	{
		background-color: #fff;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	#main .error404 .widget
	{
		clear: none;
		margin: 0 1rem 1rem 0;
	}
		#main .error404 .widget_archive
		{
			margin-right: 0;
		}
		#main .error404 .widgettitle
		{
			padding: 0 0 0.5rem 0;
		}
	#main .error404 .featured-items
	{
		margin: 2rem 0 2rem 0;
	}


/* =Noticia destacada
----------------------------------------------- */
#featured
{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: relative;
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	margin: 0 auto 1rem;
}
	#featured > a > img
	{
		border-radius: 0;
		box-shadow: none;
		max-width: 100%;
		width:auto !important;
		height: auto !important;
	}
		#featured > a
		{
			display: block;
			position: relative;
			text-decoration: none;
		}
	.title_slider
	{
		font-family: "Bree serif", serif;
		display: block;
		line-height: 1.8rem;
		margin: 0;
		padding: 0.5rem 1rem;
	}
		#featured > a:hover
		{
			opacity: 0.8;
		}

.welcome
{
	clear: both;
    margin: 0 auto;
    max-width: 350px;
    overflow: auto;
}
	.welcome > h2
	{
		background-color: #186aa8;
		font-family: Lora,serif;
		font-size: 26px;
		color: #fff;
		padding: 12px 0;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	.welcome > p
	{
		line-height: 1.4;
		text-align: justify;
		padding: 6px 8px 10px;
		margin: 0;
		font-size: 1rem !important;
	}
	.welcome .welcome-shorcuts
	{
		margin: 0;
		font-size: 15px;
		list-style: none;
	}
		.welcome .welcome-shorcuts a
		{
			overflow: auto;
			display: inline-block;
			vertical-align: middle;
			line-height: 1.4;
			padding: 0 0 0 10px;
			margin: 0 0 14px 0;
		}
			.welcome .welcome-shorcuts span
			{
				color: #333;
				font-size: 36px;
				margin: 0 16px 0 0;
				float: left;
				padding: 3px 0;
				vertical-align: middle;
				width: 35px;
				text-align: center;
			}
	.welcome > a > img
	{
		border-radius: 5px;
		display: block;
		height: auto;
		max-width: 300px;
		margin: 0 auto 0.4rem auto;
		width: 100%;
	}
	.welcome .social-icons
	{
		clear: both;
		margin: 0 auto;
	    text-align: center;
	}
			.welcome .social-icons > li > a
			{
				font-size: 2.0rem;
				line-height: 3rem;
				margin-right: 0.4rem;
			}



/* =Banner
----------------------------------------------- */
.banner
{
	text-align: center;
	margin: 0 auto 2rem;
	max-width: 728px;
}
.banner_full
{
	clear: both;
	margin: 1rem auto 2rem;
}
.banner_skyscraper
{
	margin: 5rem auto 0;
	width: 300px;
	text-align: center;
}
.banner_post
{
	clear: both;
	margin: 1rem auto 2rem;
	max-width: 980px;
}
#bannersidebar
{
	text-align: center;
}
	#bannersidebar .banner
	{
		margin: 0 0 2rem 0;
		display: inline-block;
		max-width: none;
		vertical-align: top;
	}
.code-block-15,
.code-block-16
{
	margin: 0 0 2rem 0 !important;
}
.google-auto-placed
{
	margin: 1rem 0;
}


/* =Titulos
----------------------------------------------- */
.page-title,
.sections-title,
#comments-title
{
	font-family: Lora, serif;
	font-weight: normal;
}

/* =Ofertas
----------------------------------------------- */
#offers_menu > h2
{
	margin: 0 0 1rem 0;
}
#offers_menu .menu-offers
{
	margin: 0 0 1.4rem 0;
	overflow: auto;
}
	#offers_menu .menu-offers > li
	{
		list-style: none;
		display: inline-block;
		margin: 0 0.2rem 0 0;
	}
		#offers_menu .menu-offers > li > a
		{
			background-color: #fff;
			border: 1px solid;
			float: left;
			padding: 0.55rem 0.85rem;
		}



/* =Travel-Guide
----------------------------------------------- */
#travel-guide
{
	background-color:#FFFFFF;
	padding: 20px;
	margin: 0 0 1.5rem 0;
}
	#travel-guide .with-background
	{
		height: 300px;
		margin: 0 0 1rem 0;
		padding: 0;
		position: relative;
		vertical-align: middle;
	}
		#travel-guide .with-background .entry-title
		{
			background: rgba(0,0,0,0.25);
			bottom: 1rem;
			color: #fff;
			left: 1.5rem;
			padding: 1rem;
			position: absolute;
			line-height: 2.9rem;
			font-size: 3.5rem;
		}
	#travel-guide #content-full
	{
		overflow: auto;
	}
		#travel-guide .entry-sidebar
		{
			margin: 0.4rem auto 0.4rem;
			min-width: 250px;
			width: 100%;
		}
		#travel-guide .entry-menu
		{
			background-color: #f8f8f8;
			border: 1px solid #ccc;
			padding: 1rem 1.2rem;
			margin: 0 0 1rem 0;
		}
			#travel-guide .entry-menu > ul
			{
				margin: 0.5rem 0 0 1.2rem;
			}
				#travel-guide .entry-menu > ul > li
				{
					margin: 0.25rem 0;
				}
				#travel-guide .entry-menu .current_page_item
				{
					font-weight: bold;
				}
				#travel-guide .entry-menu .hotels
				{
					list-style: none;
					margin: 1rem 0 0 -1.5rem;
					text-align: center;
				}
					#travel-guide .entry-menu .hotels > a
					{
						color: #FFF;
						padding: 0.5rem 0.8rem;
						background-color: #09F;
					}
	#travel-guide #content
	{
		clear: both;
	}
		#travel-guide #content > h2
		{
			margin: 1.5rem 0 1rem;
		}


/* quitar publi */
.tweet_publi
{
	margin: -2rem 0 0 0;
}
	.tweet_publi > a
	{
		background-color: #1b95e0;
		border-radius: 3px;
		box-sizing: border-box;
		color: #fff;
		font-size: 0.8rem;
		padding: 4px 8px 3px 7px;
		position: relative;
	}
	.tweet_publi > a:hover
	{
		background-color: #0c7abf;
		text-decoration: none;
	}


/* star rating */
img.usr {
	padding:		0 !important;
	margin:			0 !important;
	border:			none !important;
	display:		inline !important;
	height:			12px !important;
	vertical-align:	baseline;
}
table.usr {
	border: none;
}
span.usr, div.usr {
	display: inline !important;
}
#usrFooter {
	text-align: center;
	color: #888888;
	background-color: #FFFFFC;
	padding: 5px 0;
	margin: 20px 2px 0px;
	border-style: solid;
	border-color: #dadada;
	border-width: 1px 0;
}


/* travel-items */
.travel-items
{
	list-style: none;
	margin: 0 auto 2rem auto;
	overflow: auto;
}
		.travel-items > li > a
		{
			color: #fff;
			display: block;
			font-size: 2rem;
			line-height: 1.9rem;
			height:5.5rem;
			padding: 3rem 1.7rem;
		}
		.travel-items .hotel > a
		{
			background-color:#0896ff;
		}
		.travel-items .car > a
		{
			background-color:#89af55;
		}
		.travel-items .ticket > a
		{
			background-color:#00154d;
		}
		.travel-items .parking > a
		{
			background-color: #096;
		}
		.travel-items .insurance > a
		{
			background-color:#f05a1a;
		}
		.travel-items .amazon > a
		{
			background-color:#f08804;
		}
		.travel-items > li > a:hover
		{
			background-color: #6C0;
		}


/* galeria */
.gallery-item
{
	display: inline-block;
}


/* bloque media y text
----------------------------------------------- */
.wp-block-media-text
{
	max-width: 1024px;
	margin: 2rem auto 4rem auto;
}


/* =woocommerce
----------------------------------------------- */
.woocommerce div.product
{
	overflow: auto;
}
	.woocommerce div.product .product_title
	{
		line-height: 1;
		font-size: 3rem;
		text-align: left;
	}
	.woocommerce-Price-amount,
	.price > span.amount
	{
		font-size: 1.8rem;
	}
	.woocommerce .quantity .qty
	{
		height: 2rem;
	}

	.woocommerce div.product p.price
	{
		float: left;
	}
	.woocommerce div.product form.cart:nth-child(3)
	{
		float: right;
	}
	.woocommerce div.product div.summary p,
	.woocommerce .product_meta
	{
		clear: both;
	}
	.woocommerce .breadcrumb
	{
		padding: 0 0 1rem 0;
	}

.post-type-archive-product #content-full
{
	background-color: transparent;
}
.woocommerce ul.products li.product
{
	background-color: #fff;
}
.woocommerce ul.products li.product a img
{
	margin-bottom: 0.5rem !important;
}
.woocommerce ul.products li.product h3
{
	color: #222;
	font-size: 1.2rem !important;
	line-height: 1.7rem;
	padding: 1rem 8px !important;
	text-align: center;
}
.woocommerce ul.products li.product .price
{
	text-align: center;
}
.woocommerce ul.products li.product .button
{
    text-align: center;
    display: block;
    margin: 1rem auto;
    width: 65%;
}

/*menu tienda*/
.submenu .widget_shopping_cart
{
	width: 200px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget
{
	position: relative;
	left: 0;
}
.menu .mini_cart_item
{
	min-width: inherit;
	border: none;
	background-color: #fff;
}
.menu .mini_cart_item:hover,
.menu .mini_cart_item:hover a
{
	color: #555;
	background-color: #fff;
}
.cart_list.product_list_widget
{
	display: block;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove
{
	padding: 0.2rem .5rem;
	background-color: #fff;
}
	.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
	.woocommerce.widget_shopping_cart .cart_list li a.remove:hover
	{
		color: #CF0003 !important;
	}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a
{
	width: auto;
	padding: 0.5rem 0.8rem 0.5rem 0;
}
.menu .submenu li .mini_cart_item a:hover
{
	color: #555;
	background-color: #fff;
}
.widget_shopping_cart_content .woocommerce-Price-amount
{
	font-size: 1rem;
}
.widget_shopping_cart_content p
{
	margin: 0;
}
.woocommerce .widget_shopping_cart_content a.button
{
	display: block;
	width: 68%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total
{
	border: none !important;
	text-align: center;
	padding: 1rem 0 !important;
}

.woocommerce .added_to_cart.wc-forward
{
	text-align: center;
	display: block;
	padding: 0 0 0.8rem 0;
}

#customer_details input,
#order_comments
{
	padding: 8px 10px;
}
#billing_address_1,
#billing_address_2
{
	max-width: none;
}
.woocommerce-ordering .orderby
{
	padding: 5px;
}
#cart-frontstore
{
	float: right;
	font-size: 20px;
}
#coupon_code
{
	width: 150px;
    padding: 7px 10px;
}
#terms
{
	height: 20px;
	width: 20px;
	cursor: pointer;
}
#order_review_heading
{
	margin-top: 25px;
}
.woocommerce-result-count
{
	display: none;
}
.related.products
{
	clear: both;
}
	.related.products > h2
	{
		padding: 0 0 20px 0;
	}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images
{
	width: 30% !important;
    margin-left: 20px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
{
	width: 65% !important;
}
.single-product.single .entry-content>p,
.single-product.single .entry-content>ul,
.single-product.single .entry-content>ol,
.single-product.single .entry-content>h2,
.single-product.single .entry-content>h3,
.single-product.single .entry-content>h4,
.single-product.single .entry-header .entry-meta
{
	margin-left: 0;
}
.woocommerce .page-title
{
	float: left;
	padding-bottom: 1rem;
}


.product-cats
{
	float: left;
	clear: left;
	margin-left: 0;
}
	.product-cats .category
	{
		display: inline-block;
		padding-right: 30px;
	}


.adsb30
{
	margin: 15px auto !important;
	max-width: 1000px;
}

/***** página recursos *****/
.block_item
{
	margin: 0 0 20px 0;
	text-align: center;
}
	.block_item .title-resource
	{
		font-size: 2rem;
		font-family: Lato, sans-serif;
    	margin: 14px 0;
	    display: inline-block;
	}

#content-full h2
{
	clear: both;
}

/***** adblock banner *****/
.BrokenAd
{
	background-color: #fff9c0;
	border-top: 1px solid #CCC;
	text-align:center;
	margin: 0;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
}
	.BrokenAd .brokenheading
	{
		font-size: 20px;
		font-weight: bold;
	}
	.BrokenAd .brokentext
	{
		font-size: 16px;
		margin-top: 5px;
	}
	.BrokenAd.hide
	{
		display: none;
	}
	.BrokenAd .closelink
	{
		font-size: 2rem;
	    position: absolute;
	    right: 2.5rem;
	}


/***** toc container *****/
#toc_container
{
	margin: 1rem 1rem 2rem;
}


/***** Ultimate Shortcuts *****/
.su-custom-gallery
{
	max-width: 830px;
    margin: 20px auto;
}


/* =Movil
----------------------------------------------- */
@media (min-width:320px)
{
	#page
	{
		max-width: 100%;
	}
	.single-format-gallery .featured-items .small-item:nth-child(2n)
	{
		clear: none;
	}
	.home .post .entry-summary > .comments-link > a
	{
		display: none;
	}
}

/* =Tablet pequeña
----------------------------------------------- */
@media (min-width:480px)
{
	#page
	{
		max-width: 100%;
	}
	.home .post
	{
		margin: 0 0 1rem 0;
	}
		.home .post .entry-summary > p
		{
			padding: 0 1.25rem 1.4rem;
		}
		.home .post .entry-summary > .comments-link
		{
			margin: -2rem 0 0rem;
		}
			.home .post .entry-summary > .comments-link > a
			{
				background-color: #C0C0C0;
				bottom: 3.3rem;
				color: #FFF;
				display: inherit;
				float: right;
				font-size: 1.05rem;
				padding: 0.4rem 0.8rem;
				margin: 2rem 0 -2rem 0;
				position: relative;
				right: 1.5rem;
				z-index: 100;
			}
	.commentlist .avatar
	{
		max-width: none;
	}
	.archive #content .post
	{
		width: 49%;
		margin: 0 1% 1rem 0;
	}
	.entry-meta .comments-link
	{
		float: right;
	}
	.featured-items .small-item,
	.search #content .post
	{
		margin: 0 auto 1rem auto;
	}
	.title_slider
	{
		background: rgba(0,0,0,0.35);
		color: #FFF;
		line-height: 1.8rem;
		padding: 0.5rem 5rem;
		position: absolute;
		top: 44%;
		text-align: center;
		min-width: 82.5%;
	}
	#travel-guide .entry-sidebar
	{
		margin: 0.4rem 2rem 0.4rem 0;
		max-width: 300px;
		float: left;
	}
	.social-buttons > li
	{
		display: inline-block;
		width: 49%;
	}
	.travel-items > li
	{
		float: left;
		width: 50%;
	}

}


.sendfox-form{
    padding: 20px 2px;
    box-sizing: border-box;
    overflow: auto;
    background-color: #ddd;
    margin: 30px 0 0 0;	
}
.sendfox-form h3{
	font-size: 1.2rem;
    font-weight: bold;
}

.sendfox-form label span,
.sendfox-form legend{
	display: none;
}
.sendfox-form fieldset{
	border: none;
	padding: 0;
}
.sendfox-form input{
    color: #18184A;
    padding: 15px 25px;
    border-radius: 200px;
    border: 1px solid #18184A;
    font-size: 18px;
	width: 99%;
	min-width: 400px;
}
.sendfox-form input[type="checkbox"] {
  background-color: #fff;	
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18184A;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
	min-width: auto;
  padding: 0;
	 line-height: 18px; 
	cursor: pointer; 
	margin: 0 2px 0 2px;
	font-size: 16px;
    box-sizing: border-box;
	vertical-align: middle;
    display: inline-flex;
	align-items: center;
    justify-content: center;

}
.sendfox-form input[type="checkbox"]:checked {
  background-color: #18184A;
}
.sendfox-form input[type="checkbox"]:checked::before {
  content: '\2714';
  display: block;
  text-align: center;
  color: white;
}
.sendfox-form input[type="checkbox"]:focus {
    box-shadow: 0 0 0 1px rgba(24,24,74,0.2);
}
.sendfox-form button{
	border: 0;
    padding: 18px 45px 16px 45px;
    border-radius: 200px;
    cursor: pointer;
	color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    transition: background-position 0.3s ease;
	margin-bottom: 10px;
	background-color: #0025C3;
}
.sendfox-form button:hover{
	background-color: #FF6731 !important;
}
.sendfox-form input[name="email"]{
    background-color: #fff;
    color: #18184A;
    width: 100%;
    box-sizing: border-box;
}
.sendfox-form p{
    margin: 15px 0;
}
.sendfox-form .sendfox-message.success{
	background-color: green;
    color: #fff;
    padding: 20px 0;
}


.single .entry-content .wp-block-group {
    box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto;
	padding-left: 10px;
}

/* =tablet
----------------------------------------------- */
@media (min-width:768px)
{
	#primary
	{
		margin: 0 0.5% 0;
	}
	input#s
	{
		width: 8.5rem;
	}
	/* menú normal */
	.show-menu
	{
		display: none;
	}
	.menu
	{
		float: right;
		display: block;
		clear: none;
		height: auto;
		margin: 0 4rem 0 0;
	}
		.menu > li
		{
			border-left: 1px solid #ccc;
			clear: none;
			float: left;
			border-top: none;
		    font-size: 0.95rem;
		    line-height: 1rem;
		}
			.menu #search_form
			{
				border-right: 1px solid #ccc;
			}

			.menu  li > a
			{
				padding: 1rem 0.6rem;
			}
			.menu #menu_empieza
			{
				display: none;
			}

		.menu .submenu
		{
			border: 1px solid #ccc;
			border-width: 0 1px 1px 1px;
			display: none;
			float: none;
			list-style: outside none none;
			margin: 0;
			padding: 0;
			position: absolute;
		}
			.menu .submenu li
			{
				float: none;
				text-align: left;
				position: relative;
			}
				.menu .submenu li > a
				{
					padding: 0.5rem 1.2rem;
				}

		.menu ul li:hover > ul
		{
			display: block;
		}
		.menu li:hover > .submenu
		{
			display: block;
		}
	#branding #searchform
	{
		display: none;
	    position: absolute;
	}
	#branding .icon-facebook,
	#branding .icon-instagram
	{
		right: 2.2rem;
	}
	#branding .icon-instagram
	{
		right: 0;
	}
	.show-search
	{
		display: block;
	}
	.entry-title
	{
		font-size: 2.4rem;
		line-height: 2.6rem;
	}
		.single .entry-title
		{
		    font-size: 3.5rem;
		    line-height: 4rem;
		}

	.featured-items
	{
		max-width: none;
		margin: 0 0.5rem;
	}
		.featured-items .entry-title
		{
			font-size: 1.2rem;
			line-height: 1.7rem;
			margin: 0.4rem 0.7rem;
			text-align: left;
			min-height: 5.1rem;
		}
		.featured-items .small-item
		{
			float: left;
			margin: 0 1.5% 2% 0;
			width: 32.2%;
		}
			.featured-items .small-item:nth-child(3n+1),
			.featured-items .small-item:last-child
			{
				margin-right: 0;
			}

		.home .featured-items .small-item
		{
            margin-right: 1.5%;
            height: 353px;
            overflow: hidden;
            width: 32.3%;
		}
		.home .featured-items .small-item:nth-child(2n)
		{
			clear:none;
		}
	.home #primary
	{
		padding: 0;
		margin: 1rem auto;
		max-width: 800px;
	}

	.sections-title
	{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	#links
	{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#top5 > li
	{
		display: inline-block;
		margin: 0 0 1% 3%;
		width: 30%;
	}
	#comments
	{
		padding: 1.5rem 0 0 0;
	}
	.commentlist
	{
		margin: 0 auto 0 102px;
	}
	.commentlist .avatar
	{
		left: -102px;
	}
	.commentlist > li.comment
	{
		padding: 1.5rem;
	}
	.search-no-results #content .post
	{
		width: 95%;
	}
	.search-no-results #primary
	{
		width: 100%;
	}

		#featured .title_slider
		{
			font-size: 2.4rem;
			line-height: 2.6rem;
		}
	.archive #content .post,
	.search #content .post
	{
		margin: 0 2% 2% 0;
		width: 32%;
	}
		.archive #content .post:nth-child(3n+3),
		.search #content .post:nth-child(3n+1),
		section.featured-items .small-item:nth-child(3n+1),
		.home #content .post:nth-child(3n+3)
		{
			margin-right: 0;

		}
	/*footer 3 columns*/
	.colophon-links
	{
		display: inline-block;
	}
		#footer .footer-nav	.colophon-links
		{
			vertical-align: top;
			width: 32%;
		}
	.social-buttons > li
	{
		width: 24.2%;
	}
		.social-buttons > li:last-child
		{
			margin-right: 0;
		}
	.welcome
	{
		max-width: 900px;
		margin: 0 auto;
		padding: 0 0.5rem;
	}
		.welcome > a > img
		{
			float: left;
			margin: 0 1rem 0.8rem 0;
		}
	#button-up
	{
		display: block;
	}
	a#cookie-button
	{
		margin-top: 0;
	}
	.entry-content > p > iframe
	{
		max-width: none;
		margin: 0 -100px;
		width: 900px !important;
	}
	.block_item
	{
		margin: 0 1% 40px 1%;
		width: 48%;
		float: left;
	}
	#toc_container
	{
		margin: 1rem auto 2rem !important;
		width: 700px !important;
	}

}

/* =Web
----------------------------------------------- */
@media (min-width:1024px)
{
	#main,
	.container
	{
		max-width: 1024px;
	}
	#primary,
	#primary-archive
	{
		margin: 0;
		padding: 1.5rem 0 0 0;
	}

	.single .entry-title
	{
		padding: 0;
	}
		.featured-items .small-item
		{
			max-width: 388px;
		}
		#gallery .featured-items .small-item
		{
		    width: 24.25%;
		}
	.archive .page-header,
	.search .page-header
	{
		padding: 0;
	}
	.post
	{
		overflow: inherit;
	}
	#mapa-full
	{
		height: 600px;
	}
	#rentarlcars
	{
		width: 48%;
	}
	.menu > li > a,
	.menu > li > span
	{
		padding: 1rem 1rem;
	}
		.menu #menu_empieza
		{
			display: block;
		}
	.menu #searchform
	{
		margin-bottom: auto;
	}
	#badges .colaborations,
	#badges .awards
	{
		padding: 0;
	}
	#footer .logo
	{
		float: left;
		margin: 1rem 0 0 1.4rem;
	}
	#footer .footer-nav
	{
		float: right;
		max-width: 640px;
	}
	#footer .footer-nav-last
	{
		float: right;
		text-align: center;
	}
	.floating-icons
	{
		display: block;
	}
	.travel-items > li
	{
		max-width: 300px;
	}
	.block_item
	{
		width: 31%;
	}

}

/* =Web grande
----------------------------------------------- */
@media (min-width:1200px)
{
	#main,
	#header_container,
	.container
	{
		max-width: 1200px;
	}
	#bannersidebar
	{
		margin-top: 4rem;
		padding-bottom: 2rem;
		display: table-cell;
		vertical-align: middle;
		width: 300px;
	}
	#featured
	{
		float: left;
		margin: 0 auto 2rem;
	}

	.featured-items
	{
		margin: 0;
	}
	.home #primary
	{
		float: left;
	}
	#badges .colaborations
	{
		float: left;
	}
	#badges .awards
	{
		clear: none;
		float: right;
		margin-top: 0;
	}
	/*
	#travel-guide .entry-content
	{
		float: left;
		max-width: 800px;
	}
	*/
	.welcome
	{
		float: right;
		margin: 0;
		padding: 0;
		clear: none;
		max-width: 270px;
	}
			.welcome .social-icons > li > a
			{
				font-size: 2.0rem;
				margin-right: 10px;
			}
	#footer .footer-nav
	{
		margin-right: 8rem;
	}


}
/* =Extra grande
----------------------------------------------- */
@media (min-width:1340px)
{
	.menu
	{
		margin: 0;
	}
	.post
	{
        margin: 0 0 1rem 0;
	}
}
/* =Inmenso
----------------------------------------------- */
@media (min-width:1600px)
{
	.single #bannersidebar .widget
	{
		margin: 0 0 1.5rem 0;
	}
}
