/*
Theme Name: Desert
Theme URI: https://github.com/jjlazo79/desert-theme/
Author: Jose Lazo
Author URI: http://joselazo.es/
Description: Donations: https://www.paypal.com/donate/?hosted_button_id=GBU8XPGNUV5ZE. desert is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/jjlazo79/desert-theme/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0.1
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: desert

Desert WordPress Theme Â© 2011-2022 Jose Lazo
Desert is distributed under the terms of the GNU GPL
*/

html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
/* .sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{} */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

html {
	--primary-color: #A58251;
	--secondary-color: #F2E9D2;
	--secondary-color-darken: #DCD2B9;
	--body-color: #484338;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.5;
	background-color: #F5F5F5;
	color: --body-color;
}

body.desert {
	background-image: none;
	background-position: center top;
}

body.page li {
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Josefin Sans', sans-serif;
}

section[class^='pagehome-'] {
	margin-left: -15px;
	margin-right: -15px;
}

.background-primary-color {
	background-color: var(--primary-color);
}

.text-primary-color {
	color: var(--primary-color);
}

.background-secondary-color {
	background-color: var(--secondary-color);
}

.text-secondary-color {
	color: var(--secondary-color);
}

.background-secondary-color-darken {
	background-color: var(--secondary-color-darken);
}



/* HOME */
.pagehome-title {
	background-color: var(--primary-color);
	padding-bottom: 150px;
	margin-bottom: -150px;
	background-image: url('img/bg-cartas.png'), url('img/bg-cartas-2.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 30%;
}

.pagehome-title .custom-title {
	padding: 30px 0px;
	color: white;
}

/* .pagehome-title::before,
.pagehome-title::after {
	content: '';
	width: 140px;
	height: 90px;
	position: absolute;
	background-image: url('img/bg-cartas.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.pagehome-title::before {
	left: 0;
}

.pagehome-title::after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
} */

.pagehome-content {
	background-image: url(img/bg-filigranas.png), url(img/bg-filigranas-2.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 15%;
	background-color: var(--secondary-color);
}

.transform-bg {
	background: var(--main-header-color);
	border: 1px solid var(--main-header-color);
	border-radius: 10px;
	translate: 10px;
}

.seer-item {

}


.seer-item .seer-item--inner {
	background-color: #fff;
	border: solid 1px var(--primary-color);
	margin: 6px;
}

.seer-item .seer-item--inner .seer-title {
	background-image: url(img/bg-filigranas-2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30%;
	background-color: var(--secondary-color-darken);
	padding: 2rem 1rem 5rem 1rem;
}

.seer-item .seer-item--inner .seer-thumbnail {
	margin-top: -6rem;
}

.seer-item .seer-item--inner .seer-thumbnail img {
	border: solid 1px var(--primary-color);
}

.seer-item .seer-item--inner .seer-meta {
	color: var(--primary-color);
}

.seer-item .seer-item--inner .btn-holder {
	margin-bottom: -15px;
}

.pagehome-serviceslist h2,
.pagehome-citylist h2 {
	color: var(--primary-color);
}

.pagehome-prefooter {
	border-top: solid 1px var(--primary-color);
	border-bottom: solid 1px var(--primary-color);
	background-image: url(img/bg-filigranas.png), url(img/bg-filigranas-2.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 15%;
}

section.pagehome-prefooter p, section.pagehome-prefooter h2, section.pagehome-prefooter span {
	background: none!important;
}



/* SINGLE */
body:not(.single) .seer-thumbnail {
	margin-top: -6rem;
}

.single-seer .seer-content--about {
	background-color: var(--secondary-color);
	border-top: solid 1px var(--primary-color);
	border-bottom: solid 1px var(--primary-color);
}

.single-seer .seer-content--biography {
	background-image: url(img/bg-filigranas.png), url(img/bg-filigranas-2.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 15%;
}

.seer-content--biography [class^='bg-'],
.seer-content--biography .has-background,
.desert footer {
	background: none;
}


/* JS */
.js-seer-status {
	padding: 10px 30px;
	display: inline-block;
}

.js-seer-status:before,
.js-seer-status:after {
	display: none;
}

.js-seer-status.not-available {
	color: #9F2727;
}

.js-seer-status.available {
	color: #279F7B;
}


/* MEDIA QUERIES */
@media (min-width: 575px) {

}

@media (min-width: 768px) {
	body:not(.single) .pagehome-content {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/* Boostrap override */
/* .desert .text-primary-color {
	color: #FFC367;
}

.desert .btn-primary {
	text-transform: uppercase;
	color: #0E0E0E;
	background-color: #FFC367;
	border-color: #FFC367
} */

.desert .btn-primary:hover,
.desert .btn-primary:not(:disabled):not(.disabled).active,
.desert .btn-primary:not(:disabled):not(.disabled):active,
.desert .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}

.desert .btn-primary.focus,
.desert .btn-primary:focus {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.desert .btn-light {
	border: solid 1px var(--primary-color);
	border-color: var(--primary-color);
	color: var(--primary-color);
	background-color: white;
}

.desert .btn-light:hover {
	border: solid 1px var(--primary-color);
	border-color: var(--primary-color);
	color: var(--primary-color);
	background-color: #f7f7f7;
}

.desert .border-r {
	border-radius: 5px;
}

.desert .btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.desert .border-secondary {
	border-color: var(--secondary-color) !important;
	color: var(--secondary-color);
}
