/*
 Theme Name: Esfera Hub - Esfera Mentoria
 Theme URI: https://esferahub.com 
 Description: A theme made by Getup Agency
 Author: Getup Agency
 Author URI: https://getupagency.pt 
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* ---------- TWEAKS ---------- */
.force_cover img {object-fit: cover;}



/* ---------- START - MENUS ---------- */
/**/


/* ---------- FLOATING - Whatsapp icon ---------- */
.floating {
	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	/*box-shadow: 2px 2px 5px #999;*/
	z-index:1000 !important;
}
.float-button {margin-top:10px;}

/* Hide whatsapp icon on specific pages */
/*.page-id-XXX .floating {display: none;}*/


/* ---------- BLURB Destinatarios ---------- */
.et_pb_module.blurb_destinatarios ul li {margin-bottom: 15px;}


/* ---------- Timeline - Metodologia ---------- */
.tmdivi-timeline .tmdivi-story .tmdivi-content {
	display: flex;
	flex-wrap: wrap;
}
.tmdivi-timeline .tmdivi-story .tmdivi-content .tmdivi-title {order: 2;}
.tmdivi-timeline .tmdivi-story .tmdivi-content .tmdivi-media {order: 1; width: 25%;}


/* ---------- START - Countdown Timer module ---------- */

/* Translate Countdown labels and vice versa */

html[lang="pt-PT"] .et_pb_countdown_timer .section.days::after { content: "Dias" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="pt-PT"] .et_pb_countdown_timer .section.hours::after { content: "Horas" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="pt-PT"] .et_pb_countdown_timer .section.minutes::after { content: "Minutos" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="pt-PT"] .et_pb_countdown_timer .section.seconds::after { content: "Segundos" !important; font-size: 13px; text-align: center; color: #666; display: block; }

html[lang="en-US"] .et_pb_countdown_timer .section.days::after { content: "Days" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="en-US"] .et_pb_countdown_timer .section.hours::after { content: "Hours" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="en-US"] .et_pb_countdown_timer .section.minutes::after { content: "Minutes" !important; font-size: 13px; text-align: center; color: #666; display: block; }
html[lang="en-US"] .et_pb_countdown_timer .section.seconds::after { content: "Seconds" !important; font-size: 13px; text-align: center; color: #666; display: block; }

/* Hide EN labels in the PT version */
html[lang="pt-PT"] .et_pb_countdown_timer .section .label {
    display: none !important;
}

/* Adjust timer width */
.et-db #et-boc .et-l .et_pb_countdown_timer .section.values {width: 20%;}

/* ---------- END - Countdown Timer module ---------- */