/*!
Theme Name: MindHealer
Theme URI: https://www.upwork.com
Author: Kate Gerbeda
Author URI: https://www.upwork.com/freelancers/~011d3ae75a2a302742
Description: Theme for Yaniv Ben
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ffl-ecosystem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Pacifico&display=swap");

body {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	color: #0e0e0e;
	font-weight: 500;
}

a {
	color: #074155;
	text-decoration: none;
}

h1 {
	text-align: center;
	font-family: "Playfair Display" italic, sans-serif;
	margin: 41px 0 13px;
	color: #000000;
	font-size:50px;
	text-transform: ;
}

h2 {
	font-size: 45px;
	margin: 106px 0 51px;
	letter-spacing: -1.8px;
}

blockquote {
	margin: 0 0 55px;
	color: #074155;
}
blockquote p {
	margin: 0;
}
blockquote cite {
	font-style: normal;
	font-size: 27px;
	line-height: 2.1;
	letter-spacing: -1.5px;
}
.wrapper {
	max-width: 1210px;
	margin: 0 auto;
}
main {
	padding: 0 0 66px 0;
}

p {
	margin: 0 0 42px;
	font-size: 28px;
	line-height: 1.45;
	letter-spacing: -1.1px;
}
article {
	padding: 0 45px;
}

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

@media (max-width: 768px) {
	blockquote cite {
		line-height: 1.4;
	}
	blockquote cite br {
		display: none;
	}
	p {
		font-size: 18px;
	}
	article {
		padding: 0 25px;
	}
}
/* DESKTOP: full-bleed hero */
@media (min-width: 769px) {
    .wp-post-image {
        width: 100vw;
        max-width: 100vw;
        height: auto;
        display: block;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
}

/* MOBILE: contained & fully visible */
@media (max-width: 768px) {
    .wp-post-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        object-fit: contain;
    }
}
