/*
Theme Name: Isabel Pérez Interiorismo
Theme URI: https://themeforest.net/user/fox-themes
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

html, body {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;

}
h1 {
	font-weight: 300 !important;
}
.prague-header .prague-logo img,
footer .prague-logo img {
	max-width: 200px;
}
.single-projects .prague-header .main-menu li a {
	color: #111 !important;
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 5rem !important;
		line-height: 6rem !important;
	}
}

.container-fluid.project-detail-simple-wrapper {
	max-width: 1440px;
	margin-bottom: 100px;
}
.volver-btn {
	padding-top: 60px;
}
.volver-btn .project-list-link.a-btn-arrow-2 {
	padding-left: 50px;
	padding-right: 0;
}
.volver-btn .project-list-link.a-btn-arrow-2 .arrow-right {
	left: 0;
	transition: 0.5s all ease;
}
.volver-btn .project-list-link.a-btn-arrow-2:hover .arrow-right {
	left: 10px;
}

@media only screen and (max-width: 767px) {
	.project-detail-simple .top-banner .content {
		margin-top: 150px !important;
	}
}