/*
	Theme Name: La paisajista
	Theme URI: -
	Author: -
	Author URI: -
	Description: Plantilla para la página web La paisajista
	Version: 1.0
	Tags: blog
	License: La paisajista Licence
	License URI: -
	Text Domain: paisajista
*/

@font-face {
    font-family: "Roboto Regular";
    src: url(font/Roboto-Regular.ttf)
}

@font-face {
    font-family: "BauerBodoniStd Bold";
    src: url(font/BauerBodoniStd-Bold.otf);
}

@font-face {
    font-family: "BauerBodoniStd BoldItalic";
    src: url(font/BauerBodoniStd-BoldItalic.otf);
}

@font-face {
    font-family: "MyriadPro BoldIt";
    src: url(font/MyriadPro-BoldIt.otf);
}

.clear {
    clear: both
}

#page {
    width: 100%
}

.wrapper {
    width: 84%;
    margin: 0 auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
body {
    font-family: 'Roboto Regular';
    color: #444242;
}

p  {
    color: #444242;
    line-height: 1.3;
	font-size: 1.1em;
}

a {
    text-decoration: none;
    outline: 0;
    color: #444242
}

input,
textarea {
    border: 1px solid #444242;
    padding: 5px 10px
}

textarea {
    resize: none
}

li {
    padding-left: 5px;
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto
}

blockquote,
p,
ul {
    margin: 15px 0px;
}

ul {
    padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444242;
    font-family: "BauerBodoniStd Bold";
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
	content: '';
	display: block;
	width: 15%;
	margin: 0 auto;
	border-bottom: 1px solid #444242;
}

.title-left:after {
	margin: 0px;
}

.title-white {
	color: #ffffff;
}

.title-white:after {
	border-color: #ffffff;
}

.subtitle {
    font-family: "BauerBodoniStd Bold";
    font-size: 1.4em;
    font-style: italic;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin-right: 12px
}

.alignright {
    float: right;
    margin-left: 12px
}

.button,
input[type=submit] {
    font-family: "Roboto Regular";
    background: #444242;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    font-weight: 700
}

.button:hover,
input[type=submit]:hover {
    cursor: pointer;
    background: #212020
}

.button-2 {
	background: #ffffff;
	padding: 10px 35px;
	border-radius: 2px;
	display: inline-block;
	margin: 20px 0px;
	font-size: 18px;
	color: #11b5bf;
}

.button-3, .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button, .elementor-form .elementor-button {
	background: #99BD79;
	padding: 10px 35px;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0px;
	font-size: 1.5rem;
	color: #ffffff;
	transition-duration: 0.3s;
	font-family: "BauerBodoniStd Bold";
}

.button-3:hover, .elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover, .elementor-form .elementor-button:hover {
	background: #6EB72D;
}

.home {
	margin-top: -30px;
}

body:not(.home) .without-thumbnail {
	margin-top: 100px;
}

.font-small p {
	font-size: 1em !important;
}

@media screen and (max-width: 650px) {
	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1.1em;
	}

	body:not(.home) .without-thumbnail {
	    margin-top: 165px;
	}
}

/* Header */

#masthead {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	background: rgba(255,255,255,0.6);
}

.blog #primary, .error404 #primary {
	margin-top: 100px;
}

#masthead,
#masthead a {
	font-family: "BauerBodoniStd Bold";
    color: #444242;
    text-transform: uppercase;
    font-size: 1em;
}

#header-logo {
	float: left;
	width: 35%;
}

#header-logo img {
    width: 225px !important;
}

.main-navigation {
	float: left;
	width: 65%;
	margin-top: 15px;
}

.main-navigation ul#menu-menu-cabecera {
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
}

.main-navigation a,
.main-navigation li {
    display: inline-block
}

.main-navigation li {
	padding: 0px;
}

.main-navigation a {
	padding: 2px 15px;
	font-size: 16px;
    border-bottom: 2px solid transparent;
    width: 100%;
}

.main-navigation .current-menu-item a, .main-navigation li a:hover {
    border-color: #444242;
}

.menu-item-has-children > a:after {
	content: url(/wp-content/themes/paisajista/img/icon/icon-menu-arrow.png);
	vertical-align: middle;
	margin-left: 5px;
}

#site-navigation ul li ul {
	margin: 0px;
	padding: 0px;
    background: #ffffff;
    position: absolute;
    display: none;
}

#site-navigation ul li:hover ul {
    display: block;
    z-index: 9999;
}

.main-navigation ul li ul li {
    display: block;
}

.main-navigation ul li ul li a, .main-navigation ul li ul li a:hover {
    border: 0px !important;
}

.main-navigation ul li ul li a {
	padding: 10px 15px;
}

.wpml-ls-first-item {
	border: 1px solid #fff;
}

.wpml-ls-first-item a {
	padding: 5px 15px !important;
}

.wpml-ls-first-item a:hover {
	border-bottom: 0px !important;
}

.wpml-ls-first-item:after {
	content: url(/wp-content/themes/paisajista/img/icon/icon-lang.png);
	padding-right: 10px;
}

