/**
* Theme Name: Acrepair Child
* Description: This is a child theme of Acrepair, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogsthemes">Yogs Themes</a>
* Template: acrepair
* Version: 2.3
*/

.theme-btn, .theme-btn:hover {
	color: #fff;
	border-radius: 400px !important;
}

.my-btn a {
	color: #fff !important;
	border-radius: 400px !important;
	position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 13px 35px;
    font-weight: 600;
    overflow: hidden;
    background-color: var(--thm-secnd) !important;
    text-transform: uppercase;
	cursor: pointer;
    display: inline-block;
    transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s 
ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.my-btn .elementor-button-text {
    position: relative;
    z-index: 1;
}

.my-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #262626;
	    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.my-btn a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-header:before, .services-section:before {
	background: url(https://teawebsoftware.it/progielt/wp-content/uploads/2025/12/header-bg.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.services-section:before {
	transform: rotate(180deg);
}

.pull-right {
	max-width: 50%;
}

.pattern-layer, .pattern-layer-two {
	opacity: 0.2 !important;
}

.text, p, .project-block .content-column .text, .list-style-one li {
	color: #001D46 !important;
}

.project-block .content-column .text {
	font-size: 16px !important;
}

.my-list .feature-block-two {
	margin-bottom: 55px;
}

.my-servizi ul {
	position: relative;
    color: #001D46;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
	padding-left: 20px;
}

.my-servizi li{
	list-style-type: disc;
}

.my-servizi img {
	width: 70%;
	margin-bottom: 20px;
}

.my-manutenzione h2 {
	font-size: 24px;
}

.my-manutenzione .button-box, .my-manutenzione .pattern-layer {
	display: none;
}

.post-info {
	display: none !important;
}

.page-id-1405 h3 {
	font-size: 36px;
}

footer li, footer li a, .copyright, .copyright a, .footer-bottom-nav a {
	color: #fff !important;
	opacity: 1 !important;
}

footer a {
	text-decoration: underline !important;
}

.contattilink a {
	text-decoration: underline !important;
}

.contattilink a:hover {
	color: #001D46;
}

.service-block>.inner-box>a {
	display: none;
}

@media (max-width: 1024px){
	.pull-right {
		max-width: 100%;
	}
	
	.navbar-header {
		display: none;
	}
}