/*
Theme Name: Galquiler
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.1
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 #content-wrapper .page-title {
	font-size: 1.8rem;
 }
 #content-wrapper article {
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
 }
 #content-wrapper article .entry-footer .byline {
	display:none!important;
 }
 #content-wrapper article .entry-footer span {
	font-weight: 600;
	margin-right: 20px;
	text-transform: capitalize;
 }
 #content-wrapper article .entry-content {
	margin-top:13px;
 }
 #content-wrapper article .entry-footer .posted-on:before {
	content: "\f073";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 6px;
 }
 #content-wrapper article .entry-footer .posted-on time + time.updated {
	display: none!important;
 }
 #content-wrapper article .entry-footer .cat-links:before {
	content: "\f02c";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 6px;
 }
 .btn.btn-product-list:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 6px;
 }
 #content-wrapper article .post-thumbnail {
	 display: block;
	 margin-bottom:20px;
 }
 .navigation.pagination {
	ms-flex-pack: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
 }
 .navigation.pagination a.page-numbers,
 .navigation.pagination span.page-numbers {
	background: #086bd0;
	color: #fff;
	width: 30px;
	padding: 5px 10px;
 }
 .navigation.pagination a.page-numbers:hover {
	background: #2183e6;
	color: #fff;
	width: 30px;
	padding: 5px 10px;
 }
 .navigation.pagination span.page-numbers.current {
	background: #005b9a;
 }

 /*** LEFT ***/
 #right-column h2.widget-title {
	color: #3fa8d8;
    text-align: left;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
	padding-bottom: 0.6em;
	position: relative;
 }
 #right-column h2.widget-title:after {
	content: "";
    position: absolute;
    bottom: -1.5px;
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: solid 3px #3fa8d8;
    left: 0;
    right: 0;
 }
 #right-column section.widget {
	 margin-bottom: 60px;
 }
 #right-column section.widget ul li {
	margin-bottom: .8rem;
}
#right-column section.widget ul li a {
	display: inline-block;
    position: relative;
    padding-left: 12px;
}
#right-column section.widget ul li a:before {
    content: "\F105";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: inherit;
    font-size: 13px;
    transition: all .2s cubic-bezier(.7,0,.3,1);
}
#right-column section.widget ul li a[aria-current="page"] {
	font-weight: 600;
	text-decoration: underline;
}
#right-column section.widget.widget_archive ul li a {
	text-transform: capitalize;
}
#right-column section.widget.widget_search input {
	border: 1px solid transparent;
    padding: 3px 10px;
    background: #f4f4f4;
    height: 36px;
}
#right-column section.widget.widget_search input:focus,
#right-column section.widget.widget_search input:hover,
#right-column section.widget.widget_search input:active {
	border-color:#3fa8d8;
}
#right-column section.widget.widget_search .search-submit:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f002"
}
#right-column section.widget.widget_search .search-submit {
	background: #3fa8d8;
    color: #fff;
    border: 0px;
	height: 36px;
	padding: 0 10px;
    margin-left: -3px;
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
	padding:0.71429rem 1.42857rem;
    background: #086bd0;
    color: #fff;
    border: none 1px #c8c8c8;
}
.navigation.post-navigation .nav-previous a:hover,
.navigation.post-navigation .nav-previous a:focus,
.navigation.post-navigation .nav-previous a:active,
.navigation.post-navigation .nav-next a:hover,
.navigation.post-navigation .nav-next a:focus,
.navigation.post-navigation .nav-next a:active {
    background: #2183e6;
    color: #fff;
    border-color: #086bd0;
}
.navigation.post-navigation .nav-previous a {
	float: left;
	margin-bottom:20px;
}
.navigation.post-navigation .nav-next a {
	float: right;
	margin-bottom:20px;
}
.navigation.post-navigation a .post-title {
	display: none!important;
}
.navigation.post-navigation .nav-previous a:before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f104";
	margin-right: 6px;
}
.navigation.post-navigation .nav-next a:after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f105";
	margin-left: 6px;
}
.search article .entry-summary {
	margin-top:13px;
}
/* .search article h2.entry-title {
	margin-bottom:13px;
} */
.archive h1.page-title,
.search h1.page-title {
	margin-bottom:13px!important;
	font-size: 2rem!important;
	margin-bottom: 2rem!important;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #000!important;
}
.archive h1.page-title:after,
.search h1.page-title:after {
	display: none!important;
} 
/* .archive article h2.h2.page-title a {
	margin-bottom:13px!important;
	font-size: 1.25rem;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #000!important;
}
.archive article h2.h2.page-title:after {
	display: none!important;
} 
.archive article h2.h2.page-title {
	padding-bottom:0px!important;
}
*/
.search.search-no-results #content-wrapper .search-form {
	display: none!important;
}
#wrapper .breadcrumb {
	display: block!important;
	margin-bottom:60px;
}
#right-column section.widget.widget_archive select {
	border: 1px solid transparent;
    padding: 3px 10px;
    background: #f4f4f4;
	height: 36px;
	text-transform: capitalize;
}
.post-thumbnail img {
	max-width: 100%;
    height: auto;
}
.cbp-hrmenu-tab a:hover,
.cbp-hrmenu-tab a:focus,
.cbp-hrmenu-tab a:active {
	background: #f8f8f8;
    color: #333;
}

	@media (min-width:768px) and (max-width:991px) {
		#right-column section.widget.widget_search input {
			width:128px;
		}
	}
	@media (max-width:767px) {
		#wrapper .breadcrumb {
			margin-bottom: 35px;
		}
		.archive h1.page-title, .search h1.page-title {
			font-size: 1.8rem!important;
		}
		#content-wrapper .page-title {
			font-size: 1.6rem!important;
		}
		#content-wrapper article .entry-content .text-left {
			margin-top:20px;
		}
	}
	
