/*
Theme Name: Sofbox Child
Theme URI: https://wordpress.iqonic.design/product/wp/sofbox/
Author: the iQonic team
Author URI: https://iqonic.design/
Template:   sofbox
Description: Sofbox’s harmonious design and super clean looks will make your website look beautiful and elegant. This template works seamlessly on all major web browsers, tablets, and phones.
Version: 5.0.5
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6+
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sofbox-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.iq-btn-container{
	padding-top: 16px
}

.sf-arrows .sf-with-ul:after{
	color: var(--color-theme-secondary);
}
.sf-arrows .sf-with-ul span{
	color: var(--color-theme-secondary);
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

.breadcrumb.main-bg, .iq-blog-meta, .iq-blog-box .iq-date, .iq-author{
	display: none!important;
}

.mc4wp-success{
	color:white !important;
}

.elementor-widget-slider_revolution .mc4wp-form-fields input[type=text], .elementor-widget-slider_revolution .mc4wp-form-fields input[type=email] {
    border-color: var(--color-theme-primary);
}

footer .mc4wp-form-fields input[type=text], footer .mc4wp-form-fields input[type=text]::-webkit-input-placeholder {
    color: #fff;
    color: var(--color-theme-white);
    background: transparent;
}

footer .mc4wp-form-fields input[type=text]:focus{
	border-color: var(--color-theme-white);
}

.mc4wp-form-fields{
	flex-direction: column;
    row-gap: 10px;
}

.mc4wp-form-fields input[type=submit]{
	position: unset;
	right: unset;
}
.termini_condizioni{
	text-align: left;
}
footer .termini_condizioni, footer .termini_condizioni *{
	color: white!important;
	text-align: left;
	position: relative !important;
    left: unset !important;
}

.hide_element{
	display: none!important;
}

@media screen and (max-width:768px) {
	footer input[type=email]{
		margin-right: 0px;
	}
	footer .elementor-widget-container{
		margin-left: 0px;
	}
	.termini_condizioni input{
		position: relative;
	    left: unset;
	}
}