/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*title with line pseudo element*/
.heading-line .elementor-widget-container{
position:relative;
overflow: hidden;

}
.heading-line .elementor-widget-container h2 {
    display: inline-block;
overflow: hidden;

}
.heading-line .elementor-widget-container h2::after {
    content: "";
    position: absolute;	
    background: url(img/fregio-rosso.svg);
    display: inline-block;
    height: 40px !important;
    margin: auto;
    bottom: 6px !important;
	width: 100%;
margin-left: 20px;
}
.heading-line.white .elementor-widget-container h2::after {

    background: url(img/fregio-bianco.svg);
   
}
.symble-bf-af .elementor-widget-container h2 {
position: relative;
display: inline-block;
margin: auto;
}
.symble-bf-af .elementor-widget-container h2::before {
	content: "";
	height: 30px;
	width: 30px;
	background: url(img/title-before.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -40px;
	display: inline-block;
}
.symble-bf-af .elementor-widget-container h2::after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(img/title-after.svg);
	position: absolute;
	top: 0;
bottom: 0;
	margin: auto;
	right: -40px;
	display: inline-block;
}
/*MEC override css*/
.mec-event-tile-view article.mec-tile-item .mec-event-title a {
    color: #fff !important;
}
.mec-event-tile-view article.mec-tile-item::before {
    border-radius: 0;
    /*background: none;*/
}
.mec-event-tile-view article.mec-tile-item{
    border-radius: 0;
    box-shadow: none;
} 
.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color) {	
    font-weight: 700 !important;
}

.mec-booking-button {
    border-radius: 40px;
    background: #fff;
    color: #000 !important;
    font-weight: 700 !important;
}
.mec-events-meta-group.mec-events-meta-group-tags {
	display: none;
}

/*archivio eventi*/
.page-id-1975 .mec-search-form.mec-totalcal-box {
	display: none;
}
.page-id-1975 .mec-skin-tile-month-navigator-container {
	display: none;
}
.page-id-1975 .mec-event-detail::before {
	content: "In programma";
	background: #0fb3c1;
	padding: 5px 10px;
	font-size: 12px;
}
.page-id-1975 .mec-past-event .mec-event-detail::before {
	content: "On demand";
	background: #1d1d1d;
	padding: 5px 10px;
	font-size: 12px;
}
/*CUSTOM MENU*/
#sfj-header #sfj-menu-button {
    width: 40px;
    height: 36px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    cursor: pointer;
    z-index: 1000;
}
#sfj-header #sfj-menu-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #606060;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 2px;
}
#sfj-header #sfj-menu-button span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#sfj-header #sfj-menu-button span:nth-child(2) {
    top: 18px;
    left: auto;
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

#sfj-header #sfj-menu-button:hover span:nth-child(2) {
    width: 70%;
    right: 15%;
}
#sfj-header #sfj-menu-button span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#sfj-header #sfj-menu-button.menu-button-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 6px;
}
#sfj-header #sfj-menu-button.menu-button-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#sfj-header #sfj-menu-button.menu-button-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    left: 6px;
}


.sfj-inner-menu.menu-open {
    -webkit-animation: overlayOpen .3s ease-out forwards;
    animation: overlayOpen .3s ease-out forwards;
}
.sfj-inner-menu.menu-close {
    -webkit-animation: overlayClose .3s ease-out forwards;
    animation: overlayClose .3s ease-out forwards;
}
.sfj-inner-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background-color: #b9b9b9; */
	background: rgb(185 185 185 / 93%) url(img/fregio-vert.svg) no-repeat right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 80;
    opacity: 0;
    overflow: auto;
    padding: 150px 0;
    padding-bottom: 0;
    z-index: -1;
    visibility: hidden;
}
.open-menu-container .sfj-inner-menu {
    visibility: visible;
}

