/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

ul,ol{
	margin:0 0 15px;
}


.e-filter-dropdown {
  position: relative;
  display: inline-block;
  width: 250px;
}

.e-filter {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  display: none!important;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 100;
	width:250px;
	gap:0!important;
	align-items:flex-start!important;
}

.e-filter.show {
  display: flex!important;
}

/* Individual button styling */
.e-filter-item {
  background: #fff;
  border: none;
  padding: 10px 15px!important;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

.e-filter-item:hover {
  background: #f5f5f5;
}

/* Selected (collapsed) button */
.e-filter-dropdown button.e-filter-selected {
    background: var(--e-global-color-secondary);
    border-radius: 10px;
    padding: 5px 20px 5px 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px var(--e-global-color-secondary);
    width: 180px;
	max-width:100%;
	color:var( --e-global-color-primary );
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:left
}
@media screen and (max-width:767px){
	.e-filter ,.e-filter-dropdown button.e-filter-selected{
		width:100%
	}
}
.e-filter-selected::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #666;
}


nav.elementor-pagination {
    display: flex;
    justify-content: center;
}

nav.elementor-pagination .pagination-inner {
    background: #fff;
    padding: 5px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.pagination-inner .page-numbers {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0 5px;
	transition:all ease 300ms
}

.pagination-inner .page-numbers:hover,.pagination-inner .page-numbers.current {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}

.pagination-inner span.page-numbers.next,
.pagination-inner span.page-numbers.prev{
	display:none
}


a.page-numbers.next,a.page-numbers.prev {
    font-family: 'Material Icons';
}

.material-symbols-outlined  a.elementor-icon{
	 font-family: 'Material Icons';
}
.material-symbols-outlined.icon-search a.elementor-icon:before {
    content: "search";
}

.material-symbols-outlined  a.elementor-icon svg{
	display:none;
}
.elementor-widget-search.icon-search button {
    font-family: 'Material Icons';
}
.elementor-widget-search.icon-search button span{
	display:none
}
.icon-search button.e-search-submit:before {
    content: "search";
	font-size:18px
}

.elementor-widget-breadcrumbs p {
    margin-bottom: 0;
    font-family: 'Material Icons';
}

.elementor-widget-breadcrumbs p span > span {
    font-family: "acumin-pro", sans-serif;
    border: 1px solid var(--e-global-color-secondary);
    padding: 3px 5px;
    border-radius: 4px;
	display:inline-block;
	margin-bottom:10px;
}

body .post-content-main a {color:#303039; text-decoration:underline; font-weight:bold;}