.wpml-ls-first-item ul {
	margin-top: 5px;
	border: 1px solid #ffffff;
}

#colophon .wpml-ls-menu-item {
	display: none;
}

@media screen and (max-width: 1250px) {
	.main-navigation {
		margin-top: 30px;
		margin-left: 30%;
		width: auto;
	}

	.main-navigation:before {
		content:url(/wp-content/themes/paisajista/img/icon/icon-menu.png);
	}

	.main-navigation .menu-menu-cabecera-container {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: #ffffff;
		margin-top: 21px;
		padding: 0px 20px 10px;
		text-align: center;
		border: 1px solid #fff;
	}

	.main-navigation ul {
		padding: 0px;
	}

	.main-navigation li {
		display: list-item;
		list-style: none;
		margin: 0px;
	}

	.main-navigation li a, .main-navigation li a:hover {
	    border-bottom: 0px !important;
	}

	#site-navigation ul li ul {
		display: block;
		position: relative;
		border: 1px solid #ccc;
	}

	#header-logo {
		width: 50%;
		display: inline-block;
	}

	.show {
		display: block !important;
	}

	.blog #primary {
		margin-top: 120px;
	}
}

@media screen and (max-width: 650px) {
	.blog #primary {
		margin-top: 165px;
	}
}

@media screen and (max-width: 500px) {
	#header-logo {
		width: 100%;
		text-align: center;
		max-width: none;
	}

	.main-navigation {
		width: 100%;
		text-align: center;
		margin: 0px;
	}

	.main-navigation .menu-menu-cabecera-container {
		margin: 0px;
	}
}

/* Footer */

#colophon {
    background: #ffffff;
    padding: 28px 0;
    color: #444242;
    font-size: 1em;
}

#colophon .widget {
	width: 29%;
	float: left;
	margin: 0px 2%;
}

#colophon .widget:nth-child(2), #colophon .widget:nth-child(3) {
	margin-top: 40px;
}

#colophon .textwidget {
	margin: 15px 0px;
}

#colophon h4 {
	font-size: 3em;
	color: #444242;
	letter-spacing: 0.8px;
	padding-bottom: 5px;
}

#colophon h4:after {
	margin: 0px;
	width: 40%;
}

#colophon ul {
	padding-left: 0px;
}

#colophon li {
	list-style: none;
}

#colophon hr {
	color: #444242;
	width: 12%;
	margin: 15px auto;
}

#colophon small {
	display: block;
	font-size: 1.2em;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	#colophon .widget {
		width: 100%;
		float: none;
		text-align: center;
	}

	#colophon h4::after {
		display: none;
	}
}

/* Sidebar */

.with-sidebar {
    width: 74%;
    float: left
}

#sidebar {
	width: 27%;
	float: left;
	margin-left: 3%;
    background: #f9f9f9;
    padding: 10px;
    box-shadow: 0 1px 6px #c6c6c6
}

#sidebar input,
#sidebar textarea,
.comment-respond input,
.comment-respond textarea {
    width: 100%
}

#sidebar h4 {
    font-family: "BauerBodoniStd Bold";
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
	background: #989898;
	margin-bottom: 20px;
	color: #ffffff;
}

#sidebar h4:after {
	display: none;
}

#sidebar .screen-reader-text {
	margin-bottom: 5px;
	display: block;
}

/* Blog */

.list-articles {
	width: 70%;
	float: left;
}

.list-articles .post {
	margin-bottom: 40px;
}

.list-articles .list-post-img {
    margin-bottom: 20px
}

.list-articles .list-post-img img {
    width: 100%
}

.list-articles .list-post-title {
    margin-bottom: 10px
}

.list-articles .list-post-title:after {
    margin: 0px;
}

.list-articles .list-post-title a {
    font-family: "BauerBodoniStd Bold";¡
    color: #575549;
    text-transform: uppercase;
    font-size: 22px
}

.list-articles .list-post-excerpt {
    font-size: 16px;
    color: #575549;
}

.list-articles .see-all {
    margin-top: 50px;
    width: 100%;
    text-align: center
}

.pagination .screen-reader-text {
    display: none
}

.pagination .nav-links {
    text-align: center;
    color: #989898;
    font-size: 18px
}

@media screen and (max-width:950px) {
    .list-articles, .list-articles .post {
        width: 100%;
        float: none;
        margin: 0 0 50px
    }
}

/* Project */

.list-projects {
	width: 100%;
}

.list-projects article {
	width: 48%;
	float: left;
	margin: 20px 1%;
	position: relative;
}

.list-projects-content {
	display: block;
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 20px;
	background: rgba(255,255,255,0.6);
	color: #444242;
	padding: 10px 20px;
	opacity: 0;
	transition-duration: 0.3s;
}

.list-projects article:hover .list-projects-content {
	opacity: 1;
}

.list-projects-content h2 {
	margin-top: 40%;
}

.list-projects h2 a {
	font-family: "BauerBodoniStd Bold";
	color: #444242;
	font-size: 0.8em;
}

.list-projects h2:after {
	border-color: #ffffff;
	margin: 0px;
}

.list-projects p {
	margin: 5px 0px;
	color: #444242;
}

