/*
Theme Name: Libros Inquietos
Theme URI: http://www.librosinquietos.com
Description: Tema para Libros Inquietos
Author: un.pez.vivo
Author URI: http://www.unpezvivo.com
Version: 1.0.0
Template: my-listing
*/
/* ********************************************************************************************************************* IMPORTS */
/* ********************************************************************************************************************* VARS */
/* ********************************************************************************************************************* GLOBALS */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,400i,600,700");
body, html { font-family: 'Barlow', sans-serif !important; font-weight: 400; font-size: 15px; }

button { font-family: 'Barlow', sans-serif; }

textarea:focus, select:focus, input:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; letter-spacing: 0; text-transform: none; }

p { font-size: 15px; }
p.bigger-margin-top { margin-top: 30px; }

/* .playfair {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
} */
.text-light, .text-light a { font-weight: 300; }

.text-regular, .text-regular a, input, textarea { font-weight: 400; }

.text-medium, .text-medium a, strong { font-weight: 600; }

.text-bold, .text-bold a { font-weight: 700; }

.text-bigger { font-size: 18px !important; }

.text-even-bigger { font-size: 18px !important; }

.text-smaller { font-size: 14px !important; line-height: 21px !important; }
.text-smaller p { margin-bottom: 20px; font-size: 14px !important; line-height: 17px !important; }

.text-spaced { letter-spacing: 3px; }

