/**
 * Theme Name:     Hello Biz Child
 * Author:         Elementor Team
 * Template:       hello-biz
 * Text Domain:	   hello-biz-child
 * Description:    Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
 */

html,
body {
        overflow-x: hidden;
}
p.indent-50 {
	text-indent: 50px;
}

.newsletter-container {
	max-width: 333px;
	width: 100%;
}

.newsletter-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0px;
    line-height: 21px;
	text-decoration:uppercase;
}

.wpcf7-form {
	width: 100%;
}

.wpcf7-form-control-wrap {
	position: relative;
	margin-bottom: 15px;
}

.newsletter-container input[type=email] {
    border: 1px solid #ffffff;
    padding: 15px 20px;
    color: #fff;
    font-size: 26px;
    background-color: transparent;
}

.newsletter-container input[type=email]:focus {
	border: 1px solid #fff;
}

.newsletter-container input[type=email]:focus-visible {
	outline: none;
}


::placeholder {
	color: #fff;
	font-size: 26px;
}

.newsletter-container [type=submit] {
	border: 1px solid #fff;
	color: #fff;
	
	margin-top: 15px;
	font-size:20px;
}
.newsletter-container [type=submit]:focus {background-color: transparent !important;}
.newsletter-container [type=submit]:hover {
	background-color: transparent;
	color: #fff;
}


@media (max-width: 480px) {
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item{max-width:50% !important;}
	nav.social-links {flex-direction:column;}
	nav.social-links:before{position:absolute;left:-20px; top:3px;}
	.newsletter-title {
		font-size: 16px;

	}

	.wpcf7-email,
	.wpcf7-text,
	.wpcf7-submit {
		font-size: 14px;
		padding: 12px 16px;
	}
}


.wpcf7-response-output {
	margin-top: 15px;
	padding: 12px;
	border-radius: 6px;
	font-size: 14px;
}

.wpcf7-mail-sent-ok {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}


.wpcf7-form.submitting .wpcf7-submit {
	opacity: 0.7;
	cursor: not-allowed;
}

.wpcf7-form.submitting .wpcf7-submit:after {
	content: "...";
	animation: dots 1s infinite;
}

@keyframes dots {

	0%,
	20% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
nav.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: baseline;
    position: relative;
}
nav.social-links:before{
	content: '';
    background-image: url('https://runfaster4eu.techplacedev.eu/wp-content/uploads/2025/06/arrow-up.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-right: -10px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.social-links a {
    color: #026938;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Space Grotesk';
}
@media (min-width:481px) and (max-width:1024px){
	nav.social-links{flex-direction:column;}
	nav.social-links:before{position:absolute;left:-20px; top:3px;}
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item{max-width:25% !important;}
}
