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

/*
    Do not add styles here - place in style kit's CSS area instead.
*/

/* Image Accordion Styles */
.porter-accordion .jet-image-accordion__list {
    height: 100vh !important;
}
@media (max-width: 767px) {
	.porter-accordion .jet-image-accordion__list {
		height: 1600px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.porter-accordion .jet-image-accordion__list {
		height: 600px !important;
	}
}


.porter-accordion .jet-image-accordion__content {
    opacity: 1 !important;
	background-color: transparent !important;
}
.porter-accordion .jet-image-accordion__title {
	opacity: 1 !important;
}
.porter-accordion .jet-image-accordion__desc {
    opacity: 0;
}
.porter-accordion .jet-image-accordion__button {
    opacity: 0;
}
.porter-accordion .jet-image-accordion__item.active-accordion .jet-image-accordion__content .jet-image-accordion__desc {
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}
.porter-accordion .jet-image-accordion__item.active-accordion .jet-image-accordion__content .jet-image-accordion__button {
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}
.porter-accordion p.home-buttons {
    margin-top: 1rem;
}