.white { color: #fff; }
.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span { color: #fff; }

.black { color: #000; }

.grey { color: #5b5b5b; }

.light-grey { color: #f4f4f4; }

.dark-grey { color: #1D1D1B; }

.colored { color: #F37244; }

.red { color: #E10613; }

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }

.float-left { float: left; }

.float-right { float: right; }

.no-margin { margin: 0; }

.no-padding { padding: 0; }

.margin-10-below { margin-bottom: 10px; }

.margin-20-below { margin-bottom: 20px; }

.margin-10-above { margin-top: 10px; }

.margin-20-above { margin-top: 20px; }

.sp-row { padding: 0 90px; }

.sp-row-with-vertical-padding-60 { padding: 60px 90px; }

.element-with-side-padding-100 { padding: 0 100px; }

.element-with-vertical-padding-60 { padding: 60px 0; }

.row-with-vertical-padding-100 { padding: 100px 0; }

.row-with-top-padding-100 { padding-top: 100px; }

.row-with-bottom-padding-100 { padding-bottom: 100px; }

.column-no-padding-right .vc_column-inner { padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner { padding-left: 0 !important; }

.centered { margin: 0 auto; text-align: center; }

.vertical-centered { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.border-top { border-top: 1px solid #f4f4f4; }

.border-bottom { border-bottom: 1px solid #f4f4f4; }

.no-text-transform { text-transform: none !important; }

.no-letter-spacing { letter-spacing: 0 !important; }
.no-letter-spacing a { letter-spacing: 0 !important; }

.no-block { display: inline; }
.no-block + p { margin-top: -10px; }

.boxed { padding: 6px 10px; background-color: #F37244; color: #fff; }

.boxed-white { border: 1px solid #fff; }
.boxed-white:hover { background-color: #fff; }

.title-boxed { display: inline; padding: 0 10px; background-color: #f4f4f4; color: #444444; }
.title-boxed + br { display: block !important; margin-bottom: 20px; content: " "; }
.title-boxed.accent { background-color: #F37244; color: #fff; }
.title-boxed.dark { background-color: #1D1D1B; color: #fff; }

.hidden, .hide { display: none !important; }

.hide-on-desktop { display: none; }

a, a:before, a:after { -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; -ms-transition: all 0.3s ease !important; -o-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }

a.accent-link { color: #F37244; text-decoration: underline; }
a.accent-link:hover { padding: 0 5px; color: #F37244 !important; text-decoration: underline; background-color: #f4f4f4; }

a.white-link { color: #fff; }
a.white-link:hover { color: #F37244 !important; }

a.dark-grey-link { color: #1D1D1B; }
a.dark-grey-link:hover { color: #F37244 !important; }

a.light-grey-link { color: #f4f4f4; }
a.light-grey-link:hover { color: #F37244 !important; }

a.boxed-link { padding: 6px 10px; font-size: 15px; background-color: #F37244; color: #fff; }
a.boxed-link:hover { padding: 6px 14px; background-color: #fff; color: #F37244; }

.with-line-below { margin-top: 90px; }
.with-line-below:after { content: ''; width: 100%; height: 1px; margin: 20px 0 60px 0; display: block; background-color: #ccc; }
.with-line-below.small:after { width: 50px; height: 3px; margin-top: 8px; }
.with-line-below.not-centered:after { margin: 20px 0 0 0; }

.column-in-blue-box { padding: 70px; background-color: #F37244; }

.big-bullet-list { margin-top: 20px; padding-left: 70px; }
.big-bullet-list li { margin-bottom: 20px; list-style-type: disc; list-style-position: inside; text-indent: -1em; padding-left: 1em; }

.only-home { display: none; }

.only-admin { display: none; }

body.logged-in .only-admin { display: block; }

/* ********************************************************************************************************************* THEME GLOBAL REPLACEMENTS  */
.featured-categories.transparent ul li a { width: 170px; background-color: rgba(54, 10, 25, 0.7); }
.featured-categories.transparent ul li a i { font-size: 24px; }
.featured-categories.transparent ul li a p { font-size: 16px; font-weight: 600 !important; }
.featured-categories.transparent ul li a:hover { background-color: rgba(0, 0, 0, 0.7); }

.lf-item-default .ad-badge, .lf-item-default .lf-avatar { display: none; }
.lf-item-default .lf-item-info { display: block !important; padding-left: 0 !important; }
.lf-item-default .lf-item-info h4 { font-size: 19px; font-weight: 600 !important; }
.lf-item-default .lf-item-info span { display: block; padding-top: 4px; font-size: 13px; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; color: #F37244; }

.infoBox { font-family: 'Barlow', sans-serif !important; }
.infoBox .lf-item-default .lf-item-info h4 { font-size: 17px; }
.infoBox .lf-item-default .lf-item-info span { margin-bottom: 10px; font-size: 12px; line-height: 1; }

#social-share-modal .share-options { padding: 30px; }
#social-share-modal li:nth-child(4), #social-share-modal li:nth-child(5), #social-share-modal li:nth-child(8), #social-share-modal li:nth-child(9) { display: none; }
#social-share-modal li i { margin-bottom: 3px !important; border-radius: 5px !important; }
#social-share-modal li i.fa-whatsapp { background-color: #24cd63 !important; }

.single-team .info-hover { top: 220px; max-width: calc(100% - 60px); }
.single-team .info-hover h2 { font-size: 20px; font-weight: 300; }
.single-team .info-hover h3 { font-size: 14px; opacity: 1; }

textarea.report-content { -webkit-transition: color 0.3s linear !important; -moz-transition: color 0.3s linear !important; -ms-transition: color 0.3s linear !important; -o-transition: color 0.3s linear !important; transition: color 0.3s linear !important; }
textarea.report-content:focus::-webkit-input-placeholder { color: transparent; }
textarea.report-content:focus::-moz-placeholder { color: transparent; }

.i-dropdown li a { text-transform: none; }

/* ********************************************************************************************************************* SHARED ELEMENTS */
.lugares-wrapper { padding: 30px 0 30px 0; }
.lugares-wrapper .item { position: relative; margin-bottom: 20px; }
.lugares-wrapper .item a { position: relative; display: block; overflow: hidden; }
.lugares-wrapper .item a:hover .overlay { opacity: 0.8; }
.lugares-wrapper .item a:hover .img-wrapper img { -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
.lugares-wrapper .item .lugar-title { position: absolute; z-index: 3; top: 40%; width: 100%; text-align: center; font-size: 30px; font-weight: 300; line-height: 1; color: #fff; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8); }
.lugares-wrapper .item .lugar-title span { padding: 1px 4px 2px 4px; font-size: 13px; background-color: rgba(0, 0, 0, 0.6); }
.lugares-wrapper .item .overlay { z-index: 2; mix-blend-mode: multiply; }
.lugares-wrapper .item .img-wrapper { z-index: 1; width: 100%; height: 100%; }
.lugares-wrapper .item .img-wrapper img { width: 100%; -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -ms-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

.social { margin-top: 5px; }
.social ul li { width: 29px; height: 29px; margin-left: 4px !important; display: inline-block; vertical-align: top; overflow: hidden; border-radius: 100%; background-color: #f4f4f4; -webkit-transition: all 0.7s ease !important; -moz-transition: all 0.7s ease !important; -ms-transition: all 0.7s ease !important; -o-transition: all 0.7s ease !important; transition: all 0.7s ease !important; }
.social ul li:hover a { top: -25px; }
.social ul li:hover a i:first-child { -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; -ms-transition: all 0.3s ease !important; -o-transition: all 0.3s ease !important; transition: all 0.3s ease !important; opacity: 0; filter: alpha(opacity=0); }
.social ul li a { display: block; width: 100%; height: 200%; position: relative; top: 2px; line-height: 26px !important; text-align: center; color: #1D1D1B; }
.social ul li a i { font-size: 16px; }
.social ul li a i:last-child { display: block; margin-top: 6px; color: #fff; }
.social ul li:nth-of-type(1):hover { background-color: #537bbd; }
.social ul li:nth-of-type(2):hover { background-color: #77cdf0; }
.social ul li:nth-of-type(3):hover { background-color: #ce0002; }
.social ul li:nth-of-type(4):hover { background-color: #e7008a; }

.form-container { width: 100%; margin: 20px 0 0 0; }
.form-container > p { height: 6px; clear: both; }
.form-container p { margin: 0 !important; }
.form-container .tipo { padding-top: 13px; }
.form-container .tipo span { font-family: 'Lato', sans-serif; font-size: 20px; font-weight: 300; color: #fff; }
.form-container .text-smaller { padding: 10px 0 30px 0; }
.form-container a.grey-link { text-decoration: underline; }
.form-container a.grey-link:hover { color: #F37244 !important; }

.form-column-left { float: left; width: 49%; }

.form-column-right { float: right; width: 49%; }

.form-column-full { display: block; }

/* ********************************************************************************************************************* HEADER - MENU */
header { /* a.static-logo img {
	@include transition(all,.3s,ease);
} */ }
header .header-search i { font-size: 21px; color: #F37244; }
header .header-search input { font-size: 15px; }
header .main-menu li .sub-menu a { font-size: 15px; }
header .main-menu li .sub-menu .sub-menu a { font-size: 13px; }
header .main-menu li a { font-size: 16px; }
header .main-menu li a i { display: inline-block; padding-right: 10px; color: #F37244; }
header .main-menu li.menu-item-has-children:after { line-height: 25px; color: #fff; }
header .header-button .buttons { margin-top: 10px; padding: 7px 20px; }
header.header-scroll { height: 60px !important; -webkit-transition: height 0.4s ease !important; -moz-transition: height 0.4s ease !important; -ms-transition: height 0.4s ease !important; -o-transition: height 0.4s ease !important; transition: height 0.4s ease !important; }
header.header-scroll.header-scroll-hide { -webkit-transform: translateY(0%) !important; transform: translateY(0%) !important; }

/* ********************************************************************************************************************* FOOTER */
footer .copyright p { font-size: 14px; }
footer .copyright a { margin-left: 20px; }
footer .copyright a:before { content: '|'; display: inline-block; padding-right: 20px; }

/* ********************************************************************************************************************* HOME STUFF */
.home .only-home { display: block; }
.home .mylisting-basic-form { padding: 0 10%; }
.home .mylisting-basic-form .nav { display: none; }
.home .header-search { display: none; }
.home #follow_bt { position: absolute; margin-top: 10%; padding: 10px; background-color: transparent; font-size: 17px; }
.home #follow_bt:before { content: 'VER MAPA'; display: block; padding-bottom: 5px; font-size: 12px; font-weight: 300; }
.home #follow_bt .elementor-button-text { display: none; }
.home #follow_bt:hover { padding-top: 16px; }
.home #c27-explore-listings { 		/* .finder-search {
			width: 20% !important;

			.tabs-menu {
				display: none;
			}
		} */ }
.home #c27-explore-listings .finder-listings { display: none; }
.home #c27-explore-listings .finder-map { width: calc(100% - 350px); }
.home .listing-feed-2 .lf-nav { margin-left: 10px; }
.home .listing-feed-2 .lf-nav li a { border-color: rgba(255, 255, 255, 0.6); }
.home #generos { padding: 30px 0; }
.home #generos h3 { margin-top: 0; }

/* ********************************************************************************************************************* LISTING EXPLORE */
#finderSearch { width: 350px; }
#finderSearch #search-form .form-group-tags .tags-nav li { width: 50%; }
#finderSearch #search-form a.reset-results-27 { margin-top: 20px; font-size: 12px; }
#finderSearch .active-taxonomy-container .category-background { height: 300px !important; }

#finderListings { left: 350px; }

#finderMap { width: calc(100% - 800px); -webkit-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -moz-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -ms-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; -o-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

.finder-three-columns #finderListings { width: calc(100% - 350px); }
.finder-three-columns #finderListings .explore-desktop-head { padding-right: 140px; justify-content: flex-start; }
.finder-three-columns #finderListings .explore-desktop-head .fl-results-no { padding: 0 15px; }
.finder-three-columns #finderListings .explore-desktop-head .expand-map-btn i { color: #5b5b5b; }
.finder-three-columns #finderListings .explore-desktop-head .expand-map-btn:before { content: 'Desplegar mapa'; display: inline-block; vertical-align: top; padding-right: 6px; font-size: 12px; color: #5b5b5b; }
.finder-three-columns.map-expanded #finderMap { width: calc(100% - 350px) !important; }

/* ********************************************************************************************************************* LISTING SINGLE */
.single-listing { 	/* .cover-buttons .i-dropdown {
		width: 170px;
		background-color: #444;

		li a {
			color: #fff;

			&:hover {
				padding-left: 0;
				color: $accent;
				background-color: transparent;
			}
		}
	} */ }
.single-listing .profile-cover .listing-main-info .col-md-6 { padding: 0; }
.single-listing .profile-cover .profile-name { margin-right: -5px; padding-left: 0; }
.single-listing .profile-cover .profile-name .profile-avatar, .single-listing .profile-cover .profile-name .profile-tagline { display: none; }
.single-listing .profile-cover .profile-name h1 { margin-bottom: 0; font-size: 28px; font-weight: 600; }
.single-listing .profile-cover .profile-name .pa-below-title { margin-top: -5px; }
.single-listing .profile-cover .profile-name .listing-rating i.star_border { opacity: 0.5; }
.single-listing .profile-cover .profile-name .autor { margin-right: 10px; }
.single-listing .profile-cover .profile-name .autor a i { color: transparent; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; -ms-transition: all 0.3s ease !important; -o-transition: all 0.3s ease !important; transition: all 0.3s ease !important; }
.single-listing .profile-cover .profile-name .autor a:hover i { padding-left: 5px; color: #F37244; }
.single-listing .profile-cover .profile-name .autor h2 { font-size: 18px; color: #F37244; }
.single-listing .profile-cover .profile-name .autor h2:after { content: '|'; display: inline-block; padding-left: 10px; color: #ccc; }
.single-listing .profile-cover .profile-name .autor:last-of-type h2:after { display: none; }
.single-listing .profile-cover .listing-main-buttons li.price-or-date .lmb-label { font-size: 12px; text-transform: uppercase; }
.single-listing .profile-cover .listing-main-buttons li.price-or-date .value { font-size: 17px; }
.single-listing .profile-cover .listing-main-buttons li.lmb-calltoaction a { height: 38px; padding: 0 7px; border: 1px solid rgba(255, 255, 255, 0.6); background-color: transparent; }
.single-listing .profile-header { z-index: 1; }
.single-listing .profile-header .profile-menu ul:before { display: none; }
.single-listing .profile-header .profile-menu ul li { margin-right: 50px; }
.single-listing .profile-header .profile-menu ul li a { padding: 0; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.single-listing .profile-header .profile-menu ul li a .items-counter { font-weight: 300; font-size: 10px; }
.single-listing .profile-header .profile-menu #border-bottom { border-bottom-width: 3px; }
.single-listing .qla-container { position: relative; z-index: 2; pointer-events: none; top: -50px; }
.single-listing .qla-container .quick-listing-actions { margin-top: 0; }
.single-listing .qla-container .quick-listing-actions ul { justify-content: flex-end; }
.single-listing .qla-container .quick-listing-actions ul li { pointer-events: auto; padding: 0 0 0 10px; }
.single-listing .listing-tabs #descrip .pf-body a, .single-listing .listing-tabs #descrip .pf-body div { display: inline-block; vertical-align: top; }
.single-listing .listing-tabs #descrip .pf-body a { width: 120px; margin: 5px 0 0 0; }
.single-listing .listing-tabs #descrip .pf-body a img { width: 100%; }
.single-listing .listing-tabs #descrip .pf-body div { display: inline-block; width: calc(100% - 130px); padding-left: 20px; }
.single-listing .listing-tabs .profile-body { padding-top: 0; }
.single-listing .listing-tabs #cat_block { width: 35%; }
.single-listing .listing-tabs #genero_block { width: 65%; }
.single-listing .listing-rating .out-of { font-weight: 700; opacity: 1; filter: alpha(opacity=100); }
.single-listing .element .title-style-1 i { color: #999; }
.single-listing .element .title-style-1 h5 { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; color: #999; }
.single-listing .cts-left-column .element .title-style-1 h5 { color: #F37244; }
.single-listing .wp-editor-content .pf-body p { margin-top: 20px !important; }
.single-listing .wp-editor-content .pf-body p:first-of-type { margin-top: 0 !important; }
.single-listing .map-block-address { justify-content: space-between; padding-top: 5px; }
.single-listing .map-block-address p, .single-listing .map-block-address a { font-size: 12px !important; }
.single-listing .autores-wrapper, .single-listing .editorial-wrapper { vertical-align: top; display: inline-block; width: 49%; }
.single-listing .autores-wrapper > div, .single-listing .editorial-wrapper > div { display: inline-block; vertical-align: top; }
.single-listing .autor { margin-right: 40px; text-align: center; }
.single-listing .autor .foto-wrapper { overflow: hidden; width: 70px; height: 70px; margin: 2px auto; border-radius: 100%; }
.single-listing .autor .foto-wrapper img { width: 100%; }
.single-listing .autor .foto-wrapper div { vertical-align: top; line-height: 40px; }
.single-listing .editorial { float: right; margin-left: 40px; }
.single-listing .editorial .logo-wrapper { height: 50px; }
.single-listing .editorial .logo-wrapper img { height: 100%; }
.single-listing .puntos-venta-wrapper { overflow: hidden; width: 100%; margin-top: -20px; }
.single-listing .puntos-venta-wrapper div { position: relative; box-sizing: border-box; float: left; display: inline-block; vertical-align: top; width: 48%; margin: 4% 3% 0 0; padding: 20px; background-color: #f4f4f4; border: 1px solid #e7e7e7; }
.single-listing .puntos-venta-wrapper div:nth-child(2n) { margin-right: 0; }
.single-listing .puntos-venta-wrapper div img { mix-blend-mode: multiply; }
.single-listing .puntos-venta-wrapper div h4 { margin-bottom: 0; font-weight: 600; font-size: 17px; }
.single-listing .puntos-venta-wrapper div p { margin-top: 0; line-height: 18px; }
.single-listing .puntos-venta-wrapper div a { margin-top: 10px; padding: 8px 20px; }
.single-listing .puntos-venta-wrapper div a i { top: 6px; }
.single-listing .puntos-venta-wrapper div a:hover { padding-right: 30px; }
.single-listing .puntos-venta-online-wrapper li a { display: block; margin: 20px 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.single-listing .puntos-venta-online-wrapper li a img { width: 60px; margin-right: 30px; }
.single-listing .puntos-venta-online-wrapper li a span.precio { font-size: 16px; }
.single-listing .puntos-venta-online-wrapper li a span.url { float: right; padding: 4px 15px; }
.single-listing .puntos-venta-online-wrapper li a:hover { border-color: #5b5b5b; }
.single-listing .recomendado-wrapper { padding-bottom: 15px; border-bottom: 1px solid #ccc; }
.single-listing .recomendado-wrapper li { display: inline-block; margin: 10px 10px 0 0; }
.single-listing .recomendado-wrapper li a img { width: 50px; }
.single-listing .recomendado-wrapper li a:hover { opacity: 0.7; }
.single-listing .comment-form .form-group > label { display: none; }
.single-listing .comment-form .form-group > textarea { padding-top: 0; }
.single-listing .comment-form .form-group .clasificacion { margin-top: 0; }
.single-listing .similar-listings { padding: 60px 0 !important; }
.single-listing .similar-listings .section-title { margin-bottom: 30px; }
.single-listing .similar-listings h2 { font-weight: 400 !important; }

/* ********************************************************************************************************************* CATEGORIES PAGE */
.page-cats .listing-cat { height: 220px; }
.page-cats .listing-cat .overlay { opacity: 0.8; }
.page-cats .listing-cat .lc-icon i { font-size: 35px; }
.page-cats .listing-cat .lc-info h4 { font-size: 22px; font-weight: 300 !important; color: #F37244; }
.page-cats .listing-cat .lc-info h6 { font-size: 13px; opacity: 1; }

/* ********************************************************************************************************************* TAXONOMIES ARCHIVE */
.archive.tax-autor .header-cat, .archive.tax-editorial .header-cat { display: block; vertical-align: middle; width: 100%; height: 70px; margin-bottom: 60px; text-align: center; background: #5e1b50; background: linear-gradient(270deg, #5e1b50 30%, #901941 100%); }
.archive.tax-autor .header-cat .foto-wrapper, .archive.tax-editorial .header-cat .foto-wrapper { display: inline-block; overflow: hidden; width: 110px; height: 110px; margin: 10px 0 0 0; border: 10px solid #fff; border-radius: 100%; }
.archive.tax-autor .header-cat .foto-wrapper img, .archive.tax-editorial .header-cat .foto-wrapper img { width: 100%; }
.archive.tax-autor .header-cat .h-label, .archive.tax-editorial .header-cat .h-label { position: absolute; display: inline-block; right: 0; padding: 20px 30px 0 0; font-size: 18px; color: #fff; }
.archive.tax-autor .info-cat, .archive.tax-editorial .info-cat { width: 70%; margin: 0 auto; text-align: center; }
.archive.tax-autor .info-cat p, .archive.tax-editorial .info-cat p { margin-bottom: 25px; font-size: 14px; }
.archive.tax-autor .info-cat h4, .archive.tax-editorial .info-cat h4 { display: inline-block; margin-bottom: 50px; padding: 5px 10px 6px 10px; background-color: #fff; }
.archive.tax-autor .info-cat h4:after, .archive.tax-editorial .info-cat h4:after { content: ''; display: block; width: 0; height: 0; margin: 2px auto -14px auto; border-style: solid; border-width: 10px 10px 0 10px; border-color: #fff transparent transparent transparent; }

.archive.tax-lugar .header-lugar { position: relative; padding-bottom: 25%; background-size: cover; background-position: 50% 50%; }
.archive.tax-lugar .title-lugar { position: relative; margin-top: -190px; padding: 30px; background-color: rgba(0, 0, 0, 0.7); }
.archive.tax-lugar .title-lugar h2 { margin: 0; font-size: 12px; letter-spacing: 2px; color: #F37244; }
.archive.tax-lugar .title-lugar h1 { margin: 0; font-size: 50px; color: #fff; }
.archive.tax-lugar .desc { margin-top: -40px; padding: 25px 30px 30px 30px; background-color: #f4f4f4; }
.archive.tax-lugar .desc p { padding-right: 20%; }
.archive.tax-lugar .desc a { position: absolute; top: 30px; right: 30px; font-size: 12px; color: #5b5b5b; }
.archive.tax-lugar .desc a i { float: left; padding-right: 5px; font-size: 18px; color: #F37244; }
.archive.tax-lugar .desc a:hover { right: 36px; }
.archive.tax-lugar .listing-preview .lf-head { display: none; }

/* ********************************************************************************************************************* PAGE FULL MAP */
.featured-map .featured-caption { bottom: 20px !important; left: 30px; }
.featured-map .featured-caption .container { pointer-events: auto !important; width: 170px; margin: 0; padding: 15px 20px; background-color: rgba(255, 255, 255, 0.85); box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15); }
.featured-map .featured-caption .container .fc-description { color: #1D1D1B; font-size: 13px; }
.featured-map .featured-caption .container .fc-description i { position: absolute; right: -40px; top: -35px; padding: 8px; font-size: 21px; color: #F37244; background-color: #fff; border-radius: 50%; border: 1px solid #ccc; }
.featured-map .featured-caption .container .fc-description a { margin-top: 10px; padding: 5px 20px; border-width: 1px; }

/* ********************************************************************************************************************* BLOG */
/* 
.single-post,
.search-results,
.archive {

	.title_holder {

		h2 {
			font-size: 50px;
			color: #fff;
		}
	}

	.with-line-below {
		margin: 70px 0 -50px 0;
	}

	.blog_holder {
		margin-top: 70px;
	}

	aside.sidebar {
		margin-top: 70px;
	}
}

.search-results {

	.blog_holder {
		
		.post {
			margin-bottom: 10px;
		}
	}
}

.single-post {

	.blog_single {

		.post_text_inner {
			padding-top: 0 !important;
		}

		.tags_text {

			h5 {
				font-family: 'gill', sans-serif;
				font-size: 18px;
			}
		}
	}

	.comment_holder,
	.single_tags {
		margin-top: 50px;
		padding: 10px 0 10px 0;
		border-top: 1px solid #ccc;
	}

	#commentform {
		padding: 30px;
		background-color: $light-grey;

		input, textarea {
			font-family: 'gill', sans-serif;
			font-size: 15px;
		}

		input[type="submit"] {
			border: 0;
			background-color: lighten($grey,45);
			border-radius: 0;

			&:hover {
				background-color: $accent;
			}
		}
	}
} */
/* ********************************************************************************************************************* LOGIN & ACCOUNT PAGES */
.woocommerce-edit-account #description_field, .woocommerce-edit-account .social-networks-repeater { display: none; }

.c27-submit-listing-form .fieldset-login_required > p { width: 80%; padding-bottom: 30px; line-height: 1.5; }

/* ********************************************************************************************************************* FIREFOX POSITION FIXES */
@-moz-document url-prefix() {}
/* ********************************************************************************************************************* RESPONSIVE MEDIA QUERIES */
/* ********************************************************************************************************************* FOR RETINA */
/* ********************************************************************************************************************* BREAK POINT 1500 */
/* ********************************************************************************************************************* BREAK POINT 1200 */
/* ********************************************************************************************************************* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000 */
@media screen and (max-width: 1000px) { .sp-row { padding: 0; }
  .sp-row-with-vertical-padding-60 { padding: 40px 0; }
  .row-with-vertical-padding-100 { padding: 50px 0; }
  .element-with-vertical-padding-60 { padding: 40px 0; }
  .with-line-below { margin-top: 30px; }
  .with-line-below:after { margin: 20px 0 30px 0; } }
/* ********************************************************************************************************************* VERTICAL MOBILES AND DOWN  < 768 */
/* ********************************************************************************************************************* SMALL DEVICES  < 350 */
