/*
Theme Name: Tyler
Theme URI: http://www.showthemes.com/new-event-wordpress-theme-tyler
Author:  Showthemes
Author URI: http://www.showthemes.com
Description: Tyler is a WordPress Theme by Event Manager Shop. Designed by Fabio Cannillo, developed by Simone Bolognini (http://www.simonebolognini.it) and Mario Peshev (http://devwp.eu/)
Version: 1.6.26
*/
body .mediabox{
	max-width: 1300px;
    margin: 40px auto;
}

.mediabox a.post .desc strong {
    color: #ffffff !important;
	font-weight:600 !important;
}

.mediabox a.post .desc {
    top: 40%;
	padding:15px;
}

body #tile_media h2{
	text-align:center;
	font-weight:600;
}

body .btn-group-header {
   display:none;
}

body #tile_media .btn-check {
    color: #E4007E;
    border-color: #E4007E;
}

.mediabox a.post {
  height:350px !important;
}

.mediabox a.post img {
    object-fit: cover !important;
	width:100%;
}

.sessions.list .session .speaker img {
    object-fit: contain;
    height: 100%;
}

.speakers .photo img {
    width: 212px;
    height: 212px;
    object-fit: cover;
    border-radius: 50%;
	box-shadow:0px 0px 0px 2px #ffffff;
}

body .btn-secondary{
	background-color:#e4007e;
	border:0;
}

body #tile_connect{
	background:#232856;
}

body .connect{
	background:#232856;	
}

body .credits{
	color:#fff !important;
}

.sessions .session .title {
    color: #e4007e;
}

.sessions.list .more {
    background-color: #232856;
}

.nav-tabs > li > a {
    background-color: #232856;
    border-color: #232856;
}

body .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #e4007e;
    border: 1px solid #e4007e;
}

h1 img.img-circle {
    width: 110px;
   height: 110px;
    object-fit:cover;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%;
}

.heading h1 {
    font-size: 33px;
}

.has-pale-cyan-blue-background-color {
    background-color: #222755 !important;
}

.wp-block-media-text__content p{
	color:#fff;
	text-transform:uppercase;
	font-size:1.5rem;
	font-weight:600;
}

.wp-block-media-text__content ul li{
	color:#fff;
}

.video-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Impostare l'altezza in base al rapporto 16:9 */
	overflow: hidden;
	z-index:0;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 600px;
	display:block;
}

body .video-responsive figure{
	width:100% !important;
}

.sessions.single .session .speaker img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

 @media screen and (max-width: 768px) {
	 .wp-block-image img{
		 background-size:cover;
		 height:100% !important;
	 }
	 
	.video-responsive iframe, .video-responsive object, .video-responsive embed {
		height: 200px;
		position:relative;
	}
	
	 .landing .bg{
		 background: url("/wp-content/uploads/2024/02/20230227104418_ecomuseo-del-freidano_1-1.jpg") no-repeat left top, linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)) fixed center center !important;
		 background-size:cover !important;
	 }
	 
}
