/*
Theme Name: Abolire Child
Theme URI: https://apusthemes.com/abolire
Author: ApusTheme
Author URI: https://apusthemes.com/
Description: Abolire is clean theme, it's used Apus Framework.
Template: abolire
Version: 1.0.0
Text Domain: abolire-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, 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.
*/

/* Add your custom styles below this line */

.opacity-0 {
	opacity: 0 !important;
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
/*     display: block !important; */
    opacity: 1 !important;
    z-index: 9999;
	position:absolute;
	top:0;
	cursor: pointer;
}

.elementor-lightbox .elementor-swiper-button-next svg, .elementor-lightbox .elementor-swiper-button-prev svg {
	width:50px;
}

.header-mobile {
	position: fixed;
	z-index:9999999;
	width:100%;
	top:0;
}

.header-mobile .logo {
	max-width: 180px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #e15562 !important;
/* 	background-color: #ffe6a4 !important;
	color: #c08b00 !important; */
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #d8f8d7 !important;
    color: #009c0e !important;
}