.lang_div .lang-dropdown {
    position: relative;    
}

.lang_div .lang-dropdown.open ul {    
    position: absolute;
	width: 140px;
}

.load-more-controls .btn {    
    font-size: 18px;
    border: none;
    border-radius: 0;
	line-height: 28px;
}   


.header-white .lang-dropdown {
    display: initial !important;
}

header .navbar{
    padding-top: 0;
}


.lang-dropdown #lang-toggle:after,
.lang-dropdown1 #lang-toggle:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(https://www.personetics.com/it/wp-content/uploads/2022/02/arrow-down-sign-to-navigate-1.png);
    margin-right: 3px;
    margin: 0 0 0 8px;
}



@media only screen and (max-width: 1024px) {
	
	.blog-main .h3{
		font-size: 17px !important;
		line-height: 22px !important;
}

.hero-section .hero-short {    
        padding-top: 15px !important;
}

.hero-section .hero-short h1{
	font-size: 30px !important;
        line-height: 38px !important;
}

.hero-full-mobile .h1{
	font-size: 30px !important;
        line-height: 38px !important;
}

}