/*
Theme Name: Delfos
Theme URI: https://disto.com.ar
Description: Delfos theme support Extra
Author: Abdallah
Author URI: https://disto.com.ar
Template: extra
Version: 1.0
Text Domain: Delfos
*/


	.et-accent-color {
		font-family: 'Inter' !important;
		color: #79002D !important;
		font-size: 24px !important;
	}
	a.read-more-button {
		font-family: 'Inter' !important;
		background-color: #79002D !important;
		color: white !important;
		text-transform: capitalize !important;
		font-size: 0px !important;
		display: flex;
    flex-direction: column;
	}
	
	.entry-summary p {
		font-family: 'Inter' !important;
		font-size: 16px !important;
	}
	
		a.read-more-button:before {
			content: 'Leer mas';
			font-size: 18px !important;
			width: 100%;
			height: 100%;
	}
	
		.entry-summary p:first-child {
			display: none !important;
	}
	
	.page-numbers {
		font-family: 'Inter' !important;
	}
	
	.archive-pagination>.page-numbers li>.page-numbers.current {
		background-color: #79002D !important;
	}