/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

/* HEADER START */
.header .elementor-menu-toggle {
	padding: 8px;
}
.elementor-item:after {
	bottom: -1px !important;
    z-index: -1 !important;
}
/* HEADER END */

/* WORK ARCHIVE START */
.post-type-archive-portfolio .work-item .elementor-heading-title {
	transition: all .3s ease;
}
.post-type-archive-portfolio .work-item:hover .elementor-heading-title {
    color: #E3B7AB;
}
.post-type-archive-portfolio .elementor-widget-image {
    background-color: #E3B7AB;
}
.post-type-archive-portfolio .work-item .elementor-widget-image img {
    transition: all .3s ease;
}
.post-type-archive-portfolio .work-item:hover .elementor-widget-image img {
    opacity: 0.5;
}
/* WORK ARCHIVE END */

/* WORK SINGLE START */
.single-portfolio .btn-archive .elementor-button:hover svg,
.single-portfolio .btn-archive .elementor-button:focus svg {
	fill: none !important;
}
.single-portfolio .btn-archive .elementor-button:hover svg path {
	stroke: #ffffff !important;
}
.single-portfolio .btn-archive .elementor-button:hover svg path {
	transition: all .3s ease;
}
.single-portfolio .elementor-gallery__container,
.single-portfolio .elementor-gallery-item {
	transition: none !important;
}
.single-portfolio .elementor-gallery-item {
	--image-transition-duration: 0 !important;
    --content-transition-duration: 0 !important;
    --content-transition-delay: 0 !important;
}
/* WORK SINGLE END */