/*
Theme Name:     Hello Elementor Child
Description:    Hello Elementor Child for BetterMore
Author email: hello@webfarkas.hu
Author:         webfarkas
Template:       hello-elementor

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
body #content ul {
  list-style: none; /* Remove default bullets */
}

body #content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FFD800; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.cta-block:hover ul li::before {
	  color: black !important; /* Change the color */
}
.hidden-text, .hidden-img {
    display: none;
}
:focus-visible {
    outline: none !important;
}
.elementor-button:focus {
    color: black !important;
    background-color: #FFD800 !important;
}
p  strong {
	font-weight:800;
}
p a:hover {
	color:#FFD800;
	text-decoration:underline;
	letter-spacing: 2px;
}
body.home .header-anim {
    animation: fadeInDown 300ms forwards;
    animation-delay:800ms !important; 
    opacity: 0;
}
.hero-content span{
    color:#FFD800; 
}
.yellow {
	color:#FFD800; 
}
.hero-section {
    overflow: hidden;
}
/*HERO ANIMATION*/
.speed-animation {
    animation: fadeInUp 300ms forwards;
    opacity: 0;
}
.first {
    width: 660px;
    margin-top: -10px;
    margin-right: -30px;
    animation: firstdiv 1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
    z-index: 1;
    background: #2E2E2E;
    animation-delay: 0ms;
}
.second {
    width: 600px;
    animation: seconddiv 1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-delay: 0ms;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slide {
    display: inline-flex;
    overflow: hidden;
}

.animation {
    animation: fadeInUp 300ms forwards;
    display: flex;
    opacity: 0;

}

@keyframes firstdiv {
    0% {
        transform:translateX(40%);
    }
    60% {
        transform:translateX(40%);
    }
	99% {
		background: #2E2E2E;
    }
    100% {
        transform:translateX(0%);
		background: transparent;
    }
}
@keyframes seconddiv {
    0% {
        transform:translateX(-60%);
    }
    60% {
        transform:translateX(-60%);
    }
    100% {
        transform:translateX(0%);
    }
}
/**/
.partners .gallery{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.partners img {
    display: inline-flex;
    filter: brightness(0) invert(1);
    justify-content: center;
    opacity: .4!important;
    transition: all .5s;
	max-height: 60px;
}
.partners img:hover {
    filter: brightness(1) invert(0);
    opacity: 1!important;
}
.partners .swiper-wrapper {
	align-items: center;
}
.menu-bt a {
	font-size:26px !important;
}
.menu-bt span {
	color:#ffd800;
}
.menu-bt a {
	font-weight:900 !important;
}
li.contact-btn {
	background:none !important;
	align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-btn a {
	font-weight: 900 !important;
	color:black !important;
	background-color:#ffd800;
	padding: 15px 40px 15px 40px !important;
	border-radius:100px;
}
li.contact-btn a:hover {
	background-color:white !important;
	color:#ffd800 !important;
}
li.lang-item.current-lang a {
	color:#ffd800 !important;
}
.elementor-nav-menu .sub-arrow {
	padding: 10px 0 10px 2px !important;
}
li.lang-item a{
	padding-left:5px !important;
	padding-right:5px !important;
}
.partners {
	text-align:center;
}
/**/
/* Start custom CSS */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
	padding-top: 4px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid white; /*border szín*/
    border-radius: 100%;
    background: #fff0;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 19px;
    height: 19px;
    background: #FFD800;/*szín*/
    border: 1px solid black;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
	padding-top: 4px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid white; /*border szín*/
    background: #fff0;
	border-radius: 3px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #FFD800;/*szín*/
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**/
select option {
    margin: 40px;
    background: white;
    color: #FFD800;/*szín*/
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/**/
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	margin-bottom: 10px;
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0px rgba(0,0,0,.1) !important;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #2e2e2e!important
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff!important
}
input {
    background: none!important;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff!important;
    font-size: 20px;
    font-weight: 300;
    padding: 0!important;
}
.footer-form a{
    text-decoration: underline; 
}
.footer-form a:hover{
    color:#FFD800; 
}
.footer-form .elementor-field-group {
  position: relative;
}
.footer-form .elementor-field-label {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #999;
  z-index: 10;
  transition: font-size 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, font-size 200ms ease-out;
  transition: transform 200ms ease-out, font-size 200ms ease-out, -webkit-transform 200ms ease-out;
}

.footer-form .focused .elementor-field-label {
    line-height:1.5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: .90em !important;
  color:#FFD800;
}
.footer-form input:-webkit-autofill, .footer-form input:-webkit-autofill:active, .footer-form input:-webkit-autofill:focus, .footer-form input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #2e2e2e!important;
}
.cta-block:hover {
    background-color:#FFD800; 
}
.cta-block-text h3 {
    transition: 300ms !important;
}
.cta-block:hover .cta-block-text h3 {
    color: black;
    font-size: 80px !important;
    font-weight: 900 !important;
}
.cta-block:hover .cta-block-long-text {
	color: black;
}
.cta-block:hover .cta-block-button a {
    background-color:black; 
    color: white;
}
.cta-block-button:hover a {
    background-color:white !important; 
    color: #FFD800 !important;
}
.footer-link a:hover {
    color:#FFD800;
}
.listing-testimonials .slick-list {
    -webkit-mask-image: linear-gradient(to right, #00000033 0%,#00000033 25%, black 25%, black 75%, #00000033 75%,#00000033 100%);
    mask-image: linear-gradient(to right, #00000033 0%,#00000033 25%, black 25%, black 75%, #00000033 75%,#00000033 100%);
}
.jet-listing-grid__slider-icon.slick-arrow {
	color:transparent;
}
.jet-listing-grid__slider-icon.slick-arrow:before {
	content:url('https://bettermore.fancymarket.hu/wp-content/uploads/2023/08/Icon-feather-arrow-right-circle.svg'); /* with class ModalCarrot ??*/
}
.elementor-pagination a {
    background-color: #FFD800;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 900 !important;
}
.elementor-pagination .current {
    background-color: black;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 900;
    color: #FFD800 !important;
}
.all-hide {
	display:none !important;
}
/*PC Screen*/
@media only screen and (min-width:1641px)  {
	.gyik-tab .jet-toggle__control {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    width: 50%;
}
.gyik-tab .jet-toggle__content {
    width: 50%;
}
.gyik-tab .jet-toggle {
    flex-direction: row;
}
}
/*LAPTOP*/
@media only screen and (max-width:1640px) and (min-width:1025px)  {
	.lang-item, .laptop-menu-hide {
		display:none !important;
	}
	.gyik-tab .jet-toggle__control {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    width: 50%;
}
.gyik-tab .jet-toggle__content {
    width: 50%;
}
.gyik-tab .jet-toggle {
    flex-direction: row;
}
	.listing-testimonials .slick-list {
    -webkit-mask-image: linear-gradient(to right, #00000033 0%,#00000033 33%, black 33%, black 66%, #00000033 66%,#00000033 100%);
    mask-image: linear-gradient(to right, #00000033 0%,#00000033 33%, black 33%, black 66%, #00000033 66%,#00000033 100%);
}
	.cta-block:hover .cta-block-text h3 {
    font-size: 50px !important;
}
	.first {
    width: 430px;
    margin-top: -8px;
    margin-right: 8px;
}
.second {
    width: 330px;
}
	@keyframes firstdiv {
    0% {
        transform:translateX(40%);
    }
    60% {
        transform:translateX(40%);
    }
	99% {
		background: #2E2E2E;
    }
    100% {
        transform:translateX(0%);
		background: transparent;
    }
}
@keyframes seconddiv {
    0% {
        transform:translateX(-60%);
    }
    60% {
        transform:translateX(-60%);
    }
    100% {
        transform:translateX(0%);
    }
}
}
/*TABLET*/
@media only screen and (max-width:1024px) and (min-width:768px)  {
	
	.menu-bt a {
	padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 30px !important;
}
	.listing-testimonials .slick-list {
    -webkit-mask-image: linear-gradient(to right, #00000033 0%,#00000033 0%, black 0%, black 100%, #00000033 100%,#00000033 100%);
    mask-image: linear-gradient(to right, #00000033 0%,#00000033 0%, black 0%, black 100%, #00000033 100%,#00000033 100%);
}
	.contact-btn a {
    margin-left: 20px;
    margin-right: 20px;
	justify-content: center;
}
	li.lang-item a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.cta-block:hover .cta-block-text h3 {
    font-size: 40px !important;
}
	.first {
    width: 235px;
    margin-top: -4px;
    margin-right: 5px;
}
.second {
    width: 185px;
}
	@keyframes firstdiv {
    0% {
        transform:translateX(35%);
    }
    60% {
        transform:translateX(35%);
    }
	99% {
		background: #2E2E2E;
    }
    100% {
        transform:translateX(0%);
		background: transparent;
    }
}
@keyframes seconddiv {
    0% {
        transform:translateX(-65%);
    }
    60% {
        transform:translateX(-65%);
    }
    100% {
        transform:translateX(0%);
    }
}
}
/*MOBIL*/
@media only screen and (max-width:767px)  {
	
	.menu-bt a {
	padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 30px !important;
}
	.listing-testimonials .slick-list {
    -webkit-mask-image: linear-gradient(to right, #00000033 0%,#00000033 0%, black 0%, black 100%, #00000033 100%,#00000033 100%);
    mask-image: linear-gradient(to right, #00000033 0%,#00000033 0%, black 0%, black 100%, #00000033 100%,#00000033 100%);
}
	.contact-btn a {
    margin-left: 20px;
    margin-right: 20px;
	justify-content: center;
}
	li.lang-item a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.cta-block:hover .cta-block-text h3 {
    font-size: 30px !important;
}
	.cta-block-text h3 {
	font-size: 30px !important;
    font-weight: 500 !important;
	}
	.first {
    width: 150px;
    margin-top: -2px;
    margin-right: 4px;
}
.second {
    width: 120px;
}
	@keyframes firstdiv {
    0% {
        transform:translateX(35%);
    }
    60% {
        transform:translateX(35%);
    }
	99% {
		background: #2E2E2E;
    }
    100% {
        transform:translateX(0%);
		background: transparent;
    }
}
@keyframes seconddiv {
    0% {
        transform:translateX(-65%);
    }
    60% {
        transform:translateX(-65%);
    }
    100% {
        transform:translateX(0%);
    }
}
}
/*CUSTOM SIZE*/
@media only screen and (max-width:1265px) and (min-width:1100px)  {
	#header-logo {
		width: 100%;
		text-align:center;
	}
	
}