@-webkit-keyframes overlayOpen {
    0% {
        -webkit-clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2) 0%);
        clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2) 0%);
        opacity:0
    }
    60% {
        -webkit-clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 100%, calc( (100% - 1160px) / 2) 100%);
        clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 100%, calc( (100% - 1160px) / 2) 100%)
    }
    100% {
        -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        opacity:1;
        z-index:99
    }
}
@keyframes overlayOpen {
    0% {
        -webkit-clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2) 0%);
        clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2) 0%);
        opacity:0
    }
    60% {
        -webkit-clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 100%, calc( (100% - 1160px) / 2) 100%);
        clip-path:polygon(calc( (100% - 1160px) / 2) 0, calc( (100% - 1160px) / 2 + 90px) 0%, calc( (100% - 1160px) / 2 + 90px) 100%, calc( (100% - 1160px) / 2) 100%)
    }
    100% {
        -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        opacity:1;
        z-index:99
    }
}
@media screen and (max-width: 1280px) {
    @-webkit-keyframes overlayOpen {
        0% {
            -webkit-clip-path:polygon(60px 0, 150px 0%, 150px 0%, 60px 0%);
            clip-path:polygon(60px 0, 150px 0%, 150px 0%, 60px 0%);
            opacity:0
        }
        60% {
            -webkit-clip-path:polygon(60px 0, 150px 0%, 150px 100%, 60px 100%);
            clip-path:polygon(60px 0, 150px 0%, 150px 100%, 60px 100%)
        }
        100% {
            -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            opacity:1;
            z-index:99
        }
    }
    @keyframes overlayOpen {
        0% {
            -webkit-clip-path:polygon(60px 0, 150px 0%, 150px 0%, 60px 0%);
            clip-path:polygon(60px 0, 150px 0%, 150px 0%, 60px 0%);
            opacity:0
        }
        60% {
            -webkit-clip-path:polygon(60px 0, 150px 0%, 150px 100%, 60px 100%);
            clip-path:polygon(60px 0, 150px 0%, 150px 100%, 60px 100%)
        }
        100% {
            -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            opacity:1;
            z-index:99
        }
    }
}
@media (max-width: 1199.98px) {
    @-webkit-keyframes overlayOpen {
        0% {
            -webkit-clip-path:polygon(30px 0, 120px 0%, 120px 0%, 30px 0%);
            clip-path:polygon(30px 0, 120px 0%, 120px 0%, 30px 0%);
            opacity:0
        }
        60% {
            -webkit-clip-path:polygon(30px 0, 120px 0%, 120px 100%, 30px 100%);
            clip-path:polygon(30px 0, 120px 0%, 120px 100%, 30px 100%)
        }
        100% {
            -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            opacity:1;
            z-index:99
        }
    }
    @keyframes overlayOpen {
        0% {
            -webkit-clip-path:polygon(30px 0, 120px 0%, 120px 0%, 30px 0%);
            clip-path:polygon(30px 0, 120px 0%, 120px 0%, 30px 0%);
            opacity:0
        }
        60% {
            -webkit-clip-path:polygon(30px 0, 120px 0%, 120px 100%, 30px 100%);
            clip-path:polygon(30px 0, 120px 0%, 120px 100%, 30px 100%)
        }
        100% {
            -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            opacity:1;
            z-index:99
        }
    }
}
@-webkit-keyframes overlayClose {
    0% {
        opacity:1;
        z-index:99
    }
    99% {
        opacity:0;
        z-index:99
    }
    100% {
        z-index:-1
    }
}
@keyframes overlayClose {
    0% {
        opacity:1;
        z-index:99
    }
    99% {
        opacity:0;
        z-index:99
    }
    100% {
        z-index:-1
    }
}

.menu-menu-1-container,
.menu-menu-1-eng-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#menu-menu-1,
#menu-menu-1-eng {
    width: 40%;
    padding: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    list-style: none;
}
.menu-menu-1-container #menu-menu-1 .sub-menu,
.menu-menu-1-eng-container #menu-menu-1-eng .sub-menu {

    width: 60%;
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 40%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 0 0 2rem;
    opacity: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto repeat(8, 1FR);
    grid-template-areas: "btn-back btn-back";
    grid-auto-flow: column;
    list-style: none;
}
.menu-menu-1-container #menu-menu-1 li.active > .sub-menu,
.menu-menu-1-eng-container #menu-menu-1-eng li.active > .sub-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sfj-inner-menu.elementor-section .elementor-container {
    width: 100%;
    max-width: 960px;
    padding: 0 30px;
    margin: auto;
    border-left: 2px solid #606060;
}
.menu-menu-1-container,
.menu-menu-1-eng-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-item {
    margin-bottom: 40px;
}
.menu-menu-1-container li a,
.menu-menu-1-eng-container li a {
    font-size: 28px;
    font-weight: 900;
    color: #606060;
    position: relative;
  
}
.menu-menu-1-container li a:hover,
.menu-menu-1-eng-container li a:hover,
.current_page_item li a {
    color: #F93543;
}
.sub-menu {
    border-left: 2px solid #606060;
}
.sub-menu li a{
    font-size: 22px;
    font-weight: 500;
}

