/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.title-mod h4 {
	color: #002A4F;
    font-family: Roboto;
    font-weight: 400;
}

.footer-copy-center #Footer .footer_copy .copyright {
	font-size: 14px;
	margin-bottom: 0;
}
#Footer .footer_copy .social-menu a {
	font-size: 14px;
}
.footerp {
	font-weight: 300;
}
.footerp strong {
	font-weight: 500;
}

.textsel:hover {
    color: #517da3;
    transition: all .4s ease-in-out;
}
.htextsel:hover {
	background-color: #22517A;
	box-shadow: 0 0 0 4px #22517A;
	color: #ffffff;
	width: max-content;
    transition: all .4s ease-in-out;
	border-radius: 0.5px;
}

.style-simple .icon_box .image_wrapper img {
	width:150px !important;
}

/* Contatti */
span.file-limit {
    font-size: 14px;
    color: #999999;
}
span.accept-gdpr {
    font-size: 14px;
    font-weight: 300;
}


.margin {margin:1%;}

.hover_color .hover_color_wrapper {
	color: #002A4F !important;
    background-color: #fafafa !important;
}
.hover_color .hover_color_bg {
	border: 0;
}

.color-off .hover_color_wrapper {
    color: #002A4F !important;
    background-color: #fafafa !important;
}
.color-off .hover_color_wrapper:hover {
	color:#fafafa !important;
	background-color: #22517A !important;
	transition: all .4s ease-in-out;
}
.color-off .hover_color .hover_color_bg {
	background-color: transparent;
	border: 0;	
}



/* Tab_Special Situations_Mobile */

.color-header h4 {
	margin-bottom: 0;
    font-weight: 800;
	color: #ffffff;
	font-size: 26px;
}
.color-header .hover_color .hover_color_wrapper {
    background-color: #22517A !important;
}

.color-subhead {}
.color-subhead .hover_color .hover_color_wrapper {
    color: #333333 !important;
    background-color: #EBEBEB !important;
	font-size: 20px;
}

.color-content {}
.color-content .hover_color .hover_color_wrapper {
	color: #333333 !important;
    background-color: #ffffff !important;
	font-size: 20px;
}


/* Tab_Special Situations */

table {
    border: 0;
    border-spacing: 10px !important;
    border-collapse: separate !important;
	background-image: url(https://www.one33.it/wp-content/uploads/2022/02/arrow_bkg.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}
table td {
	border: 0;
}
td.blue {
    color: #ffffff;
    background-color: #22517A !important;
    font-size: 20px;
    text-align: center middle;
    padding: 0;
    height: 60px;
}
td.blueVer {
    color: #ffffff;
    background-color: #22517A !important;
    text-align: center middle;
    font-size: 20px;
    padding: 0;
    width: 50px;
}
/*td.blueVer span {
    transform: rotate(270deg);
}*/
td.grey {
    background-color: #EBEBEB !important;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    height: 90px;
    width: 180px;
}
td.white {
    font-size: 20px;
    padding: 20px;
	text-align: left;
	font-weight: 300;
}
td.white:hover {
    background-color: #22517A !important;
    color: #ffffff;
    transition: all .4s ease-in-out;
    /*transform: scale(1.01);*/
}

.table-html {}
.table-mobile {display:none;}


.grecaptcha-badge {
	z-index: 999999;
}

/* NEWS PRICIPAL*/
.blog_wrapper .post .post-footer{
   display: none;
}

.blog_wrapper .entry-title {
	font-weight: 500;
}

.blog_wrapper .post .image {
    filter: grayscale(100%);
}


.blog_wrapper .post .image:hover {
    filter: none;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	
	p {font-size: 18px; line-height: 24px;}
	
	.title-mod h4 {font-size:22px;}
	
	.playground-list ul li {font-size:18px; line-height:24px; text-align:left;}
	
	.performing h4 {font-size:24px;}
	
	.contact-set h4 {font-size:22px;}
	
	.table-html {display:none;}
	.table-mobile {display:contents;}
	
	.color-off .hover_color_wrapper {font-size:15px;}
	
	.color-header h4 {font-size:21px; line-height:28px; font-weight:500;}
	.color-header .hover_color .hover_color_wrapper {padding:14px !important;}
	.color-subhead .hover_color .hover_color_wrapper {font-size:16px;}
	.color-content .hover_color .hover_color_wrapper {font-size:15px; line-height:22px; padding:8px !important;}
	
	.color-content .hover_color_wrapper {
    	color: #333333 !important;
    	background-color: #ffffff !important;
	}
	.color-content .hover_color_wrapper:hover {
		color:#fafafa !important;
		background-color: #22517A !important;
		transition: all .4s ease-in-out;
	}
	
	/*News Pricipal*/
	.blog_wrapper .entry-title {font-size:22px; line-height:28px;}
	.blog_wrapper .post-excerpt {font-size:18px; line-height:22px;}
	.blog_wrapper .post-head {font-size:15px;}
}

/* WPML 
#Top_bar .wpml-languages {
	display:none!important;
}*/