/*
Theme Name: webpopular Child
Theme URI: https://webpopular.net/wordpress-theme
Author: webpopular.net
Author URI: https://webpopular.net/
Description: Child theme for the webpopular theme
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: webpopular
Text Domain: webpopular-child
*/

.wpcf7 form .wpcf7-response-output {
	margin-top: 25px;
	margin-bottom: 0;

}


h1,
.logo-wrapper:has(h1) a,
.elementor-widget-heading h1.elementor-heading-title,
h2,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-premium-addon-dual-header .premium-dual-header-first-span {
  /* font-family: var(--heading-font), sans-serif;
  font-family: var(--e-global-typography-primary-font-family), sans-serif; */
  font-family: "Painting With Chocolate", sans-serif !important;
  color: var(--heading-font-color);
  color: var(--e-global-color-primary);
  font-weight: normal;
  font-weight: var(--e-global-typography-primary-font-weight);
}  

.premium-dual-header-first-header:has( .premium-dual-header-first-span:not(:has(*)):where(:not(:empty)) ) .premium-dual-header-second-header,

.elementor-widget-premium-addon-dual-header .premium-dual-header-first-span {
  font-family: "Painting With Chocolate", sans-serif !important;
}

.elementor-widget-premium-addon-dual-header .premium-dual-header-second-header {
   font-family: "Painting With Chocolate", sans-serif;
}

.logo-wrapper > a:has(.hover) {
  background-color: var(--header-background-color);
  padding: 15px;
  border-radius: 30px;
}

.logo-wrapper > a:has(.hover) img {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.premium-title-container .premium-title-header {
  padding: unset;
}

.footer-top .contain > div:has(img.logo) {
	display: flex;
	align-items: center;
}


