.ea-alex-grid {
position: relative; }
.ea-alex-grid .ea-alex-wrap {
display: grid;
grid-template-columns: repeat(1, 1fr); }
.ea-alex-grid .ea-item {
position: relative;
overflow: hidden;
display: flex; }
.ea-alex-grid .ea-item:hover .ea-button-wrap {
margin-bottom: 0 !important; }
.ea-alex-grid .ea-item:hover .ea-readmore {
background: #fff; }
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon:before {
width: 50px;
background: #2B2D42; }
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:before,
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:after {
width: 10px;
transition-delay: .3s;
background: #2B2D42;
opacity: 1; }
.ea-alex-grid .ea-item:hover .ea-post-format a {
transform: translateY(0);
opacity: 1; }
.ea-alex-grid .ea-meta {
position: absolute;
top: 15px;
left: 15px;
display: flex;
align-items: center; }
.ea-alex-grid .ea-meta .ea-author-img img {
border-radius: 80px;
margin-right: 10px; }
.ea-alex-grid .ea-meta .ea-author-name a {
color: #dcdcdc;
font-size: 14px;
text-transform: capitalize;
font-weight: 600; }
.ea-alex-grid .ea-meta .ea-date,
.ea-alex-grid .ea-meta .ea-post-time {
color: #dcdcdc;
font-size: 12px;
font-weight: 500; }
.ea-alex-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alex-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alex-grid .ea-image-wrap {
width: 100%; }
.ea-alex-grid .ea-image-wrap .ea-img {
position: relative;
width: 100%;
height: 100%;
object-fit: cover; }
.ea-alex-grid .ea-content-wrap {
position: absolute;
overflow: hidden;
width: 100%;
bottom: 0;
height: auto;
background: rgba(43, 45, 66, 0.3); }
.ea-alex-grid .ea-content {
padding: 20px; }
.ea-alex-grid .ea-title {
font-size: 18px;
font-weight: 600;
display: inline;
margin: 0; }
.ea-alex-grid .ea-title a {
color: #fff; }
.ea-alex-grid .ea-category {
margin-bottom: 5px; }
.ea-alex-grid .ea-category a {
font-size: 14px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5); }
.ea-alex-grid .ea-button-wrap {
margin-bottom: -50px;
transition: margin-bottom 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-alex-grid .ea-readmore {
display: block;
position: relative;
padding: 25px 20px;
transition: all .3s ease; }
.ea-alex-grid .ea-readmore .ea-readmore-icon {
position: relative; }
.ea-alex-grid .ea-readmore .ea-readmore-icon:before {
content: '';
position: absolute;
left: 0;
height: 2px;
width: 15px;
background: rgba(255, 255, 255, 0.5);
transition: all .5s ease; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:before,
.ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
content: '';
position: absolute;
left: 40px;
width: 10px;
height: 2px;
background: transparent;
border-radius: 10px;
transition: all .5s ease;
opacity: 0; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
transform: rotate(-45deg);
bottom: -6px; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:before {
transform: rotate(45deg);
top: -4px; }
.ea-alex-grid .ea-content-left .ea-content-wrap {
left: 0; }
.ea-alex-grid .ea-content-right .ea-content-wrap {
right: 0; }
.ea-alex-grid .ea-post-format {
position: absolute;
right: 0;
top: 0;
margin: 15px; }
.ea-alex-grid .ea-post-format a {
padding: 16px 16px;
display: inline-flex;
color: #fff;
font-size: 16px;
transform: translateY(15px);
opacity: 0;
transition: all 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-global-link-yes .ea-alex-grid .ea-item:hover {
cursor: pointer; }
@media (min-width: 768px) {
.ea-alex-grid .ea-style-1 {
grid-template-columns: repeat(6, 1fr); }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-2 {
grid-template-columns: repeat(2, 1fr); }
.ea-alex-grid .ea-style-2 .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-3 {
grid-template-columns: repeat(6, 1fr); }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
grid-column: span 3 / auto;
grid-row: span 2; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-meta {
top: 30px;
left: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content {
padding: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title {
font-size: 24px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category a {
font-size: 18px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-button-wrap {
margin-bottom: -60px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-readmore {
padding: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2):hover .ea-button-wrap {
margin-bottom: 0 !important; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-3 .ea-item .ea-content-wrap {
width: 80%; } }
@media (min-width: 1024px) {
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
grid-column: span 2 / auto; }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-2 {
grid-template-columns: repeat(3, 1fr); }
.ea-alex-grid .ea-style-3 .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
grid-column: span 2 / auto;
grid-row: span 2; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 2 / auto; }
.ea-alex-grid .ea-style-3 .ea-content-wrap {
width: 70%; } }
@media (min-width: 1440px) {
.ea-alex-grid .ea-style-1 .ea-item:nth-child(1) .ea-content-wrap, .ea-alex-grid .ea-style-1 .ea-item:nth-child(2) .ea-content-wrap {
width: 50%; } }.ea-alex-carousel {
position: relative; }
.ea-alex-carousel .ea-item {
position: relative;
overflow: hidden;
display: flex;
height: 300px; }
.ea-alex-carousel .ea-item:hover .ea-button-wrap {
margin-bottom: 0px !important; }
.ea-alex-carousel .ea-item:hover .ea-readmore {
background: #fff; }
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon:before {
width: 50px;
background: #2B2D42; }
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon span:before,
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon span:after {
width: 10px;
transition-delay: .3s;
background: #2B2D42;
opacity: 1; }
.ea-alex-carousel .ea-item:hover .ea-post-format a {
transform: translateY(0);
opacity: 1; }
.ea-alex-carousel .ea-meta {
position: absolute;
top: 15px;
left: 15px;
display: flex;
align-items: center; }
.ea-alex-carousel .ea-meta .ea-author-img img {
border-radius: 80px;
margin-right: 10px; }
.ea-alex-carousel .ea-meta .ea-author-name a {
color: #dcdcdc;
font-size: 16px;
text-transform: capitalize;
font-weight: 500; }
.ea-alex-carousel .ea-meta .ea-date,
.ea-alex-carousel .ea-meta .ea-post-time {
color: #dcdcdc;
font-size: 12px;
font-weight: 500; }
.ea-alex-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alex-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alex-carousel .ea-content-wrap {
position: absolute;
width: 100%;
bottom: 0;
height: auto;
background: rgba(43, 45, 66, 0.3); }
.ea-alex-carousel .ea-image-wrap {
width: 100%; }
.ea-alex-carousel .ea-image-wrap .ea-img {
position: relative;
width: 100%;
height: 100%;
object-fit: cover; }
.ea-alex-carousel .ea-content {
padding: 20px; }
.ea-alex-carousel .ea-title {
font-size: 18px;
font-weight: 600;
display: inline;
margin: 0; }
.ea-alex-carousel .ea-title a {
color: #fff; }
.ea-alex-carousel .ea-category {
margin-bottom: 5px; }
.ea-alex-carousel .ea-category a {
font-size: 15px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5); }
.ea-alex-carousel .ea-button-wrap {
margin-bottom: -50px;
transition: margin-bottom 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-alex-carousel .ea-readmore {
display: block;
position: relative;
padding: 25px 20px;
transition: all .3s ease; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon {
position: relative; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon:before {
content: '';
position: absolute;
left: 0;
height: 2px;
width: 25px;
background: rgba(255, 255, 255, 0.5);
transition: all .5s ease; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:before,
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:after {
content: '';
position: absolute;
left: 40px;
width: 10px;
height: 2px;
background: transparent;
border-radius: 10px;
transition: all .5s ease;
opacity: 0; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:after {
transform: rotate(-45deg);
bottom: -6px; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:before {
transform: rotate(45deg);
top: -4px; }
.ea-alex-carousel .ea-content-left .ea-content-wrap {
left: 0; }
.ea-alex-carousel .ea-content-right .ea-content-wrap {
right: 0; }
.ea-alex-carousel .ea-post-format {
position: absolute;
right: 0;
top: 0;
margin: 15px; }
.ea-alex-carousel .ea-post-format a {
padding: 16px 16px;
display: inline-flex;
color: #fff;
font-size: 16px;
transform: translateY(15px);
opacity: 0;
transition: all 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-global-link-yes .ea-alex-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alex-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 30));
transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 30)); }
.elementor-widget-ea-alex-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 40));
transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }
@media (min-width: 1024px) {
.ea-alex-carousel .ea-content-wrap {
width: 60%; } }.ea-alice-grid .ea-alice-wrap {
display: grid; }
.ea-alice-grid .ea-item {
display: flex;
overflow: hidden;
transition: all .3s ease; }
.ea-alice-grid .ea-item-box {
position: relative;
display: flex;
width: 100%; }
.ea-alice-grid .ea-item-box::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
z-index: 2;
background: #1b19198c;
transition: all .3s ease; }
.ea-alice-grid .ea-item-box:hover .ea-img-wrap .ea-img {
transform: scale(1.1); }
.ea-alice-grid .ea-item-box:hover .ea-category {
opacity: 1; }
.ea-alice-grid .ea-img-wrap {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alice-grid .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s ease; }
.ea-alice-grid .ea-category {
position: absolute;
right: 0;
top: 0;
opacity: 0;
transition: opacity .5s ease;
z-index: 11; }
.ea-alice-grid .ea-category a {
color: #e8e4e4;
display: inline-block;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
background: #EF233C;
padding: 5px 14px;
transition: all .3s ease; }
.ea-alice-grid .ea-category a:hover {
background: #D90429; }
.ea-alice-grid .ea-category a + a {
margin-left: 5px; }
.ea-alice-grid .ea-content {
position: absolute;
padding: 30px;
width: 100%;
bottom: 0;
z-index: 10; }
.ea-alice-grid .ea-title {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin: 0px;
padding-bottom: 10px;
text-transform: capitalize; }
.ea-alice-grid .ea-title a {
color: #fff;
transition: all .3s ease; }
.ea-alice-grid .ea-meta {
display: flex;
align-items: center;
font-size: 11px;
color: #EDF2F4;
text-transform: capitalize; }
.ea-alice-grid .ea-meta .ea-author {
position: relative; }
.ea-alice-grid .ea-meta .ea-author a {
color: #EDF2F4; }
.ea-alice-grid .ea-meta .ea-author span {
padding-right: 6px; }
.ea-alice-grid .ea-meta .ea-date {
position: relative;
margin-left: 10px;
padding-left: 10px;
font-weight: 400; }
.ea-alice-grid .ea-meta .ea-date:before {
content: '';
position: absolute;
height: 4px;
width: 4px;
left: -2px;
top: 50%;
border-radius: 10px;
background: #EDF2F4; }
.ea-alice-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alice-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alice-grid .ea-style-1 {
grid-gap: 20px;
grid-template-columns: repeat(1, 1fr); }
.ea-alice-grid .ea-style-2 {
grid-template-columns: repeat(6, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item, .ea-alice-grid .ea-style-2:nth-child(-n+2) {
grid-column: 6 span/ auto; }
.ea-alice-grid .ea-style-3 {
grid-gap: 20px;
grid-template-columns: repeat(6, 1fr); }
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 6/ auto; }
.ea-alice-grid .ea-content-bottom-center .ea-content {
left: 50%;
text-align: center;
transform: translate(-50%, 0); }
.ea-alice-grid .ea-content-bottom-center .ea-content .ea-meta {
justify-content: center; }
.ea-alice-grid .ea-content-bottom-left .ea-content {
text-align: left;
left: 0; }
.ea-alice-grid .ea-content-bottom-left .ea-content .ea-meta {
justify-content: left; }
.ea-alice-grid .ea-content-bottom-right .ea-content {
text-align: right;
right: 0; }
.ea-alice-grid .ea-content-bottom-right .ea-content .ea-meta {
justify-content: flex-end; }
.ea-global-link-yes .ea-alice-grid .ea-item:hover {
cursor: pointer; }
@media (min-width: 768px) {
.ea-alice-grid .ea-title {
padding-bottom: 8px;
font-size: 16px; }
.ea-alice-grid .ea-meta {
font-size: 12px; }
.ea-alice-grid .ea-style-1 {
grid-template-columns: repeat(2, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
grid-column: 3 span/ auto; }
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 3/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
grid-column: span 3/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
font-size: 22px; } }
@media (min-width: 1024px) {
.ea-alice-grid .ea-category a {
font-size: 12px;
padding: 7px 14px; }
.ea-alice-grid .ea-title {
padding-bottom: 12px; }
.ea-alice-grid .ea-meta {
font-size: 14px; }
.ea-alice-grid .ea-style-1 {
grid-template-columns: repeat(3, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item,
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 2/auto; }
.ea-alice-grid .ea-style-2 .ea-item .ea-title,
.ea-alice-grid .ea-style-3 .ea-item .ea-title {
font-size: 20px; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) {
grid-column: 3 span/ auto; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1) .ea-title, .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) .ea-title {
font-size: 25px; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
grid-column: 2 span/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
grid-column: span 4/ auto;
grid-row: span 2/auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
font-size: 25px; } }.ea-alice-carousel .ea-item {
display: flex; }
.ea-alice-carousel .ea-item-box {
position: relative;
display: flex;
width: 100%; }
.ea-alice-carousel .ea-item-box::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
z-index: 2;
background: #1b19198c;
transition: all .3s ease; }
.ea-alice-carousel .ea-item-box:hover .ea-img-wrap .ea-img {
transform: scale(1.1); }
.ea-alice-carousel .ea-item-box:hover .ea-category {
opacity: 1; }
.ea-alice-carousel .ea-img-wrap {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alice-carousel .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s ease; }
.ea-alice-carousel .ea-category {
position: absolute;
right: 0;
top: 0;
opacity: 0;
transition: opacity .5s ease;
z-index: 11; }
.ea-alice-carousel .ea-category a {
color: #e8e4e4;
display: inline-block;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
background: #EF233C;
padding: 5px 14px;
transition: all .3s ease; }
.ea-alice-carousel .ea-category a:hover {
background: #D90429; }
.ea-alice-carousel .ea-category a + a {
margin-left: 5px; }
.ea-alice-carousel .ea-content {
position: absolute;
padding: 30px;
width: 100%;
bottom: 0;
z-index: 10; }
.ea-alice-carousel .ea-title {
display: block;
font-size: 20px;
font-weight: 600;
line-height: 1.4;
margin: 0;
padding-bottom: 10px;
text-transform: capitalize; }
.ea-alice-carousel .ea-title a {
color: #fff;
transition: all .3s ease; }
.ea-alice-carousel .ea-meta {
display: flex;
align-items: center;
font-size: 14px;
color: #EDF2F4;
text-transform: capitalize; }
.ea-alice-carousel .ea-meta .ea-author {
position: relative; }
.ea-alice-carousel .ea-meta .ea-author a {
color: #EDF2F4; }
.ea-alice-carousel .ea-meta .ea-author span {
padding-right: 6px; }
.ea-alice-carousel .ea-meta .ea-date {
position: relative;
margin-left: 10px;
padding-left: 10px;
font-weight: 400; }
.ea-alice-carousel .ea-meta .ea-date:before {
content: '';
position: absolute;
height: 4px;
width: 4px;
left: -2px;
top: 50%;
border-radius: 10px;
background: #EDF2F4; }
.ea-alice-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alice-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alice-carousel .ea-content-bottom-center .ea-content {
left: 50%;
text-align: center;
transform: translate(-50%, 0); }
.ea-alice-carousel .ea-content-bottom-center .ea-content .ea-meta {
justify-content: center; }
.ea-alice-carousel .ea-content-bottom-left .ea-content {
text-align: left;
left: 0; }
.ea-alice-carousel .ea-content-bottom-left .ea-content .ea-meta {
justify-content: left; }
.ea-alice-carousel .ea-content-bottom-right .ea-content {
text-align: right;
right: 0; }
.ea-alice-carousel .ea-content-bottom-right .ea-content .ea-meta {
justify-content: flex-end; }
.ea-global-link-yes .ea-alice-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alice-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 30));
transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 30)); }
.elementor-widget-ea-alice-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 40));
transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }.ea-alter-grid .ea-post-grid {
display: grid;
grid-gap: 20px; }
.ea-alter-grid .ea-item {
position: relative;
display: flex;
overflow: hidden;
transition: all .3s ease; }
.ea-alter-grid .ea-item:hover .ea-img {
transform: scale(1.1); }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon:before {
left: 0;
width: 50px;
background: #ffffff;
transition-delay: 0.1s;
opacity: 1; }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
left: 21px;
background: #ffffff;
opacity: 1; }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(1) rotate(-45deg); }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(1) rotate(45deg); }
.ea-alter-grid .ea-item-box {
position: relative;
display: flex;
flex-direction: column;
width: 100%; }
.ea-alter-grid .ea-img-wrap {
position: relative;
display: flex; }
.ea-alter-grid .ea-img-wrap .ea-main-img {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alter-grid .ea-img-wrap .ea-main-img .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.ea-alter-grid .ea-content {
display: flex;
padding: 30px;
height: 100%; }
.ea-alter-grid .ea-content > div {
display: flex;
flex-direction: column; }
.ea-alter-grid .ea-category {
margin-bottom: 10px;
z-index: 1; }
.ea-alter-grid .ea-category a {
color: #909aae;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.1px;
transition: all .3s ease-in-out;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding; }
.ea-alter-grid .ea-category a:hover {
color: #EF233C; }
.ea-alter-grid .ea-title {
margin-top: 0;
line-height: 1.4;
font-weight: 600; }
.ea-alter-grid .ea-title a {
color: #2B2D42;
transition: all 0.5s ease; }
.ea-alter-grid .ea-title a:hover {
color: #EF233C; }
.ea-alter-grid .ea-text-wrap {
flex-grow: 1; }
.ea-alter-grid .ea-text-wrap .ea-text {
line-height: 1.5;
letter-spacing: .5px;
color: #8D99AE; }
.ea-alter-grid .ea-text-wrap .ea-text p {
margin: 0; }
.ea-alter-grid .ea-meta {
display: inline-flex;
align-items: center;
font-size: 12px;
color: #8D99AE;
text-transform: uppercase;
font-weight: 600;
line-height: 1; }
.ea-alter-grid .ea-meta .author-name {
color: #8D99AE; }
.ea-alter-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alter-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alter-grid .ea-meta .ea-separator {
margin: 0 6px; }
.ea-alter-grid .ea-readmore {
color: #2B2D42;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
margin: 20px 0;
transition: all .3s ease; }
.ea-alter-grid .ea-readmore:hover {
color: #EF233C; }
.ea-alter-grid .ea-readmore-on-image {
position: absolute;
height: 100%;
width: 100%; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon {
position: absolute;
left: calc(50% - 25px);
top: 50%;
transform: translate(-50%, -50%); }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon:before {
content: '';
position: absolute;
left: -30px;
height: 5px;
width: 0;
background: rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:after {
content: '';
position: absolute;
left: -15px;
width: 40px;
height: 5px;
background: transparent;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(0.7) rotate(-45deg);
bottom: -17px; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(0.7) rotate(45deg);
top: -13px; }
.ea-alter-grid .ea-readmore-on-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%; }
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(1, 1fr); }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-content {
padding: 30px;
align-items: flex-start; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-2 {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 6/auto;
grid-row: span 3/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-content {
align-items: center; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex;
flex-direction: inherit; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 120px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 10px;
align-items: center; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 2px;
font-size: 12px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-content {
align-items: center; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 20px;
align-items: center; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
margin-bottom: 10px;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; }
.ea-primary-meta-end-position--yes .ea-style-1 .ea-item:nth-child(n+1) .ea-content {
align-items: inherit; }
.ea-primary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+1) .ea-content,
.ea-primary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+1) .ea-content {
align-items: inherit; }
.ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
align-items: inherit; }
.ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
align-items: inherit; }
.ea-global-link-yes .ea-alter-grid .ea-item:hover {
cursor: pointer; }
@media only screen and (min-width: 600px) {
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(3, 1fr); }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-2.ea-post-grid {
grid-template-columns: repeat(8, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 5/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-img-wrap {
max-width: 50%;
min-width: 50%; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 3/auto;
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 130px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 15px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 10px;
line-height: 1.3;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) {
grid-column: span 4/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-img-wrap {
max-width: 50%;
min-width: 50%; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 2/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 20px 25px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
line-height: 1.3;
font-size: 18px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; } }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(2, 1fr); }
.ea-alter-grid .ea-style-2.ea-post-grid {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-item-box {
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 20px;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 14px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 140px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 10px;
font-size: 14px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-content {
padding: 19px 40px 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 3/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 19px 40px 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; } }.ea-alter-carousel .ea-item {
position: relative;
overflow: hidden;
background: #fff; }
.ea-alter-carousel .ea-item:hover .ea-main-img .ea-img {
transform: scale(1.1); }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon:before {
left: 0;
width: 50px;
background: #ffffff;
transition-delay: 0.1s;
opacity: 1; }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
left: 21px;
background: #ffffff;
opacity: 1; }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(1) rotate(-45deg); }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(1) rotate(45deg); }
.ea-alter-carousel .ea-item-box {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%; }
.ea-alter-carousel .ea-img-wrap {
position: relative; }
.ea-alter-carousel .ea-img-wrap .ea-main-img {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alter-carousel .ea-img-wrap .ea-main-img .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.ea-alter-carousel .ea-content {
position: relative;
display: flex;
align-items: flex-start;
padding: 30px;
height: 100%;
z-index: 1; }
.ea-alter-carousel .ea-content > div {
display: flex;
flex-direction: column; }
.ea-alter-carousel .ea-title {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin-top: 0;
margin-bottom: 10px; }
.ea-alter-carousel .ea-title a {
color: #2B2D42;
transition: all 0.5s ease; }
.ea-alter-carousel .ea-title a:hover {
color: #EF233C; }
.ea-alter-carousel .ea-text-wrap {
flex-grow: 1;
margin-bottom: 20px; }
.ea-alter-carousel .ea-text-wrap .ea-text {
font-size: 13px;
line-height: 1.5;
letter-spacing: .5px;
color: #8D99AE; }
.ea-alter-carousel .ea-text-wrap .ea-text p {
margin: 0; }
.ea-alter-carousel .ea-category {
display: inline-flex;
margin-bottom: 10px; }
.ea-alter-carousel .ea-category a {
color: #909aae;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.1px;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-alter-carousel .ea-category a:hover {
color: #EF233C; }
.ea-alter-carousel .ea-meta {
display: inline-flex;
align-items: center;
font-size: 12px;
color: #8D99AE;
text-transform: uppercase;
font-weight: 600;
line-height: 1; }
.ea-alter-carousel .ea-meta .author-name {
color: #8D99AE; }
.ea-alter-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alter-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alter-carousel .ea-meta .ea-separator {
margin: 0 6px; }
.ea-alter-carousel .ea-readmore {
color: #2B2D42;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
margin: 20px 0;
transition: all .3s ease; }
.ea-alter-carousel .ea-readmore:hover {
color: #EF233C; }
.ea-alter-carousel .ea-readmore-on-image {
position: absolute;
height: 100%;
width: 100%; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon {
position: absolute;
left: calc(50% - 25px);
top: 50%;
transform: translate(-50%, -50%); }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon:before {
content: '';
position: absolute;
left: -30px;
height: 5px;
width: 0;
background: rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:after {
content: '';
position: absolute;
left: -15px;
width: 40px;
height: 5px;
background: transparent;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(0.7) rotate(-45deg);
bottom: -17px; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(0.7) rotate(45deg);
top: -13px; }
.ea-alter-carousel .ea-readmore-on-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%; }
.ea-meta-end-position--yes .ea-alter-carousel .ea-content {
align-items: inherit; }
.ea-item-match-height--yes .ea-alter-carousel .swiper-slide {
height: initial; }
.ea-global-link-yes .ea-alter-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alter-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 30));
transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 30)); }
.elementor-widget-ea-alter-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 40));
transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }
@media (min-width: 768px) {
.ea-alter-carousel .ea-category a {
font-size: 12px; }
.ea-alter-carousel .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-carousel .ea-text-wrap .ea-text {
font-size: 15px; } }.ea-amox-grid {
display: grid;
grid-gap: 30px; }
.ea-amox-grid .ea-item {
overflow: hidden; }
.ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
transform: scale(1.2); }
.ea-amox-grid .ea-item.active {
position: relative; }
.ea-amox-grid .ea-item.active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-grid .ea-item.active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-grid .ea-item.active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-grid .ea-item.active .ea-title a {
color: #EDF2F4; }
.ea-amox-grid .ea-item.active .ea-title a:hover {
color: #D90429; }
.ea-amox-grid .ea-item.active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-item.active .ea-category a:hover {
background: #D90429; }
.ea-amox-grid .ea-item.active .ea-meta {
color: #EDF2F4; }
.ea-amox-grid .ea-img-wrap {
overflow: hidden;
cursor: pointer; }
.ea-amox-grid .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ea-amox-grid .ea-content {
padding: 20px 0; }
.ea-amox-grid .ea-category {
display: inline-flex;
margin-bottom: 8px; }
.ea-amox-grid .ea-category a {
font-size: 11px;
color: #8D99AE;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-category a:hover {
color: #D90429; }
.ea-amox-grid .ea-category a + a {
margin-left: 5px; }
.ea-amox-grid .ea-title {
margin: 0;
padding-bottom: 8px;
font-size: 20px;
font-weight: 700; }
.ea-amox-grid .ea-title a {
color: #2B2D42;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-title a:hover {
color: #D90429; }
.ea-amox-grid .ea-meta {
font-size: 12px;
color: #8D99AE; }
.ea-amox-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-amox-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-amox-grid .ea-comments {
margin-left: 10px; }
.ea-amox-grid .ea-comments span {
margin-left: 4px; }
.ea-global-link-yes .ea-amox-grid .ea-item:hover {
cursor: pointer; }.ea-amox-carousel .ea-item:hover .ea-img-wrap .ea-img {
transform: scale(1.2); }
.ea-amox-carousel .ea-item.active {
position: relative; }
.ea-amox-carousel .ea-item.active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-carousel .ea-item.active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-carousel .ea-item.active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-carousel .ea-item.active .ea-title a {
color: #EDF2F4; }
.ea-amox-carousel .ea-item.active .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel .ea-item.active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-item.active .ea-category a:hover {
background: #D90429; }
.ea-amox-carousel .ea-item.active .ea-meta {
color: #EDF2F4; }
.ea-amox-carousel .ea-img-wrap {
overflow: hidden;
cursor: pointer; }
.ea-amox-carousel .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ea-amox-carousel .ea-content {
padding: 20px 0; }
.ea-amox-carousel .ea-category {
display: inline-flex; }
.ea-amox-carousel .ea-category a {
font-size: 11px;
color: #8D99AE;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-category a:hover {
color: #D90429; }
.ea-amox-carousel .ea-category a + a {
margin-left: 5px; }
.ea-amox-carousel .ea-title {
margin: 0;
padding-bottom: 8px;
font-size: 20px;
font-weight: 700; }
.ea-amox-carousel .ea-title a {
color: #2B2D42;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel .ea-meta {
font-size: 12px;
color: #8D99AE; }
.ea-amox-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-amox-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-amox-carousel .ea-comments, .ea-amox-carousel .ea-date {
margin-left: 10px; }
.ea-amox-carousel .ea-comments span {
margin-left: 4px; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active {
position: relative; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-title a {
color: #EDF2F4; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-category a:hover {
background: #D90429; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-meta {
color: #EDF2F4; }
.ea-global-link-yes .ea-amox-carousel .ea-item:hover {
cursor: pointer; }
.ea-item-match-height--yes .ea-amox-carousel .swiper-slide {
height: initial; }
.elementor-widget-ea-amox-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 40));
transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 30));
transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 30)); }
.elementor-widget-ea-amox-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 40));
transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }.ea-page-piling-slider{position:relative;height:460px;overflow:hidden}.ea-page-piling-slider .section.active .elementor-addons-content *{opacity:1;visibility:visible;transform:translateY(0)}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slide-play-button a{transition-delay:.7s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-sub-title{transition-delay:.8s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-title-tag{transition-delay:.9s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slider-excerpt{transition-delay:1s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slide-btn{transition-delay:1.1s}.ea-page-piling-slider .elementor-addons-content{max-width:1080px;margin:0 30px}.ea-page-piling-slider .elementor-addons-content *{opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button{padding-bottom:30px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a{font-size:12px;padding:16px 17.5px;background:rgba(58,67,70,.6);border-radius:80px;color:#fff;outline:0;animation:2s infinite shadow-pulse;display:inline-block}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a i{transition:transform .3s}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a:hover i{transform:scale(1.2)}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:15px;color:rgba(58,67,70,.8);margin-bottom:6px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:30px;font-weight:700;color:#3a4346;padding-bottom:20px;margin:0;letter-spacing:1px;line-height:1;text-transform:uppercase}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag span.frist-word{font-weight:900}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt{font-size:16px;color:rgba(58,67,70,.8);line-height:1.2em;padding-bottom:20px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt p{margin:0}.ea-page-piling-slider .elementor-addons-slide-btn{position:relative;display:inline-block;width:180px;font-size:16px;font-weight:500}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle{position:relative;display:block;margin:0;width:40px;height:40px;background:#3a4346;border-radius:60px;-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1)}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon{-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);position:absolute;top:0;bottom:0;margin:auto;background:#fff}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow{-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);left:.425rem;width:1.125rem;height:.125rem;background:0 0}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow:before{position:absolute;content:"";top:-.25rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #fff;border-right:.125rem solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-text{position:absolute;top:0;left:0;right:0;bottom:0;padding:10px 0;margin-left:25px;color:#3a4346;text-align:center;text-transform:capitalize;-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);line-height:1}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-circle{width:100%}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-circle .icon.arrow{background:#fff;-webkit-transform:translate(1rem,0);transform:translate(1rem,0)}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-text{color:#fff}.ea-page-piling-slider .elementor-addons-slide-image img{max-width:initial}.ea-page-piling-slider .elementor-addons-social-icon{position:absolute;top:50%;right:-85px;transform:translateY(-50%) rotate(-90deg);z-index:10;display:flex;align-items:center}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{position:relative;font-size:14px;font-weight:600;color:#3a4346;text-transform:capitalize;margin-right:10px;padding-right:10px;line-height:1;transition:.3s}.ea-page-piling-slider .elementor-addons-social-icon h3{margin-bottom:0;padding-right:25px}.ea-page-piling-slider .elementor-addons-social-icon h3:before{content:'';position:absolute;height:2px;width:15px;right:0;top:50%;transform:translateY(-50%);background:#3a4346}.ea-page-piling-slider .elementor-addons-social-icon a:hover{color:#fe506c}.ea-page-piling-slider .elementor-addons-social-icon a:before{position:absolute;content:'';height:100%;width:2px;top:0;right:0;background:#3a4346;transform:rotate(25deg)}.ea-page-piling-slider #pp-nav ul,.ea-page-piling-slider .elementor-addons-social-icon a:last-child,.ea-page-piling-slider .pp-slidesNav ul{margin:0;padding:0}.ea-page-piling-slider .elementor-addons-social-icon a:last-child:before{display:none}.ea-page-piling-slider.elementor-addons-navigation-bottom #pp-nav.left{left:50%;bottom:-65px;transform:rotate(-90deg) translateX(-50%);top:auto}.ea-page-piling-slider .pp-section{height:100%;position:absolute;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;backface-visibility:hidden}.ea-page-piling-slider .pp-easing{-webkit-transition:1s cubic-bezier(.55, .085, 0, .99);-moz-transition:1s cubic-bezier(.55, .085, 0, .99);-o-transition:1s cubic-bezier(.55, .085, 0, .99);transition:1s cubic-bezier(.55, .085, 0, .99);-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99);-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99);-o-transition-timing-function:cubic-bezier(.55,.085,0,.99);transition-timing-function:cubic-bezier(.55,.085,0,.99)}.ea-page-piling-slider #pp-nav{position:absolute;z-index:100;margin-top:-32px;top:50%;opacity:1}.ea-page-piling-slider #pp-nav.right{right:80px}.ea-page-piling-slider #pp-nav.left{left:10px}.ea-page-piling-slider .pp-section.pp-table{display:flex}.ea-page-piling-slider .pp-tableCell{display:inline-flex;align-items:center;width:100%;height:100%}.ea-page-piling-slider .pp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1}.ea-page-piling-slider .pp-slidesNav.bottom{bottom:17px}.ea-page-piling-slider .pp-slidesNav.top{top:17px}.ea-page-piling-slider #pp-nav li,.ea-page-piling-slider .pp-slidesNav li{display:block;width:100%;height:100%;position:relative}.ea-page-piling-slider .pp-slidesNav li{display:inline-block}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{display:block;position:relative;z-index:1;width:3px;height:50px;cursor:pointer;text-decoration:none;background:rgba(58,67,70,.6);border-radius:20px;margin:10px 0;transition:background .3s}.ea-page-piling-slider #pp-nav li a.active,.ea-page-piling-slider .pp-slidesNav li a.active{background:#3a4346}.ea-page-piling-slider .pp-scrollable{overflow-y:scroll;height:100%}.elementor-addons-text-stroke--yes .ea-page-piling-slider .elementor-addons-content .elementor-addons-main-title .elementor-addons-title-tag,.elementor-addons-text-stroke--yes .ea-page-piling-slider .elementor-addons-content .elementor-addons-main-title .frist-word{color:transparent!important;-webkit-text-stroke:1px #fff}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.1)}100%{box-shadow:0 0 0 35px transparent}}@media (min-width:640px){.ea-page-piling-slider .elementor-addons-content{margin:0 60px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:28px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:55px}.ea-page-piling-slider.elementor-addons-navigation-bottom #pp-nav.left{bottom:-30px}.ea-page-piling-slider #pp-nav.left{left:25px}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{width:5px}.ea-page-piling-slider .elementor-addons-social-icon{right:-70px}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{font-size:15px}}@media (min-width:1024px){.ea-page-piling-slider{height:680px}.ea-page-piling-slider .elementor-addons-content{margin:0 150px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a{font-size:16px;padding:22px 24px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:22px;margin-bottom:10px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:80px;padding-bottom:30px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt{font-size:18px;line-height:1.5em;padding-bottom:30px}.ea-page-piling-slider .elementor-addons-slide-btn{width:190px;font-size:18px}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle{width:48px;height:48px}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow{left:.625rem}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-text{padding:12px 0;margin-left:35px;line-height:1.3}.ea-page-piling-slider .elementor-addons-social-icon{right:-20px}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{font-size:17px}.ea-page-piling-slider #pp-nav.left{left:80px}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{width:8px}}@media (min-width:1440px){.ea-page-piling-slider{height:100vh}.ea-page-piling-slider .elementor-addons-content{margin:0 200px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:120px;letter-spacing:3px}}