/* 
Theme Name: Hello Elementor 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.1
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
*/


/* Logo Desktop */
.hq-logo .elementor-widget-container a img[src$=".svg"]
 {
	width: 240px !important;
	position: relative !important;
	bottom: 15px !important;
}

.hq-foam .elementor-widget-container{
	background-size: 100vw 100% !important;
}

#hq-sticky-header, .elementor-nav-menu--dropdown {
  box-shadow: -1px 8px 14px -1px rgba(0,0,0,0.1);
-webkit-box-shadow: -1px 8px 14px -1px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 8px 14px -1px rgba(0,0,0,0.1);
}

.hq-form-w-gdpr label {
  font-size: 11px;
  color: #ccc!important;
}

.hq-form-w-gdpr.hq-form-w-gdpr-black label{
	color: #777!important;
}

.hq-form-w-gdpr .elementor-acceptance-field {
  margin-right: 4px;
}

.hq-privacy-policy h2 {
  font-size: 30px;
  margin: 30px 0;
}

.hq-privacy-policy h3 {
  font-size: 20px;
  margin: 30px 0;
}

footer li:hover a span  {
  color: #fff !important;
}

.hq-copy a {
  color: #D5D5D5;
  transition: all 0.5s ease;
}
.hq-copy a:hover {
  color: #fff;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-classic {
    padding: 2rem 2rem 1rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px !important;
}

#ct-ultimate-gdpr-cookie-content {
  font-family: 'Poppins';
  color: #333 !important;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-classic .cookie-buttons {
    border-radius: 0px !important;
    padding: 0.3rem 0.6rem!important;
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    border-width: 1px;
    border-color: #999;
    transition: all 0.2s ease;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-classic #ct-ultimate-gdpr-cookie-accept.cookie-buttons {
    background-color: #4485c6 !important;
    border-width: 0 !important;
    color: #fff !important;
    font-weight: 400;
    padding: 0.3rem 0.9rem!important;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-classic .cookie-buttons:hover {
    border-color: #000;
    color: #fff;
}

#ct-ultimate-gdpr-cookie-popup #ct-ultimate-cookie-close-modal i:before {
    content: url(/wp-content/uploads/2024/05/close-2-dark.svg);
    /*	  content: url(/wp-content/uploads/2024/04/close-2-dark.svg); */
    display: block;
    position: relative;
    right: 1rem;
    top: 1rem;
    object-fit: contain;
}

#ct-ultimate-gdpr-cookie-open {
    display: none !important
}

.ct-ultimate-gdpr-cookie-modal-btn.save a {
    font-size: 16px !important;
    font-family: "Montserrat", Sans-serif !important;
    text-decoration: none;
    border-radius: 0 !important;
    background-color: #4485c6;
    border-width: 0 !important;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
  color: #fff;
}

.ct-ultimate-gdpr-cookie-modal-btn.save a:hover {
    border-width: 0 !important;
    color: #fff !important;
    background-color: #111;
}

#ct-ultimate-gdpr-cookie-modal-body * {
    font-family: "Montserrat", Sans-serif !important;
}

#ct-ultimate-gdpr-cookie-modal-body h2 {
    font-size: 20px !important;
    text-transform: uppercase;
}

#ct-ultimate-gdpr-cookie-modal-body>div:first-of-type p {
    font-size: 15px !important;
    line-height: 22px !important;
}

@media screen and (max-width: 500px) {
    #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-classic .cookie-buttons {
        width: 100%
    }
  #ct-ultimate-gdpr-cookie-popup {
    bottom: 0 !important;
  }
}