/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/
html {
    scroll-behavior: smooth;
}
body, button, input, select, textarea {
    font-family: Montserrat;
}
.site-header .inside-header {
    padding: 30px 20px;
    max-width: 1680px;
}
.site-header .main-navigation .main-nav ul li a {
    font-size: 20px;
    color: #656565;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
}
.site-header .main-navigation .main-nav>ul>li:after {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.site-header .main-navigation .main-nav>ul>li:first-child:after {
    content: no-close-quote;
}
.site-header .main-navigation .main-nav>ul>li a {
    margin: 0 30px;
}
.site-header .main-navigation .main-nav>ul>li:last-child a {
    margin-right: 0;
}
.site-footer .footer-widgets-container {
    padding: 35px 77px;
    width: 100%;
    max-width: 1920px;
}
.inside-footer-widgets>div:first-child {
    width: 100%;
    flex: 1;
}
.inside-footer-widgets>div {
    flex: none;
}
.inside-footer-widgets>div:first-child {
    width: 100%;
    flex: 1;
}
.footer-widgets .widget .menu-home-container .menu li {
    margin: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    max-width: 700px;
}
.site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu a {
    text-align: center;
    font: normal 16px/30px Montserrat;
    letter-spacing: 0.8px;
    color: #265679;
    text-decoration: none;
    font-weight: 500;
}
.site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li {
    margin: 0;
}
.footer-widgets .widget.widget_text {
    font: normal 16px/30px Montserrat;
    color: #265679;
    font-weight: 500;
    line-height: 30px;
    padding-left: 80px;
}
.site-footer .footer-widgets-container .widget_nav_menu {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.site-footer .footer-widgets-container .widget_nav_menu  .menu-footer-menu-container {
    flex: 1;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0;
}
@media screen and (max-width:1440px) {
    .footer-widgets .widget.widget_text {
        padding-left: 30px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
        margin-right: 30px;
    }
}
@media screen and (max-width:1280px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
        margin: 0 auto;
    }
}
@media screen and (max-width:768px) {
    .site-header .main-navigation .main-nav>ul>li:after {
        content: none;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin: 0;
    }
    .site-footer .footer-widgets-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-footer .footer-widgets .footer-widgets-container .inner-padding {
        padding: 0;
        text-align: center;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li {
        margin: 0;
        padding: 0 30px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
        margin: 0 auto;
        flex-flow: wrap;
        justify-content: center;
    }
}
body.page-template-tpl-home div#page {
    max-width: 100%;
}
div#home_section1 {
    width: 100%;
    background: #F1F6FA;
    padding: 50px 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div#home_section1 .home_section1_text h1 {
    text-align: left;
    font: normal normal bold 55px/67px Montserrat;
    letter-spacing: 0px;
    color: #265679;
    margin-bottom: 30px;
}
div#home_section1 .home_section1_text {
    max-width: 670px;
    margin-right: 10%;
    margin-bottom: 20px;
}
div#home_section1 .home_section1_text h1 span {
    color: #1C90E6;
}
div#home_section1 .home_section1_text .description p {
    margin: 0;
}
div#home_section1 .home_section1_text .description {
    opacity: 1;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #265679;
    line-height: 30px;
    margin-bottom: 80px;
}
div#home_section1 .home_section1_text a.button {
    background: transparent linear-gradient(269deg, #1C91E8 0%, #2F5676 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 19px;
    width: 232px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
div#home_section4 .home_section4_text2 a,
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
div#home_section1 .home_section1_text a.button:hover,
div#home_section4 .home_section4_text2 a:hover {
    background: #fff;
    border: 2px solid #2F5676;
    color: #2F5676;
}
body.page-template-tpl-home div#page div#content {
    flex-flow: column;
}
div#home_section2 {
    background: #fff;
    padding-top: 164px;
    padding-bottom: 60px;
}
div#home_section2 .home_section2_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 90px;
    max-width: 1063px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
