.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(//ace.nsw.edu.au/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;
}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.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}.gallery--slider {
display: block;
position: relative;
overflow: hidden;
}
.gallery--slider svg {
width: 1em;
height: 1em;
}
.g-slider--title {
position: absolute;
width: 420px;
height: 420px;
background-color: #C8F31D;
border-radius: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: none;
align-items: center;
justify-content: center;
z-index: 1;
}
.g-slider--title .g-title {
text-align: center;
}
.g-slider--one,
.g-slider--two {
display: flex;
flex-direction: column;
gap: 10px;
width: 150%;
}
.g-slider--one {
margin-bottom: 10px;
}
.gallery--slider .item {
flex: 1;
max-width: 100%;
position: relative;
transition: all 0.3s;
}
.gallery--slider .content-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 30px;
transition: all 0.3s;
}
.gallery--slider .content {
text-align: left;
}
.gallery--slider .icon-wrap {
text-align: right;
}
.gallery--slider .icon {
display: inline-block;
padding: 12px 24px;
border: 1px solid #ddd;
border-radius: 25px;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
transform: translateY(30px);
}
.gallery--slider .title {
opacity: 0;
visibility: hidden;
transition: all 0.5s;
transform: translateY(30px);
}
.gallery--slider p {
opacity: 0;
visibility: hidden;
transition: all 0.5s;
transform: translateY(20px);
}
.gallery--slider .source {
height: 100%;
width: 100%;
}
.gallery--slider .source img,
.gallery--slider .source video {
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery--slider .item:hover .content-wrap {
background-color: #FFFFFFE5;
}
.gallery--slider .item:hover p,
.gallery--slider .item:hover .icon,
.gallery--slider .item:hover .title {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .g-slider--title .progress-circle @keyframes growProgressBar {
0%, 33% { --pgPercentage: 0; }
100% { --pgPercentage: var(--value); }
}
.g-slider--title .progress-circle {
--fg: #b0d02e;
--bg: transparent;
--bg-color: #C8F31D;
--pgPercentage: var(--value);
animation: growProgressBar 3s 1 forwards;
width: calc(100% - 60px);
height: calc(100% - 60px);
border-radius: 50%;
display: grid;
place-items: center;
background: radial-gradient(closest-side, var(--bg-color) 98%, transparent 0 99.9%, transparent 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s;
}
.g-slider--title .progress-circle::before {
counter-reset: percentage var(--value);
content: counter(percentage) '%';
}
@media (min-width: 768px) {
.g-slider--title{
display: flex;
}
.g-slider--one,
.g-slider--two {
flex-direction: row;
}
}
@media (max-width: 1199px) {
.gallery--slider .item p,
.gallery--slider .item .icon,
.gallery--slider .item .title {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.gallery--slider .item .content-wrap {
background-color: #FFFFFFE5;
}
}
@media (max-width: 991px) {
.g-slider--one,
.g-slider--two {
width: 200%;
}
}
@media (max-width: 767px) {
.g-slider--one,
.g-slider--two {
width: 100%;
}
}