/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-button .elementor-button {
	background-color: transparent !important;
}

.elementor-widget-button .elementor-button:hover {
	background-color: var( --e-global-color-primary ) !important;
}

.elementor {
gap: 150px;
display: flex;
flex-flow: column;
}

.site-title a {
font-size: 36px;
font-family: "PlayFairLocal";
font-weight: 700;
}

.crop-parallelogram {
  width: 400px;
  height: 500px;
  overflow: hidden;
  clip-path: polygon(41% 0, 100% 30%, 83% 88%, 15% 100%, 0 44%);
}

.crop-parallelogram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-logo .custom-logo {
	height: 90px;
	width: auto;
}
