/*
Theme Name: COEM 2025
Theme URI: https://coem.es.org/
Description: Theme for the COEM site based on Hello Elementor
Author: Moixó S.L.
Author URI: https://www.moixo.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: coem25
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Import compiled SASS styles */
@import url('assets/css/main.css');

/* Add any additional custom styles here */

/* Paginación de los listados */

.elementor-pagination{
    border-top: 1px solid #D9D9D9;
    padding-top: 40px;
}

.page-numbers.prev{
	color: #F05C00;
	background-image: url('/wp-content/themes/coem25/assets/images/arrow-left-orange.svg');
    background-repeat: no-repeat;
    background-position: left center;
	padding-left: 20px;
}

.page-numbers.next{
	color: #F05C00;
	background-image: url('/wp-content/themes/coem25/assets/images/arrow-right-orange.svg');
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 20px;
}

.page-numbers{
	color: #0F81C4;
}

.page-numbers.current{
	color: white;
	font-weight: bold;
    background: #F05C00;
    padding: 8px;
    border-radius: 6px;
}

.elementor-pagination {
	border-top: 1px solid #D9D9D9;
	margin-top: 30px;
	padding-top: 40px;
}

/* Maquetación de facets */

.facetwp-facet{
	margin-bottom: 0px!important;    
}

.fs-wrap{
	width: 100%!important;
}

.fs-label-wrap{
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom-color: var( --e-global-color-primary)!important;
	background-color: #F6F6F6!important;
	padding: 15px!important;
}

.fs-label{
	font-size: 12px!important;
	color: var( --e-global-color-primary)!important;
	font-family: Figtree!important;
}

.fs-arrow{
	border-top: 5px solid var( --e-global-color-primary)!important;
	border-top-width: 5px!important;
	border-top-style: solid!important;
	border-top-color: var( --e-global-color-primary)!important;
	margin-right: 10px!important;
}

.fs-wrap.multiple .fs-option .fs-checkbox i{
	border: 1px solid var( --e-global-color-primary)!important;
	border-radius: 5px!important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i{
	background-color: var( --e-global-color-primary)!important;
}

.fs-option-label{
	font-size: 12px!important;
	color: var( --e-global-color-primary)!important;
	font-family: Figtree!important;
	font-weight: bold!important;
}

.facetwp-reset{
	border: none!important;
	font-family: Figtree!important;
	color: var( --e-global-color-primary)!important;
	font-size: 14px!important;
}

.facetwp-reset:hover{
	border: none!important;
	background-color: #fff!important;
	color: var( --e-global-color-accent)!important;
	font-size: 14px!important;
}

.facetwp-facet .facetwp-facet-reset_facet .facetwp-type-reset .is-loading{
	background-color: #fff!important;
}