div#home_section2 .home_section2_text .title {
    font: 55px/67px Montserrat;
    letter-spacing: 1.4px;
    color: #265679;
    opacity: 1;
    font-weight: 600;
    text-align: center;
}
div#home_section2 .home_section2_text .description {
    text-align: left;
    font: 16px/30px Montserrat;
    letter-spacing: 0.8px;
    color: #265679;
    opacity: 1;
}
div#home_section2 .impress_round {
    background: #fff url(https://trovabando.4madein.com/wp-content/uploads/2024/04/1.svg);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: contain;
    padding-left: 40px;
    padding-right: 40px;
}
div#home_section2 .impress_round>div {
    max-width: 854px;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #00000029;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-top: 26px;
    padding: 50px 0;
    opacity: 0;
}
div#home_section2 .impress_round>div .icon {
    width: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#home_section2 .impress_round>div .list {
    max-width: calc(100% - 200px);
    border-left: 2px solid #2B597C;
    padding-left: 72px;
    width: 100%;
}
div#home_section2 .impress_round>div .icon img {
    width: 100px;
}
div#home_section2 .impress_round>div .list h2 {
    color: #2B597C;
    font-size: 26px;
    font-weight: 600;
}
div#home_section2 .impress_round>div .list ul {
    color: #2B597C;
    margin-left: 24px;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}
div#cosa-troverai {
    background: transparent linear-gradient(256deg, #1E91E7 0%, #325475 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
div#cosa-troverai .home_section3_text {
    max-width: 1038px;
    margin: 0 auto;
}
div#cosa-troverai .home_section3_text h2 {
    text-align: center;
    color: #fff;
    text-align: center;
    font: normal normal bold 55px/67px Montserrat;
    letter-spacing: 0px;
}
div#cosa-troverai .home_section3_text ul {
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 30px;
}
div#cosa-troverai .home_section3_text ul li {
    margin-bottom: 20px;
}
div#home_section4 {
    background: #fff;
}
div#home_section4 .home_section4_text1 ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 60px;
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
div#home_section4 .home_section4_text1 {
    padding-top: 150px;
    padding-bottom: 337px;
    background: #fff url(https://trovabando.4madein.com/wp-content/uploads/2024/04/4.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