/* NUEVO POST */
#inner-wrapper {
	max-width: 1140px;
}
#inner-wrapper #content-wrapper {
	padding-right:30px;
}

.separator-hr {
	height:1px;
}
.separator-1 {
	height:10px;
}
.separator-2 {
	height:20px;
}
.separator-3 {
	height:30px;
}
.separator-4 {
	height:40px;
}
.separator-5 {
	height:50px;
}
.h2-title {
	font-size: 1.4rem;
	margin-bottom: 22px;
	color:#086bd0;
}
.ul-post {
	margin: 20px 0 20px 20px;
}
.ul-post li {
	position:relative;
	margin-bottom: 1.1rem;
	line-height: 1.8rem;
	font-size: 1.1rem;
	padding-left:12px;
	color:#333333;
}
.ul-post li:before {
	content: "\f101";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -1px;
	margin: auto;
	font: bold normal normal 14px/1 FontAwesome;
	font-size: 14px;
	line-height: 1;
	line-height: inherit;
	font-size: 13px;
	transition: all .2s cubic-bezier(.7,0,.3,1);
	color:#086bd0;
}
.galquiler-post p {
	color:#333333;
	margin-bottom: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.1rem;
}
.galquiler-post p a,
.galquiler-post li a {
	text-decoration:underline;
	color:#086bd0!important;
}
.galquiler-post p a:hover,
.galquiler-post li a:hover,
.galquiler-post p a:focus,
.galquiler-post li a:focus,
.galquiler-post p a:active,
.galquiler-post li a:active {
	color:#3fa8d8!important;
}
.mb-0 {
	margin-bottom:0px!important;
}
.cta-blog {
	background: #f8f8f8;
	border: 1px solid hsla(0,0%,63%,.25);
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #333;
}
.cta-blog a {
	text-decoration:underline;
	color:#086bd0!important;
}
.cta-blog a:hover,
.cta-blog a:focus,
.cta-blog a:active {
	color:#3fa8d8!important;
}
.lead.lead-g {
	width:75%;
	margin:20px auto;
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.lead.lead-g strong {
	font-weight:bold!important;
}
.contact-footer {
	text-align: center;
}
.contact-footer span {
	margin-right:40px;
	font-size: 20px;
	font-weight: bolder;
}
.contact-footer span i {
	margin-right:6px;
	color:#086bd0;
}
.contact-footer span a {
	text-decoration: none;
	color:#086bd0;
}
.contact-footer span a:hover {
	text-decoration: underline;
	color:#3fa8d8 !important;
}
.contact-footer span:last-child {
	margin-right:0px;
}
@media (min-width:768px) and (max-width:923px) {
	.contact-footer span {
		margin-right: 20px;
		font-size: 17px;
	}
}
@media (max-width:767px) {
	.ul-post {
    margin-left: 10px;
	}
	.mb-20-xs {
		margin-bottom:20px;
	}
	.mb-0-xs {
		margin-bottom:0px;
	}
	.mt-0-xs {
		margin-top:0px;
	}
	.hidden-xs {
		display:none;
	}
	.lead.lead-g {
		width: 85%;
		margin: 20px auto;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.galquiler-post p {
		margin-bottom: 1.9rem;
		line-height: 1.9rem;
		font-size: 1.2rem;
	}
	.ul-post li {
		margin-bottom: 1.3rem;
		line-height: 1.9rem;
		font-size: 1.2rem;
	}
	.contact-footer {
		text-align: left;
	}
	.contact-footer span {
		margin-right: 0;
		font-size: 16px;
		display: block;
		margin-bottom: 12px;
	}
}