/* 
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 */


.post-cards .elementor-post__badge {
  position: unset;
  align-self: flex-start;
  border: 2px solid;
  margin-left: 20px !important;
}

.elementor-button {
	transition:none;
}

.elementor-button:hover {
    /* border-color: #000 !important; */
    /* background: #000 !important; */
/*     color: #FFF !important; */
    border-width: 3px 2px 3px 2px;
    /* border-color: green !important; */
}

/* .inverted-button .elementor-button:hover {
  border-color: #FFF !important;
  background: #FFF !important;
  color: #000 !important;
} */

.link-button .elementor-button {
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: unset;
}

.link-button .elementor-button,
.link-button .elementor-button:hover {
  border-color: unset;
  background: unset !important;
  color: unset !important;
}

.standard-text-content h2{
    font-size: 34px;
}

.standard-text-content h3{
    font-size: 28px;
}

.standard-text-content h4{
    font-size: 24px;
}
.standard-text-content h5{
    font-size: 22px;
}

.standard-text-content h6{
    font-size: 20px;
}

.standard-text-content p,
.standard-text-content ul{
   margin-bottom: 30px
}

.standard-text-content .wp-block-heading{
    margin: 0 0 10px;
}


@media screen and (max-width:767px) {
    .standard-text-content ul, .standard-text-content ol{
        text-align:left;
    }
	
  body {
    font-size: 100%;
  }

  h1.elementor-heading-title,
	.standard-text-content h1{
    font-size: 2.5em !important;
  }

  h2.elementor-heading-title {
    font-size: 1.8em !important;
  }

  h3.elementor-heading-title {
    font-size: 1.4em !important;
  }

  h4.elementor-heading-title {
    font-size: 1.2em !important;
  }

  header nav.elementor-nav-menu--dropdown {
    top: 44px !important;
    background: var(--e-global-color-text);
    height: 100vh;
    overflow-y: scroll;
  }

  header nav.elementor-nav-menu--dropdown ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    justify-content: center !important;
  }

  header nav.elementor-nav-menu--dropdown .elementor-item {
    color: var(--e-global-color-39f95fe);
    font-size: 22px;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

footer nav .elementor-nav-menu li a {
    justify-content: center !important;
}
}