.menu-menu-1-container li.menu-item-has-children > a::after,
.menu-menu-1-eng-container li.menu-item-has-children > a::after {
	content: " ";
	display: block;
	width: 1rem;
	height: 1rem;
	background: url("img/x-primary.svg") center no-repeat;
	background-size: contain;
	margin: 8px 4px 4px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
        position: absolute;
        right: -50px;
        top: 0;
}
.menu-menu-1-container li.active > a::after,
.menu-menu-1-eng-container li.active > a::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*sticky header*/
.sfj-inside-menu-logo {
    opacity: 1;
    transition: all ease 0.25s;
    position: relative;
    z-index: 1000;
}
.main-logo {
    opacity: 0;
    z-index: 1000;
position: absolute;
}
.sfj-home-header .sfj-inside-menu-logo {
    opacity: 0;
    transition: all ease 0.25s;
/*    position: absolute;*/
    z-index: 1000;
}
.sfj-home-header .main-logo {
    opacity: 1;
    z-index: 1000;
/*position: relative;*/
}
.sfj-sticky-header.sfj-home-header .sfj-inside-menu-logo {
    opacity: 1;
position: relative;
}
.open-menu-container .sfj-inside-menu-logo, .sfj-sticky-header.sfj-home-header.open-menu-container .sfj-inside-menu-logo {
    opacity: 0;
}
#sfj-header.sfj-sticky-header .main-logo { 
	opacity: 0;
}
#sfj-header.open-menu-container .main-logo {
    opacity: 1;
    z-index: 1000;
}

#sfj-header.sfj-sticky-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color:  rgba(255, 255, 255, 0.9) 
}

.sfj-sticky-header.sfj-home-header .sfj-inside-menu-logo img{
    width: 100px !important;
}


#sfj-header.sfj-home-header.sfj-sticky-header #sfj-menu-button span {
    background: #606060;
}

#sfj-header #sfj-menu-button.menu-button-open span, #sfj-header.sfj-home-header #sfj-menu-button span, #sfj-header.sfj-sticky-header #sfj-menu-button.menu-button-open span{
	background: #fff;
}
@media screen and (max-width: 992px){
    .sub-menu li a{
    font-size: 18px;
    font-weight: 500;
}
.menu-item {
    margin-bottom: 30px;
}
.menu-menu-1-container li a{
    font-size: 20px;
  
}
    
}

@media screen and (max-width: 768px){
   .sfj-inner-menu {
	position: absolute;
	width: auto;
	top: 0;
	left: 0;
	right: 50px;
	bottom: 0;
	margin: 0;
	padding: 100px 0 0 0;
	height: 100vh;
	overflow: hidden; 
background-image: none;
}
.sfj-inner-menu.elementor-section .elementor-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	height: calc(100vh - 100px);
        border: none;
}
.menu-menu-1-container  {
	width: calc(100vw - 50px);
	overflow: auto;
	padding-left: 0;
        border-left: none;
        
}
#menu-menu-1 {
    padding:0;
}
.menu-menu-1-container #menu-menu-1 .sub-menu {
    display: block;
    width: calc(100vw);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    position: fixed;
    padding: 200px 2rem 2rem 2rem;
    border-left: none;
}
.menu-menu-1-container #menu-menu-1 li.active > .sub-menu {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
        background: #fff;
}
}

.sfj-back-main > a{
    font-weight: 900 !important;
    text-transform: uppercase;
}
.sfj-back-main > a:before{
    content: " ";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("img/arrow.svg") center no-repeat;
	background-size: contain;
	margin: 8px 15px 0px 0px;        
}
#sfj-header.open-menu-container {
    background: transparent;
}

/*WPML menu*/
.wpml-ls-item {
	position: relative;
}

