/*
Theme Name: valeant
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

* {
    font-family: "Inter", serif;
    font-weight: 400;
  }

body{
	background-color: #193133;
	color:#EBFFF6;
}
.top-button{
    background-color: #D0FF71;
    border-radius:25px;
    min-width:50px;
    color:#193133;
}
.top-button:hover, .top-button:active, .top-button:focus-visible{
    background-color: #B3DB63!important;
}
#masthead{
	background-color: #193133 !important;
}
main{
	border-top: 1px solid #EBFFF6;
    border-right:  1px solid #EBFFF6;
    border-left:  1px solid #EBFFF6;
	border-radius:80px 80px 0 0;
    overflow: hidden;
    color: #193133;
    letter-spacing: 1.5px;
}
#nav-main{
    margin: 30px 0;
}
.navbar-brand > img{
    width: 250px;
}
.nav-item{
	border-radius: 30px;
	border: 1px solid #EBFFF6;
	padding:0 5px;
	margin:0 10px;
}
.nav-item a{
	color:#fff;
    font-size: 1.5em;
    font-size: 1.4em;
    letter-spacing: 1.2px;
}
.nav-item a:hover{
	color:#193133;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.nav-item:hover{
    background-color: #D0FF71;
    border-color:#D0FF71;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.btn-outline-secondary{
    border-color: #D0FF71;
}
.btn-outline-secondary > i{
    color: #D0FF71;
}
.offcanvas{
    background-color: #193133;
}
.offcanvas-header, .offcanvas-header > .btn-close{
    color:#EBFFF6;
}
#bootscore-navbar > li{
    margin: 10px;
    padding: 0 30px;
}
#bigtitle{
    color: white;margin-top: -1000px;padding-left: 66px;font-size: 3.8em;line-height: 60px;
}
.rfooter{
    margin-bottom: 50px;
}
.cfooter{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#footer{
    margin-bottom: 50px;
    border-bottom:  1px solid #EBFFF6;
    border-right: 1px solid #EBFFF6;
    border-left: 1px solid #EBFFF6;
    border-radius: 0 0 80px 80px;
    padding: 0;
}
.firstfooter{
    margin-top: 80px;
}
.fcontainer, .container{
    padding: 0 50px;
}
#benvenuto{
    background-image: url(https://www.valerioantezza.it/wp-content/uploads/2025/01/fototop.png);
    height: 800px;
    margin: 0 -50px;
    border-bottom: 1px solid #EBFFF6;
    background-position: left;
}
#down{
    margin: 600px auto;
    width: 1%;
    font-size: 6em;
    rotate: 90deg;
    color: #ffffff;
}
#chi-sono{
    margin: 0 -50px;
    border-bottom: 1px solid #EBFFF6;
}
.titlep{
    border: 2px solid #EBFFF6;
    color: #ffffff;
}
.titlec{
    height: 60px;
    width: fit-content;
    border-radius: 30px;
    border: 2px solid #193133;
    padding: 17px;
}
.titlec > a{
    text-decoration: none;
    color: #193133;
}
.titlec:hover{
    background-color: #193133;
    color: #EBFFF6;
    transition: all 1s;
}
.titlec:hover > a{
    color: #EBFFF6;
    transition: all 1s;
}
.titlesNO{
    border: 1px solid #193133;
}
.titlep, .titlesNO{
    height: 60px;
    width: fit-content;
    border-radius: 30px;
    margin:50px auto;
    padding:13px 30px;
}
.titleps{
    height: 60px;
    width: fit-content;
    border-radius: 30px;
    margin: 50px auto;
    padding: 13px 30px;
    border: 2px solid #193133;
    color:#193133;
}
.titles, .texts{
    text-align: center;
    color:#193133;
}
.texts{
    width: 50%;
    margin: 0 auto;
}
.textc{
    text-align: center;
    padding: 0 60px;
    color: #EBFFF6;
    line-height:1.8;
}
.img{
    padding: 0;
}
#servizi{
    background-color: #EBFFF6;
    color:#193133;
    margin:0 -50px;
    padding:50px;
}
.boxservizi{
    border: 2px solid #193133;
    padding: 0;
    border-radius: 88px;
    overflow: hidden;
    min-height: 726px;
    margin-bottom: 50px;
}
.testoservizi + p{
    margin-top: -100px;padding: 30px;text-align: center;
}
.testoservizi{
    position: relative;
    top: -150px;
    font-size: 2.45vw;
    padding: 0 30px;
    line-height: 33px;
    text-decoration: none;
    color: #ffffff;
}
.testoservizi > a{
    text-decoration: none;
    color: #ffffff;
}
#contatti{
    background-color: #D0FF71;
    color: #193133;
    margin: 0 -50px;
}
.contattitext{
    padding: 50px;
}
#page{
    opacity:0;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.titlecontact{
    font-size: 3rem;line-height: 48px;
}
.follow{
	padding-top: 0;text-align: center;
	margin-top: 7.4%;
	text-align: right;
}

@media screen and (max-width: 992px) {
    .boxservizi > img{
        width: 100%;
        margin: -35px 0 35px 0;
    }
    .testoservizi{
        top: -300px;
        font-size: 4em;
        line-height: 58px;
    }
    .testoservizi + p{
        margin-top: -210px;
    }
    #servizi{
    	padding: 20px;
    }
    .boxservizi > img{
    	margin: -50px 0 35px 0;
    }
}
@media screen and (max-width: 1200px) {
    #benvenuto{
        background-position: center;
    }
}

@media screen and (max-width: 735px) {
    .navbar-brand > img{
        width: 150px;
    }
    #bigtitle{
        font-size: 2.8em;line-height: 47px;
    }
    .texts{
        width: 100%;
    }
    .testoservizi{
        top: -185px;font-size: 2.2em;line-height: 34px;
    }
    .testoservizi + p{
        margin-top: -170px;
    }

    #down{
        margin: 500px auto;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    	flex: initial !important;
    }
    body .is-layout-flex{
    	margin: 0 auto;width: 60px;
    }
}

@media screen and (max-width: 578px) {
	.follow{padding-top: 0;margin-top: 0;text-align: center;}
}


@media screen and (max-width: 386px) {
	.titlecontact{
		font-size: 2.2rem;
	}
	.titlec{
		letter-spacing: .5px;
		font-size: 15px;
	}
}