/* 
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 */



.z-zoom figure::after {
	content: "";
    display: block;
	height: 40px;
    width: 40px;
    background-image: url(/wp-content/uploads/zoom.png);
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    right: 25px;
	transition: all 0.3s;
}

/*
.z-zoom figure:hover::after {
    background-image: url(/wp-content/uploads/zoom-hover.png);
	transform: scale(1.2);
}
*/

.z-play a {
position: relative;
}

.z-play a::after {
	content: "";
    display: block;
	height: 100px;
    width: 100px;
    background-image: url(/wp-content/uploads/play.png);
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
	transition: all 0.3s;
}

/*
.z-play a:hover::after {
    background-image: url(/wp-content/uploads/play-hover.png);
	transform: scale(1.2);
}
*/

.fancybox__container [type=button]:focus,
.fancybox__container [type=button]:hover,
.fancybox__container [type=submit]:focus,
.fancybox__container button:focus,
.fancybox__container button:hover
{
    background-color: #F6C445;
}

.z-gallery figure,
.z-video a
{
	overflow: hidden;
}

.z-gallery figure {
	display: inline-block;
    position: relative;
}

.z-gallery img,
.z-video img
{
	display: block;
	transition: transform 0.5s;
}

.z-gallery figure:hover img,
.z-video a:hover img
{
	transform: scale(1.1);
}


.z-gallery {
	max-width: 1470px !important;
}



.z-gallery .swiper-slide a {
	display: inline-block;
}



/*
.z-gallery {
    min-width: 0;
}

.z-gallery .swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.z-gallery .swiper-wrapper {
    max-width: 100%;
}
*/

/*
.z-gallery .swiper,
.z-gallery .elementor-image-carousel-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
*/

.z-h1 strong {
	display: block;
	color: #F6C445;
	font-size: 190px;
	line-height: 1em;
	font-weight: normal;
}

.z-menu-mobile .sub-menu {
	background: #6c739d !important;
}

.z-menu-mobile .menu-item a {
	justify-content: flex-end;
	text-align: right;
}

.z-menu-mobile .elementor-sub-item {
	text-transform: none !important;
}

.z-title-b b {
	color: #f6c445;
    font-weight: inherit;
}

.z-title-bb b {
	color: #f6c445;
	font-size: 100px;
    font-weight: inherit;
}

.z-cover-video video {
	height: 100% !important;
}

.z-gallery .elementor-swiper-button-next {
	right: -115px !important;
	transition: transform 0.3s;
}

.z-gallery .elementor-swiper-button-prev {
	left: -115px !important;
	transition: transform 0.3s;
}

.z-gallery .elementor-swiper-button-next:hover,
.z-gallery .elementor-swiper-button-prev:hover
{
	transform: translateY(-50%) scale(1.05) !important;
}

.z-attributes .elementor-widget-icon-box {
	display: flex !important;
    align-content: center !important;
}

.z-loop-grid .elementor-loop-container .e-loop-item:nth-child(odd) {
    background-color: #212529 !important;
}

.z-loop-grid .e-loop-item:last-of-type {
	padding-bottom: 150px;
}

.z-loop-grid.e-load-more-pagination-end .e-loop-item:last-of-type {
padding-bottom: 0;
}

.z-loop-grid .e-loop__load-more {
	position: absolute;
    left: calc(50% - 185px);
    bottom: 100px;
    margin: 0 !important;
}

.z-loop-grid.e-load-more-pagination-end {
	margin: 0 0 -30px 0 !important;
}





























/* START ADAPTIVE */

@media (max-width: 1700px) {


.z-gallery .elementor-swiper-button-next {
    right: 5px !important;
    top: auto !important;
    bottom: -160px !important;
	font-size: 70px !important;
}

.z-gallery .elementor-swiper-button-prev {
	left: 5px !important;
	top: auto !important;
    bottom: -160px !important;
	font-size: 70px !important;
}


}


@media (max-width: 1470px) {


.z-gallery figure:hover img,
.z-video a:hover img
{
	transform: scale(1);
}

.z-gallery {
	max-width: 90vw !important
}

.z-h1 strong {
	font-size: 140px;
}

.z-gallery .elementor-swiper-button-next,
.z-gallery .elementor-swiper-button-next:hover,
.z-gallery .elementor-swiper-button-prev,
.z-gallery .elementor-swiper-button-prev:hover
{
	transform: translateY(0) scale(1) !important;
	bottom: -85px !important;
}

.z-gallery .elementor-swiper-button-next {
	right: calc(50% - 75px) !important;
}

.z-gallery .elementor-swiper-button-prev {
	left: calc(50% - 75px) !important;
}

.z-title-bb b {
	font-size: 74px;
}

.z-loop-grid .e-loop__load-more {
    left: calc(50% - 150px);
}

.z-divider .elementor-divider {
    padding-block-end: 0 !important;
}

.z-play a::after {
    height: 70px;
    width: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}


}


@media (max-width: 980px) {


.z-gallery {
	max-width: 95vw !important
}


}


@media (max-width: 530px) {


.z-gallery {
	max-width: 92vw !important
}

.z-h1 strong {
	font-size: 100px;
}

.z-title-bb b {
	font-size: 54px;
}


}



/* END ADAPTIVE */