.wpml-ls-item a, .sfj-sticky-header.sfj-home-header .wpml-ls-item a{
	color: #606060 !important;
	text-transform: uppercase;
}
.sfj-home-header .wpml-ls-item a, .sfj-sticky-header.open-menu-container .wpml-ls-item a {
	color: #fff !important;
	transition: all 0.25s ease;
}
.wpml-ls-current-language.wpml-ls-item a {
 font-weight: 900;
}

.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal:first-child::after, .sfj-sticky-header.sfj-home-header .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal:first-child::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 15px;
	width: 1px;
	background:#606060;
	right: 0px;
	margin: auto;
	
}
.sfj-home-header .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal:first-child::after, .sfj-sticky-header.open-menu-container  .wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal:first-child::after{
background: #fff;
}
/* Hide +Google Calendar and +iCal Export Link*/
.mec-events-gcal.mec-events-button {
    display: none !important;
}
.mec-events-ical.mec-events-button {
    display: none !important;
}

/*Mautic*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .input_select_custom {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #f3f3f3;
    margin: 8px 0;
    font-size: 16px;
	color:#666;
}
.input_select_custom {
       width: 100% !important;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    padding: 1rem !important;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
    background-color: #f3f3f3 !important;
    color: #b4b4b4;
   
}
.mauticform-checkboxgrp-label, .mauticform-freehtml {
    line-height: 1.4em;
	font-size:13px;
}
.custom_button_invia_cv {
    display: flex !important;
    background: transparent !important;
    border: none !important;
    width: 200px;
    background-image: url(/wp-content/uploads/2021/11/bot_form_send_bg_free.png) !important;
    background-repeat: no-repeat !important;
    height: 53px;
	color:transparent!important;
	margin-top:30px;
}
.custom_button_invia_en {
    display: flex !important;
    background: transparent !important;
    border: none !important;
    width: 200px;
    background-image: url(/wp-content/uploads/2022/04/bot_form_send_bg_free_en.png) !important;
    background-repeat: no-repeat !important;
    height: 53px;
	color:transparent!important;
	margin-top:30px;
}
span.mauticform-errormsg {
    float: right;
    font-size: 14px;
    color: red;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
	background: #f3f3f3 !important;
    border-radius: 0!important;
}
.mauticform-label {
    font-size: 16px!important;
    color: #3c3c3c!important;
}


.custom_button_invia {
    display: flex !important;
    background: transparent !important;
    border: none !important;
    width: 200px;
    background-image: url(/wp-content/uploads/2021/10/Invia.png) !important;
    background-repeat: no-repeat !important;
    height: 50px;
}
/*breadcrumb*/
.breadcrumbs {
	max-width: 1340px;
	margin: auto;
	background: #fff;
	padding: 5px 10px;
	/* box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.04); */
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
margin-left: 50px;
}
.breadcrumbs span {
	font-size: 12px;
	padding: 10px;
}
.breadcrumbs span:first-child {
padding-left: 0;
}
.mec-single-fluent-wrap {
padding-top: 0;
}
@media only scree and (min-width: 1281px){
.mec-container, body [id*="mec_skin_"].mec-fluent-wrap {
	width: auto !important;
	max-width: 1360px !important;
}
}


/*4plays fix*/
/*background object*/
section.elementor-section.elementor-top-section.elementor-element.elementor-element-691488b.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:after,
section.elementor-section.elementor-top-section.elementor-element.elementor-element-7253c51.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:after{
    content: url(/wp-content/uploads/2021/10/bkg-ico-man.png);
    position: absolute;
    right: 144px;
    top: -143px;
	z-index:-1;
}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-caa5123.ob-is-e3:before {
    content: url(/wp-content/uploads/2021/10/bg_elem_2.png);
    position: absolute;
    left: -267px;
    top: -99px;
}

/*box news*/
/*nasconde icone meta*/
.blog-home-box span.elementor-icon-list-icon,
.blog-home-box .elementor-widget .elementor-icon-list-icon {
    display:none;
}