.list-projects-img img {
	width: 100%;
}

.list-projects-excerpt {
	font-size: 1em;
}

.single-project .post-title {
	border: 1px solid #747272;
}

.single-project .post-title h1 {
	font-size: 3em;
}

.single-project .post-title h1:after {
	display: none;
}

.pagination-projects {
	list-style: none;
	text-align: center;
}

.pagination-projects li {
	display: inline-block;
	font-size: 1.2em;
}

@media screen and (max-width: 900px) {
	.list-projects article {
		width: 100%;
		float: none;
		margin: 20px 0px;
	}
}

@media screen and (max-width: 600px) {
	.list-projects-content {
		position: relative;
		background: #99BD79;
		margin: 0px;
		margin-top: -4px;
		opacity: 1;
	}

	.list-projects-content h2 {
		margin-top: 0px;
		color: #ffffff;
	}

	.list-projects-title:after {
		display: none;
	}

	.list-projects-excerpt {
		display: none;
	}
}

/* Page */

.post-image {
    position: relative;
}

.post-image img {
    width: 100%;
}

.post-title {
	position: absolute;
	width: 45%;
	bottom: 10%;
	left: 6%;
	color: #444242;
	background: rgba(255,255,255,0.6);
	padding: 20px;
}

.post-title h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-family: "BauerBodoniStd Bold";
	margin: 0;
	color: #444242;
}

.post-title h1:after {
	border-color: #ffffff;
	margin: 0px;
}

.post-title p {
	color: #444242;
	font-size: 1em;
}

.post-content {
	margin: 30px 0px;
	overflow: auto;
}

#sidebar input[type=submit] {
    margin: 10px 0
}

.section-404 {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width:950px) {
    #primary,
    #sidebar {
        width: 100%;
        float: none
    }
    #sidebar {
        margin-left: 0;
        margin-bottom: 60px
    }
	.post-title {
		bottom: 0px;
		width: 100%;
		left: 0;
		position: relative;
		margin-top: 120px;
		background: #99BD79;
		border: 0px;
	}
	.single-project .post-title {
		border: 0px;
	}
	.post-title h1, .single-project .post-title h1 {
		font-size: 1.4em;
		color: #ffffff;
	}
	.post-title p {
		color: #ffffff;
	}
	#sidebar .screen-reader-text {
		display: inline-block;
	}
}

@media screen and (max-width:450px) {
	.post-title {
		margin-top: 162px;
	}
}

/* Comments */

.comment-reply-title {
    margin-bottom: 20px
}

.comment-reply-title:after {
    display: none;
}

.commentlist {
	list-style: none;
}

.commentlist li {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 10px;
}

#comments, .comment-meta {
	display: none;
}

/* Blocks */

.special-text {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45%;
	background: rgba(255,255,255,0.6);
	padding: 20px;
	font-size: 1.2em;
}

.special-text p {
	color: #444242;
	font-family: "BauerBodoniStd Bold";
}

.special-cite p {
	line-height: 0.4;
}

@media screen and (min-width: 2000px) {
	.home-slider .elementor-slides .slick-slide {
		min-height: 900px !important;
	}
}

@media screen and (max-width: 2000px) {
	.home-slider .elementor-slides .slick-slide {
		min-height: 850px !important;
	}
}


@media screen and (max-width: 1600px) {
	.home-slider .elementor-slides .slick-slide {
		min-height: 750px !important;
	}
}

@media screen and (max-width: 1200px) {
	.home-slider .elementor-slides .slick-slide {
		min-height: 600px !important;
	}
}

@media screen and (max-width: 1100px) {
	.special-text {
		position: relative;
		width: 100%;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 950px) {
	.home-slider .elementor-slides .slick-slide {
		min-height: 445px !important;
	}
}

/* Elementor */

.elementor-page #primary .wrapper {
	width: 100%;
	margin: 0;
}

.custom-testimonial .elementor-testimonial__text, .custom-testimonial .elementor-testimonial__cite span {
	font-family: "BauerBodoniStd Bold" !important;
}

.custom-testimonial .elementor-testimonial__cite span {
	font-size: 1.5em !important;
	font-style: italic !important;
}

@media screen and (max-width: 750px) {
	.custom-testimonial .elementor-testimonial--align-left .elementor-testimonial {
		text-align: center;
		float: none;
		width: 100%;
		display: block;
		flex-direction: unset !important;
		padding: 0px !important;
		font-size: 1.1em !important;
	}

	.custom-testimonial .elementor-testimonial--layout-image_left .elementor-testimonial__footer {
		margin-top: 30px !important;
	}

	.custom-testimonial .elementor-widget-testimonial-carousel .swiper-slide {
		padding: 0px;
	}

	.custom-testimonial .elementor-widget-container {
		padding: 20px 20px 0px !important;
	}

	.custom-testimonial h2, .custom-testimonial .elementor-testimonial__text, .custom-testimonial .elementor-testimonial__cite span {
		text-align: center;
		font-size: 1.1em;
	}

	.custom-testimonial h2:after {
		margin: 0 auto;
	}
}

/* Block */

.noUi-base {
	background: #6EB72D;
}