.wc-btn-wrapper {
display: inline-block;
}
.btn-text-flip svg,
.wc-btn-wrapper svg {
width: 1em;
height: 1em;
} .wc-btn-group {
display: flex;
width: fit-content;
}
.wc-btn-group .wc-btn-primary {
padding: 21px 40px;
font-weight: 600;
font-size: 16px;
line-height: 1;
color: #fff;
background-color: #0A1A3D;
text-transform: capitalize;
transition: all 0.3s;
display: inline-flex;
align-items: center;
overflow: hidden;
z-index: 1;
gap: 30px;
white-space: nowrap;
border-radius: 30px;
text-decoration: none;
}
.wc-btn-group .wc-btn-play {
color: #fff;
fill: #fff;
border-radius: 50px;
background-color: #0A1A3D;
border: 1px solid transparent;
height: 60px;
width: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.wc-btn-group > *:nth-child(2) {
transform: scale3d(1, 1, 1);
}
.wc-btn-group:hover > *:nth-child(2) {
transform: scale3d(1, 1, 1);
} .style-1 .wc-btn-group > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-1 .wc-btn-group > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
} .style-2 .wc-btn-group > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-2 .wc-btn-group > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
} .btn-text-flip {
perspective: 1000px;
text-decoration: none;
}
.btn-text-flip:hover {
color: #fff;
fill: #fff;
}
.btn-text-flip:hover span {
color: #fff;
transform: rotateX(90deg) translateY(-12px);
}
.btn-text-flip span {
position: relative;
display: inline-block;
padding: 0;
color: #121212;
transition: transform 0.3s;
transform-origin: 50% 0;
transform-style: preserve-3d;
}
.btn-text-flip span:before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
content: attr(data-text);
transition: color 0.3s;
transform: rotateX(-90deg);
transform-origin: 50% 0;
text-align: center;
} .style-4 .btn-border-crop {
display: inline-block;
}
.style-4 .btn-border-crop:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(105.52deg, var(--b-color-1, #FF856A) 0%,  var(--b-color-2, #FFED4E) 34%, var(--b-color-3, #4BFFF4) 69%, var(--b-color-4, #7F52FF) 100%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
mask-image: var(--btn-bg, url(//knix.agency/wp-content/plugins/arolax-essential/assets/images/btn-image.webp));
mask-size: 100% 100%;
mask-repeat: no-repeat;
mask-position: center;
}
.arolax-btn-width-full .wc-btn-wrapper {
width: 100%;
}
.arolax-btn-width-full a {
width: 100%;
justify-content: center;
} .btn-border-divide {
gap: 10px;
display: flex;
align-items: flex-end;
overflow: hidden;
}
.btn-border-divide .text,
.btn-border-divide .icon {
border-bottom: 1px solid;
}
.btn-border-divide .icon {
padding-bottom: 3px;
position: relative;
}
.btn-border-divide .icon i:first-child,
.btn-border-divide .icon svg:first-child {
position: absolute;
transform: translate(-10px, 10px);
transition: all .3s;
opacity: 0;
}
.btn-border-divide .icon i:last-child,
.btn-border-divide .icon svg:last-child {
transition: all .3s;
opacity: 1;
} .btn-border-divide:hover .icon i:first-child,
.btn-border-divide:hover .icon svg:first-child {
transform: translate(0, 0);
opacity: 1;
}
.btn-border-divide:hover .icon i:last-child,
.btn-border-divide:hover .icon svg:last-child {
transform: translate(10px, -10px);
opacity: 0;
}.wcf__posts h1,.wcf__posts h2,.wcf__posts h3,.wcf__posts h4,.wcf__posts h5,.wcf__posts h6,.wcf__posts p,.wcf__posts ul{padding:0;margin:0}.wcf__posts li{list-style:none}.wcf__posts a{text-decoration:none}.wcf__posts .wcf-posts{display:grid}.wcf__posts .highlight{font-weight:600}.wcf__posts a,.wcf__posts button{cursor:pointer;transition:all .3s}.wcf__posts .thumb{margin-bottom:20px}.wcf__posts .thumb img{width:100%;-o-object-fit:cover;object-fit:cover}.wcf__posts .wcf-meta,.wcf__posts .wcf-taxonomy{gap:5px;display:flex;margin-bottom:15px}.wcf__posts .wcf-meta li,.wcf__posts .wcf-taxonomy li{display:inline-block;line-height:1.2}.wcf__posts .wcf-meta a,.wcf__posts .wcf-meta span,.wcf__posts .wcf-taxonomy a,.wcf__posts .wcf-taxonomy span{font-weight:400;font-size:14px;line-height:1.5;display:inline-block;text-transform:capitalize}.wcf__posts .title{margin-bottom:20px}.wcf__posts .desc{margin-bottom:25px}.wcf__posts svg{width:1em;height:1em}.wcf__posts .link{font-size:14px;font-weight:500;line-height:1.5;color:#666;fill:#666;position:relative;align-items:center;display:inline-flex;gap:10px}.wcf__posts .link.right i,.wcf__posts .link.right svg{order:15}.wcf__posts .link:hover{color:#1c1d20;fill:#1c1d20}.wcf__posts.style-1 .wcf-taxonomy a{border-radius:3px;padding:4px 10px 2px;text-transform:uppercase;background-color:#f3f3f3}.wcf__posts.style-1 .wcf-taxonomy a:hover{color:#e8bf96}.wcf__posts.style-1 .wcf-meta{gap:40px;display:flex}@media only screen and (max-width:1919px){.wcf__posts.style-1 .wcf-meta{gap:30px}}@media only screen and (max-width:1199px){.wcf__posts.style-1 .wcf-meta{gap:24px}}.wcf__posts.style-1 .wcf-meta li{position:relative}.wcf__posts.style-1 .wcf-meta li::after{position:absolute;content:"";width:1px;height:10px;inset-inline-start:-20px;top:50%;background-color:#999;transform:translateY(-50%)}@media only screen and (max-width:1919px){.wcf__posts.style-1 .wcf-meta li::after{inset-inline-start:-15px}}@media only screen and (max-width:1199px){.wcf__posts.style-1 .wcf-meta li::after{inset-inline-start:-12px}}.wcf__posts.style-1 .wcf-meta li:first-child::after{display:none}.wcf__posts.style-1 .wcf-meta a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-1 .link{text-transform:uppercase}.wcf__posts.style-1 .link:hover::after{width:0%}.wcf__posts.style-1 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:var(--gray-4,#999)}.wcf__posts.style-2 .wcf-post{display:grid;grid-template-columns:48% 1fr;background-color:#f7f7fa}@media only screen and (max-width:1199px){.wcf__posts.style-2 .wcf-post{grid-template-columns:1fr}}.wcf__posts.style-2 .thumb{margin:0}.wcf__posts.style-2 .thumb img{height:100%}.wcf__posts.style-2 .content{display:flex;flex-direction:column;padding:60px 45px}@media only screen and (max-width:1919px){.wcf__posts.style-2 .content{padding:40px 30px}}@media only screen and (max-width:991px){.wcf__posts.style-2 .content{padding:30px}}@media only screen and (max-width:767px){.wcf__posts.style-2 .content{padding:30px 20px}}.wcf__posts.style-2 .title{order:-1}.wcf__posts.style-2 .wcf-meta,.wcf__posts.style-2 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-2 .wcf-meta::before,.wcf__posts.style-2 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#202c58;inset-inline-start:0}.wcf__posts.style-2 .wcf-meta a,.wcf__posts.style-2 .wcf-meta span,.wcf__posts.style-2 .wcf-taxonomy a,.wcf__posts.style-2 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-2 .wcf-meta a::after,.wcf__posts.style-2 .wcf-meta span::after,.wcf__posts.style-2 .wcf-taxonomy a::after,.wcf__posts.style-2 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-2 .wcf-meta li:last-child a::after,.wcf__posts.style-2 .wcf-meta li:last-child span::after,.wcf__posts.style-2 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-2 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-2 .wcf-meta a:hover,.wcf__posts.style-2 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-2 .desc p{color:#666}.wcf__posts.style-2 .link{color:#fff;fill:#202c58;font-weight:600;padding:12px 30px;text-transform:uppercase;background-color:#202c58;width:-moz-max-content;width:max-content;margin-top:auto}.wcf__posts.style-2 .link:hover{color:var(--white,#fff);fill:var(--white,#fff);background-color:var(--primary,#e8bf96)}.wcf__posts.style-3 .wcf-post{position:relative}.wcf__posts.style-3 .thumb{margin:0;width:100%}.wcf__posts.style-3 .content{width:80%;padding:60px 45px;background-color:#e2f3ff;margin-inline-start:10%;margin-top:-160px;position:relative;z-index:1}@media only screen and (max-width:1919px){.wcf__posts.style-3 .content{padding:30px 25px 35px}}@media only screen and (max-width:1199px){.wcf__posts.style-3 .content{width:90%;margin-inline-start:5%;margin-top:-100px}}.wcf__posts.style-3 .title{order:-1}.wcf__posts.style-3 .wcf-meta,.wcf__posts.style-3 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-3 .wcf-meta a,.wcf__posts.style-3 .wcf-meta span,.wcf__posts.style-3 .wcf-taxonomy a,.wcf__posts.style-3 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-3 .wcf-meta a::after,.wcf__posts.style-3 .wcf-meta span::after,.wcf__posts.style-3 .wcf-taxonomy a::after,.wcf__posts.style-3 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-3 .wcf-meta li:last-child a::after,.wcf__posts.style-3 .wcf-meta li:last-child span::after,.wcf__posts.style-3 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-3 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-3 .wcf-meta a:hover,.wcf__posts.style-3 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-3 .desc p{color:#666}.wcf__posts.style-3 .link{width:-moz-max-content;width:max-content;color:#1c1d20;text-transform:uppercase;margin-top:auto}.wcf__posts.style-3 .link:hover::after{width:0%}.wcf__posts.style-3 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:#1c1d20}.wcf__posts.style-4 .wcf-post{position:relative;transition:all .3s}.wcf__posts.style-4 .wcf-post:hover .content{background-color:rgba(28,29,32,.7)}.wcf__posts.style-4 .wcf-post:hover .wcf-meta a,.wcf__posts.style-4 .wcf-post:hover .wcf-meta span,.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy a,.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy span{color:var(--white,#fff)}.wcf__posts.style-4 .wcf-post:hover .desc p{color:var(--gray-2,#d9d9d9)}.wcf__posts.style-4 .wcf-post:hover .link{color:var(--white,#fff)}.wcf__posts.style-4 .content{height:100%;padding:45px;background-color:#262629;transition:all .3s;flex-direction:column;display:flex;position:relative}@media only screen and (max-width:991px){.wcf__posts.style-4 .content{padding:30px 20px}}.wcf__posts.style-4 .thumb{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0}.wcf__posts.style-4 .thumb img{height:calc(100% - 1px)}.wcf__posts.style-4 .title a{color:#fff}.wcf__posts.style-4 .author{display:flex;align-items:center;gap:20px;margin-bottom:100px}.wcf__posts.style-4 .author-img img{width:60px;height:60px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.wcf__posts.style-4 .author-bio p{color:#999}.wcf__posts.style-4 .author-bio a{font-weight:600;font-size:18px;line-height:1.5;color:var(--white);text-transform:capitalize;display:block}.wcf__posts.style-4 .wcf-taxonomy a{border-radius:3px;padding:4px 10px 2px;text-transform:uppercase;background-color:rgba(255,255,255,.2);color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-taxonomy a{color:var(--white,#fff)}}.wcf__posts.style-4 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-4 .wcf-meta{gap:40px;display:flex}@media only screen and (max-width:1919px){.wcf__posts.style-4 .wcf-meta{gap:30px}}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta{gap:24px}}.wcf__posts.style-4 .wcf-meta li{position:relative}.wcf__posts.style-4 .wcf-meta li::after{position:absolute;content:"";width:1px;height:10px;inset-inline-start:-20px;top:50%;background-color:#999;transform:translateY(-50%)}@media only screen and (max-width:1919px){.wcf__posts.style-4 .wcf-meta li::after{inset-inline-start:-15px}}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta li::after{inset-inline-start:-12px}}.wcf__posts.style-4 .wcf-meta li:first-child::after{display:none}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta a{color:var(--white,#fff)}}.wcf__posts.style-4 .wcf-meta a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-4 .wcf-meta span{transition:all .3s;color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta span{color:var(--white,#fff)}}.wcf__posts.style-4 .desc p{color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .desc p{color:var(--gray-2,#d9d9d9)}}.wcf__posts.style-4 .link{font-size:16px;margin-top:auto;width:-moz-max-content;width:max-content;color:#999}.wcf__posts.style-5 .wcf-post{position:relative;display:flex}@media only screen and (max-width:991px){.wcf__posts.style-5 .wcf-post{flex-direction:column}}.wcf__posts.style-5 .thumb{margin:0;width:55%;display:flex;align-self:center}@media only screen and (max-width:1199px){.wcf__posts.style-5 .thumb{width:100%;height:auto}}@media only screen and (max-width:991px){.wcf__posts.style-5 .thumb{align-self:flex-start}}.wcf__posts.style-5 .thumb a{width:100%}.wcf__posts.style-5 .content{width:60%;padding:60px 45px;z-index:1;background-color:var(--green,#3f524c);display:flex;flex-direction:column;align-self:center;margin-inline-start:-15%}@media only screen and (max-width:1919px){.wcf__posts.style-5 .content{padding:30px 25px 35px}}@media only screen and (max-width:1199px){.wcf__posts.style-5 .content{width:90%}}@media only screen and (max-width:991px){.wcf__posts.style-5 .content{width:92%;margin-inline-start:4%;margin-top:-15%}}.wcf__posts.style-5 .title a{color:#fff}.wcf__posts.style-5 .wcf-meta,.wcf__posts.style-5 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-5 .wcf-meta::before,.wcf__posts.style-5 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#fff;inset-inline-start:0}.wcf__posts.style-5 .wcf-meta a,.wcf__posts.style-5 .wcf-meta span,.wcf__posts.style-5 .wcf-taxonomy a,.wcf__posts.style-5 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#fff}.wcf__posts.style-5 .wcf-meta a::after,.wcf__posts.style-5 .wcf-meta span::after,.wcf__posts.style-5 .wcf-taxonomy a::after,.wcf__posts.style-5 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-5 .wcf-meta li:last-child a::after,.wcf__posts.style-5 .wcf-meta li:last-child span::after,.wcf__posts.style-5 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-5 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-5 .wcf-meta a:hover,.wcf__posts.style-5 .wcf-taxonomy a:hover{color:#e8bf96}.wcf__posts.style-5 .desc p{color:#d9d9d9}.wcf__posts.style-5 .link{width:-moz-max-content;width:max-content;color:#fff;text-transform:uppercase;margin-top:auto}.wcf__posts.style-5 .link:hover::after{width:0%}.wcf__posts.style-5 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:#fff}.post-pagination{display:flex}.post-pagination .page-numbers{font-size:16px;font-weight:500;line-height:1.5;text-transform:capitalize}.post-pagination svg{width:1em;height:1em}.post-pagination.style-1{gap:20px}.post-pagination.style-1 .page-numbers:hover{color:var(--primary,#e8bf96);fill:var(--primary,#e8bf96)}.post-pagination.style-1 .page-numbers.current{color:#999}.post-pagination.style-2{gap:3px}.post-pagination.style-2 .page-numbers{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#1c1d20}.post-pagination.style-2 .page-numbers:not(.prev,.next):hover{color:#1c1d20;fill:#1c1d20;background-color:#f5f3ed}.post-pagination.style-2 .prev{justify-content:flex-start}.post-pagination.style-2 .next{justify-content:flex-end}.post-pagination.style-2 .current{color:#1c1d20;background-color:#f5f3ed}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img,.elementor-widget-wcf--posts.wcf--image-effect-zoom-out img,.elementor-widget-wcf--posts.wcf--image-left-move img,.elementor-widget-wcf--posts.wcf--image-right-move img{transition:all .5s}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .thumb,.elementor-widget-wcf--posts.wcf--image-effect-zoom-out .thumb,.elementor-widget-wcf--posts.wcf--image-left-move .thumb,.elementor-widget-wcf--posts.wcf--image-right-move .thumb{overflow:hidden}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img{transform:scale(1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .wcf-post:hover .thumb img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-out img{transform:scale(1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-out .wcf-post:hover .thumb img{transform:scale(.9)}.elementor-widget-wcf--posts.wcf--image-left-move img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-left-move .wcf-post:hover .thumb img{transform:scale(1.1) translateX(4%)}.elementor-widget-wcf--posts.wcf--image-right-move img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-right-move .wcf-post:hover .thumb img{transform:scale(1.1) translateX(-4%)}.wcf__posts.style-6 .wcf-post{display:flex}.wcf__posts.style-6 .post_video_date{flex:0 0 15%}.wcf__posts.style-6 .posts_video_thumb{position:relative;flex:0 0 20%}.wcf__posts.style-6 .thumb_icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.wcf__posts.style-6 .content{flex:1;display:flex;flex-direction:column}.wcf__posts.style-6 .title{order:-1}.wcf__posts.style-6 .thumb{margin:0;height:100%}.wcf__posts.style-6 .thumb img{height:100%}@media (max-width:767px){.wcf__posts.style-6 .wcf-post{flex-direction:column}}.wcf__posts.style-6 .wcf-meta,.wcf__posts.style-6 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-6 .wcf-meta::before,.wcf__posts.style-6 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#202c58;inset-inline-start:0}.wcf__posts.style-6 .wcf-meta a,.wcf__posts.style-6 .wcf-meta span,.wcf__posts.style-6 .wcf-taxonomy a,.wcf__posts.style-6 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-6 .wcf-meta a::after,.wcf__posts.style-6 .wcf-meta span::after,.wcf__posts.style-6 .wcf-taxonomy a::after,.wcf__posts.style-6 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-6 .wcf-meta li:last-child a::after,.wcf__posts.style-6 .wcf-meta li:last-child span::after,.wcf__posts.style-6 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-6 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-6 .wcf-meta a:hover,.wcf__posts.style-6 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-6 .desc p{color:#666}.wcf__posts.style-6 .link{color:#fff;fill:#202c58;font-weight:600;padding:12px 30px;text-transform:uppercase;background-color:#202c58;width:-moz-max-content;width:max-content;margin-top:auto}.wcf__posts.style-6 .link:hover{color:var(--white,#fff);fill:var(--white,#fff);background-color:var(--primary,#e8bf96)}.post-pagination.style-6{gap:3px}.post-pagination.style-6 .page-numbers{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#1c1d20}.post-pagination.style-6 .page-numbers:not(.prev,.next):hover{color:#1c1d20;fill:#1c1d20;background-color:#f5f3ed}.post-pagination.style-6 .prev{justify-content:flex-start}.post-pagination.style-6 .next{justify-content:flex-end}.post-pagination.style-6 .current{color:#1c1d20;background-color:#f5f3ed}ul.wcf-meta_video{display:grid}.author_views a::after{position:absolute;content:"-";height:auto;text-align:center;right:10px;top:0}.author_views a{position:relative}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:2400px){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1366px){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1200px){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:880px){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.wcf--social-icons ul{margin:0;padding:0}.wcf--social-icons ul li{list-style:none;line-height:1}.wcf--social-icons ul li a{display:flex;align-items:center;justify-content:center;font-size:var(--icon-size,20px);line-height:var(--icon-size,20px);width:calc(var(--icon-size,20px) + 2 * var(--icon-padding,1px));height:calc(var(--icon-size,20px) + 2 * var(--icon-padding,1px))}