/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.24.1748443913
Updated: 2025-05-28 15:51:53

*/

.button-arrow a img{
	margin-left: 16px;
}

.button-arrow a img:first-child {
	display: none;
}

.button-arrow a{
	display: flex;
  align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border: #FFCC00 2px solid;
}

.button-arrow a:hover {
	border-color: #FF9D00;
}

.button-arrow a:hover img:first-child{
	display: block;
}

.button-arrow a:hover img:last-child{
	display: none;
}

.transparent-header #masthead .site-main-header-wrap .site-header-row-container-inner {
    backdrop-filter: blur(3px);
}

.lang-item img {
	border-radius: 2px;
	box-shadow: 2px 2px 4px #00000060;
}
.lang-item img:hover{
	box-shadow: none;
	padding-left: 2px;
	padding-top: 2px;
}


body .is-layout-flex {
    justify-content: center;
}

/* .card-info {
	opacity: 0%;
	transition: opacity 1s ease-in-out;
}

.card-content:hover .card-info {
	opacity: 100%;
} */

.block-social li:hover {
	background-color: #FF9D00!important;
}

.spacer-colored {
	background-color: #FFCC00;
}

#grid-custom-descktop {
    gap: 3em;
}
#grid-custom-mob {
	display: none;
}
#grid-custom-mob644 {
	display:none;
}

/* ITEM CARD */

.block-for-itemCard {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
   	.itemCard {
        width: 32%;
        min-height: 400px;
        display: flex;
        background-position: center;
        background-size: cover;
        margin: 1rem 0;
    }

    .itemCard-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(4px) saturate(120%);
        padding: 2rem 3rem 3rem;
        opacity: 0;
		transition: ease-in-out .5s;    
    }

     .itemCard-content:hover {
        opacity: 100%;            
    }

.itemCard-content-h {
	color: #fff;
}

    .itemCard-content-iconBlock {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        padding: 1rem 0;
    }

    .itemCard-content-iconBlock-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .itemCard-content-iconBlock-col div {
        font-size: large;
        font-weight: 400;
        text-align: center;
        padding: 1rem 0;
    }
    .itemCard-content-iconBlock-col img {
            max-height: 48px;
        }

    .itemCard-content-button {
        max-width: fit-content;
		text-transform: uppercase;
		background: #ffcc00;
    }
	.itemCard-content-button:hover {
		background: #ff9d00;
    }

.entry-content-wrap .entry-meta {
	display:none;
}
.infographics-block-mob {
		display:none!important;
}

/* FOOTER */
.footer-navigation .menu {
    flex-direction: column;
}
.site-footer-section {
    flex-direction: column;
}

/* MEDIA */

@media (max-width: 1440px) {
	#grid-custom-descktop {
    gap: 2em;
	}
	#grid-custom-descktop h3 {
		font-size: 24px!important;
	}
	.itemCard {
            width: 48%;
        }
        .itemCard-content {
            padding: 2rem;
        }
}

    @media (max-width:1200px) {		
	#grid-custom-descktop {
		display: none;
	}
	#grid-custom-mob {
		display: grid;
		gap: 1em;
	}
    }

@media (max-width:1024px) {
	.infographics-block-descktop {
		display: none!important;
	}
	.infographics-block-mob {
		display:block!important;
	}
        .block-for-itemCard {
            align-content: flex-start;
        }
        .itemCard {
/*             aspect-ratio: 1 / 1; */
            align-items: flex-end;
            min-height: auto;
        }
        .itemCard-content {
            opacity: 100%;
            width: 100%;
			height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
        }
	.itemCard-content-iconBlock-col div {
        font-size: large;
	}
        .itemCard-content-iconBlock-col img {
            max-height: 40px;
        }
    }

@media (max-width: 767px) {
	.itemCard {
        width: 100%;
    }
}

@media (max-width: 644px) {
	#grid-custom-mob {
		display: none;
	}
	#grid-custom-mob644 {
	display:grid;
	}
	.h1-main-blok-1 {
		font-size: 40px;
	}
}

