/*
Theme Name: Otulone
Description: child theme
Author: mindness
Author URI: https://mindness.pl/
Author Email: kontakt@mindness.pl
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

body{
    margin-left: 20px;
    margin-right: 20px;
}
/* .banner:before{
 content: "";
  position: absolute;
  inset: 0;
background: linear-gradient(0deg, rgba(194, 146, 142, 0.5), rgba(194, 146, 142, 0.5)), rgba(194, 146, 142, 0.5);
background-blend-mode: normal, color;
  pointer-events: none;
  z-index: 2;
	border-radius: 80px;
}

.banner:after{
 content: "";
  position: absolute;
  inset: 0;
background: linear-gradient(0deg, #8d6b67, #8d6b67);
    mix-blend-mode: normal;
opacity: 0.3;
  pointer-events: none;
  z-index:3;
	border-radius: 80px;
} */
.banner .elementor-background-video-container,
.banner video{
	border-radius: 80px;
}
.loop-white {
    color:white;
}
.loop-cpt a{
    color:white;
}
.counter{
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
}
.counter{
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
}
.footerA a{
    color: #EAC5BD;
}
.menuFooter ul li:first-child a{
    border-top: 2px solid #83ADAC;
}
.menuFooter a{
    border-bottom: 2px solid #83ADAC;
    display: flex;
    justify-content: space-between;
    gap:16px;
}
.menuFooter li a:after{
   content: "";
    background-image: url('/wp-content/uploads/2025/05/Vector-4-2.png');
    display: block;
    width: 22px;
    height: 18px;
    opacity: 1 !important;
    position: relative;
}
.headerTransparent{
    width: 100% !important;
}
.elementor-location-footer .menu-item .sub-arrow,
.elementor-location-footer .menu-item .sub-menu{
    display: none !important;
}

body{
    word-break: break-word;
}

.elementor-location-popup .elementor-nav-menu--dropdown a.highlighted svg,
.elementor-location-popup .elementor-nav-menu--dropdown a:hover svg,
.elementor-location-popup .current-menu-item a svg,
.elementor-location-popup .elementor-nav-menu--dropdown a:focus svg{
    fill: white;
}
.w-full a{
    width: 100% !important;
}

.single-post .elementor-widget-theme-post-content ul{
    margin-bottom: 1em;
}
.single-post .elementor-widget-theme-post-content h2{
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.single-post .elementor-widget-theme-post-content h3{
    margin-top: 1.75vw;
    margin-bottom: 1.75vw;
}
.single-post .elementor-widget-theme-post-content .wp-element-button{
    background-color: #42616C;
    color: white;
    font-size: clamp(20px, 2.083vw, 40px);
    font-weight: 500;
    font-family: "Trirong", Sans-serif;
    padding: 10px 29px 10px 29px !important;
    line-height: 1.2em;
    transition: all 0.3s;
    margin-top: 20px;
}
.single-post .elementor-widget-theme-post-content .wp-element-button:hover{
    background-color: #C2928E;
}
.single-post .elementor-widget-theme-post-content .wp-block-image img{
    border-radius: 80px;
}
.single-post .elementor-widget-theme-post-content .wp-block-image{
    position: relative;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.single-post .elementor-widget-theme-post-content .wp-block-image:before{
    content: "";
    background-color: #EAC5BD;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 80px;
}
.elementor-nav-menu--dropdown a {
    border-radius: 60px;
}
.elementor-nav-menu--dropdown{
    padding-left: 10px;
    padding-right: 10px;
}

.headerTransparent.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
background-color: rgba(194,147,142,0.91);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 9999;
    top: 0px !important;
   width: calc(100% - 40px) !important;
}
.headerTransparent.sticky .elementor-widget-theme-site-logo img{
    max-width: 90px;
}
.litery-nawias {
  list-style: none;
  counter-reset: litery;
  padding-left: 1.5em;
}
.litery-nawias li {
  counter-increment: litery;
  position: relative;
}
.litery-nawias li::before {
  content: counter(litery, lower-alpha) ")";
  position: absolute;
  left: -1.2em;
}
.ulOlMargin li{
    margin-bottom: 7px;
}
@media screen and (max-width:767px){
	   .headerTransparent.sticky{
        width: calc(100% - 20px) !important;
    border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px !important;
    }
	.banner .elementor-background-video-container,
.banner video{
	border-radius: 60px;
}
	.single-post .elementor-widget-theme-post-content h2{
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-post .elementor-widget-theme-post-content h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
   .single-post .elementor-widget-theme-post-content .wp-block-image:before{
        border-radius: 60px;
    }
    .single-post .elementor-widget-theme-post-content .wp-block-image img{
    border-radius: 60px;
}
	.banner:before{
	border-radius: 60px;
}
	.banner:after{
	border-radius: 60px;
}
}
@media screen and (max-width:1100px){
		body{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
}
@media screen and (max-width: 1200px){
	.rwdOpacity{
		opacity: 0.3;
	}
}