.ajax-posts {
position: relative;
overflow: hidden;
} .ajax-posts__view {
transition: 0.2s ease;
width: 100%;
padding:0 15px;
}
.ajax-posts aside,
.ajax-posts__posts {
opacity: 1;
} .ajax-posts.is-waiting .ajax-posts__posts,
.ajax-posts.is-waiting aside {
opacity: 0.5;
}
.ajax-posts.is-expanded-filters .ajax-posts__view {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .ajax-posts__show-recipes-text,
.ajax-posts__hide-filters-text  {
display: none;
}
.ajax-posts.is-expanded-filters .ajax-posts__filter-recipes-text {
display: none;
}
.ajax-posts__screen-reader-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.ajax-posts__load-more {
flex: 0 0 100%;
} @media screen and (max-width: 34rem) {
.ajax-posts.is-expanded-filters .ajax-posts__show-recipes-text {
display: block;
}
} @media screen and (min-width: 35rem) {
.ajax-posts.is-expanded-filters .ajax-posts__hide-filters-text {
display: block;
}
} .anc-ajax-filter-box--m {
margin-bottom: 1rem;
}
.anc-ajax-filter-box--m ul{
margin:0;
padding:0;
display: flex;
align-items: center;
gap: 10px;
list-style:none !important;
}
.ajax-posts__filters ul {
list-style-type: none;
padding: 0;
margin-bottom: 0;
margin:0;
list-style:none;
}
.anc-ajax-filter-box--m li::marker{
display:none;
content: "" !important;
}
.ajax-posts__filter {
display: block;
}
.ajax-posts__filter.is-active{
color:rgba(255,114,70,1.00);
}
.ajax-posts__filter:visited{
color:#333;
}
.ajax-posts__filter-toggle {
padding: 5px; 
}
.ajax-posts__filter-toggle a:after {
margin-left: 5px;
content: "\25BE";
display: inline-block;
}
.ajax-posts__filter-toggle-hide {
display: none;
}
.ajax-posts__filter-toggle-hide:after {
transform: rotate(180deg);
position: relative;
top: 1px;
}
.ajax-posts__filterlist.is-collapsed li:nth-child(n+6) {
max-height: 35px;
}
.is-collapsed .ajax-posts__filter-toggle-hide {
display: block;
}
.is-collapsed .ajax-posts__filter-toggle-show {
display: none;
} .ajax-posts__post {
width: 100%;
}
.ajax-posts__post article {
overflow: hidden;
}
.ajax-posts__post > a {
display: block;
}
.ajax-posts__post img {
width: 100%;
}
@media screen and (min-width: 35rem) {
.ajax-posts__post { width: calc(50% - 0.9rem);
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
}
@media screen and (min-width: 35rem) and (max-width: 61rem) {
.is-expanded-filters .ajax-posts__post:nth-child(n+6) {
margin-right: 50%; }
}
@media screen and (min-width: 62rem) {
.ajax-posts__post { width: calc(33.33% - 1.2rem);
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.is-expanded-filters .ajax-posts__post:nth-child(2n) {
margin-right: 33.33%; }
} .ajax-posts__spinner {
clear: both;
display: none;
position: absolute;
left: 50%;
top: 50%;
background-color: #333;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 40px;
height: 40px;
border-radius: 100%;  
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
.ajax-posts.is-waiting .ajax-posts__spinner {
display: block;
}
@-webkit-keyframes sk-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% { 
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
} .ajax-posts__load-more {
display: flex;
justify-content: center;
padding-top: 32px;
}
.ajax-posts__load-more .js-load-more {
display: inline-block;
padding: 15px 30px;
text-align: center;
text-transform: capitalize;
font-weight: 500;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
overflow: hidden;
z-index: 70;
border-radius: 0;
background: var(--yellow-color);
color: var(--dark-color);
border: 0;
font-size: 16px;
}
.ajax-posts__load-more .js-load-more:hover {
background-color: var(--dark-color);
color: var(--white-color);
}
.ajax-posts__status {
margin: 1rem auto;
background: rgba(255, 0, 0, 0.53);
color: white;
padding: 0.5rem 1rem;
border-radius: 10px;
width: 80%;
max-width: 400px;
text-align: center;
font-weight: bold;
}
.ajax-posts .ajax-posts__toggle-filter {
margin-left: 0;
}
.ajax-posts-message {
text-align: center;
}
.ajax-posts-message--empty {
width: 100% !important;
margin-top: 2rem !important;
color: #999;
}
.ajax-posts__filters h3 {  
margin: 0;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1.2px;
font-weight: bold;
}
.ajax-posts__filter {
color: #74787c;
padding: 2px 10px;
border-radius: 4px;
font-size: 18px;
}
.ajax-posts__filter:visited {
color: #835BF6;
background: #F3EFFE;
padding: 2px 10px;
}
.ajax-posts_filters li:last-child a {
border-bottom: 1px dashed #B9B9B4;
}
.ajax-posts__filter:hover, .ajax-posts__filter.is-active {
color: #000e3c;
text-decoration: underline;
}
.ajax-posts__post {
padding-bottom: 1.8rem;
}
.ajax-posts__post h3 {
font-size: 1rem;
font-weight: bold;
margin-top: 0.8rem;
}
.ajax-posts__post img {
transition: 0.2s ease;
width: 100%;
}
.ajax-posts__post:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.ajax-posts__load-more{
width:100% !important;
flex: 0 0 100% !important;
}
.ajax_epc_section_title{
margin:0;
}
@media (max-width:767px){
.ajax_epc_section_title{
margin-bottom:20px;
}
.anc-ajax-filter-box--m ul{
flex-wrap: wrap;
justify-content: center;
}  
.ajax_epc_section_title{
text-align:center;
}
}
@media (min-width:991px){
.anc-ajax-filter-box--m{
display:flex;
gap:20px;
}
}
@media screen and (min-width: 35rem) {
.ajax-posts__filters {
padding-right: 1.8rem;
}
}.section-link {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0.5rem 0.2rem 1.2rem;
position: relative;
width: 100%;
align-self: flex-end;
}
.section-a  {
display: inline-block;
border-radius: 50%;
overflow: hidden;
border: 8px solid #EAFAF6;
margin-left: -35px;
transition: 0.3s ease-in-out;
}
.electio-pp-client-style-one .electio-pp-client-image-box{
display:flex;
align-items:center;
}
.electio-pp-client-style-one .electio-pp-client-ext-text{
margin-left:10px;
}
.electio-pp-client-style-one .section-a img{
max-width:68px;
}
.electio-pp-client-style-one .section-a:hover {
transform: scale(1.3);
z-index: 10;
} .electio-animation-button-icon a {
margin-left: 36px;
font-weight: bold;
font-size: 18px;
line-height: 150%;
color: #1B3C74;
}
.electio-animation-button-icon span {
position: absolute;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
}
.electio-animation-button-icon span::before {
content: '';
width: 30px;
height: 30px;
border-radius: 100%;
background: #F5E5B0;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: videoss 2s infinite;
}
.electio-animation-button-icon span i {
font-size: 12px;
background: #FFB200;
width: 136px;
height: 136px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #FFFFFF;
}
.electio-animation-button-icon span::after {
content: '';
width: 192px;
height: 192px;
border-radius: 100%;
background: #F7D985;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: videoss 2s infinite;
}
@keyframes videoss {
0% {
width: 30px;
height: 30px;
opacity: 1;
}
100% {
width: 192px;
height: 192px;
opacity: 0;
}
}
@keyframes videoss {
0% {
width: 30px;
height: 30px;
opacity: 1;
}
100% {
width: 248px;
height: 248px;
opacity: 0;
}
}