/*  
Theme Name: Hestia Child    
Theme URI: https://www.themeisle.com/     
Description: This is a custom child theme I have created.    
Author: ThemeIsle    
URI: https://www.themeisle.com/    
Template: hestia   
Version: 0.1     
*/

@import url('https://fonts.cdnfonts.com/css/sweet-cupcake-alt-demo');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,700&display=swap');


h1, h2, .bt_bb_headline_tag {
	font-family: "Sweet Cupcake Demo", "Roboto", sans-serif !important;
}

.hestia-title {
		font-family: "Barlow Condensed", "Roboto" !important;
}

.days_text, .hours_text, .seconds_text {
	position: absolute;
  font-size: 0!important;
}

.days_text:before, .hours_text:before, .seconds_text:before {
	visibility: visible;
	font-size: 8px;
}

.days_text:before {
	content: 'Jours';
}

.hours_text:before {
	content: 'Heures';
}

.seconds_text:before {
	content: 'Secondes';
}

.btCountdownHolder {
	color: rgb(239, 21, 21);
	font-weight: bold;
}

.copyright {
	font-size: 0;
}

.copyright::after {
	font-size: 12px;
	content: "Fait avec ❤️ par Cox Animation";
}

.bt_bb_latest_posts_item_image {
	display: none;
}

.page-header .container .hestia-title, .page-header .container .sub-title, .page-header .container .buttons {
	text-shadow: 0 0 8px rgb(0 0 0)!important;
}

.page-header .container .sub-title {
    background-color: rgba(0,0,0,0.4);
}


li.wp-social-link {
	height: 2em;
	width: 2em;
}

a.wp-block-social-link-anchor {
	padding: .5em !important;
}

#tribe-events-content a {
	color: rgb(239, 21, 21) !important;
	text-decoration: underline !important;
}