.elem_scudo_sx:after {
    content: url(https://softjam.4plays.it/wp-content/uploads/2021/10/bg_elem_2.png);
    position: absolute;
    z-index: -1;
    top: -56px;
    left: -137px;
    opacity: 0.5;
}

.elementor-button-icon svg {
    width: 2em;
    height: auto;
}
.scarica svg {
    transform: rotate(90deg);
}


.vertical-banner:after {
    content: url(https://softjam.4plays.it/wp-content/uploads/2021/10/vertical_icon_bgf.png);
    position: absolute;
    z-index: 1;
    top: 61px;
    left: 0;
}
.arrow_right_down:after {
    content: url(https://softjam.4plays.it/wp-content/uploads/2021/10/bkg-ico-arrow-down.png);
    position: absolute;
    right: -68px;
    bottom: -56px;
}
.arrow_right_up:after {
    content: url(https://softjam.4plays.it/wp-content/uploads/2021/10/bkg-ico-arrow-up.png);
    position: absolute;
    right: -38px;
    bottom: -20px;
}

/*Stile form mautic*/
.custom_button_newsletter_footer {
	background-image: url(/wp-content/uploads/2021/10/Vector-Smart-Object.png) !important;
	background-repeat: no-repeat !important;
    display: flex !important;
    background-color: #1D1D1B !important;
    border: none !important;
    width: 60px !important;
	height: 50px;
	position: absolute;
    top: 10px;
    right: -15px;
}
#form_footer label#mauticform_checkboxgrp_label_dichiaro_di_aver_preso_vi_10,
#form_footer div#mauticform_input_iscrizionenewsletter_consenso_gdpr,
#form_footer a {
    color: white !important;
}


#form_footer input[type=email] {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: white !important;
    padding: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
	width: 85% !important;
	margin-bottom: 15px;
	
	}

button#mauticform_input_iscrizionenewsletter_submit{
	color: transparent !important;
}

#form_footer .mauticform-row {
    display: block;
    margin-bottom: 0;
}
div#mauticform_input_iscrizionenewsletter_consenso_gdpr {
    font-size: 12px;
    line-height: 1.7em;
}
input#mauticform_input_iscrizionenewsletter_email {
    margin-top: 0;
}
/*stile footer*/
.link_footer a{
	color:#fff !important;
}
.link_footer a:hover{
	color:#f93543 !important;
}
.link_footer li {
    list-style: none;
    line-height: 1.6em;
    font-weight: 500;
    font-size: 16px;
}


/**** 4plays css ****/
/** sezione eventi softjam **/
.relatore_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.relatore_col1 {
    width: 30%;
	margin-right:20px;
}
.relatore_col2 {
    width: 70%;
}
.relatore_col2 p {
    font-size: 14px;
}
.relatore_col2 span {
    font-size: 14px;
    font-weight: 600;
}
.evento_agenda,
.evento_agenda li {
	line-height:1.4em;
}
.evento_agenda .gem-list {
	padding-top:15px;
}
.relatore_badge {
	padding-top:15px;
}
.single-evento-softjam span.elementor-button-text {
    padding-top: 3px;
}
.single-evento-softjam a {
	color:#fc323d;
}
.single-evento-softjam a:hover {
	color:#333;
}
.org_label {
	font-weight: 400;
}
/**blog single fix**/
.widget-blog-single li {
    line-height: 1.4em;
    padding: 6px 0;
    font-weight: 400;
}


/*page sfondo nome titolo*/
.cloud-awareness:before {
    content: "cloud awareness";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.cloud-awareness:before {
    left: 0px;
	}
}


.cyber-resilience:before {
    content: "cyber resilience";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.cyber-resilience:before {
    left: 0px;
	}
}

.modern-workplace:before {
    content: "modern work place";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}

.artificial-intelligence:before {
	content: "artificial intelligence";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}

.servizi-gestiti:before {
	content: "servizi gestiti";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.modern-workplace:before {
    left: 0px;
	}
}
.nostre-soluzioni:before {
    content: "soluzioni";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.nostre-soluzioni:before {
    left: 0px;
	}
}

