/*
Theme Name: Best74 Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Best74 Child Theme is a child theme of Hello Elementor, created by Best74 team
Author: Best74 Team
Author URI: https://best74.com/
Template: hello-elementor
Version: 1.3.1
Text Domain: best74-child-theme
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
*/

/*
    Custom Recurrent Style
*/

/* hide title in Elementor pages */
h1.entry-title {
  display: none !important;
}

/*outline focus - GENERAL*/
*:focus {
  outline: 0.1vw solid;
  outline-color: #fff !important;
}

*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

/*checkbox margin to 0 - CF7*/
.wpcf7-list-item {
  display: inline-block;
  padding-right: 5px;
  margin: 0;
}

.cf7-width {
  width: 100% !important;
  /* margin-bottom: 15px; */
}

@media (max-width: 767px) {
  .cf7-width {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

/*mobile width 100% - CF7*/
@media only screen and (max-width: 767px) {
  .cf7-mobile {
    width: 100% !important;
  }
}

/* output message "correct" style */
.wpcf7 form.sent .wpcf7-response-output {
  color: #4f8a10;
  background-color: #dff2bf;
  border: none;
  padding: 10px;
}

/* output message "error" style */
.wpcf7 form.invalid .wpcf7-response-output {
  color: #d8000c;
  background-color: #ffbaba;
  border: none;
  padding: 10px;
}

/* output message icon family */
div.wpcf7 form.sent .wpcf7-response-output:before,
div.wpcf7 form.invalid .wpcf7-response-output:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

/* output message icon "correct" */
div.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f147";
}

/* output message icon "error" */
div.wpcf7 form.invalid .wpcf7-response-output:before {
  content: "\f158";
}

/* CookieYes reject button remove margin */
.cky-btn-reject {
  margin-right: 0 !important;
}

/* CookieYes accept button add margin */
.cky-btn-accept {
  margin-top: 10px !important;
}

/* popup overlay styles */
#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* popup content styles */
#popup-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  line-height: 3rem;
  z-index: 10000;
}

/* center align paragraphs within the popup content */
#popup-content p {
  text-align: center;
  font-family: var(--e-global-typography-text-font-family);
}

/* styling for the popup link */
.popuplink {
  color: #ef5125;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 1.1rem;
}

/* hover styling for the popup link */
.popuplink:hover {
  color: #000;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 1.1rem;
}

/* styling for the shortcode link */
.shortcodecredits {
  color: #ef5125;
  text-transform: uppercase;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 0.9rem;
}

/* hover styling for the shortcode link */
.shortcodecredits:hover {
  color: #000;
  text-decoration: underline;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 0.9rem;
}

/* styling for the shortcode txt */
.shortcodetxt {
  color: #000;
  text-transform: uppercase;
  font-family: var(--e-global-typography-text-font-family) !important;
  font-size: 0.9rem;
}