div#home_section4 .home_section4_text1 ul li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #00000029;
    border-radius: 50px;
    padding: 50px 35px;
    width: 33.33%;
}
div#home_section4 .home_section4_text1 ul li .heading {
    font: normal normal bold 23px/30px Montserrat;
    letter-spacing: 1px;
    color: #2B597C;
    border-bottom: 2px solid #2B597C;
    padding-bottom: 11px;
    text-align: center;
}
div#home_section4 .home_section4_text1 ul li .desc {
    font: normal normal normal 20px/36px Montserrat;
    letter-spacing: 0.4px;
    color: #2B597C;
    margin-top: 17px;
}
div#home_section4 .home_section4_text2 {
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 100px;
}
div#home_section4 .home_section4_text2 .big_title {
    text-align: center;
    font: normal normal bold 55px/87px Montserrat;
    letter-spacing: 0px;
    color: #265679;
    margin-bottom: 60px;
}
div#home_section4 .home_section4_text2 a {
    max-width: 370px;
    height: 85px;
    background: transparent linear-gradient(269deg, #208DE0 0%, #2F5676 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    display: block;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: normal normal 24px / 29px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: auto;
    text-decoration: none;
    width: 100%;
}
div#contatta-i-nostri-esperti {
    background: transparent linear-gradient(241deg, #1E8EE1 0%, #325475 100%) 0% 0% no-repeat padding-box;
    padding-top: 111px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
div#contatta-i-nostri-esperti .home_section5_text {
    max-width: 767px;
    margin: 0 auto;
}
div#contatta-i-nostri-esperti .home_section5_text .heading {
    text-align: center;
    font: normal normal bold 44px/55px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 70px;
}
.col-2>p {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}
.col-1>p {
    margin-bottom: 48px;
}
.wpcf7-form-control-wrap input[type="text"] ,.wpcf7-form-control-wrap input[type="email"],.wpcf7-form-control-wrap select {
    width: 100%;
    height: 64px;
    background: #FFFFFFCC 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}
.wpcf7-form-control-wrap textarea {
    width: 100%;
    background: #FFFFFFCC 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}
.col-2>p span.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form-control-wrap input[type="text"]::placeholder, 
.wpcf7-form-control-wrap textarea::placeholder,
.wpcf7-form-control-wrap input[type="email"]::placeholder,
.wpcf7-form-control-wrap select {
    font: normal normal 600 16px/30px Montserrat;
    letter-spacing: 0.8px;
    color: #265679;
}
.col-1.privacy-policy,.col-1.privacy-policy a {
    color: #fff;
}
span.wpcf7-form-control.wpcf7-checkbox span {
    color: white;
    letter-spacing: 0.6px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    text-shadow: 1px 1px 0 white;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 235px;
    height: 73px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    text-align: center;
    font: normal normal bold 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #265679;
    float: right;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #265679;
    color: #fff;
    box-shadow: 0 0 3px #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 80px;
    color: white;
}

.col-1.privacy-policy input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
}

.col-1.privacy-policy {
    position: relative;
    padding-top: 0;
    padding-left: 22px;
}

.col-1.privacy-policy span.wpcf7-form-control-wrap {
    position: static;
}
.col-1.privacy-policy span.wpcf7-list-item-label {
    display: none;
}
@media screen and (max-width:1440px) {
    div#home_section4 .home_section4_text1 {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}
@media screen and (max-width:1280px) {
    div#home_section1 .home_section1_text {
        margin-right: 30px;
    }
    div#home_section1>div {
        width: 50%;
    }
    div#home_section4 .home_section4_text1 ul {
        gap: 30px;
    }
    div#home_section4 .home_section4_text2 .big_title , div#home_section2 .home_section2_text .title {
        font-size: 44px;
        line-height: 54px;
    }
}
@media screen and (max-width:992px) {
    div#home_section4 .home_section4_text1 ul {
        gap: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#home_section1 {
        padding: 40px 0 0;
        flex-flow: column;
        gap: 50px;
    }
    div#home_section1 .home_section1_text {
        margin-right: 0;
        max-width: 100%;
        padding: 0 40px;
    }
    div#home_section1>div {
        width: 100%;
    }
    .home_section1_image {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: end;
	}
    .home_section1_image img {
        max-width: 500px;
        width: 100%;
        padding-left: 20px;
    }
}
@media screen and (max-width:767px) {
    div#home_section4 .home_section4_text1 {
        padding-top: 130px;
        padding-bottom: 169px;
    }
    div#home_section4 .home_section4_text1 ul li {
        width: 100%;
    }
    div#home_section4 .home_section4_text1 ul {
        display: flex;
        flex-flow: column;
        padding-right: 40px;
        padding-left: 40px;
        gap: 35px;
    }
    div#contatta-i-nostri-esperti .home_section5_text .heading, 
	div#home_section4 .home_section4_text2 .big_title, 
	div#cosa-troverai .home_section3_text h2, 
	div#home_section1 .home_section1_text h1,
	div#home_section2 .home_section2_text .title{
        font-size: 40px;
        line-height: 50px;
    }
    div#home_section1 .home_section1_text .description {
        margin-bottom: 30px;
    }
    div#home_section2 {
        padding-top: 100px;
        padding-bottom: 0;
    }
    div#home_section2 .impress_round>div {
        flex-flow: column;
    }
    div#home_section2 .impress_round>div .list {
        border-top: 2px solid #2B597C;
        padding: 0;
        border-left: 0;
        padding-top: 35px;
        max-width: calc(100% - 120px);
    }
    div#home_section2 .impress_round>div .list h2 {
        text-align: center;
    }
    .col-2>p {
        flex-flow: column;
        gap: 50px;
    }
}
@media screen and (max-width:480px) {
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 185px;
    height: 53px;
}
	div#home_section4 .home_section4_text2 a {
    height: 53px;
    font-size: 20px;
}
	.wpcf7-form-control-wrap textarea {
    height: 150px;
}
	.col-2>p,.col-1>p {
		gap: 35px;
		margin-bottom:35px;
	}
	.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap select {
		height: 46px;
	}
	div#home_section2 .impress_round>div .list ul,
	div#home_section4 .home_section4_text1 ul li .desc,
	div#cosa-troverai .home_section3_text ul li{
		font-size: 16px;
		line-height: 30px;
	}
	div#home_section2 .impress_round>div .list h2 {
		font-size: 22px;
	}
    div#home_section2 .home_section2_text, div#home_section4 .home_section4_text1 ul, div#home_section4 .home_section4_text2, div#contatta-i-nostri-esperti {
        padding-left: 20px;
        padding-right: 20px;
    }
    div#home_section4 .home_section4_text2 .big_title,
	div#home_section2 .home_section2_text .title{
        font-size: 30px;
        line-height: 35px;
    }
    div#home_section1 .home_section1_text {
        padding: 0 20px;
    }
    div#home_section2 .impress_round>div .list {
        max-width: calc(100% - 60px);
    }
    div#home_section2 .impress_round {
        padding-left: 30px;
        padding-right: 30px;
    }
}