/*
Theme Name: Lemo theme
Author: Jakub Hopciaś
Author URI: https://hopcias.pl
Description: Astra child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemo-theme
Template: astra
*/
/*
:root {
    font-size: 16px !important;
}

h1 {
    font-size: 7.6rem !important;
}

h2 {
    font-size: 5.625rem !important;
}

h3 {
    font-size: 4.375rem !important;
}

h4 {
    font-size: 3.125rem !important;
}

h5 {
    font-size: 2.1875rem !important;
}

h6 {
    font-size: 1.5rem !important;
}*/
:root {
    font-size: 16px !important;
}

/* Desktop defaults */
h1 {
    font-size: 7.6rem !important;
}
h2 {
    font-size: 5.625rem !important;
}
h3 {
    font-size: 4.375rem !important;
}
h4 {
    font-size: 3.125rem !important;
}
h5 {
    font-size: 2.1875rem !important;
}
h6 {
    font-size: 1.5rem !important;
}

/* Tablet */
@media (max-width: 1024px) {
    h1 {
        font-size: 5rem !important;
    }
    h2 {
        font-size: 4rem !important;
    }
    h3 {
        font-size: 3rem !important;
    }
    h4 {
        font-size: 2.25rem !important;
    }
    h5 {
        font-size: 1.625rem !important;
    }
    h6 {
        font-size: 1.25rem !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    h1 {
        font-size: 3.6rem !important;
    }
    h2 {
        font-size: 3rem !important;
    }
    h3 {
        font-size: 2.4rem !important;
    }
    h4 {
        font-size: 1.9rem !important;
    }
    h5 {
        font-size: 1.45rem !important;
    }
    h6 {
        font-size: 1.2rem !important;
    }
}
body{
	overflow-x:hidden;
}
section{
    margin-bottom:14vh;
}
.hero *{
    position:relative;
    z-index:5;
}

.under-hero-headings-container{
    justify-content:center;
    gap:2vw !important;
}
.under-hero-headings-container .wp-block-column{
    max-width:fit-content;
    word-wrap:normal;
	word-break:normal !important;
}
.small{
    font-size:14px;
    text-transform:uppercase;
}
@media screen and (max-width:758px){
	.hero-btn{
		justify-content:center !important;
	}
}
.fryzjer-cols{
    position:relative;
}
.fryzjer-cols::before{
    position:absolute;
    z-index:-1;
    width:100%;
    height:50%;
	padding-bottom:0.7em;
    content:"";
    top:0;
    left:0;
    background-color:#330602;
}

.heading-container p{
    font-size:1.5rem !important;
}
.heading-container .wp-block-group{
    margin-left:0 !important;
}
.heading-container .underline{
    width:100px;
    height:1px;
    background-color:#000;
}
.heading-with-line, .heading-with-line-white{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:0.5em;
	white-space:nowrap;
}
.heading-line{
    width:100px;
    height:1px;
}
.heading-with-line .heading-line{
    background-color:#000;
}
.heading-with-line-white .heading-line{
    background-color:#fff;
}
.heading-with-line-3px .heading-line{
    height:3px;
}
.cta{
    display:flex;
    flex-direction:column;
    gap:2em;
    justify-content:center;
    align-items:center;
	min-height:100dvh;
}
@media screen and (max-width:758px){
	.cta{
		min-height:50dvh;
	}
}
.cta figure{
    position:absolute;
    top:0;
    z-index:-1;
    width:clamp(120px,20vw,250px);
    overflow:clip;
}
.cta figure img{
    width:100%;
    height:100%;
}
#cta-image-1{
    left:10vw;
    top:50%;
    transform:translateY(-50%);
}
#cta-image-2{
    top:auto;
    bottom:2vh;
    left:40%;
    transform:translateX(-60%);
    opacity:0.6;
}
#cta-image-3{
    top:auto;
    bottom:20vh;
    right:10vw;
    opacity:0.7;
}
#cta-image-4{
    top:20vh;
    right:10vw;
    opacity:0.3;
    max-height:300px;
    max-width:150px;
}
#cta-image-5{
    top:4vh;
    opacity:0.5;
    left:45%;
    transform:translateX(-55%);
    max-width:170px;
}

.footer-info{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:1em;
    padding-right:0.7em;
    
    p{
        margin:0 !important;
        color:#fff;
    }
    .row{
        display:flex;
        flex-direction:row;
		justify-content:space-between;
        gap:0.3em;
        width:fit-content;
        align-items:center;
        padding:12px;
        border-bottom:1px solid #CACACA;
        min-width:480px;
		.icon-label-group{
			display:flex;
			gap:0.5em;
		}
        img{
            min-width:25px;
            height:auto;
        }
        *{
            word-wrap:normal;
            white-space:nowrap;
        }
    }
}
footer #astra-footer-menu{
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:0.5em;
}
.gdzie-pracuje-row{
	overflow-x:hidden;	
}
@media (min-width:1024px){
    .main-heading{
        margin-bottom:-0.5em !important;
        z-index:10;
    }
    footer #astra-footer-menu{
        font-size:24px;
    }
	
}
@media (max-width: 1024px) {
    :root {
        font-size: 14px !important;
    }
	.display-none-tablet-mobile{
		display:none;
	}
}

@media (max-width: 768px) {
    :root {
        font-size: 12px !important;
    }
	.row{
		min-width:100%;
		flex-direction:column !important;
	}
    .no-padding-mobile{
        padding:0 !important;
    }
    .footer-info .row{
        min-width:100%;
    }
	.footer-info{
		padding:0 12px;
	}
	#cta-image-1{
		opacity:0.5;
	}
}
@media (max-width:495px){
    .footer-info{
        align-items:center;
    }
	.under-hero-headings-container .wp-block-column h5{
		font-size:12px !important;
	}
}
/*
.cta img{
	opacity:0;
	right:0 !important;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%) !important;
}*/
.cta img{
	object-fit:cover;
}
.moja-misja{
	overflow:clip
}
.moja-misja .heading-line{
	background-color:#fff;
}
#astra-footer-menu li a{
	padding:0 !important;
}