.data-ai:before {
    content: "Data & Ai";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
.clever:before {
    content: "Clever";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.data-ai:before {
    left: 0px;
	}
}

.chi-siamo:before {
    content: "Chi siamo";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.chi-siamo:before {
    left: 0px;
	}
}

.research:before {
    content: "Research";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.research:before {
    left: 0px;
	}
}

.fast-track:before {
    content: "Fast Track";
    font-size: 143px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f93543;
    opacity: 0.1;
    position: absolute;
    left: -200px;
    top: -43px;
	line-height: 0.9em;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 	.fast-track:before {
    left: 0px;
	}
}


@media (max-width:767px) {
	.nostre-soluzioni:before,
	.modern-workplace:before,
	.chi-siamo:before,
	.data-ai:before,
	.cyber-resilience:before,
	.cloud-awareness:before,
	.research:before,
	.fast-track:before{
		font-size:10vw;
	}
}


/**css badge categorie evento softjam in loop**/
span.cat_eventi_badge {
    display: block;
    width: fit-content;
    padding: 4px 20px;
    background: #fff;
    margin: 6px 4px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
span.cat_eventi_badge a{
	color:#1d1d1d;
}
span.cat_eventi_badge a:hover{
	color:#f93543;
}
.cat_eventi_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*yoast breadcrumb*/
.breadcrumb {
    color: #cfcccc;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.breadcrumb_blog {
    color: #cfcccc;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}
.breadcrumb_industry {
    color: #cfcccc;
    font-size: 16px;
    text-align: right;
    font-weight: 400;
}
.breadcrumb a,
.breadcrumb_blog a,
.breadcrumb_industry a {
	color:#ffffff;
}
.breadcrumb a:hover,
.breadcrumb_blog a:hover,
.breadcrumb_industry a:hover {
	color:#f93543;
}
/*eventi fix*/
.org_badge {
    width: 45%;
    margin: 10px;
    border: 1px solid #e3e3e3;
}
.org_cont {
	margin-top:15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.evento_agenda ul {
	margin-top:15px;
	margin-bottom:15px;
}


.elementor-button-text {
    padding-top: 5px !important;
}
/*.page-id-694 .elementor-button-text {
    padding-top: 8px !important;
}*/
.custom_button_download,
.lp-form-button {
display: flex !important;
background: transparent !important;
border: none !important;
width: 200px;
background-image: url(/wp-content/uploads/2022/01/bottone_download.png) !important;
background-repeat: no-repeat !important;
height: 50px;
color: transparent!important;
outline:0;
}

.custom_button_registrati {
display: flex !important;
background: transparent !important;
border: none !important;
width: 200px;
background-image: url(/wp-content/uploads/2022/01/Registrati_softjam.png) !important;
background-repeat: no-repeat !important;
height: 50px;
}
.custom_button_scarica_invia {
display: flex !important;
background: transparent !important;
border: none !important;
width: 200px;
background-image: url(/wp-content/uploads/2022/02/Registrati_softjam.png) !important;
background-repeat: no-repeat !important;
height: 50px;
}
/*
button#mauticform_input_downloadmagazine0_submit {
    color: transparent;
}*/
.bt_label_hidden {
color:trasparent !important;
font-size:0 !important;
}

.logo_lab {
    position: absolute;
    top: 230px;
    padding: 0;
    margin: 0;
    background-color: rgb(255 255 255 / 34%);
}
.mauticform_wrapper.mautic_custom_title {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 22px;
}

/***fixing https://www.softjam.it/evento-softjam/client-board-softjam-giugno-22/ ***/
.postid-38425 .elementor-button-wrapper {
    display: none;
}
.postid-38425 .elementor-element.elementor-element-4dbb16d.ob-has-background-overlay.elementor-widget.elementor-widget-shortcode {
    display: none;
}
/**le nostre soluzioni
 * button menu filter
 **/
#myBtnContainer {
	text-align:right;
}

#myBtnContainer button {
	background-color:transparent;
	padding:0;
	border:0;
	font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
	border-radius:0;
	border-bottom:3px solid transparent;
	padding:10px 10px 10px 10px;
}
#myBtnContainer button:hover {
	border-bottom:3px solid #F93543;
	color:#F93543;
}
#myBtnContainer [type=button]:focus, 
#myBtnContainer [type=submit]:focus, 
#myBtnContainer button:focus {
    outline: none;
}
/**
 * le nostresoluzioni apgina di dettaglio
 **/
.red-box-heading {
	font-weight:900;
}
/**
 * forms MS Dynamics
 **/
/* asterisco */
.msdform .lp-required {
	display:none;
}
.msdform .lp-label {
	display:none;
}
.msdform label.lp-ellipsis,
.msdform p {
    font-size: 13px;
    line-height: 1.4em;
}

.termina-evento{
    position: absolute;
    top: -125px;
    background-color: #fcfcfc;
    padding: 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}