/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/

@font-face {
  font-family: 'assistant';
  font-display: swap;
  font-weight:300;
  src: url('fonts/assistant-light.ttf')  format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-display: swap;
  src: url('fonts/assistant-regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-display: swap;
  font-weight:600;
  src: url('fonts/assistant-semibold.ttf')  format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-display: swap;
  font-weight:700;
  src: url('fonts/assistant-bold.ttf')  format('truetype');
}


@font-face {
  font-family: 'eicons';
  font-display: swap;
  font-weight:400;
  src: url('fonts/eicons.woff2')  format('woff2');
}

[class*=" eicon-"], [class^="eicon"] {
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.eicon-menu-bar::before {
    content: '\e816';
}
.eicon-chevron-left:before {
    content: '\e87e';
}
.eicon-chevron-right:before {
    content: '\e87d';
}
.eicon-close:before {
    content: '\e87f';
}

body {
  font-family:'assistant',sans-serif;
  font-size: 19px;
  line-height: 1.6em;
  width: 100%;
  overflow-x: hidden;
}

p {
	margin-bottom: 0;
}

p:not(:last-child) {
	margin-bottom: 0.9rem;
}

h1.elementor-heading-title {
	background: linear-gradient(150deg, #83aa6a 0%, #b8d322 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1, h2 {
	line-height: 1.2em !important
}

@media (max-width: 1024px) {
	body {
		font-size: 18px;
	}
}

@media (max-width: 499px) {
	body {
		font-size: 17px;
	}
}

.elementor-location-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.elementor-sticky--effects, #main-header:hover {
   background-color: #83aa6a !important;
		 transition: background-color .5s ease !important;
}


.elementor-cta__button-wrapper {
	margin-top: auto !important;
}

.elementor-cta__description {
	opacity: 0;
	bottom: -15px;
	transition: all .6s ease-in-out;
}

.elementor-cta:hover .elementor-cta__description {
	opacity: 1;
	bottom: 0;
}

.elementor-cta__content{
	flex-flow: column !important;
}

@media (max-width: 499px) {
	.elementor-cta__description {
		display: none;
	}
}

@media (max-width: 768px) {
  .contact-blocks .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
  }

  .contact-blocks .elementor-image-box-img {
      padding-left: 10px;
  }
}

.page-id-26 #sticky-form {
	display: none;
}