/* 
Theme Name: Notarity Child
Theme URI: https://github.com/elementor/hello-theme/
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.2
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
*/

.square:after {
  content: "";
  padding-top: 100%;
  display: table;
}

@keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}

@keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.cut-left {
  max-width: 50em;
}

[data-elementor-type="wp-page"] {
  min-height: 70vh;
}

.elementor-location-single a {
  word-break: break-word;
  hyphens: auto;
}

ol li::marker {
  content: counters(list-item, ".") ".";
}
ol li {
  padding-left: 0.5em;
}

#trp_no_text_popup_wrap {
  z-index: 9999;
  position: relative;
  box-shadow: 0 9px 20px -14px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 780px) {
  #trp_ald_not_text_popup_ls_and_button {
    max-width: 100%;
    width: 100%;
  }

  #trp_ald_no_text_popup_x_button_and_textarea {
    border-radius: 0;
    display: flex;
    flex-direction: row;
    border-radius: 0.5rem;
    justify-content: center;
    border: 2px solid #061A21;
  }

  a#trp_ald_no_text_popup_x_button {
    display: none;
  }

  span#trp_ald_no_text_popup_x_button_textarea {
    color: #061A21;
    text-decoration: none;
    margin: 0;
    padding: 0.5rem 0;
  }
}

button#trp_close {
  padding: 1rem;
  margin: 0 1rem;
}

#trp_ald_no_text_popup_div {
  font-size: 1rem;
  max-width: 100%;
}

div#trp_no_text_popup {
  border: none;
  background: #fff;
  padding: 0.5rem;
}
.trp_ald_ls_container .trp-ls-shortcode-current-language {
  border-width: 1px;
  padding-top: 10px;
  padding-left: 1rem;
}
.trp-flag-image {
  display: none !important;
}
.trp-ald-popup-select {
  padding-left: 1rem;
}
body #trp_no_text_popup #trp_close::before {
  color: #798092 !important;
  content: "\f335";
}

a#trp_ald_no_text_popup_change_language {
  background-color: #061A21;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
a#trp_ald_no_text_popup_change_language:hover,
.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
  background-color: #aeb1ff;
}
.trp_ald_ls_container .trp-language-switcher-container > div {
  border-radius: 0.5rem;
}

.elementor-editor-active div#hubspot-messages-iframe-container {
  display: none !important;
}
