html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
blockquote,
q {
quotes: none;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
select {
max-width: 100%;
} :root {
--accent-color: #ff2c54;
--accent-color-alt: #fff;
--second-color: #5960ff;
--second-color-alt: #fff;
}
html {
box-sizing: border-box;
overflow-x: hidden;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
text-rendering: optimizeLegibility;
overflow-x: clip;
}
::-moz-selection {
background-color: #4b5767;
color: white;
text-shadow: none
}
::selection {
background-color: #4b5767;
color: white;
text-shadow: none
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
strong,
b,
cite {
font-weight: 600;
}
abbr,
acronym {
border-bottom: 1px dotted #e9e9e9;
cursor: help;
}
mark,
ins {
text-decoration: none;
background-color: #fff9c0;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -6px;
}
sub {
bottom: -3px;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
address {
font-style: italic;
margin: 0 0 20px;
}
code,
kbd,
tt,
var {
font-family: monospace;
font-size: 14px;
}
code, kbd {
padding: 2px;
border-radius: 2px;
color: #1e1e1e;
background: #f0f0f0;
font-family: Menlo,Consolas,monaco,monospace;
font-size: 14px;
}
pre {
margin: 15px 0;
padding: 15px;
background-color: #e9e9e9;
border: 1px solid #e9e9e9;
overflow-x: auto;
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
hyphens: none;
border-radius: 0;
height: auto;
}
hr {
background-color: #e9e9e9;
border: 0;
height: 1px;
margin-bottom: 20px;
}
blockquote {
padding-left: 1em;
border-left: 4px solid #000;
margin-bottom: 20px;
font-style: italic;
}
blockquote p:last-of-type {
margin: 0;
}
.nothing-show {
margin-bottom: 40px;
}
.nothing-show h2 {
margin-bottom: 1rem;
}
.nothing-show p {
margin: 0;
} ul,
ol {
padding: 0 0 0 20px;
margin: 0 0 20px 0;
}
ul {
list-style: disc;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dd {
margin: 0 0 20px 20px;
}
dt {
font-weight: bold;
}
del {
opacity: 0.5;
} table,
th,
td {
border: 1px solid #e4e5ea;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 20px;
width: 100%;
max-width: 100%;
text-align: left;
}
th {
font-weight: bold;
}
th,
td {
padding: 0.5em;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #e9e9e9;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .site-preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
transition: 0.3s ease-in-out;
background: #fff;
}
.site-preloader::before {
position: absolute;
content: '';
opacity: 0.7;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 4rem;
height: 4rem;
border-top: 3px solid var(--accent-color);
border-right: 3px solid transparent;
border-radius: 50%;
-webkit-animation: preloader-rotation 0.8s linear infinite;
animation: preloader-rotation 0.8s linear infinite;
}
body.site-loaded .site-preloader {
opacity: 0;
visibility: hidden;
}
@keyframes preloader-rotation{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
} button,
input {
line-height: normal;
transition: 0.3s;
}
button,
input,
select,
textarea {
font-size: 100%;
line-height: inherit;
vertical-align: baseline;
}
input,
textarea {
font-size: 1rem;
max-width: 100%;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }
input[type="checkbox"] {
display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
line-height: 1;
cursor: pointer;
-webkit-appearance: button;
border: 0;
outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e9e9e9 inset;
} input[type="search"] {
outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
} select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-family: inherit;
line-height: 1.6;
background: #F0F2F5;
font-size: 0.9rem;
font-weight: 300;
min-width: 150px;
padding: 10px 20px;
border-radius: 3px;
border: 1px solid #F0F2F5;
letter-spacing: 0.5px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: 0.3s;
color: #4f535e;
}
select {
-webkit-appearance: none;
background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 8px) calc(50% + 3px);
outline: 0;
}
#adminbarsearch input.adminbar-input {
min-width: auto;
} select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: #84858a;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: inherit;
line-height: 1.6;
font-weight: 300;
color: var(--second-color-alt);
background-color: var(--second-color);
padding: 9px 26px;
border-radius: 3px;
display: inline-block;
font-size: 0.9rem;
letter-spacing: 1px;
-webkit-appearance: none;
transition: 0.3s;
white-space: nowrap;
} .button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
outline: 0;
background-color: #42474e;
color: #fff;
} body .select2-container--default .select2-selection--single {
background-color: #F0F2F5;
border-radius: 3px;
border: 1px solid #F0F2F5;
height: auto;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 1.6;
font-size: 0.9rem;
font-weight: 300;
padding: 10px 20px;
letter-spacing: 0.5px;
color: #4f535e;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 52%;
transform: translateY(-50%);
}
body .select2-results__option {
font-size: 0.9rem;
} ::placeholder { color: rgba(33, 37, 41, 0.5);
opacity: 1; }
:-ms-input-placeholder { color: rgba(33, 37, 41, 0.5);
}
::-ms-input-placeholder { color: rgba(33, 37, 41, 0.5);
} a {
color: var(--accent-color);
outline: 0;
text-decoration: none;
transition: all ease 0.3s;
}
a:hover,
a:focus,
a:active {
outline: 0;
text-decoration: none;
color: inherit;
}
li a {
color: inherit;
}
li a:hover {
color: var(--accent-color);
} html{
font-size: 16px;
line-height: 1.8;
scroll-behavior: smooth;
}
body {
font-family: Poppins, sans-serif;
line-height: 1.8;
color: #4b546e;
background: #fff;
letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 1rem;
margin-top: 0;
font-weight: 600;
color: #191a1b;
line-height: 1.4;
}
p {
margin: 0 0 1rem;
}
h1, .h1 {
font-size: 2rem;
}
h2, .h2 {
font-size: 1.65rem;
}
h3, .h3 {
font-size: 1.45rem;
}
h4, .h4 {
font-size: 1.3rem;
}
h5, .h5 {
font-size: 1.1rem;
}
h6, .h6 {
font-size: 1rem;
}
@media screen and (max-width: 1024px) {
h1, .h1 {
font-size: 1.7rem;
}
h2, .h2 {
font-size: 1.4rem;
}
h3, .h3 {
font-size: 1.3rem;
}
h4, .h4 {
font-size: 1.2rem;
}
h5, .h5 {
font-size: 1.1rem;
}
h6, .h6 {
font-size: 1rem;
}
}  .container {
max-width: 1140px;
padding-right: 0;
padding-left: 0;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
.row {
--bs-gutter-x: 20px;
margin-right: 0;
margin-left: 0;
}
.clear {
clear: both;
}
.clearfix:after{
clear: both;
display: table;
line-height: 0;
content: "";
} .page-content-wrapper {
display: flex;
flex-wrap: wrap;
}
.page-content-wrapper > .content-container {
flex: 0 0 auto;
width: 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.page-content-wrapper > .sidebar-container {
flex: 0 0 auto;
width: 380px;
max-width: 100%;
margin-bottom: 30px;
}
.page-content-wrapper.sidebar-left {
justify-content: right;
}
.page-content-wrapper.sidebar-right {
justify-content: left;
}
.page-content-wrapper.sidebar-left > .content-container {
width: calc(100% - 380px);
padding-left: 30px;
order: 2;
}
.page-content-wrapper.sidebar-right > .content-container {
width: calc(100% - 380px);
padding-right: 30px;
}
.page-content-wrapper.sidebar-none-narrow > .content-container {
padding-left: 13%;
padding-right: 13%;
}
.page-content-wrapper > .content-container.archive-content-container {
padding-left: 0;
padding-right: 0;
}
.page-content-wrapper.sidebar-right > .content-container.archive-content-container {
padding-left: 0;
padding-right: 20px;
}
.page-content-wrapper.sidebar-left > .content-container.archive-content-container {
padding-right: 0;
padding-left: 20px;
}
@media screen and (max-width: 1024px) {
.page-content-wrapper > * {
width: 100% !important;
}
.page-content-wrapper > .content-container {
padding-left: 10px !important;
padding-right: 10px !important;
order: 0 !important;
}
.page-content-wrapper > .content-container.archive-content-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
} .sidebar-container.sticky .sidebar-container-inner {
position: sticky;
top: 0;
}
.sidebar-container-inner .widget {
margin-bottom: 20px;
}  #back-to-top {
position: fixed;
right: 30px;
bottom: -45px;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
width: 45px;
height: 45px;
background: #131314;
color: #fff;
font-size: 24px;
transition: 0.3s;
cursor: pointer;
border-radius: 5px;
box-shadow: 0 3px 12px #28292f3d;
}
#back-to-top i::before {
display: block;
}
#back-to-top:hover {
background: var(--accent-color);
color: var(--accent-color-alt);
box-shadow: 0 4px 15px var(--accent-color);
}
#back-to-top.show {
bottom: 30px;
}
@media screen and (max-width: 1024px) {
#back-to-top {
display: none;
}
} .footer-canvas-menu-btn {
height: 45px;
width: 45px;
color: var(--accent-color-alt);
opacity: 0.9;
cursor: pointer;
display: block;
padding: 10px;
transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-canvas-menu-btn > .inner {
top: 50%;
color: currentColor;
margin: -1px 0 0;
position: relative;
width: 100%;
}
.footer-canvas-menu-btn > .inner::after,
.footer-canvas-menu-btn > .inner::before,
.footer-canvas-menu-btn span.bar {
background-color: currentColor;
}
.footer-canvas-menu-btn span.bar {
border-radius: 0;
display: block;
height: 2px;
position: absolute;
width: 100%;
}
.footer-canvas-menu-btn span.bar:first-child {
top: -7px;
}
.footer-canvas-menu-btn span.bar:nth-child(3) {
top: 7px;
}
.footer-canvas-menu-btn > .inner:after,
.footer-canvas-menu-btn > .inner:before {
background-color: currentColor;
border-radius: 0;
content: "";
display: block;
height: 2px;
opacity: 0;
position: absolute;
transform-origin: 0 50%;
transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
width: 100%;
}
.footer-canvas-menu-btn > .inner:before {
transform: rotate(45deg) translate(-4px, -9px) scaleX(0);
}
.footer-canvas-menu-btn > .inner:after {
transform: rotate(-45deg) translate(-4px, 9px) scaleX(0);
transition-delay: 0.1s;
}
.footer-canvas-menu-btn span.bar {
transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-canvas-menu-btn span.bar:first-child {
transition-delay: 0.33s;
}
.footer-canvas-menu-btn span.bar:nth-child(2) {
transition-delay: 0.36s;
}
.footer-canvas-menu-btn span.bar:nth-child(3) {
transition-delay: 0.39s;
}
.footer-canvas-menu-btn.active > .inner:after,
.footer-canvas-menu-btn.active > .inner:before {
opacity: 1;
}
.footer-canvas-menu-btn.active > .inner:before {
transform: rotate(45deg) translate(-4px, -9px);
transition-delay: 0.4s;
}
.footer-canvas-menu-btn.active > .inner:after {
transform: rotate(-45deg) translate(-4px, 9px);
transition-delay: 0.5s;
}
.footer-canvas-menu-btn.active span.bar {
opacity: 0;
transform: translate3d(-10px, 0, 0);
width: 50%;
}
.footer-canvas-menu-btn.active span.bar:first-child {
transition-delay: 0s;
}
.footer-canvas-menu-btn.active span.bar:nth-child(2) {
transition-delay: 0.2s;
}
.footer-canvas-menu-btn.active span.bar:nth-child(3) {
transition-delay: 0.1s;
}
body.footer-canvas-menu-active {
overflow: hidden;
}
.footer-canvas-menu-btn-container {
position: fixed;
right: 45px;
bottom: 45px;
z-index: 99999999;
}
.footer-canvas-menu-bg {
position: fixed;
right: 45px;
bottom: 45px;
left: auto;
top: auto;
width: 45px;
height: 45px;
background: var(--accent-color);
border-radius: 50%;
box-shadow: 0 3px 12px #28292f3d;
transition: 0.6s;
z-index: 99999999;
}
body.footer-canvas-menu-active .footer-canvas-menu-bg {
right: 0;
bottom: 0;
width: 100vw;
height: 100vh;
border-radius: 0;
}
.footer-canvas-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 50px;
overflow-y: auto;
display: flex;
align-items: center;
flex-wrap: wrap;
z-index: 99999999;
visibility: hidden;
}
body.footer-canvas-menu-active .footer-canvas-menu {
visibility: visible;
}
.footer-canvas-menu .header-vertical-nav {
transform: translateY(10%);
opacity: 0;
transition: 0.3s;
}
body.footer-canvas-menu-active .footer-canvas-menu .header-vertical-nav {
transform: translateY(0);
opacity: 1;
transition-delay: 0.4s;
}
.footer-canvas-menu .header-vertical-nav li.menu-item-has-children > a::after {
position: relative;
transform: translateY(0);
vertical-align: middle;
margin-left: 10px;
}
.footer-canvas-menu .header-vertical-nav li a {
color: var(--accent-color-alt);
font-size: 1.2rem;
}
.footer-canvas-menu .header-vertical-nav li > a:hover, .footer-canvas-menu .header-vertical-nav li.current-menu-item > a {
color: var(--accent-color-alt);
}
.footer-canvas-menu .header-vertical-nav .sub-menu {
padding: 0 0 0 30px;
}
@media screen and (min-width: 1025px) {
.footer-canvas-menu-wrapper {
display: none;
}
} .default-footer {
background: #fff;
padding: 25px 0;
border-top: 4px solid var(--accent-color);
text-align: center;
}
.default-footer p {
margin: 0;
}  .title-animation-default,
.title-animation-middle-overline,
.title-animation-middle-underline{
transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.title-animation-middle-overline,
.title-animation-middle-underline,
.title-animation-overline,
.title-animation-underline {
background-image: linear-gradient(90deg, currentColor, currentColor);
background-repeat: no-repeat;
background-size: 0% 2px;
transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
display: inline;
padding: 2px 0;
}
.title-animation-middle-overline:hover,
.title-animation-middle-underline:hover,
.title-animation-overline:hover,
.title-animation-underline:hover {
background-size: 100% 2px;
}
.title-animation-underline{
background-position: 0% bottom;
}
.title-animation-overline {
background-position: 0% top;
}
.title-animation-middle-overline {
background-position: 50% top;
}
.title-animation-middle-underline {
background-position: 50% bottom;
}
.title-animation-underline-in-out,
.title-animation-middle-in-out,
.title-animation-overline-in-out {
background-image: linear-gradient(90deg, currentColor, currentColor);
background-repeat: no-repeat;
background-size: 0% 2px;
transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-position 0s;
display: inline;
padding: 2px 0;
}
.title-animation-underline-in-out:hover,
.title-animation-middle-in-out:hover,
.title-animation-overline-in-out:hover {
background-size: 100% 2px;
}
.title-animation-underline-in-out {
background-position: right 0% bottom;
}
.title-animation-underline-in-out:hover {
background-position: left 0% bottom;
}
.title-animation-middle-in-out {
background-position: right 0% center;
}
.title-animation-middle-in-out:hover {
background-position: left 0% center;
}
.title-animation-overline-in-out {
background-position: right 0% top;
}
.title-animation-overline-in-out:hover {
background-position: left 0% top;
}
.title-animation-underline-fix,
.title-animation-middle-fix,
.title-animation-overline-fix {
transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
display: inline;
padding: 2px 0;
}
.title-animation-underline-fix {
text-decoration: underline !important;
text-decoration-color: transparent !important;
}
.title-animation-middle-fix {
text-decoration: line-through !important;
text-decoration-color: transparent !important;
}
.title-animation-overline-fix {
text-decoration: overline !important;
text-decoration-color: transparent !important;
}
.title-animation-underline-fix:hover,
.title-animation-middle-fix:hover,
.title-animation-overline-fix:hover {
text-decoration-color: currentColor !important;
} .rivax-position-absolute {
position: absolute;
}
.rivax-position-relative {
position: relative;
}
.rivax-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.rivax-position-top {
top: 0;
left: 0;
right: 0;
position: absolute;
}
.rivax-position-bottom {
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.rivax-position-left {
top: 0;
bottom: 0;
left: 0;
position: absolute;
}
.rivax-position-right {
top: 0;
bottom: 0;
right: 0;
position: absolute;
}
.rivax-position-center {
top: 50%;
right: 0;
left: 0;
transform: translateY(-50%);
position: absolute;
}
.rivax-position-top-left {
top: 0;
left: 0;
position: absolute;
}
.rivax-position-top-center {
top: 0;
left: 50%;
transform: translateX(-50%);
position: absolute;
}
.rivax-position-top-right {
top: 0;
right: 0;
position: absolute;
}
.rivax-position-bottom-left {
bottom: 0;
left: 0;
position: absolute;
}
.rivax-position-bottom-center {
bottom: 0;
left: 50%;
transform: translateX(-50%);
position: absolute;
}
.rivax-position-bottom-right {
bottom: 0;
right: 0;
position: absolute;
}
.rivax-position-center-left {
top: 50%;
left: 0;
transform: translateY(-50%);
position: absolute;
}
.rivax-position-center-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.rivax-position-center-right {
top: 50%;
right: 0;
transform: translateY(-50%);
position: absolute;
} .rivax-z-index-5 {
z-index: 5;
}
.rivax-z-index-10 {
z-index: 10;
}
.rivax-z-index-15 {
z-index: 15;
}
.rivax-z-index-20 {
z-index: 20;
} .alignleft {
display: inline-block;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline-block;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both;
}
.alignwide, .alignfull {
width: 100%;
}
.sidebar-none-narrow .alignwide {
margin-left: -13%;
margin-right: -13%;
width: 126%;
}
.sidebar-none .alignfull, .sidebar-none-narrow .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
border-left: 0;
border-right: 0;
border-radius: 0;
clear: both;
}
@media screen and (max-width: 1024px) {
.sidebar-none .alignfull, .sidebar-none-narrow .alignwide{
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
.wp-caption {
margin: 0 0 30px;
max-width: 100%;
}
.wp-caption.aligncenter {
margin: 0 auto 30px;
}
.wp-caption.alignleft {
margin: 0 30px 30px 0;
}
.wp-caption.alignright {
margin: 0 0 30px 30px;
}
.wp-caption-text {
text-align: center;
padding: 5px 0;
}
.gallery {
display: grid;
gap: 10px;
}
@media screen and (min-width: 600px) {
.gallery.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
}
.gallery img {
width: 100%;
}
.gallery-caption {
display: block;
}
.wp-block-search .wp-block-search__input {
margin: 0;
}
.wp-block-search .wp-block-search__button {
border-radius: 0;
}
.wp-block-latest-posts__list {
padding: 0;
}
.wp-block-pullquote blockquote {
border: none;
margin-bottom: 0;
}
.wp-block-pullquote {
border-left: none;
border-right: none;
}
.wp-block-pullquote p {
font-size: 1.45em;
}
.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
font-size: 1.125em;
text-align: right;
}
.wp-block-button__link {
padding: 0.4em 1.5em;
margin-bottom: 0.5em;
}
.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
padding: 0.4em 1.5em;
}
.wp-block-cover .wp-block-cover__inner-container a, .wp-block-cover .wp-block-cover__inner-container a:hover {
color: inherit;
}
.wp-block-cover .wp-block-cover__inner-container {
max-width: 840px;
margin-left: auto;
margin-right: auto;
}
.wp-block-code {
border: none;
background-color: #fff;
padding: 0;
}
.wp-block-code>code {
background: transparent;
}
.wp-block-cover {
margin-bottom: 1.5rem;
}
.wp-block-archives-list {
list-style: none;
padding: 0;
}
.wp-block-categories-list, .wp-block-categories__list {
list-style: none;
padding: 0;
}
.wp-block-categories-list ul, .wp-block-categories__list ul {
list-style: none;
padding: 0 0 0 20px;
margin: 0;
}
.wp-block-page-list {
list-style: none;
padding: 0;
}
.wp-block-page-list ul {
list-style: none;
padding: 0 0 0 20px;
}
.wp-block-post-template {
padding: 0;
margin: 0;
}
.wp-block-rss {
padding: 0;
}
.wc-block-product-categories-list {
padding: 0;
list-style: none;
}
.wc-block-product-categories-list ul {
padding: 0 0 0 20px;
}
.wc-block-product-categories-list--has-images ul {
padding: 0;
}
.wc-block-product-categories-list--has-images ul .wc-block-product-categories-list-item {
margin: 4px 0;
}
.widget_archive ul {
list-style: none;
padding: 0;
}
.widget_product_categories ul {
list-style: none;
padding: 0;
}
.widget_product_categories ul ul {
padding: 0 0 0 20px;
}
.wp-block-loginout label {
display: block;
}
.widget_categories ul {
list-style: none;
padding: 0;
}
.widget_categories ul ul {
padding: 0 0 0 20px;
}
.widget_pages ul {
list-style: none;
padding: 0;
}
.widget_pages ul ul {
padding: 0 0 0 20px;
}
.widget_meta ul {
list-style: none;
padding: 0;
}
.widget_nav_menu ul {
list-style: none;
padding: 0;
}
.widget_nav_menu ul ul {
padding: 0 0 0 20px;
}
.widget_recent_comments ul {
list-style: none;
padding: 0;
}
.widget_recent_entries ul {
list-style: none;
padding: 0;
}
.widget_rss ul {
list-style: none;
padding: 0;
}
.wp-block-latest-comments__comment-meta a {
font-weight: 700;
}
.wp-block-calendar td, .wp-block-calendar th {
text-align: center;
}
.wp-block-latest-posts a, .widget_recent_entries a {
font-weight: 700;
}
.wp-block-rss__item-title a, .widget_rss a {
font-weight: 700;
}
.wp-calendar-table td, .wp-calendar-table th {
text-align: center;
}
.wp-calendar-nav {
text-align: center;
}
.tagcloud a, .wp-block-tag-cloud a {
color: inherit;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
color: var(--accent-color);
}
.wp-block-latest-comments {
padding: 0;
}
.wp-block-group.has-background {
padding: 1.25em 2.375em;
}
.single-content > [class*="wp-block"] {
margin-bottom: 1.5rem;
}
.wp-block-cover {
color: #fff;
} .single-page-title-wrapper {
padding: 50px 0;
}
.single-page-title-wrapper .single-page-title {
margin: 0;
padding: 0;
font-size: 2rem;
}
@media screen and (max-width: 1024px) {
.single-page-title-wrapper .single-page-title {
font-size: 1.7rem;
}
} .comments-container {
padding: 50px 0;
border-top: 1px solid #dfe1ea;
}
.comments-list-collapse-btn-box {
text-align: center;
}
.comments-list-collapse-btn-box + .comments-area {
margin-top: 50px;
}
.comments-list-collapse-btn {
border-radius: 50px;
box-shadow: 0 10px 35px -10px var(--second-color);
}
.comments-list-collapse-btn:hover {
box-shadow: none;
}
.comments-area.collapsed {
display: none;
}
.comment-list {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 50px;
}
.bypostauthor {
display: block;
}
.comment-list .children {
margin: 0;
padding: 0;
padding-left: 50px;
list-style: none;
}
.comment-list .comment-body {
margin-bottom: 30px;
border: 1px solid #dcdfe7;
padding: 15px;
border-radius: 15px;
}
.comment-list .comment-author img {
display: inline-block;
margin-right: 20px;
border-radius: 50px;
box-shadow: 0 6px 25px 2px #4b548221;
width: 60px;
height: 60px;
}
.comment-list .comment-author .says {
display: none;
}
.comment-list .comment-author .fn, .comment-list .comment-author a {
line-height: 1.5;
font-weight: 600;
color: inherit;
display: inline-block;
}
.comment-list .comment-metadata {
margin-left: 10px;
line-height: 1;
font-size: 0.8rem;
border-left: 1px solid #97a6b3;
padding-left: 10px;
}
.comment-list .comment-metadata a {
color: #97a6b3;
}
.comment-list .comment-content {
font-size: 0.9rem;
margin-left: 80px;
}
.comment-list .comment-awaiting-moderation {
background: #f2f3f7;
font-size: 0.9rem;
margin-left: 80px;
padding: 6px;
margin-bottom: 10px;
width: 100%;
}
.comment-list .trackback .comment-content, .comment-list .pingback .comment-content {
margin-left: 0;
margin-top: 15px;
}
.comment-list .comment-content p {
margin-bottom: 1rem;
}
.comment-list .comment-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.comment-list .comment-meta .comment-author {
display: flex;
align-items: center;
}
.comment-list .reply a {
display: inline-block;
background: #e1e2eb;
color: #626a7f;
padding: 2px 14px;
border-radius: 50px;
font-size: 0.9rem;
margin-left: 80px;
}
.comment-reply-title {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.comment-notes {
font-size: 0.9rem;
color: #8790a4;
}
.comment-form .form-textarea {
width: 100%;
height: 200px;
margin-bottom: 20px;
}
.comment-form .form-author, .comment-form .form-email, .comment-form .form-website {
margin-bottom: 20px;
}
.comment-form .form-author {
float: left;
width: 49%;
margin-right: 1%;
}
.comment-form .form-email {
width: 49%;
margin-left: 1%;
float: right;
}
.comment-form .form-website {
width: 100%;
}
#cancel-comment-reply-link {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.comment-list .children {
padding-left: 0;
}
.comment-list .comment-metadata {
border: none;
}
.comment-form .form-author, .comment-form .form-email {
width: 100%;
margin-right: 0;
margin-left: 0;
}
} .blog-archive-title {
margin: 30px 0 50px;
border: 1px solid #2a2c342e;
padding: 45px;
}
.blog-archive-title.radius {
border-radius: 15px;
}
.blog-archive-title.shadow {
box-shadow: 0 5px 25px #2020261c;
}
.blog-archive-title .title {
margin: 0 0 20px;
font-size: 2.2rem;
border-bottom: 2px solid;
}
.blog-archive-title .sub-title {
font-size: 0.9rem;
}
.blog-archive-title .post-count {
text-align: right;
width: 100%;
}
.blog-archive-title .post-count span {
background: #3234400a;
padding: 4px 16px;
display: inline-block;
font-size: 0.8rem;
border-radius: 50px;
}
.blog-archive-search-form {
width: 100%;
max-width: 650px;
text-align: center;
position: relative;
}
.blog-archive-search-form .search-field {
width: 100%;
margin: 0;
}
.blog-archive-search-form .submit {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background: none;
color: #c9ccda;
padding: 0;
margin: 0;
font-size: 28px;
line-height: 1;
}
.blog-archive-search-form .submit i {
display: block;
}
.blog-archive-author-box {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.blog-archive-author-box .avatar {
flex-shrink: 0;
margin-right: 40px;
}
.blog-archive-author-box .avatar img {
border-radius: 50%;
box-shadow: 0 6px 20px #38394457;
width: 120px;
height: 120px;
}
.blog-archive-author-box .desc {
flex-grow: 1;
}
.blog-archive-author-box .author-social-links ul {
background: #3234400a;
}
.blog-archive-title .blog-archive-author-box .post-count {
float: right;
}
@media screen and (max-width: 767px) {
.blog-archive-author-box {
flex-direction: column;
text-align: center;
}
.blog-archive-author-box .avatar {
margin: 0;
}
.blog-archive-title .blog-archive-author-box .post-count,
.blog-archive-title .blog-archive-search .post-count {
text-align: center;
margin-top: 15px;
}
} .default-archive-container {
padding-left: 10px;
padding-right: 10px;
}
.default-post-list-item {
margin-bottom: 80px;
text-align: center;
}
.default-post-list-item.sticky {
background: #f6f6f9;
padding: 25px;
border-radius: 15px;
}
.default-post-list-item .image-container {
position: relative;
}
.default-post-list-item .image-container img {
border-radius: 15px;
box-shadow: 0px 10px 25px 4px #17192036;
margin-bottom: 20px;
width: 100%;
}
.default-post-list-item .single-hero-title-2 .category a {
color: #7c808b;
background-color: #00000000;
font-size: 0.9rem;
padding: 2px 6px;
margin-right: 5px;
}
.default-post-list-item .single-hero-title-2 .category a:hover {
color: #000;
background-color: #00000000 !important;
}
.default-post-list-item .single-hero-title-2 .title a {
color: #2b2d42;
font-size: 1.6rem;
}
.default-post-list-item .single-hero-title-2 .title a:hover {
color: var(--accent-color);
}
@media screen and (max-width: 1024px){
.default-post-list-item .single-hero-title-2 .title {
font-size: 1.45rem;
}
}
.default-post-list-item .single-hero-title-2 .meta {
display: inline-flex;
}
.default-post-list-item .excerpt p {
font-size: 1rem;
margin-bottom: 20px;
}
.default-post-list-item .single-hero-title-2 {
margin-bottom: 20px;
}
.default-post-list-item .button {
margin: 20px 0 0;
box-shadow: 0px 10px 30px -4px var(--second-color);
}
.default-post-list-item .button:hover {
box-shadow: 0px 10px 30px -4px #42474e;
}
.default-post-list-pagination {
text-align: center;
margin-bottom: 30px;
}
.default-post-list-pagination .page-numbers {
display: inline-block;
padding: 6px 11px;
border: 1px solid transparent;
line-height: 1;
border-radius: 5px;
color: #555762;
transition: 0.3s;
}
.default-post-list-pagination .page-numbers:hover, .default-post-list-pagination .page-numbers.current {
border-color: #c4c4c4;
}
.default-post-list-pagination .page-numbers.current {
background: #5860ff;
color: #fff;
border-color: #5860ff;
}  .single-content {
padding-bottom: 30px;
}
.single-content::after {
clear: both;
display: table;
line-height: 0;
content: "";
}
.single-hero-inside:not(:empty), .single-hero-outside {
margin-bottom: 50px;
}
.single-hero-outside:not(:empty) {
margin-top: 30px;
} .post-reading-progress-indicator {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 3px;
z-index: 99999;
}
body.logged-in .post-reading-progress-indicator {
margin-top: 32px;
}
@media screen and (max-width: 600px) {
body.logged-in .post-reading-progress-indicator {
margin-top: 0;
}
}
.post-reading-progress-indicator span {
background: var(--accent-color);
transition: 0.3s ease-out;
height: 100%;
width: 0;
display: block;
box-shadow: 0 2px 6px #30323c26;
} .single-hero-title-1 {
position: relative;
}
.single-hero-outside .single-hero-title-1 {
padding: 0 15%;
}
@media screen and (max-width: 1024px) {
.single-hero-outside .single-hero-title-1 {
padding: 0;
}
}
.single-hero-title-1 .category a {
display: inline-block;
padding: 5px 10px;
margin-right: 10px;
background: var(--accent-color);
color: var(--accent-color-alt);
border-radius: 3px;
font-size: 0.8rem;
margin-bottom: 10px;
letter-spacing: 1px;
transition: 0.3s;
}
.single-hero-title-1 .category a:hover {
background: #292930 !important;
}
.single-hero-title-1 .title {
font-size: 2rem;
border-bottom: 1px solid #dfe1ea;
margin: 0 0 1rem;
padding: 0 0 1rem;
word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
.single-hero-title-1 .title {
font-size: 1.7rem;
}
}
.single-hero-title-1 .excerpt {
color: #757a8b;
font-size: 1rem;
}
.single-hero-title-1 .meta,
.single-hero-title-1 .meta-1,
.single-hero-title-1 .meta-2 {
display: flex;
align-items: end;
flex-wrap: wrap;
gap: 10px;
}
.single-hero-title-1 .meta-1 {
flex-grow: 1;
text-align: left;
}
.single-hero-title-1 .author-avatar {
flex-shrink: 0;
}
.single-hero-title-1 .author-avatar img {
width: 45px;
border-radius: 50%;
}
.single-hero-title-1 .author-name a {
color: black;
font-size: 14px;
}
.single-hero-title-1 .bottom {
font-size: 12px;
color: #51535a;
letter-spacing: 1px;
}
.single-hero-title-1 .date + .reading-time {
position: relative;
}
.single-hero-title-1 .date + .reading-time::before {
content: '/';
display: inline-block;
margin: 0 6px;
}
.single-hero-title-1 .meta-2 {
letter-spacing: 1px;
font-size: 14px;
}
.single-hero-title-1 .meta-2 i {
display: inline-block;
vertical-align: sub;
font-size: 18px;
}
.single-hero-title-1 .views {
color: #ff3d00;
}
.single-hero-title-1 .comments a {
color: #51535a;
}
.single-hero-title-1 .views .text, .single-hero-title-1 .comments a .text {
display: none;
} .single-hero-title-2 {
position: relative;
}
.single-hero-outside .single-hero-title-2 {
padding: 0 15%;
}
@media screen and (max-width: 1024px) {
.single-hero-outside .single-hero-title-2 {
padding: 0;
}
}
.single-hero-title-2 .category a {
display: inline-block;
padding: 5px 10px;
margin-right: 10px;
background: var(--accent-color);
color: var(--accent-color-alt);
border-radius: 3px;
font-size: 0.8rem;
margin-bottom: 10px;
letter-spacing: 1px;
transition: 0.3s;
}
.single-hero-title-2 .category a:hover {
background: #292930 !important;
}
.single-hero-title-2 .title {
font-size: 2rem;
border-bottom: 1px solid #dfe1ea;
margin: 0 0 1rem;
padding: 0 0 1rem;
word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
.single-hero-title-2 .title {
font-size: 1.7rem;
}
}
.single-hero-title-2 .excerpt {
color: #757a8b;
font-size: 1rem;
}
.single-hero-title-2 .meta, .single-hero-title-2 .meta-details {
display: flex;
align-items: end;
flex-wrap: wrap;
font-size: 12px;
letter-spacing: 1px;
color: #51535a;
}
.single-hero-title-2 .meta {
flex-wrap: nowrap;
}
.single-hero-title-2 .meta a {
color: #51535a;
}
.single-hero-title-2 .author-avatar {
flex-shrink: 0;
}
.single-hero-title-2 .author-avatar img {
width: 45px;
border-radius: 50%;
margin-right: 10px;
}
.single-hero-title-2 .author-name {
flex-shrink: 0;
width: 100%;
font-size: 14px;
text-align: left;
}
.single-hero-title-2 .author-name a {
color: #000;
}
.single-hero-title-2 .meta-details .meta-item {
position: relative;
}
.single-hero-title-2 .meta-details .meta-item:not(:last-child)::after {
content: '/';
display: inline-block;
margin: 0 6px;
} .single-hero-quote-container {
padding: 6%;
}
.single-hero-quote-container .content {
font-size: 1.2rem;
}
.single-hero-quote-container .author {
margin: 0;
position: relative;
}
.single-hero-quote-container .author::before {
content: '';
display: inline-block;
width: 15px;
height: 2px;
background: currentColor;
margin-right: 10px;
}
.single-hero-quote-container .icon {
font-size: 3rem;
line-height: 1;
display: inline-block;
}
.single-hero-quote-container.before-meta {
margin-bottom: 50px;
}
.single-hero-quote-container.after-meta {
margin-top: 50px;
}
.single-hero-quote-container.radius {
border-radius: 25px;
}
.single-hero-quote-container.shadow {
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-quote-container.style-1, .single-hero-quote-container.style-2 {
background: var(--quote-bg, #fff);
color: var(--quote-color, currentColor);
}
.single-hero-quote-container.style-2 .quote-content {
padding: 5%;
border: 1px solid var(--quote-color, currentColor);
}
.single-hero-quote-container.style-3 {
border: 8px solid var(--quote-bg, #000);
color: var(--quote-color, currentColor);
}
.single-hero-quote-container.style-4 {
background: var(--quote-bg, #25282a);
color: var(--quote-color, currentColor);
}
.single-hero-quote-container.style-4 .quote-content {
padding: 5%;
background: #fff;
} .single-hero-link-container {
padding: 6%;
background: var(--link-bg, #fff);
color: var(--link-color, currentColor);
}
.single-hero-link-container .link-content {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.single-hero-link-container .content {
overflow: hidden;
flex: 1;
}
.single-hero-link-container .link {
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
letter-spacing: 1px;
margin-bottom: 5px;
font-size: 1.5rem;
color: var(--link-color, currentColor);
}
.single-hero-link-container .title {
margin: 0;
}
.single-hero-link-container .link-icon {
font-size: 4rem;
line-height: 1;
display: block;
margin-right: 25px;
}
.single-hero-link-container .link-icon i {
display: block;
}
.single-hero-link-container.before-meta {
margin-bottom: 50px;
}
.single-hero-link-container.after-meta {
margin-top: 50px;
}
.single-hero-link-container.radius {
border-radius: 25px;
}
.single-hero-link-container.shadow {
box-shadow: 0 5px 40px 5px #2b2c3040;
} .single-hero-audio-container.before-meta {
margin-bottom: 50px;
}
.single-hero-audio-container.after-meta {
margin-top: 50px;
}
.single-hero-audio-container iframe {
width: 100%;
border-radius: 15px;
} .single-hero-video-container.before-meta {
margin-bottom: 50px;
}
.single-hero-video-container.after-meta {
margin-top: 50px;
}
.single-hero-video-container iframe {
width: 100%;
height: 600px;
border-radius: 15px;
} .single-hero-gallery-container.before-meta {
margin-bottom: 50px;
}
.single-hero-gallery-container.after-meta {
margin-top: 50px;
}
.single-hero-gallery-item img {
width: 100%;
}
.single-hero-inside .single-hero-gallery-container.radius,
.single-hero-gallery-container.radius .single-hero-gallery-item img {
border-radius: 25px;
}
.single-hero-inside .single-hero-gallery-container.shadow{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-gallery-container .swiper-container {
height: 300px;
transition: 0.3s;
opacity: 0;
}
.single-hero-gallery-container .swiper-container.swiper-container-initialized {
height: auto;
opacity: 1;
}
.single-hero-gallery-container .swiper-button-next, .single-hero-gallery-container .swiper-button-prev {
color: #fff;
background: #292a2e57;
display: inline-flex;
align-items: center;
justify-content: center;
width: 55px;
height: 55px;
border-radius: 4px;
transition: 0.3s;
}
.single-hero-gallery-container .swiper-button-next:hover, .single-hero-gallery-container .swiper-button-prev:hover {
background: #292a2e8a;
} .single-hero-layout-1 .image-container.before-meta,
.single-hero-layout-2 .image-container.before-meta {
margin-bottom: 50px;
}
.single-hero-layout-1 .image-container.after-meta,
.single-hero-layout-2 .image-container.after-meta {
margin-top: 50px;
}
.single-hero-layout-1 .image-container img,
.single-hero-layout-2 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-1 .image-container.radius img,
.single-hero-layout-2 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-1 .image-container.shadow img,
.single-hero-layout-2 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
} .single-hero-layout-3 .image-container.before-meta,
.single-hero-layout-4 .image-container.before-meta {
margin-bottom: 50px;
}
.single-hero-layout-3 .image-container.after-meta,
.single-hero-layout-4 .image-container.after-meta {
margin-top: 50px;
}
.single-hero-layout-3 .image-container img,
.single-hero-layout-4 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-3 .image-container.radius img,
.single-hero-layout-4 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-3 .image-container.shadow img,
.single-hero-layout-4 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-3 .single-hero-title-1 .category,
.single-hero-layout-4 .single-hero-title-1 .category {
text-align: center;
position: relative;
margin-bottom: 80px;
}
.single-hero-layout-3 .single-hero-title-1 .category a,
.single-hero-layout-4 .single-hero-title-1 .category a {
margin: 0 5px 10px;
border-radius: 50px;
padding: 5px 20px;
}
.single-hero-layout-3 .single-hero-title-1 .category::after,
.single-hero-layout-4 .single-hero-title-1 .category::after {
content: '';
position: absolute;
width: 2px;
height: 60px;
background: #bcbdc3;
left: 50%;
top: 100%;
transform: translate(-50%, 10px);
}
.single-hero-layout-3 .single-hero-title-1 .title,
.single-hero-layout-4 .single-hero-title-1 .title {
text-align: center;
} .single-hero-layout-5 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-5 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-5 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-5 {
margin-top: -30px;
padding: 50px 0;
background: #f6f7f9;
}
.single-hero-layout-5 .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-5 .single-hero-title-2 .title {
border: none;
margin: 0 -280px 1rem 0;
padding: 0;
}
.single-hero-layout-5 .single-hero-title-2 .title span {
background: #f6f7f9;
}
.single-hero-layout-5 .single-hero-title-2 .meta-item {
background: #f6f7f9;
}
.single-hero-layout-5 .single-hero-title-2 .meta {
margin-right: -280px;
}
@media (max-width: 767px) {
.single-hero-layout-5 .single-hero-title-2 .title {
margin-right: 0;
}
.single-hero-layout-5 .single-hero-title-2 .meta {
margin-right: 0;
}
.single-hero-layout-5 .single-hero-title-2 {
margin-bottom: 50px;
}
} .single-hero-layout-6 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-6 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-6 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-6 {
margin-top: -30px;
padding: 50px 0;
background: var(--layout-bg, #f6f7f9);
}
.single-hero-layout-6 .content-container {
margin-right: -300px;
border-radius: 15px;
background: #ffffff94;
position: relative;
padding: 25px;
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
.single-hero-layout-6 .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-6 .single-hero-title-2 .title {
border: none;
margin: 0 0 1rem 0;
padding: 0;
}
@media (max-width: 767px) {
.single-hero-layout-6 .content-container {
margin: 0 0 50px 0;
}
} .single-hero-layout-7 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-7 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-7 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-7 {
margin-top: -30px;
padding: 50px 0;
background: var(--layout-bg, #f6f7f9);
}
.single-hero-layout-7 .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-7 .single-hero-title-2 .title {
border: none;
margin: 0 0 1rem 0;
padding: 0;
}
@media (max-width: 767px) {
.single-hero-layout-7 .content-container {
margin: 0 0 50px 0;
}
} .single-hero-layout-8 .image-container img,
.single-hero-layout-9 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-8 .image-container.radius img,
.single-hero-layout-9 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-8 .image-container.shadow img,
.single-hero-layout-9 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-8 .content-container,
.single-hero-layout-9 .content-container {
background: #fff;
position: relative;
margin: -80px 8% 0;
padding: 20px;
border-radius: 15px;
}
.single-hero-layout-9 .single-hero-title-1 {
padding: 0;
} .single-hero-layout-10 .image-container.before-meta {
margin-bottom: 50px;
margin-top: -30px;
}
.single-hero-layout-10 .image-container.after-meta {
margin-top: 50px;
}
.single-hero-layout-10 .image-container .layout-10-bg {
background-color: #f3f3f7;
background-position: center;
background-size: cover;
height: 75vh;
min-height: 300px;
}
.single-hero-layout-10 .image-container img {
display: block;
width: 100%;
} .single-hero-layout-13 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-13 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-13 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-13 {
margin-top: -30px;
padding: 80px 0;
position: relative;
}
.single-hero-layout-13 .container {
position: relative;
}
.single-hero-layout-13 .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-13 .single-hero-title-2 .title {
border: none;
margin: 0 0 1rem;
padding: 0;
}
.single-hero-layout-13 .single-hero-title-2 .meta {
margin-right: -280px;
}
.single-hero-layout-13 .layout-13-bg {
position: absolute;
height: 100%;
top: 0;
left: 0;
width: 50%;
background: var(--layout-bg, #eff1f5);
border-radius: 0 40px 40px 0;
}
.single-hero-layout-13 .single-hero-title-2 .meta-details .meta-item {
background: var(--layout-bg, #eff1f5);
}
.single-hero-layout-13 .single-hero-title-2 .title {
color: var(--layout-color, #191a1b);
}
.single-hero-layout-13 .single-hero-title-2 .excerpt,
.single-hero-layout-13 .single-hero-title-2 .meta-details,
.single-hero-layout-13 .single-hero-title-2 .meta-details a{
color: var(--layout-color, #51535a);
}
@media (max-width: 767px) {
.single-hero-layout-13 .single-hero-title-2 .meta {
margin-right: 0;
}
.single-hero-layout-13 .single-hero-title-2 {
margin-bottom: 50px;
}
} .single-hero-layout-14 {
margin-top: -30px;
}
.single-hero-layout-14 .single-hero-title-1 {
padding: 0;
}
.single-hero-layout-14 .image-container {
background-color: #f3f3f7;
background-position: center;
background-size: cover;
height: 75vh;
min-height: 300px;
}
@media (max-width: 767px) {
.single-hero-layout-14 .image-container {
height: 50vh;
}
.single-hero-layout-14 .single-hero-title-1 {
margin-top: 50px;
}
} .single-hero-layout-15 {
margin-top: -30px;
padding: 50px 0;
background: var(--layout-bg, #eff1f5);
}
.single-hero-layout-15 .single-hero-title-1 {
padding: 0;
}
.single-hero-layout-15-container {
display: flex;
align-items: center;
}
.single-hero-layout-15-container .content-container {
flex-grow: 1;
}
.single-hero-layout-15-container .date-container {
width: 200px;
height: 200px;
background: var(--accent-color);
color: var(--accent-color-alt);
box-shadow: 0 0 100px 20px #0000002e inset;
font-size: 2rem;
font-weight: 600;
margin-right: 40px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.single-hero-layout-15-container .date-container .day {
font-size: 2.8rem;
}
@media screen and (max-width: 575px) {
.single-hero-layout-15-container {
flex-direction: column;
}
.single-hero-layout-15-container .date-container {
width: 100%;
height: 150px;
margin-right: 0;
margin-bottom: 50px;
}
} .single-hero-layout-16 {
margin-top: -30px;
padding: 50px 0;
background: var(--layout-bg, #eff1f5);
}
.single-hero-layout-16 .image-container {
padding-right: 30px;
}
.single-hero-layout-16 .image-container img {
width: 100%;
display: block;
}
.single-hero-layout-16 .image-container.radius img {
border-radius: 25px;
}
.single-hero-layout-16 .image-container.shadow img{
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-16 .single-hero-title-1 {
padding: 0;
}
@media screen and (max-width: 575px) {
.single-hero-layout-16 .image-container {
padding-right: 0;
margin-bottom: 50px;
}
} .single-hero-layout-17 {
margin-top: -30px;
}
.single-hero-layout-17-container,
.single-hero-layout-18-container,
.single-hero-layout-19-container {
background-color: #27282e;
background-size: cover;
background-position: center;
position: relative;
}
.single-hero-layout-17-overlay,
.single-hero-layout-18-overlay,
.single-hero-layout-19-overlay {
position: absolute;
background: #00000033;
left: 0;
width: 100%;
top: 0;
height: 100%;
border-radius: inherit;
}
.single-hero-layout-18-container.radius,
.single-hero-layout-19-container.radius {
border-radius: 25px;
}
.single-hero-layout-18-container.shadow,
.single-hero-layout-19-container.shadow {
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-17 .content-container {
padding: 500px 0 50px;
}
.single-hero-layout-18 .content-container {
padding: 400px 50px 50px;
}
.single-hero-layout-19 .content-container {
padding: 350px 50px 50px;
}
.single-hero-layout-17 .single-hero-title-1,
.single-hero-layout-18 .single-hero-title-1,
.single-hero-layout-19 .single-hero-title-1 {
padding: 0;
}
.single-hero-layout-17-container .single-hero-title-1 .title,
.single-hero-layout-17-container .single-hero-title-1 .excerpt,
.single-hero-layout-17-container .single-hero-title-1 .author-name a,
.single-hero-layout-17-container .single-hero-title-1 .bottom,
.single-hero-layout-17-container .single-hero-title-1 .views,
.single-hero-layout-17-container .single-hero-title-1 .comments a {
color: #fff;
}
.single-hero-layout-18-container .single-hero-title-1 .title,
.single-hero-layout-18-container .single-hero-title-1 .excerpt,
.single-hero-layout-18-container .single-hero-title-1 .author-name a,
.single-hero-layout-18-container .single-hero-title-1 .bottom,
.single-hero-layout-18-container .single-hero-title-1 .views,
.single-hero-layout-18-container .single-hero-title-1 .comments a {
color: #fff;
}
.single-hero-layout-19-container .single-hero-title-1 .title,
.single-hero-layout-19-container .single-hero-title-1 .excerpt,
.single-hero-layout-19-container .single-hero-title-1 .author-name a,
.single-hero-layout-19-container .single-hero-title-1 .bottom,
.single-hero-layout-19-container .single-hero-title-1 .views,
.single-hero-layout-19-container .single-hero-title-1 .comments a {
color: #fff;
}
.single-hero-layout-17 .single-hero-title-1 .category a,
.single-hero-layout-18 .single-hero-title-1 .category a,
.single-hero-layout-19 .single-hero-title-1 .category a {
background: transparent !important;
padding: 0;
font-size: 0.9rem;
border-radius: 0;
border-bottom: 2px solid;
}
.single-hero-layout-17 .single-hero-title-1 .category a:hover,
.single-hero-layout-18 .single-hero-title-1 .category a:hover,
.single-hero-layout-19 .single-hero-title-1 .category a:hover {
background: transparent !important;
}
@media screen and (max-width: 767px) {
.single-hero-layout-17 .content-container,
.single-hero-layout-18 .content-container,
.single-hero-layout-19 .content-container {
padding: 200px 20px 30px;
}
} .single-hero-layout-20 {
margin-top: -30px;
}
.single-hero-layout-20-container,
.single-hero-layout-21-container,
.single-hero-layout-22-container {
background-color: #27282e;
background-size: cover;
background-position: center;
position: relative;
}
.single-hero-layout-20-overlay,
.single-hero-layout-21-overlay,
.single-hero-layout-22-overlay {
position: absolute;
background: #00000033;
left: 0;
width: 100%;
top: 0;
height: 100%;
border-radius: inherit;
}
.single-hero-layout-21-container.radius,
.single-hero-layout-22-container.radius {
border-radius: 25px;
}
.single-hero-layout-21-container.shadow,
.single-hero-layout-22-container.shadow {
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-20 .content-container {
padding: 500px 0 50px;
position: relative;
}
.single-hero-layout-21 .content-container{
padding: 400px 50px 50px;
position: relative;
}
.single-hero-layout-22 .content-container {
padding: 350px 50px 50px;
position: relative;
}
.single-hero-layout-20 .single-hero-title-1,
.single-hero-layout-21 .single-hero-title-1,
.single-hero-layout-22 .single-hero-title-1 {
padding: 0;
}
.single-hero-layout-20-container .single-hero-title-1 .title,
.single-hero-layout-21-container .single-hero-title-1 .title,
.single-hero-layout-22-container .single-hero-title-1 .title {
border: none;
margin: 0;
line-height: 1.3;
max-width: 70%;
}
.single-hero-layout-20-container.title-bg .single-hero-title-1 .title,
.single-hero-layout-21-container.title-bg .single-hero-title-1 .title,
.single-hero-layout-22-container.title-bg .single-hero-title-1 .title {
margin: 10px 0;
}
.single-hero-layout-20-container.title-bg .single-hero-title-1 .title span,
.single-hero-layout-21-container.title-bg .single-hero-title-1 .title span,
.single-hero-layout-22-container.title-bg .single-hero-title-1 .title span {
background: #fff;
color: #000;
padding: 0 4px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
border: 5px solid #fff;
}
.single-hero-layout-20-container .single-hero-title-1 .title,
.single-hero-layout-20-container .single-hero-title-1 .excerpt,
.single-hero-layout-20-container .single-hero-title-1 .author-name a,
.single-hero-layout-20-container .single-hero-title-1 .bottom {
color: #fff;
}
.single-hero-layout-21-container .single-hero-title-1 .title,
.single-hero-layout-21-container .single-hero-title-1 .excerpt,
.single-hero-layout-21-container .single-hero-title-1 .author-name a,
.single-hero-layout-21-container .single-hero-title-1 .bottom {
color: #fff;
}
.single-hero-layout-22-container .single-hero-title-1 .title,
.single-hero-layout-22-container .single-hero-title-1 .excerpt,
.single-hero-layout-22-container .single-hero-title-1 .author-name a,
.single-hero-layout-22-container .single-hero-title-1 .bottom {
color: #fff;
}
.single-hero-layout-20 .single-hero-title-1 .category a,
.single-hero-layout-21 .single-hero-title-1 .category a,
.single-hero-layout-22 .single-hero-title-1 .category a {
background: transparent !important;
padding: 0;
font-size: 0.9rem;
border-radius: 0;
border-bottom: 2px solid;
}
.single-hero-layout-20 .single-hero-title-1 .category a:hover,
.single-hero-layout-21 .single-hero-title-1 .category a:hover,
.single-hero-layout-22 .single-hero-title-1 .category a:hover {
background: transparent !important;
}
.single-hero-layout-20-container .top-container,
.single-hero-layout-21-container .top-container,
.single-hero-layout-22-container .top-container {
position: absolute;
top: 35px;
right: 35px;
border-radius: 50px;
background: #ffffff1f;
display: flex;
padding: 4px;
font-size: 0.8rem;
}
.single-hero-layout-20-container .top-container > div,
.single-hero-layout-21-container .top-container > div,
.single-hero-layout-22-container .top-container > div {
padding: 0 6px;
}
.single-hero-layout-20-container .top-container, .single-hero-layout-20-container .top-container a,
.single-hero-layout-21-container .top-container, .single-hero-layout-21-container .top-container a,
.single-hero-layout-22-container .top-container, .single-hero-layout-22-container .top-container a {
color: #fff;
}
.single-hero-layout-20-container .top-container i,
.single-hero-layout-21-container .top-container i,
.single-hero-layout-22-container .top-container i {
vertical-align: middle;
}
@media screen and (max-width: 767px) {
.single-hero-layout-20 .content-container,
.single-hero-layout-21 .content-container,
.single-hero-layout-22 .content-container{
padding: 200px 20px 30px;
}
.single-hero-layout-20-container .single-hero-title-1 .title,
.single-hero-layout-21-container .single-hero-title-1 .title,
.single-hero-layout-22-container .single-hero-title-1 .title{
max-width: 100%;
}
} .single-hero-layout-23 {
margin-top: -30px;
}
.single-hero-layout-24-container.radius,
.single-hero-layout-25-container.radius {
border-radius: 25px;
}
.single-hero-layout-24-container.shadow,
.single-hero-layout-25-container.shadow {
box-shadow: 0 5px 40px 5px #2b2c3040;
}
.single-hero-layout-23-container,
.single-hero-layout-24-container,
.single-hero-layout-25-container {
background-color: #27282e;
background-size: cover;
background-position: center;
position: relative;
}
.single-hero-layout-23-overlay,
.single-hero-layout-24-overlay,
.single-hero-layout-25-overlay {
position: absolute;
background: #00000033;
left: 0;
width: 100%;
top: 0;
height: 100%;
border-radius: inherit;
}
.single-hero-layout-23-container .content-container,
.single-hero-layout-24-container .content-container,
.single-hero-layout-25-container .content-container {
position: relative;
text-align: center;
max-width: 70%;
margin: 0 auto;
}
.single-hero-layout-23-container .content-container {
padding: 500px 0 50px;
}
.single-hero-layout-23-container.title-center .content-container {
padding: 275px 0;
}
.single-hero-layout-24-container .content-container {
padding: 400px 0 50px;
}
.single-hero-layout-24-container.title-center .content-container {
padding: 200px 0;
}
.single-hero-layout-25-container .content-container {
padding: 350px 0 50px;
}
.single-hero-layout-25-container.title-center .content-container {
padding: 170px 0;
}
.single-hero-layout-23-container.title-bg .single-hero-title-2,
.single-hero-layout-24-container.title-bg .single-hero-title-2,
.single-hero-layout-25-container.title-bg .single-hero-title-2 {
padding: 15px;
background: #ffffff30;
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
border-radius: 15px;
}
.single-hero-layout-23-container .single-hero-title-2,
.single-hero-layout-24-container .single-hero-title-2,
.single-hero-layout-25-container .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-23-container .single-hero-title-2 .category a,
.single-hero-layout-24-container .single-hero-title-2 .category a,
.single-hero-layout-25-container .single-hero-title-2 .category a {
background: transparent !important;
padding: 0;
font-size: 0.9rem;
border-radius: 0;
border-bottom: 2px solid;
margin: 0 5px 10px;
}
.single-hero-layout-23-container .single-hero-title-2 .category a:hover,
.single-hero-layout-24-container .single-hero-title-2 .category a:hover,
.single-hero-layout-25-container .single-hero-title-2 .category a:hover {
background: transparent !important;
}
.single-hero-layout-23-container .single-hero-title-2 .title,
.single-hero-layout-24-container .single-hero-title-2 .title,
.single-hero-layout-25-container .single-hero-title-2 .title {
border: none;
color: #fff;
margin: 0;
padding-top: 1rem;
}
.single-hero-layout-23-container .single-hero-title-2 .meta,
.single-hero-layout-24-container .single-hero-title-2 .meta,
.single-hero-layout-25-container .single-hero-title-2 .meta {
display: inline-flex;
justify-content: center;
align-items: center;
}
.single-hero-layout-23-container .single-hero-title-2 .author-avatar img,
.single-hero-layout-24-container .single-hero-title-2 .author-avatar img,
.single-hero-layout-25-container .single-hero-title-2 .author-avatar img {
width: 35px;
}
.single-hero-layout-23-container .single-hero-title-2 .author-name::after,
.single-hero-layout-24-container .single-hero-title-2 .author-name::after,
.single-hero-layout-25-container .single-hero-title-2 .author-name::after {
content: '/';
display: inline-block;
margin: 0 6px;
}
.single-hero-layout-23-container .single-hero-title-2 .author-name,
.single-hero-layout-24-container .single-hero-title-2 .author-name,
.single-hero-layout-25-container .single-hero-title-2 .author-name {
font-size: 12px;
width: auto;
}
.single-hero-layout-23-container .single-hero-title-2 .meta-details,
.single-hero-layout-23-container .single-hero-title-2 .meta-details a,
.single-hero-layout-23-container .single-hero-title-2 .author-name a,
.single-hero-layout-23-container .single-hero-title-2 .excerpt {
color: #fff;
}
.single-hero-layout-24-container .single-hero-title-2 .meta-details,
.single-hero-layout-24-container .single-hero-title-2 .meta-details a,
.single-hero-layout-24-container .single-hero-title-2 .author-name a,
.single-hero-layout-24-container .single-hero-title-2 .excerpt {
color: #fff;
}
.single-hero-layout-25-container .single-hero-title-2 .meta-details,
.single-hero-layout-25-container .single-hero-title-2 .meta-details a,
.single-hero-layout-25-container .single-hero-title-2 .author-name a,
.single-hero-layout-25-container .single-hero-title-2 .excerpt {
color: #fff;
}
@media screen and (max-width: 767px) {
.single-hero-layout-23-container .content-container,
.single-hero-layout-24-container .content-container,
.single-hero-layout-25-container .content-container {
max-width: 100%;
}
.single-hero-layout-23-container .content-container,
.single-hero-layout-24-container .content-container,
.single-hero-layout-25-container .content-container {
padding: 200px 10px 30px;
}
.single-hero-layout-23-container.title-center .content-container,
.single-hero-layout-24-container.title-center .content-container,
.single-hero-layout-25-container.title-center .content-container {
padding: 100px 10px;
}
} .single-hero-layout-26-container {
overflow: hidden;
background: var(--layout-bg, #f6f7f9);
}
.single-hero-layout-26-container.radius {
border-radius: 10px;
}
.single-hero-layout-26-container .single-hero-title-2 {
padding: 0;
}
.single-hero-layout-26-container .image-container {
background-color: #27282e;
background-size: cover;
background-position: center;
}
.single-hero-layout-26-container .image-container span {
width: 100%;
padding-top: 100%;
display: block;
}
.single-hero-layout-26-container .content-container {
padding: 7%;
}
@media (max-width: 767px) {
.single-hero-layout-26 .content-container {
margin: 0 0 50px 0;
}
} .page-content-wrapper .post-nav-links {
clear: both;
padding: 1.5rem 0;
margin: 0;
}
.page-content-wrapper .post-nav-links .post-page-numbers {
display: inline-block;
background: #e8e8ef;
color: #737584;
padding: 4px 10px;
line-height: 1;
border-radius: 5px;
text-align: center;
margin: 0 2px;
transition: 0.4s;
}
.page-content-wrapper .post-nav-links .post-page-numbers:hover, .page-content-wrapper .post-nav-links .post-page-numbers.current {
background: #4a4a52;
color: #fff;
} .single-post-tags {
padding-top: 20px;
}
.single-post-tags h4 {
font-size: 1.1rem;
margin-bottom: 1rem;
}
.single-post-tags a {
display: inline-block;
border: 1px solid #b3b4bb;
padding: 4px 8px;
margin-right: 10px;
margin-bottom: 10px;
color: #404246;
border-radius: 6px;
font-size: 0.8rem;
letter-spacing: 1px;
transition: 0.3s;
}
.single-post-tags a:hover {
color: #000000;
border-color: #6f7072;
} .single-share-box-container {
padding: 50px 0;
border-top: 1px solid #dfe1ea;
text-align: center;
}
.single-share-box-container > .title {
margin-bottom: 20px;
}
.single-share-box a {
display: inline-block;
line-height: 1;
background: #3f51b5;
color: #fff;
padding: 10px;
font-size: 1.4rem;
border-radius: 50px;
margin: 0 2px;
transition: 0.4s;
box-shadow: 0 4px 15px #35363e45;
}
.single-share-box a:hover {
transform: translateY(10px);
}
.single-share-box a i {
line-height: 1;
display: block;
}
.single-share-box a.facebook {
background: #3f51b5;
}
.single-share-box a.twitter {
background: #2196f3;
}
.single-share-box a.linkedin {
background: #137fd6;
}
.single-share-box a.pinterest {
background: #e91e54;
}
.single-share-box a.telegram {
background: #1cb8ff;
}
.single-share-box a.email {
background: #00bcd4;
}
.single-share-box a.whatsapp {
background: #19b77e;
} .single-share-box-link {
margin-top: 30px;
}
.single-share-box-link .form-content {
max-width: 500px;
position: relative;
margin: auto;
}
.single-share-box-link .share-link-text {
margin: 0;
width: 100%;
max-width: 100%;
color: #6d7086;
font-size: 14px;
background: #f7f7f7;
padding: 12px 20px;
padding-right: 45px;
line-height: 1;
border: none;
}
.single-share-box-link .share-link-btn {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
color: var(--accent-color);
padding: 0;
margin: 0;
font-size: 26px;
line-height: 1;
}
.single-share-box-link .share-link-btn i {
display: block;
}
.single-share-box-link .copied-popup-text {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 50px;
font-size: 11px;
background: #28292b;
color: #ffffff;
padding: 6px 10px;
border-radius: 4px;
letter-spacing: 0.5px;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.single-share-box-link .copied-popup-text.show {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 550px) {
.single-share-box-link .copied-popup-text {
left: auto;
right: 0;
transform: translateX(0);
}
} .single-author-box-container {
padding: 50px 0;
border-top: 1px solid #dfe1ea;
}
.single-author-box {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.single-author-box-avatar {
flex-shrink: 0;
margin-right: 40px;
}
.single-author-box-avatar img {
border-radius: 50%;
box-shadow: 0 6px 20px #38394457;
width: 120px;
height: 120px;
}
.single-author-box-desc {
flex-grow: 1;
}
.single-author-box-desc .more-articles {
float: right;
font-size: 0.8rem;
display: inline-block;
padding: 6px 15px;
border-radius: 50px;
background-color: var(--second-color);
color: var(--second-color-alt) !important;
}
.single-author-box-desc .written-by {
display: block;
margin-bottom: 3px;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 1px;
}
.author-social-links ul {
margin: 0;
padding: 8px;
list-style: none;
display: inline-flex;
align-items: center;
border-radius: 50px;
background: #f2f2fb;
}
.author-social-links ul li {
margin: 0 10px;
line-height: 1;
}
.author-social-links a {
position: relative;
font-size: 1.4rem;
color: var(--second-color);
display: block;
}
.author-social-links a i {
display: block;
}
.author-social-links a::before {
content: attr(data-title);
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 100%;
padding: 6px 8px;
background: var(--second-color);
color: var(--second-color-alt);
border-radius: 4px;
font-size: 11px;
white-space: nowrap;
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.author-social-links a:hover::before {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 575px) {
.single-author-box {
flex-direction: column;
text-align: center;
}
.single-author-box-avatar {
margin: 0;
}
.single-author-box-desc .more-articles {
float: none;
margin: 15px 0;
}
} .single-next-prev-posts-container {
padding: 50px 0;
border-top: 1px solid #dfe1ea;
}
.single-next-prev-posts .post-wrapper {
display: flex;
align-items: center;
}
.single-next-prev-posts .image {
flex-shrink: 0;
}
.single-next-prev-posts .image img {
border-radius: 6px;
width: 120px;
}
.single-next-prev-posts .image img {
margin-right: 20px;
}
.single-next-prev-posts .post-wrapper .title {
font-size: 1rem;
line-height: 1.6;
margin: 0;
}
.single-next-prev-posts .post-wrapper .title a {
color: #000;
word-break: break-word;
}
.single-next-prev-posts .post-wrapper .title a:hover {
color: var(--accent-color);
}
.single-next-prev-posts .next-prev-label {
font-size: 0.9rem;
margin-bottom: 5px;
}
.single-next-prev-posts .next-prev-label .icon {
vertical-align: middle;
}
@media screen and (max-width: 767px){
.single-next-prev-posts .post-wrapper:first-of-type {
margin-bottom: 15px;
}
} .single-fixed-next-prev-posts {
visibility: hidden;
opacity: 0;
transition: 0.3s;
}
.single-fixed-next-prev-posts.show {
visibility: visible;
opacity: 1;
}
.single-fixed-next-prev-posts .fixed-post {
position: fixed;
z-index: 99;
top: 50%;
height: 200px;
}
.single-fixed-next-prev-posts .next-post {
right: 0;
}
.single-fixed-next-prev-posts .prev-post {
left: 0;
}
.single-fixed-next-prev-posts .post-label {
position: absolute;
top: 0;
bottom: 0;
writing-mode: tb-rl;
text-align: center;
background: #f2f4f5;
padding: 4px;
z-index: 99;
transition: 0.3s;
}
.single-fixed-next-prev-posts .post-label:hover {
background: #000;
color: #fff;
}
.single-fixed-next-prev-posts .next-post .post-label {
right: 0;
}
.single-fixed-next-prev-posts .prev-post .post-label {
left: 0;
}
.single-fixed-next-prev-posts .next-post .post-label .icon {
margin-top: 5px;
}
.single-fixed-next-prev-posts .prev-post .post-label .icon {
margin-bottom: 5px;
}
.single-fixed-next-prev-posts .post-wrapper {
position: absolute;
top: 0;
height: 100%;
width: 380px;
background: #fff;
box-shadow: 0 4px 30px 2px #33353c2b;
border-radius: 6px;
padding: 25px;
display: flex;
align-items: center;
transition: 0.3s;
}
.single-fixed-next-prev-posts .next-post .post-wrapper {
right: -400px;
padding-right: 60px;
text-align: left;
}
.single-fixed-next-prev-posts .prev-post .post-wrapper {
left: -400px;
padding-left: 60px;
text-align: right;
}
.single-fixed-next-prev-posts .next-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .next-post .post-wrapper:hover {
right: 0;
}
.single-fixed-next-prev-posts .prev-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .prev-post .post-wrapper:hover {
left: 0;
}
.single-fixed-next-prev-posts .post-wrapper .image {
flex-shrink: 0;
}
.single-fixed-next-prev-posts .next-post .post-wrapper .image img {
margin-right: 20px;
}
.single-fixed-next-prev-posts .prev-post .post-wrapper .image img {
margin-left: 20px;
}
.single-fixed-next-prev-posts .post-wrapper .image img {
border-radius: 6px;
width: 85px;
}
.single-fixed-next-prev-posts .date {
font-size: 0.8rem;
color: #000;
}
.single-fixed-next-prev-posts .title {
font-size: 1rem;
line-height: 1.6;
margin: 0;
}
.single-fixed-next-prev-posts .title a {
color: #000;
transition: 0.3s;
word-break: break-word;
}
.single-fixed-next-prev-posts .title a:hover {
color: var(--accent-color);
}
@media screen and (max-width: 1024px ) {
.single-fixed-next-prev-posts {
display: none;
}
} .page-content.page-404 {
text-align: center;
padding: 100px 0;
}
.page-content.page-404 h1 {
font-size: 8rem;
margin-bottom: 0;
}
.page-content.page-404 a {
color: #191a1b;
border-bottom: 1px solid;
font-weight: 600;
}  .elementor-column.rivax-sticky-column {
display: block;
}
.elementor-column.rivax-sticky-column > * {
position: sticky;
top: var(--rivax-topSpacing);
bottom: var(--rivax-bottomSpacing);
} .offcanvas-opener {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 20px;
cursor: pointer;
position: relative;
text-align: left;
box-sizing: content-box !important;
transition: 0.3s;
}
.offcanvas-opener .hamburger {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.offcanvas-opener .hamburger span{
display: block;
width: 100%;
height: 2px;
overflow: hidden;
position: relative;
}
.offcanvas-opener .hamburger span:before, .offcanvas-opener .hamburger span:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #0f0f0f;
transform: translateX(-200%);
transition: ease 300ms;
}
.offcanvas-opener .hamburger span:after{
transform: translateX(0);
}
.offcanvas-opener .hamburger span:nth-child(2):before, .offcanvas-opener .hamburger span:nth-child(2):after{
transition-delay: 75ms;
}
.offcanvas-opener .hamburger span:last-child:before, .offcanvas-opener .hamburger span:last-child:after{
transition-delay: 150ms;
}
.offcanvas-opener:hover .hamburger span:before{
transform: translateX(0);
}
.offcanvas-opener:hover .hamburger span:after{
transform: translateX(200%);
} .popup-search-opener-wrapper {
display: flex;
}
.popup-search-opener {
cursor: pointer;
display: block;
line-height: 1;
font-size: 22px;
transition: 0.3s;
}
.popup-search-opener i {
display: block;
line-height: 1;
} .popup-search-closer {
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
transition: 0.3s;
cursor: pointer;
right: 50px;
top: 25px;
color: #313238;
}
.popup-search-closer:hover {
transform: rotate(180deg);
}
.popup-search-closer::before, .popup-search-closer::after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: currentColor;
transform: rotate(45deg);
}
.popup-search-closer::after {
transform: rotate(-45deg);
}
.popup-search::before {
content: '';
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: #1d1f2bd6;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: 0.6s;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
.popup-search.open::before {
opacity: 1;
visibility: visible;
}
.popup-search .popup-search-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 50vh;
padding: 20px;
z-index: 99999;
background: #fff;
transform: translateY(-110%);
transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.popup-search.open .popup-search-container {
transform: translateY(0);
}
.popup-search-wrapper.style-2 .popup-search .popup-search-container {
height: auto;
width: auto;
left: 50px;
right: 50px;
bottom: 50px;
top: 50px;
transform: scale(0.2);
opacity: 0;
visibility: hidden;
transition: 0.3s ease-in-out;
}
.popup-search-wrapper.style-2 .popup-search.open .popup-search-container {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.popup-search-content {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
align-items: center;
}
.popup-search-title-wrapper h3 {
color: #c9ccda;
font-weight: 300;
}
.popup-search-form-wrapper {
width: 100%;
max-width: 700px;
text-align: center;
position: relative;
}
.popup-search-form .search-field {
width: 100%;
margin: 0;
}
.popup-search-form .submit {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background: none;
color: #c9ccda;
padding: 0;
margin: 0;
font-size: 28px;
line-height: 1;
}
.popup-search-form .submit i {
display: block;
} .inline-search-form {
position: relative;
overflow: hidden;
margin: auto;
}
.inline-search-form .search-field {
width: 100%;
margin: 0;
border: none;
}
.inline-search-form .submit {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
gap: 10px;
}
.inline-search-form .submit i {
vertical-align: middle;
display: block;
} .rivax-header-nav {
display: flex;
flex-wrap: wrap;
}
.rivax-header-nav li.menu-item {
position: relative;
line-height: 3;
}
.rivax-header-nav-wrapper ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.rivax-header-nav > li.menu-item > a {
padding: 0 0.5em;
margin: 0 7px;
}
.rivax-header-nav > li.menu-item:first-of-type > a {
margin-left: 0;
}
.rivax-header-nav > li.menu-item:last-of-type > a {
margin-right: 0;
}
.rivax-header-nav li.menu-item > a {
color: #454955;
position: relative;
display: inline-block;
transition: 0.3s;
line-height: 2;
}
.rivax-header-nav li.menu-item > a:hover, .rivax-header-nav li.current-menu-item > a, .rivax-header-nav li.current-menu-ancestor > a {
color: var(--accent-color);
}
.rivax-header-nav > li.menu-item-has-children > a {
padding-right: 1em;
}
.rivax-header-nav > li.menu-item-has-children > a::after {
content: "\e071";
font-family: "rivax-icon" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 0;
top: 55%;
transform: translateY(-50%);
line-height: 1;
}
.rivax-header-nav .sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: -10px;
min-width: 280px;
z-index: 999;
background: #fff;
border-radius: 10px;
box-shadow: 0 15px 30px #4b506930;
padding: 25px 40px;
transition: 0.5s, width 0s, left 0s, right 0s;
transition-delay: 0.1s;
transform: translateX(-20px);
pointer-events: none;
}
.rivax-header-nav .sub-menu .sub-menu {
left: 100%;
top: 0;
transform-origin: left;
}
.rivax-header-nav li.menu-item:hover > .sub-menu {
visibility: visible;
transform: translateX(0);
opacity: 1;
transition-delay: 0s;
pointer-events: all;
}
.rivax-header-nav .sub-menu li.menu-item a {
line-height: 2.6;
display: block;
font-size: 15px;
white-space: nowrap;
transition: 0.2s;
}
.rivax-header-nav .sub-menu li.menu-item a::before {
content: '';
position: absolute;
top: 50%;
height: 0.1em;
width: 0;
background: currentColor;
transition: 0.3s width;
}
.rivax-header-nav .sub-menu li.menu-item a span {
display: inline-block;
transition: 0.3s;
}
.rivax-header-nav .sub-menu li.menu-item a:hover span, .rivax-header-nav .sub-menu li.current-menu-item > a span, .rivax-header-nav .sub-menu li.current-menu-ancestor > a span {
transform: translateX(1.2em);
}
.rivax-header-nav .sub-menu li.menu-item a:hover::before, .rivax-header-nav .sub-menu li.current-menu-item > a::before, .rivax-header-nav .sub-menu li.current-menu-ancestor > a::before {
width: 0.8em;
} .rivax-header-nav-wrapper.hover-style-1 > ul > li.menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-2 > ul > li.menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-3 > ul > li.menu-item > a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: var(--accent-color);
transition: 0.3s;
transform: scaleX(0);
}
.rivax-header-nav-wrapper.hover-style-1 > ul > li.menu-item > a:hover::before,
.rivax-header-nav-wrapper.hover-style-2 > ul > li.menu-item > a:hover::before,
.rivax-header-nav-wrapper.hover-style-3 > ul > li.menu-item > a:hover::before {
transform: scaleX(1);
}
.rivax-header-nav-wrapper.hover-style-2 > ul > li.menu-item > a::before {
transform-origin: left;
}
.rivax-header-nav-wrapper.hover-style-3 > ul > li.menu-item > a::before {
transform-origin: right center;
transition: transform 0.3s;
}
.rivax-header-nav-wrapper.hover-style-3 > ul > li.menu-item > a:hover::before {
transform-origin: left center;
}
.rivax-header-nav-wrapper.hover-style-1 > ul > li.current-menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-2 > ul > li.current-menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-3 > ul > li.current-menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-1 > ul > li.current-menu-ancestor > a::before,
.rivax-header-nav-wrapper.hover-style-2 > ul > li.current-menu-ancestor > a::before,
.rivax-header-nav-wrapper.hover-style-3 > ul > li.current-menu-ancestor > a::before {
transform: scaleX(1);
}
.rivax-header-nav-wrapper.hover-style-4 > ul > li.menu-item > a {
border-radius: 50px;
padding: 0 1em;
}
.rivax-header-nav-wrapper.hover-style-4 > ul > li.menu-item-has-children > a {
padding-right: 1.5em;
}
.rivax-header-nav-wrapper.hover-style-4 > ul > li.menu-item-has-children > a::after {
right: 0.5em;
}
.rivax-header-nav-wrapper.hover-style-4 > ul > li.menu-item > a:hover,
.rivax-header-nav-wrapper.hover-style-4 > ul > li.current-menu-item > a,
.rivax-header-nav-wrapper.hover-style-4 > ul > li.current-menu-ancestor > a {
background: var(--accent-color);
color: var(--accent-color-alt);
}
.rivax-header-nav-wrapper.hover-style-5 > ul > li.menu-item > a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: var(--accent-color);
transition: 0.3s;
opacity: 0;
transform: translateX(-30%);
}
.rivax-header-nav-wrapper.hover-style-5 > ul > li.menu-item > a:hover::before,
.rivax-header-nav-wrapper.hover-style-5 > ul > li.current-menu-item > a::before,
.rivax-header-nav-wrapper.hover-style-5 > ul > li.current-menu-ancestor > a::before {
opacity: 1;
transform: translateX(0);
} .rivax-header-nav li.rivax-mega-menu-item, .rivax-header-nav li.rivax-mega-menu-3-col, .rivax-header-nav li.rivax-mega-menu-4-col {
position: static;
}
.rivax-header-nav .sub-menu.mega-menu-content {
left: 0;
width: 100%;
padding: 25px 40px;
}
.rivax-header-nav li.rivax-mega-menu-3-col .sub-menu .sub-menu, .rivax-header-nav li.rivax-mega-menu-4-col .sub-menu .sub-menu {
display: none;
}
.rivax-header-nav li.rivax-mega-menu-3-col .sub-menu, .rivax-header-nav li.rivax-mega-menu-4-col .sub-menu {
left: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.rivax-header-nav li.rivax-mega-menu-3-col .sub-menu li {
width: 33.3333%;
flex-shrink: 0;
}
.rivax-header-nav li.rivax-mega-menu-4-col .sub-menu li {
width: 25%;
flex-shrink: 0;
} .header-vertical-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
.header-vertical-nav .sub-menu {
margin: 5px 0;
padding-left: 20px;
border-left: 1px solid #cdd7dc;
}
.header-vertical-nav li a {
color: #454d63;
line-height: 2.6;
display: block;
position: relative;
}
.header-vertical-nav li > a:hover, .header-vertical-nav li.current-menu-item > a {
color: var(--accent-color);
}
.header-vertical-nav li.menu-item-has-children > a::after {
content: "\e071";
font-family: "rivax-icon" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 0;
top: 55%;
transform: translateY(-50%);
line-height: 1;
}
.header-vertical-nav .sub-menu {
display: none;
} .header-default {
position: relative;
}
.header-default-top {
padding: 40px 0;
}
.header-default-bottom {
padding: 15px 0;
}
.header-default .popup-search-opener {
background: var(--accent-color);
box-shadow: 0 4px 25px -10px var(--accent-color);
padding: 10px;
border-radius: 50px;
color: var(--accent-color-alt);
}
.header-default .rivax-header-nav {
justify-content: center;
}
@media screen and (max-width: 767px) {
.header-default-bottom {
display: none;
}
.sticky-header-default .rivax-header-nav-wrapper {
display: none;
}
}
@media screen and (min-width: 768px) {
.sticky-header-default .offcanvas-opener {
display: none;
}
}
.sticky-header-default #site-sticky-logo {
max-height: 50px;
}
.sticky-header-default {
position: relative;
background: #fff;
box-shadow: 0 6px 50px #37384026;
padding: 8px 0;
}
.offcanvas-default {
padding-top: 80px;
} #site-header {
position: relative;
z-index: 999;
}
#site-header::before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
}
#site-header.float-header {
position: absolute;
left: 0;
width: 100%;
top: 0;
}
body.admin-bar #site-header.float-header {
margin-top: 32px;
} body.admin-bar #site-sticky-header {
margin-top: 32px;
}
#site-sticky-header {
position: fixed;
left: 0;
z-index: 998;
width: 100%;
top: -200px;
transition: 0.6s top;
}
#site-sticky-header.fixed {
top: 0;
}
#site-sticky-header::before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
} .offcanvas-wrapper::before {
content: '';
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background: #1d1f2bd6;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: 0.6s;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
.offcanvas-wrapper.open::before {
opacity: 1;
visibility: visible;
}
.offcanvas-wrapper .offcanvas-container {
position: fixed;
top: 0;
width: 450px;
max-width: 100%;
height: 100vh;
padding: 10px;
overflow-y: auto;
z-index: 99999;
background: #fff;
transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-wrapper.position-left .offcanvas-container {
left: 0;
transform: translateX(-100%);
}
.offcanvas-wrapper.position-right .offcanvas-container {
right: 0;
transform: translateX(100%);
}
.offcanvas-wrapper.position-left.open .offcanvas-container, .offcanvas-wrapper.position-right.open .offcanvas-container {
transform: translateX(0);
}
.offcanvas-closer {
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
transition: 0.3s;
cursor: pointer;
right: 15px;
top: 15px;
z-index: 9999;
}
.offcanvas-wrapper.position-right .offcanvas-closer {
right: auto;
left: 15px;
}
.offcanvas-closer:hover {
transform: rotate(180deg);
}
.offcanvas-closer::before, .offcanvas-closer::after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: #313238;
transform: rotate(45deg);
}
.offcanvas-closer::after {
transform: rotate(-45deg);
} .rivax-logo-description {
margin: 0;
}
.rivax-logo-title {
font-size: 16px;
line-height: 1.5;
} .rivax-tag-cloud {
display: flex;
flex-wrap: wrap;
--item-gap: 0;
margin-right: calc(var(--item-gap) * -.5);
margin-left: calc(var(--item-gap) * -.5);
}
.rivax-tag-cloud-item-wrapper {
padding-right: calc(var(--item-gap) * .5);
padding-left: calc(var(--item-gap) * .5);
padding-bottom: calc(var(--item-gap) * .5);
}
.rivax-tag-cloud-item {
padding: 10px;
display: flex;
position: relative;
background: #3a3c4c;
border-radius: 4px;
align-items: center;
transition: all .3s ease;
}
.rivax-tag-cloud-name {
font-size: 14px;
font-weight: 600;
flex-grow: 1;
color: #fff;
letter-spacing: 0.5px;
transition: all .3s ease;
line-height: 1;
}
.rivax-tag-cloud-count {
display: inline-flex;
font-size: 0.9rem;
padding: 3px 5px;
color: #fff;
background: rgba(255, 255, 255, 0.3);
border-radius: 2px;
line-height: 1;
margin-left: 5px;
transition: all .3s ease;
} .rivax-promo-box {
list-style: outside none none;
margin: 0 auto;
max-width: 100%;
position: relative;
text-align: center;
} .rivax-promo-box figure {
position: relative;
overflow: hidden;
margin: 10px 0;
width: 100%;
text-align: center;
cursor: pointer;
background-color: #3085a3;
}
.rivax-promo-box figure img {
position: relative;
display: block;
max-width: 100%;
width: 100%;
opacity: 0.8;
}
.rivax-promo-box figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.rivax-promo-box figure figcaption .promo-title {
font-size: 1.25em;
color: #ffffff;
}
.rivax-promo-box figure figcaption::before,
.rivax-promo-box figure figcaption::after {
pointer-events: none;
}
.rivax-promo-box figure figcaption,
.rivax-promo-box figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  .rivax-promo-box figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.elementor-editor-active .rivax-promo-box figure figcaption > a {
z-index: 1;
}
.rivax-promo-box figure .promo-title {
font-weight: bold;
}
.rivax-promo-box figure .promo-title,
.rivax-promo-box figure p,
.rivax-promo-box figure ul,
.rivax-promo-box figure ol {
margin: 0;
padding: 0;
color: #ffffff;
}
.rivax-promo-box figure p,
.rivax-promo-box figure ul,
.rivax-promo-box figure ol {
letter-spacing: 1px;
font-size: 70%;
} figure.effect-lily img {
max-width: none;
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
text-align: left;
}
figure.effect-lily figcaption > div {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: 50%;
}
figure.effect-lily .promo-title,
figure.effect-lily p,
figure.effect-lily ul,
figure.effect-lily ol {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
figure.effect-lily .promo-title {
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-lily p,
figure.effect-lily ul,
figure.effect-lily ol {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, -webkit-transform 0.35s;
-o-transition: opacity 0.2s, transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover ul,
figure.effect-lily:hover ol {
opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .promo-title,
figure.effect-lily:hover p,
figure.effect-lily:hover ul,
figure.effect-lily:hover ol {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p,
figure.effect-lily:hover ul,
figure.effect-lily:hover ol {
-webkit-transition-delay: 0.05s;
-o-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
} figure.effect-sadie figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
background: -o-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
content: "";
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
figure.effect-sadie .promo-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
transition: color 0.35s, -webkit-transform 0.35s;
-o-transition: transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p,
figure.effect-sadie ul,
figure.effect-sadie ol {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-sadie p,
figure.effect-sadie ul,
figure.effect-sadie ol {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover .promo-title {
color: #fff;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p,
figure.effect-sadie:hover ul,
figure.effect-sadie:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-layla {
background-color: #18a367;
}
figure.effect-layla img {
height: auto;
max-width: calc(100% + 30px);
width: calc(100% + 30px);
}
figure.effect-layla figcaption {
padding: 3em;
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
position: absolute;
content: "";
opacity: 0;
}
figure.effect-layla figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
figure.effect-layla .promo-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-layla p,
figure.effect-layla ul,
figure.effect-layla ol {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
figure.effect-layla img,
figure.effect-layla .promo-title {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(-30px, 0, 0);
}
figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,
figure.effect-layla ul,
figure.effect-layla ol {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-layla:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-layla:hover .promo-title,
figure.effect-layla:hover p,
figure.effect-layla:hover ul,
figure.effect-layla:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover .promo-title,
figure.effect-layla:hover p,
figure.effect-layla:hover img,
figure.effect-layla:hover ul,
figure.effect-layla:hover ol {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
} figure.effect-oscar {
background: -o-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
-o-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
padding: 3em;
background-color: rgba(58, 52, 42, 0.7);
-webkit-transition: background-color 0.35s;
-o-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
}
figure.effect-oscar .promo-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p,
figure.effect-oscar ul,
figure.effect-oscar ol {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
figure.effect-oscar:hover .promo-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p,
figure.effect-oscar:hover ul,
figure.effect-oscar:hover ol {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-oscar:hover figcaption {
background-color: rgba(58, 52, 42, 0);
}
figure.effect-oscar:hover img {
opacity: 0.4;
} figure.effect-marley figcaption {
text-align: right;
}
figure.effect-marley .promo-title,
figure.effect-marley p,
figure.effect-marley ul,
figure.effect-marley ol {
position: absolute;
right: 30px;
left: 30px;
padding: 10px 0;
}
figure.effect-marley p,
figure.effect-marley ul,
figure.effect-marley ol {
bottom: 30px;
line-height: 1.5;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
figure.effect-marley .promo-title {
top: 30px;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-marley:hover .promo-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-marley .promo-title::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background-color: #fff;
content: "";
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
figure.effect-marley .promo-title::after,
figure.effect-marley p,
figure.effect-marley ul,
figure.effect-marley ol {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-marley:hover .promo-title::after,
figure.effect-marley:hover p,
figure.effect-marley:hover ul,
figure.effect-marley:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-ruby {
background-color: #17819c;
}
figure.effect-ruby img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
figure.effect-ruby:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-ruby .promo-title {
margin-top: 5%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-ruby p,
figure.effect-ruby ul,
figure.effect-ruby ol {
margin: 1em 0 0;
padding: 3em;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.effect-ruby:hover .promo-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p,
figure.effect-ruby:hover ul,
figure.effect-ruby:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} figure.effect-roxy {
background: -o-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
figure.effect-roxy img {
max-width: none;
width: calc(100% + 30px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption {
padding: 3em;
text-align: left;
}
figure.effect-roxy .promo-title {
padding: 30% 0 10px 0;
}
figure.effect-roxy p,
figure.effect-roxy ul,
figure.effect-roxy ol {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p,
figure.effect-roxy:hover ul,
figure.effect-roxy:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-bubba {
background: #9e5406;
}
figure.effect-bubba img {
opacity: 0.7;
-webkit-transition: opacity 0.35s;
-o-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-bubba figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
}
figure.effect-bubba .promo-title {
padding-top: 30%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p,
figure.effect-bubba ul,
figure.effect-bubba ol {
padding: 20px 2.5em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-bubba:hover .promo-title,
figure.effect-bubba:hover p,
figure.effect-bubba:hover ul,
figure.effect-bubba:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-romeo {
-webkit-perspective: 1000px;
perspective: 1000px;
}
figure.effect-romeo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 0, 300px);
transform: translate3d(0, 0, 300px);
}
figure.effect-romeo:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: "";
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
figure.effect-romeo:hover figcaption::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
figure.effect-romeo .promo-title,
figure.effect-romeo p,
figure.effect-romeo ul,
figure.effect-romeo ol {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-romeo .promo-title {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
figure.effect-romeo p,
figure.effect-romeo ul,
figure.effect-romeo ol {
padding: 0.25em 2em;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
figure.effect-romeo:hover .promo-title {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
figure.effect-romeo:hover p,
figure.effect-romeo:hover ul,
figure.effect-romeo:hover ol {
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
} figure.effect-sarah {
background: #42b078;
}
figure.effect-sarah img {
max-width: none;
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-sarah figcaption {
text-align: left;
}
figure.effect-sarah .promo-title {
position: relative;
overflow: hidden;
padding: 0.5em 0;
}
figure.effect-sarah .promo-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: "";
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
figure.effect-sarah:hover .promo-title::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-sarah p,
figure.effect-sarah ul,
figure.effect-sarah ol {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
figure.effect-sarah:hover p,
figure.effect-sarah:hover ul,
figure.effect-sarah:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-chico img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.12);
-ms-transform: scale(1.12);
transform: scale(1.12);
}
figure.effect-chico:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-chico figcaption {
padding: 3em;
}
figure.effect-chico figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: "";
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico p,
figure.effect-chico ul,
figure.effect-chico ol {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-chico .promo-title {
padding: 20% 0 20px 0;
}
figure.effect-chico p,
figure.effect-chico ul,
figure.effect-chico ol {
margin: 0 auto;
max-width: 200px;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p,
figure.effect-chico:hover ul,
figure.effect-chico:hover ol {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} figure.effect-milo {
background: #2e5d5a;
}
figure.effect-milo img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: 100%;
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
transform: translate3d(-30px, 0, 0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-milo:hover img {
opacity: 0.5;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-milo .promo-title {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}
figure.effect-milo p,
figure.effect-milo ul,
figure.effect-milo ol {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
figure.effect-milo:hover p,
figure.effect-milo:hover ul,
figure.effect-milo:hover ol {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} figure.effect-apollo {
background: #3498db;
}
figure.effect-apollo img {
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
content: "";
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
-o-transition: transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p,
figure.effect-apollo ul,
figure.effect-apollo ol {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
-o-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-apollo .promo-title {
text-align: left;
}
figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p,
figure.effect-apollo:hover ul,
figure.effect-apollo:hover ol {
opacity: 1;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
} figure.effect-jazz {
background: -o-linear-gradient(135deg, #f3cf3f 0%, #f33f58 100%);
background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
figure.effect-jazz img {
opacity: 0.9;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p,
figure.effect-jazz ul,
figure.effect-jazz ol {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-jazz figcaption::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
content: "";
opacity: 0;
-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.effect-jazz .promo-title,
figure.effect-jazz p,
figure.effect-jazz ul,
figure.effect-jazz ol {
opacity: 1;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz .promo-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-jazz p,
figure.effect-jazz ul,
figure.effect-jazz ol {
padding: 0.5em 2em;
text-transform: none;
font-size: 0.85em;
opacity: 0;
}
figure.effect-jazz:hover img {
opacity: 0.7;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover .promo-title,
figure.effect-jazz:hover p,
figure.effect-jazz:hover ul,
figure.effect-jazz:hover ol {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} figure.effect-ming {
background: #030c17;
}
figure.effect-ming img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
-o-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 2px solid #fff;
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
content: "";
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale3d(1.4, 1.4, 1);
transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming .promo-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
-o-transition: transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-ming p,
figure.effect-ming ul,
figure.effect-ming ol {
padding: 1em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
figure.effect-ming:hover .promo-title {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p,
figure.effect-ming:hover ul,
figure.effect-ming:hover ol {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
opacity: 0.4;
}
@media only screen and (max-width: 480px) {
.rivax-promo-box figure figcaption .promo-title {
font-size: 0.8em;
}
.rivax-promo-box figure p,
.rivax-promo-box figure ul,
.rivax-promo-box figure ol {
font-size: 50%;
}
.rivax-promo-box figure figcaption {
padding: 10px 40px !important;
}
.rivax-promo-box figure.effect-bubba figcaption {
padding: 0 10px !important;
}
.rivax-promo-box figure.effect-bubba .promo-title {
padding-top: 50px;
}
.rivax-promo-box figure.effect-romeo p,
.rivax-promo-box figure.effect-romeo ul,
.rivax-promo-box figure.effect-romeo ol {
top: 50px;
}
.rivax-promo-box figure.effect-romeo:hover p,
.rivax-promo-box figure.effect-romeo:hover ul,
.rivax-promo-box figure.effect-romeo:hover ol {
top: 65px;
}
.rivax-promo-box figure.effect-lily figcaption > div {
height: 80%;
}
} figure.effect-bingo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.12);
-ms-transform: scale(1.12);
transform: scale(1.12);
}
figure.effect-bingo:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
figure.effect-bingo figcaption {
display: flex;
justify-content: center;
align-items: center;
padding: 1.5em;
}
figure.effect-bingo figcaption::before {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
border: 1px solid #ffffff96;
content: "";
}
figure.effect-bingo figcaption::before,
figure.effect-bingo p,
figure.effect-bingo ul,
figure.effect-bingo ol {
transition: 0.35s;
}
figure.effect-bingo p,
figure.effect-bingo ul,
figure.effect-bingo ol {
margin: 20px auto 0;
max-width: 200px;
transform: scale(1.2);
}
figure.effect-bingo:hover figcaption::before,
figure.effect-bingo:hover p,
figure.effect-bingo:hover ul,
figure.effect-bingo:hover ol {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .rivax-advanced-heading-tag, .rivax-advanced-heading-wrap {
position: relative;
display: flex
}
.rivax-advanced-heading-tag {
justify-content: left;
margin: 0;
}
.rivax-advanced-heading-wrap {
z-index: 2;
flex-direction: row
}
.rivax-advanced-heading-wrap:before {
position: absolute;
top: 50%;
left: 0;
z-index: 0;
color: rgba(0, 0, 0, .09);
content: attr(data-background-text);
font-size: 60px;
line-height: 1;
transform: translateY(-50%)
}
.rivax-advanced-heading-three, .rivax-advanced-heading-one, .rivax-advanced-heading-two {
position: relative;
z-index: 2;
color: var(--second-color);
}
.rivax-advanced-heading-two {
color: var(--accent-color);
}
.rivax-advanced-heading-border {
display: block
}
.rivax-advanced-heading-border:after {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 150px;
border-color: var(--accent-color);
content: ""
}
.rivax-advanced-heading-widget.rivax-layout-block.rivax-align-left .rivax-advanced-heading-wrap {
text-align: left
}
.rivax-advanced-heading-widget.rivax-layout-block.rivax-align-center .rivax-advanced-heading-wrap {
text-align: center
}
.rivax-advanced-heading-widget.rivax-layout-block.rivax-align-right .rivax-advanced-heading-wrap {
text-align: right
}
.rivax-advanced-heading-widget.rivax-layout-inline .rivax-advanced-heading-one, .rivax-advanced-heading-widget.rivax-layout-inline .rivax-advanced-heading-two {
margin-right: 5px
}
.rivax-advanced-heading-widget.rivax-layout-block .rivax-advanced-heading-one, .rivax-advanced-heading-widget.rivax-layout-block .rivax-advanced-heading-two {
margin-bottom: 5px
}
.rivax-advanced-heading-widget.rivax-align-left .rivax-advanced-heading-border:after {
left: 0
}
.rivax-advanced-heading-widget.rivax-align-center .rivax-advanced-heading-border:after {
left: 50%;
transform: translateX(-50%)
}
.rivax-advanced-heading-widget.rivax-align-right .rivax-advanced-heading-border:after {
right: 0;
left: auto
}
.rivax-advanced-heading-widget.rivax-align-center .rivax-advanced-heading-wrap:before {
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%)
}
.rivax-advanced-heading-widget.rivax-align-right .rivax-advanced-heading-wrap:before {
right: 0;
left: auto
}
.rivax-advanced-heading-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
} .rivax-divider-heading {
display: flex;
flex-wrap: nowrap;
gap: 5px;
position: relative;
--divider-color: var(--accent-color);
--divider-color-2: #a7a7b0;
}
.rivax-divider-heading .divider-1 {
order: 1;
}
.rivax-divider-heading .divider-2 {
order: 5;
}
.rivax-divider-heading .divider-3 {
order: 15;
}
.rivax-divider-heading .divider-4 {
order: 20;
}
.rivax-divider-heading .title {
margin: 0;
padding: 0;
order: 10;
flex-shrink: 0;
position: relative;
}
.rivax-divider-heading .title .title-inner {
display: inline-flex;
position: relative;
z-index: 10;
gap: 8px;
}
.rivax-divider-heading .title .title-text .icon {
display: inline-block;
}
.rivax-divider-heading .title .subtitle-text-wrap {
display: inline-flex;
} .rivax-divider-heading.divider-style-1 {
flex-wrap: wrap;
}
.rivax-divider-heading.divider-style-1 .title {
width: 100%;
}
.rivax-divider-heading.divider-style-1 .divider-1 {
order: 11;
}
.rivax-divider-heading.divider-style-1 .divider-2 {
order: 12;
}
.rivax-divider-heading.divider-style-1 .divider {
background: var(--divider-color);
width: 3px;
height: 3px;
border-radius: 50px;
}
.rivax-divider-heading.divider-style-1 .divider-1 {
width: 30px;
} .rivax-divider-heading.divider-style-2 {
align-items: baseline;
}
.rivax-divider-heading.divider-style-2 .divider {
background:var(--divider-color);
width: 8px;
height: 3px;
border-radius: 50px;
}
.rivax-divider-heading.divider-style-2 .divider-2, .rivax-divider-heading.divider-style-2 .divider-3 {
width: 20px;
} .rivax-divider-heading.divider-style-3 {
align-items: baseline;
}
.rivax-divider-heading.divider-style-3 .divider {
width: 3px;
height: 0 !important;
border-top: 3px dotted var(--divider-color);
}
.rivax-divider-heading.divider-style-3 .divider-1, .rivax-divider-heading.divider-style-3 .divider-4 {
display: none;
}
.rivax-divider-heading.divider-style-3 .divider-2, .rivax-divider-heading.divider-style-3 .divider-3 {
width: 20px;
} .rivax-divider-heading.divider-style-4 {
align-items: baseline;
}
.rivax-divider-heading.divider-style-4 .divider {
width: 12px;
height: 0 !important;
border-top: 4px double var(--divider-color);
} .rivax-divider-heading.divider-style-5 {
flex-direction: column;
}
.rivax-divider-heading-widget.rivax-align-left .rivax-divider-heading.divider-style-5 {
align-items: flex-start;
}
.rivax-divider-heading-widget.rivax-align-center .rivax-divider-heading.divider-style-5 {
align-items: center;
}
.rivax-divider-heading-widget.rivax-align-right .rivax-divider-heading.divider-style-5 {
align-items: flex-end;
}
.rivax-divider-heading.divider-style-5 .divider {
background: var(--divider-color);
width: 50px;
height: 3px;
border-radius: 50px;
} .rivax-divider-heading.divider-style-6 {
align-items: center;
}
.rivax-divider-heading.divider-style-6 .divider {
background: var(--divider-color);
width: 12px;
height: 3px;
border-radius: 50px;
} .rivax-divider-heading.divider-style-7 {
align-items: stretch;
}
.rivax-divider-heading.divider-style-7 .title {
margin: 0 5px;
line-height: 1.2;
}
.rivax-divider-heading.divider-style-7 .divider {
background: var(--divider-color);
width: 3px;
height: auto !important;
border-radius: 0;
transform: rotate(15deg);
} .rivax-divider-heading.divider-style-8 {
align-items: center;
}
.rivax-divider-heading.divider-style-8 .divider-2, .rivax-divider-heading.divider-style-8 .divider-3 {
background: var(--divider-color);
width: 8px;
height: 8px;
border-radius: 50px;
flex-shrink: 0;
}
.rivax-divider-heading.divider-style-8 .divider-1, .rivax-divider-heading.divider-style-8 .divider-4 {
width: 25px;
height: 8px;
transform: scaleY(0.6);
border-top: 1px solid var(--divider-color-2);
border-bottom: 1px solid var(--divider-color-2);
border-width: 1px !important;
} .rivax-divider-heading.divider-style-9 {
flex-wrap: wrap;
--divider-color-2: #e9e9f1;
}
.rivax-divider-heading.divider-style-9 .title {
width: 100%;
}
.rivax-divider-heading.divider-style-9 .divider-3, .rivax-divider-heading.divider-style-9 .divider-4 {
display: none;
}
.rivax-divider-heading.divider-style-9 .divider {
border-radius: 50px;
}
.rivax-divider-heading.divider-style-9 .divider-1 {
background: var(--divider-color-2);
width: 120px;
height: 3px;
position: absolute;
bottom: 0;
}
.rivax-divider-heading.divider-style-9 .divider-2 {
order: 11;
background: var(--divider-color);
width: 50px;
height: 3px;
position: relative;
}
.rivax-divider-heading-widget.rivax-align-left .rivax-divider-heading.divider-style-9 .divider-1 {
left: 0;
}
.rivax-divider-heading-widget.rivax-align-center .rivax-divider-heading.divider-style-9 .divider-1 {
left: 50%;
transform: translateX(-50%);
}
.rivax-divider-heading-widget.rivax-align-right .rivax-divider-heading.divider-style-9 .divider-1 {
right: 0;
} .rivax-divider-heading.divider-style-10 .divider {
display: none;
}
.rivax-divider-heading.divider-style-10 .title::before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--divider-color);
border-radius: 4px;
transform: skewX(-15deg);
}
.rivax-divider-heading.divider-style-10 .title {
color: #fff;
padding: 2px 10px;
} .rivax-divider-heading.divider-style-11 {
flex-wrap: wrap;
gap: 0;
}
.rivax-divider-heading.divider-style-11 .divider-2, .rivax-divider-heading.divider-style-11 .divider-3, .rivax-divider-heading.divider-style-11 .divider-4 {
display: none;
}
.rivax-divider-heading.divider-style-11 .title::before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--divider-color);
}
.rivax-divider-heading.divider-style-11 .divider-1 {
order: 11;
background: var(--divider-color);
width: 100%;
height: 2px;
}
.rivax-divider-heading.divider-style-11 .title {
color: #fff;
padding: 2px 10px;
} .rivax-divider-heading.divider-style-12 {
flex-wrap: wrap;
gap: 0;
align-items: center;
--divider-color-2: #e9e9f1;
}
.rivax-divider-heading.divider-style-12 .title {
width: 100%;
}
.rivax-divider-heading.divider-style-12 .divider-1 {
order: 11;
background: var(--divider-color);
width: 12px;
height: 12px;
border-radius: 50px;
flex-shrink: 0;
}
.rivax-divider-heading.divider-style-12 .divider-2 {
order: 12;
background: var(--divider-color);
width: 80px;
height: 3px !important;
}
.rivax-divider-heading.divider-style-12 .divider-3 {
background: var(--divider-color-2);
width: auto !important;
flex-grow: 1;
height: 3px !important;
}
.rivax-divider-heading.divider-style-12 .divider-4 {
display: none;
} .rivax-divider-heading.divider-style-13 {
flex-wrap: wrap;
}
.rivax-divider-heading.divider-style-13 .title {
width: 100%;
}
.rivax-divider-heading.divider-style-13 .divider-1 {
order: 11;
}
.rivax-divider-heading.divider-style-13 .divider-2 {
order: 12;
}
.rivax-divider-heading.divider-style-13 .divider {
position: relative;
width: 10px;
height: 10px;
}
.rivax-divider-heading.divider-style-13 .divider::before, .rivax-divider-heading.divider-style-13 .divider::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: var(--divider-color);
left: 0;
top: 1px;
transform-origin: center;
transform: rotate(45deg);
}
.rivax-divider-heading.divider-style-13 .divider::after {
transform: rotate(-45deg);
} .rivax-divider-heading.divider-style-14 {
flex-wrap: wrap;
gap: 0;
}
.rivax-divider-heading.divider-style-14 .divider-2, .rivax-divider-heading.divider-style-14 .divider-3, .rivax-divider-heading.divider-style-14 .divider-4 {
display: none;
}
.rivax-divider-heading.divider-style-14 .title::before,
.rivax-divider-heading.divider-style-14 .title::after {
position: absolute;
content: '';
left: 0;
top: 1px;
width: 100%;
height: 100%;
background: var(--divider-color);
}
.rivax-divider-heading.divider-style-14 .title::after {
left: 100%;
width: 40%;
transform: translateX(-50%) skewX(30deg);
}
.rivax-divider-heading.divider-style-14 .divider-1 {
order: 11;
background: var(--divider-color);
width: 100% !important;
height: 2px;
}
.rivax-divider-heading.divider-style-14 .title {
color: #fff;
padding: 0 10px;
} .rivax-divider-heading.divider-style-15 {
align-items: center;
}
.rivax-divider-heading.divider-style-15 .divider {
background: var(--divider-color);
width: 12px;
height: 3px;
border-radius: 50px;
}
.rivax-divider-heading.divider-style-15 .title {
transform: skewX(-15deg);
background: var(--divider-color);
color: #fff;
padding: 2px 10px;
}
.rivax-divider-heading.divider-style-15 .title .title-inner {
display: inline-block;
transform: skewX(15deg);
} .rivax-divider-heading.divider-style-16 {
flex-direction: column;
gap: 3px;
}
.rivax-divider-heading-widget.rivax-align-left .rivax-divider-heading.divider-style-16 {
align-items: flex-start;
}
.rivax-divider-heading-widget.rivax-align-center .rivax-divider-heading.divider-style-16 {
align-items: center;
}
.rivax-divider-heading-widget.rivax-align-right .rivax-divider-heading.divider-style-16 {
align-items: flex-end;
}
.rivax-divider-heading.divider-style-16 .divider {
background: var(--divider-color);
width: 50px;
height: 5px;
}
.rivax-divider-heading.divider-style-16 .divider-2, .rivax-divider-heading.divider-style-16 .divider-3 {
height: 3px !important;
} .rivax-divider-heading.divider-style-17 {
flex-direction: column;
gap: 3px;
}
.rivax-divider-heading-widget.rivax-align-left .rivax-divider-heading.divider-style-17 .divider {
left: 0;
}
.rivax-divider-heading-widget.rivax-align-center .rivax-divider-heading.divider-style-17 .divider {
left: 50%;
transform: translateX(-50%);
}
.rivax-divider-heading-widget.rivax-align-right .rivax-divider-heading.divider-style-17 .divider {
right: 0;
}
.rivax-divider-heading.divider-style-17 .divider {
background: var(--divider-color);
width: 60px;
height: 10px;
order: 15;
bottom: 0;
position: absolute;
}
.rivax-divider-heading.divider-style-17 .divider-2, .rivax-divider-heading.divider-style-17 .divider-3, .rivax-divider-heading.divider-style-17 .divider-4 {
display: none;
}
.rivax-divider-heading.divider-style-17 .title {
line-height: 1;
} .rivax-divider-heading.divider-style-18 {
flex-direction: column;
gap: 3px;
}
.rivax-divider-heading-widget.rivax-align-left .rivax-divider-heading.divider-style-18 .divider {
left: 0;
}
.rivax-divider-heading-widget.rivax-align-center .rivax-divider-heading.divider-style-18 .divider {
left: 50%;
transform: translateX(-50%);
}
.rivax-divider-heading-widget.rivax-align-right .rivax-divider-heading.divider-style-18 .divider {
right: 0;
}
.rivax-divider-heading.divider-style-18 .divider {
background: var(--divider-color);
width: 60px;
height: 100% !important;
order: 15;
bottom: 0;
position: absolute;
}
.rivax-divider-heading.divider-style-18 .divider-2, .rivax-divider-heading.divider-style-18 .divider-3, .rivax-divider-heading.divider-style-18 .divider-4 {
display: none;
} .rivax-divider-heading.divider-style-19 .divider {
display: none;
}
.rivax-divider-heading.divider-style-19 .title-inner {
padding: 5px 15px;
}
.rivax-divider-heading.divider-style-19 .title-inner::before, .rivax-divider-heading.divider-style-19 .title-inner::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
border: 2px solid var(--divider-color);
}
.rivax-divider-heading.divider-style-19 .title-inner::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
}
.rivax-divider-heading.divider-style-19 .title-inner::after {
bottom: 0;
right: 0;
border-width: 0 2px 2px 0;
} .rivax-divider-heading.divider-style-20 {
align-items: baseline;
}
.rivax-divider-heading.divider-style-20 .divider {
background:var(--divider-color);
width: 10px;
height: 10px;
}
.rivax-divider-heading.divider-style-20 .divider-2, .rivax-divider-heading.divider-style-20 .divider-3 {
width: 25px;
} .current-date {
display: inline-flex;
align-items: center;
}
.current-date .icon {
line-height: 1;
}
.current-date .icon i {
vertical-align: middle;
} .rivax-categories-box {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: 1fr;
row-gap: 20px;
column-gap: 20px;
}
.rivax-categories-box .cat-item {
position: relative;
overflow: hidden;
transition: 0.3s ease-out;
}
.rivax-categories-box.cat-animation-move-up .cat-item:hover {
transform: translateY(-20px);
}
.rivax-categories-box.cat-animation-scale-up .cat-item:hover {
transform: scale(1.07);
}
.rivax-categories-box .image-wrapper {
border-radius: 5px;
position: relative;
overflow: hidden;
transition: 0.6s ease;
}
.rivax-categories-box .image-wrapper::before {
content: '';
display: block;
padding-top: 100%;
border-radius: inherit;
}
.rivax-categories-box .img-link {
z-index: 5;
border-radius: inherit;
}
.rivax-categories-box .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
border-radius: inherit;
transition: 0.6s ease;
}
.rivax-categories-box .image-wrapper:hover img {
transform: scale(1.1);
}
.rivax-categories-box .image-wrapper::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
z-index: 2;
border-radius: inherit;
background: linear-gradient(0deg, var(--accent-color), transparent);
transition: 0.6s ease;
}
.rivax-categories-box .content-wrapper {
padding: 10px;
}
.rivax-category-box-widget.content-position-inside .content-wrapper {
position: absolute;
left: 0;
right: 0;
z-index: 2;
}
.rivax-category-box-widget.count-position-beside .content-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.rivax-categories-box .content-wrapper .count {
display: inline-block;
text-align: center;
}
.rivax-categories-box .title-wrapper .title {
margin: 0;
font-size: 1.2rem;
} .rivax-social-icons .social-item.facebook {
--social-color: #79adff;
--social-color-alt: #2e7bf2;
}
.rivax-social-icons .social-item.twitter {
--social-color: #58d3f9;
--social-color-alt: #00b9ff;
}
.rivax-social-icons .social-item.linkedin {
--social-color: #29b4ff;
--social-color-alt: #0093ff;
}
.rivax-social-icons .social-item.whatsapp {
--social-color: #38cca7;
--social-color-alt: #22b590;
}
.rivax-social-icons .social-item.instagram {
--social-color: #9e7cf7;
--social-color-alt: #7043e4;
}
.rivax-social-icons .social-item.pinterest {
--social-color: #fc3a6a;
--social-color-alt: #d8053a;
}
.rivax-social-icons .social-item.dribbble {
--social-color: #ff71a8;
--social-color-alt: #ff407f;
}
.rivax-social-icons .social-item.telegram {
--social-color: #74c0f7;
--social-color-alt: #1991e9;
}
.rivax-social-icons .social-item.youtube {
--social-color: #f44f54;
--social-color-alt: #f4060f;
}
.rivax-social-icons .social-item.github {
--social-color: #6b6e83;
--social-color-alt: #42454e;
}
.rivax-social-icons {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
row-gap: 10px;
column-gap: 10px;
}
.rivax-social-icons-widget.social-layout-inline .rivax-social-icons {
display: flex;
flex-wrap: wrap;
}
.rivax-social-icons .social-item {
display: flex;
padding: 6px;
align-items: center;
position: relative;
border: 1px solid #e1e3ea;
border-radius: 6px;
}
.rivax-social-icons .social-item a {
border-radius: inherit;
}
.rivax-social-icons .social-content {
display: flex;
flex-grow: 1;
align-items: center;
}
.rivax-social-icons .subtitle, .rivax-social-icons .title {
display: block;
line-height: 1;
padding: 3px;
}
.rivax-social-icons .social-subtitle {
flex-grow: 1;
text-align: right;
}
.rivax-social-icons .subtitle {
font-size: 0.85rem;
}
.rivax-social-icons .social-icon, .rivax-social-icons .icon {
display: flex;
align-items: center;
justify-content: center;
}
.rivax-social-icons .icon {
font-size: 28px;
padding: 4px;
}
.rivax-social-icons .icon i {
line-height: 1;
text-shadow: 3px 3px 0 #ffffff10, 4px 2px 0 #00000020;
}
.rivax-social-icons-widget.social-subtitle-bottom .social-content {
flex-direction: column;
align-items: flex-start;
}
.rivax-social-icons-widget.social-icon-top .social-item {
flex-direction: column;
justify-content: center;
text-align: center;
}
.rivax-social-icons-widget.social-icon-top .social-content {
align-items: center;
}
.rivax-social-icons .social-item, .rivax-social-icons .icon, .rivax-social-icons .title, .rivax-social-icons .subtitle {
transition: 0.3s ease-out;
}
.rivax-social-icons-widget.social-move-up-icon .social-item:hover .icon {
transform: translateY(-4px);
}
.rivax-social-icons-widget.social-move-up-item .social-item:hover {
transform: translateY(-4px);
}
.rivax-social-icons-widget.official-icon-color-yes .social-item .icon {
color: var(--social-color);
}
.rivax-social-icons-widget.official-icon-bg-yes .social-item .icon {
background: var(--social-color);
color: #fff;
}
.rivax-social-icons-widget.official-icon-shadow-yes .social-item .icon {
box-shadow: 0 5px 20px -2px var(--social-color);
border-color: var(--social-color);
}
.rivax-social-icons-widget.official-icon-hover-color-yes .social-item:hover .icon {
color: var(--social-color-alt);
}
.rivax-social-icons-widget.official-icon-hover-bg-yes .social-item:hover .icon {
background: var(--social-color-alt);
border-color: var(--social-color-alt);
color: #fff;
}
.rivax-social-icons-widget.official-icon-hover-shadow-yes .social-item:hover .icon {
box-shadow: 0 5px 20px -2px var(--social-color-alt);
border-color: var(--social-color-alt);
}
.rivax-social-icons-widget.official-item-color-yes .social-item {
border-color: var(--social-color);
color: var(--social-color);
}
.rivax-social-icons-widget.official-item-bg-yes .social-item {
background: var(--social-color);
color: #fff;
}
.rivax-social-icons-widget.official-item-shadow-yes .social-item {
box-shadow: 0 5px 20px -2px var(--social-color);
border-color: var(--social-color);
}
.rivax-social-icons-widget.official-item-hover-color-yes .social-item:hover {
border-color: var(--social-color-alt);
color: var(--social-color-alt);
}
.rivax-social-icons-widget.official-item-hover-bg-yes .social-item:hover {
background: var(--social-color-alt);
border-color: var(--social-color-alt);
color: #fff;
}
.rivax-social-icons-widget.official-item-hover-shadow-yes .social-item:hover {
box-shadow: 0 5px 20px -2px var(--social-color-alt);
border-color: var(--social-color-alt);
} .rivax-creative-link {
font-size: 1.1rem;
position: relative;
display: flex;
margin: 0;
padding: 0;
}
.rivax-creative-link a {
color: inherit;
outline: none;
text-decoration: none;
position: relative;
white-space: nowrap;
cursor: pointer;
color: #000;
}
.rivax-creative-link a:hover {
outline: none;
}
.rivax-creative-link a:focus {
outline: none;
background: #d3d3d3
}
.rivax-creative-link a::after, .rivax-creative-link a::before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
pointer-events: none;
}
.rivax-creative-link a::before {
content: "";
}
.rivax-creative-link .rivax-link--io::after, .rivax-creative-link .rivax-link--io::before, .rivax-creative-link .rivax-link--ming::before {
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--ming::before {
transition: transform .3s;
}
.rivax-creative-link .rivax-link--io:hover::after, .rivax-creative-link .rivax-link--io:hover::before, .rivax-creative-link .rivax-link--ming:hover::before {
transform: scale3d(1, 1, 1);
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--io::after, .rivax-creative-link .rivax-link--io::before {
transition: transform .3s cubic-bezier(.7, 0, .2, 1);
}
.rivax-creative-link .rivax-link--io:hover::after, .rivax-creative-link .rivax-link--io:hover::before {
transition-timing-function: cubic-bezier(.4, 1, .8, 1)
}
.rivax-creative-link .rivax-link--io::after {
top: calc(100% + 4px);
content: "";
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--io:hover::after {
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--duke::before {
transition: transform .3s cubic-bezier(.2, 1, .8, 1);
}
.rivax-creative-link .rivax-link--duke:hover::before {
transform: scale3d(1, 2, 1);
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--leda::before, .rivax-creative-link .rivax-link--duke::after, .rivax-creative-link .rivax-link--duke::before {
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--duke::after {
content: "";
transition: transform .4s .1s cubic-bezier(.2, 1, .8, 1);
top: calc(100% + 4px)
}
.rivax-creative-link .rivax-link--duke:hover::after, .rivax-creative-link .rivax-link--duke:hover::before {
transition-timing-function: cubic-bezier(.7, 0, .2, 1)
}
.rivax-creative-link .rivax-link--leda {
overflow: hidden;
font-weight: 700;
line-height: 2
}
.rivax-creative-link .rivax-link--leda::before {
top: calc(100% - 5px);
height: 2px
}
.rivax-creative-link .rivax-link--leda:hover::before, .rivax-creative-link .rivax-link--duke:hover::after {
transform: scale3d(1, 1, 1);
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--leda span, .rivax-creative-link .rivax-link--leda::after, .rivax-creative-link .rivax-link--leda::before {
transition: transform .3s cubic-bezier(.5, .5, .3, 1);
}
.rivax-creative-link .rivax-link--leda::after {
top: 0;
height: 100%;
background: 0 0;
content: attr(data-text);
transform: translate3d(150%, 0, 0);
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--leda:hover::after {
transform: translate3d(0, 0, 0)
}
.rivax-creative-link .rivax-link--leda span {
display: inline-block
}
.rivax-creative-link .rivax-link--leda:hover span {
transform: translate3d(-150%, 0, 0)
}
.rivax-creative-link .rivax-link--steve {
padding: 0 10px;
text-indent: 1px;
letter-spacing: 1px
}
.rivax-creative-link .rivax-link--steve span, .rivax-creative-link .rivax-link--steve::before {
transition: transform .3s cubic-bezier(.4, 1, .8, 1);
}
.rivax-creative-link .rivax-link--steve::before {
top: 50%;
height: 2px;
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--steve:hover::before {
transform: scale3d(1, 1, 1);
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--steve span {
display: inline-block
}
.rivax-creative-link .rivax-link--steve:hover span {
transform: scale3d(1.1, 1.1, 1.1)
}
.rivax-creative-link .rivax-link--kira::before {
transition: clip-path .3s, transform .3s cubic-bezier(.2, 1, .8, 1);
transform-origin: 50% 100%;
clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%)
}
.rivax-creative-link .rivax-link--kira:hover::before {
transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%)
}
.rivax-creative-link .rivax-link--kira span {
display: inline-block;
transition: transform .3s cubic-bezier(.2, 1, .8, 1);
}
.rivax-creative-link .rivax-link--kira:hover span {
transform: translate3d(0, -2px, 0)
}
.rivax-creative-link .rivax-link--hera::after, .rivax-creative-link .rivax-link--hera::before {
opacity: 0;
transition-timing-function: cubic-bezier(.2, 1, .8, 1);
transition-duration: .3s;
transition-property: transform, opacity;
transform: translate3d(0, 3px, 0);
transform-origin: 50% 0
}
.rivax-creative-link .rivax-link--hera:hover::after, .rivax-creative-link .rivax-link--hera:hover::before {
opacity: 1;
transform: translate3d(0, 0, 0)
}
.rivax-creative-link .rivax-link--hera::after {
top: calc(100% + 4px);
left: 15%;
width: 70%;
content: ""
}
.rivax-creative-link .rivax-link--hera::before, .rivax-creative-link .rivax-link--hera:hover::after {
transition-delay: .1s
}
.rivax-creative-link .rivax-link--hera:hover::before {
transition-delay: 0s
}
.rivax-creative-link .rivax-link--kale {
font-weight: 600
}
.rivax-creative-link .rivax-link--kale::before {
top: 100%;
height: 10px;
opacity: 0
}
.rivax-creative-link .rivax-link--kale:hover::before {
opacity: 1;
animation: lineUp .3s ease forwards
}
@keyframes lineUp {
0% {
transform: scale3d(1, .045, 1);
transform-origin: 50% 100%
}
50% {
transform: scale3d(1, 1, 1);
transform-origin: 50% 100%
}
51% {
transform: scale3d(1, 1, 1);
transform-origin: 50% 0
}
to {
transform: scale3d(1, .045, 1);
transform-origin: 50% 0
}
}
.rivax-creative-link .rivax-link--kale::after {
content: "";
opacity: 0;
transition: opacity .3s;
transition-delay: 0s
}
.rivax-creative-link .rivax-link--kale:hover::after {
opacity: 1;
transition-delay: .3s
}
.rivax-creative-link .rivax-link--julia {
font-weight: 700
}
.rivax-creative-link .rivax-link--julia::after, .rivax-creative-link .rivax-link--julia::before {
transition: transform .3s;
}
.rivax-creative-link .rivax-link--julia::before {
transform: scale3d(0, 1, 1);
transform-origin: 0 50%
}
.rivax-creative-link .rivax-link--julia:hover::before {
transform: scale3d(1, 1, 1)
}
.rivax-creative-link .rivax-link--julia::after {
top: calc(100% + 4px);
content: "";
transform-origin: 100% 50%
}
.rivax-creative-link .rivax-link--julia:hover::after {
transform: scale3d(0, 1, 1)
}
.rivax-creative-link .rivax-link--moses {
font-weight: 700
}
.rivax-creative-link .rivax-link--moses:hover span {
animation: mosesText .4s linear
}
@keyframes mosesText {
0% {
opacity: 1;
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
}
10% {
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
}
20% {
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
}
35% {
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
}
50% {
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
}
60% {
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
}
70% {
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
}
80% {
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
}
90% {
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}
}
.rivax-creative-link .rivax-link--moses::before {
height: 2px;
opacity: 0
}
.rivax-creative-link .rivax-link--moses:hover::before {
opacity: 1;
animation: mosesLine .4s steps(2, start) forwards
}
@keyframes mosesLine {
0% {
transform: scale3d(1, 1, 1)
}
10% {
transform: translate3d(10px, 0, 0)
}
20% {
transform: translate3d(0, 4px, 0)
}
30% {
transform: scale3d(.1, 1.4, 1) translate3d(0, -25px, 0);
transform-origin: 100% 0
}
40% {
transform: scale3d(1, .3, 1) translate3d(0, 25px, 0)
}
50% {
transform: scale3d(.5, .3, 1) translate3d(-100px, -80px, 0)
}
60% {
transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0)
}
70% {
transform: scale3d(.5, .5, 1) translate3d(0, 20px, 0)
}
80% {
transform: translate3d(-30, 10px, 0) scale3d(1, .4, 1);
transform-origin: 100% 0
}
90% {
transform: scale3d(1, .5, 1) translate3d(0, -15px, 0);
transform-origin: 0 50%
}
to {
opacity: 1
}
}
.rivax-creative-link .rivax-link--lexi::before {
top: 0;
height: 100%;
opacity: 0
}
.rivax-creative-link .rivax-link--lexi:hover::before {
opacity: 1;
animation: coverUp .3s ease forwards
}
@keyframes coverUp {
0% {
transform: scale3d(1, .045, 1);
transform-origin: 50% 100%
}
50% {
transform: scale3d(1, 1, 1);
transform-origin: 50% 100%
}
51% {
transform: scale3d(1, 1, 1);
transform-origin: 50% 0
}
to {
transform: scale3d(1, .045, 1);
transform-origin: 50% 0
}
}
.rivax-creative-link .rivax-link--lexi::after {
content: "";
transition: opacity .3s
}
.rivax-creative-link .rivax-link--lexi:hover::after {
opacity: 0
}
.rivax-creative-link .rivax-link--apollo {
font-weight: 700
}
.rivax-creative-link .rivax-link--apollo::before {
height: 7px;
border-radius: 20px;
transition: transform .2s, opacity .2s;
transition-timing-function: cubic-bezier(.2, .57, .67, 1.53);
transform: scale3d(1, 1, 1)
}
.rivax-creative-link .rivax-link--apollo:hover span, .rivax-creative-link .rivax-link--apollo:hover::before {
transition-timing-function: cubic-bezier(.8, 0, .1, 1);
transition-duration: .4s
}
.rivax-creative-link .rivax-link--apollo:hover::before {
opacity: 1;
transform: scale3d(1.2, .1, 1)
}
.rivax-creative-link .rivax-link--apollo span {
display: inline-block;
transition: transform .2s .05s cubic-bezier(.2, .57, .67, 1.53);
transform: translate3d(0, -4px, 0)
}
.rivax-creative-link .rivax-link--apollo:hover span {
transition-delay: 0s;
transform: translate3d(0, 0, 0)
}
.rivax-creative-link .rivax-link--dexter::before {
height: 2px;
}
.rivax-creative-link .rivax-link--dexter::before {
transition: transform .3s;
}
.rivax-creative-link .rivax-link--dexter:hover::before {
animation: dexterLine 1s;
animation-iteration-count: 1
}
@keyframes dexterLine {
0% {
left: 0%;
width: 100%
}
45% {
left: 100%;
width: 0%
}
55% {
left: 0%;
width: 0%
}
100% {
left: 0%;
width: 100%
}
} .rivax-advanced-button {
position: relative;
display: inline-flex;
align-items: center;
padding: 10px 20px;
vertical-align: middle;
user-select: none;
cursor: pointer;
text-decoration: none;
font-weight: 600;
color: #4a4d5c;
font-size: 0.9rem;
letter-spacing: 1px;
line-height: 1.6;
z-index: 1;
outline: none;
text-align: center;
transition: 0.3s;
}
.rivax-advanced-button .title {
position: relative;
display: inline-block;
}
.rivax-advanced-button i {
margin-left: 10px;
vertical-align: middle;
transition: 0.3s;
display: inline-block;
position: relative;
}
.rivax-advanced-button.icon-before i {
order: -1;
}
.rivax-advanced-button.style-1:hover i {
transform: translateX(6px);
}
.rivax-advanced-button.style-1::before {
content: '';
position: absolute;
background: #ffdce8;
top: 50%;
width: 50px;
height: 50px;
transition: 0.3s ease-in-out;
transform: translateY(-50%);
}
.rivax-advanced-button.style-1:hover::before {
width: 100% !important;
}
.rivax-advanced-button.style-1.shape-left::before {
left: 0;
}
.rivax-advanced-button.style-1.shape-right::before {
right: 0;
}
.rivax-advanced-button.style-1.shape-center::before {
left: 50%;
transform: translate(-50%, -50%);
}
.rivax-advanced-button.style-2::before, .rivax-advanced-button.style-3::before {
content: '';
position: absolute;
background: currentColor;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
transition: 0.8s ease-in-out;
}
.rivax-advanced-button.style-2:hover::before {
width: 0;
}
.rivax-advanced-button.style-3::before {
width: 0;
}
.rivax-advanced-button.style-3:hover::before {
width: 100%;
}
.rivax-advanced-button.style-2 .title::after, .rivax-advanced-button.style-2 .title::before,
.rivax-advanced-button.style-3 .title::after, .rivax-advanced-button.style-3 .title::before {
display: inline-block;
width: 0;
transition: 0.8s ease-in-out;
}
.rivax-advanced-button.style-2.icon-after .title::after, .rivax-advanced-button.style-2.icon-before .title::before,
.rivax-advanced-button.style-3.icon-after .title::after, .rivax-advanced-button.style-3.icon-before .title::before {
content: '';
}
.rivax-advanced-button.style-2:hover .title::after, .rivax-advanced-button.style-2:hover .title::before,
.rivax-advanced-button.style-3:hover .title::after, .rivax-advanced-button.style-3:hover .title::before {
width: 10px;
} .rivax-read-more {
position: relative;
display: inline-flex;
align-items: center;
padding: 8px 24px;
vertical-align: middle;
user-select: none;
cursor: pointer;
text-decoration: none;
color: #4a4d5c;
font-size: 0.9rem;
letter-spacing: 1px;
line-height: 1.6;
z-index: 1;
outline: none;
text-align: center;
transition: 0.3s;
}
.rivax-read-more .read-more-title {
position: relative;
display: inline-block;
}
.rivax-read-more i {
margin-left: 10px;
vertical-align: middle;
transition: 0.3s;
display: inline-block;
position: relative;
}
.rivax-read-more.icon-before i {
order: -1;
}
.rivax-read-more.style-1:hover i {
transform: translateX(6px);
}
.rivax-read-more.style-1::before {
content: '';
position: absolute;
background: #ffdce8;
top: 50%;
width: 50px;
height: 50px;
transition: 0.3s ease-in-out;
transform: translateY(-50%);
}
.rivax-read-more.style-1:hover::before {
width: 100% !important;
}
.rivax-read-more.style-1.shape-left::before {
left: 0;
}
.rivax-read-more.style-1.shape-right::before {
right: 0;
}
.rivax-read-more.style-1.shape-center::before {
left: 50%;
transform: translate(-50%, -50%);
}
.rivax-read-more.style-2::before, .rivax-read-more.style-3::before {
content: '';
position: absolute;
background: currentColor;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
transition: 0.8s ease-in-out;
}
.rivax-read-more.style-2:hover::before {
width: 0;
}
.rivax-read-more.style-3::before {
width: 0;
}
.rivax-read-more.style-3:hover::before {
width: 100%;
}
.rivax-read-more.style-2 .read-more-title::after, .rivax-read-more.style-2 .read-more-title::before,
.rivax-read-more.style-3 .read-more-title::after, .rivax-read-more.style-3 .read-more-title::before {
display: inline-block;
width: 0;
transition: 0.8s ease-in-out;
}
.rivax-read-more.style-2.icon-after .read-more-title::after, .rivax-read-more.style-2.icon-before .read-more-title::before,
.rivax-read-more.style-3.icon-after .read-more-title::after, .rivax-read-more.style-3.icon-before .read-more-title::before {
content: '';
}
.rivax-read-more.style-2:hover .read-more-title::after, .rivax-read-more.style-2:hover .read-more-title::before,
.rivax-read-more.style-3:hover .read-more-title::after, .rivax-read-more.style-3:hover .read-more-title::before {
width: 10px;
} .post-format-icon {
background: #ffffff40;
color: #ffffff;
border-radius: 50%;
padding: 6px;
margin: 10px;
font-size: 26px;
z-index: 30;
}
.post-format-icon i {
line-height: 1;
display: block;
} .rivax-posts-pagination {
display: inline-flex;
column-gap: 10px;
}
.rivax-posts-pagination a, .rivax-posts-pagination .page-numbers {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
}
.load-more-pagination {
display: inline-block;
position: relative;
}
.rivax-post-load-more-loader {
display: none;
position: absolute;
bottom: 0;
left: 50%;
transform-origin: left;
transform: translateX(-50%);
width: 50px;
height: 50px;
border-radius: 100%;
background-color: var(--accent-color);
animation: load-more-loader-anim 1.2s ease-in-out infinite;
}
@keyframes load-more-loader-anim {
0% { transform: scale(0) translateX(-50%); opacity: 0.8;}
100% { transform: scale(1) translateX(-50%); opacity: 0;}
}
.rivax-post-load-more {
transition: 0.3s;
}
.rivax-post-load-more.hide {
opacity: 0;
visibility: hidden;
}
.rivax-post-load-more-loader.show {
display: inline-block;
} .rivax-posts-carousel-wrapper {
position: relative;
}
.carousel-nav-wrapper {
z-index: 1;
min-width: 2em;
font-size: 32px;
}
.carousel-nav-prev, .carousel-nav-next {
position: absolute;
top: 0;
transform: translateY(-50%);
display: inline-block;
transition: 0.3s;
}
.carousel-nav-prev {
left: 0;
}
.carousel-nav-next {
right: 0;
}
.carousel-nav-wrapper.show-on-hover .carousel-nav-prev {
transform: translate(-50px, -50%);
opacity: 0;
visibility: hidden;
}
.carousel-nav-wrapper.show-on-hover .carousel-nav-next {
transform: translate(50px, -50%);
opacity: 0;
visibility: hidden;
}
.rivax-posts-carousel-wrapper:hover .carousel-nav-wrapper.show-on-hover .carousel-nav-prev,
.rivax-posts-carousel-wrapper:hover .carousel-nav-wrapper.show-on-hover .carousel-nav-next {
transform: translate(0, -50%);
opacity: 1;
visibility: visible;
}
.carousel-nav-prev i, .carousel-nav-next i {
display: block;
line-height: 1;
}
.carousel-nav-prev i {
transform: scaleX(-1);
}
.carousel-pagination-wrapper {
z-index: 1;
}
.carousel-pagination-wrapper.type-bullets .carousel-pagination {
display: flex;
align-items: center;
gap: 5px;
position: relative;
}
.carousel-pagination-wrapper.type-fraction .carousel-pagination {
bottom: auto;
position: relative;
}
.carousel-pagination-wrapper.type-bullets.rivax-position-center-left .carousel-pagination,
.carousel-pagination-wrapper.type-bullets.rivax-position-center-right .carousel-pagination{
flex-direction: column;
}
.carousel-pagination-wrapper .swiper-pagination-bullet {
transition: 0.3s;
opacity: 1;
}
.rivax-posts-wrapper.layout-carousel .swiper-container-vertical .post-item {
width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
} .rivax-posts-wrapper.layout-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
row-gap: 20px;
column-gap: 20px;
}
.rivax-posts-wrapper.layout-masonry {
display: flex;
flex-wrap: wrap;
margin-left: calc(20px * -.5);
margin-right: calc(20px * -.5);
}
.rivax-posts-wrapper.layout-masonry > .post-item {
width: 50%;
margin-bottom: 20px;
padding-left: calc(20px * .5);
padding-right: calc(20px * .5);
}
.rivax-posts-wrapper.layout-carousel .swiper-container, .rivax-posts-wrapper.layout-carousel .carousel-nav-wrapper {
opacity: 0;
transition: 0.5s;
}
.rivax-posts-wrapper.layout-carousel .swiper-container.swiper-container-initialized,
.rivax-posts-wrapper.layout-carousel .swiper-container.swiper-container-initialized + .carousel-nav-wrapper {
opacity: 1;
}
.rivax-posts-wrapper.layout-carousel .swiper-wrapper {
align-items: stretch;
}
.rivax-posts-wrapper .post-item {
display: flex;
flex-wrap: wrap;
}
.elementor-edit-mode .rivax-posts-wrapper.layout-masonry { height: auto !important;
align-items: flex-start;
} .rivax-posts-wrapper.layout-grid.tiles-layout-1 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-1 .post-item:nth-child(5n+1) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-2 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-2 .post-item:nth-child(4n+1) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-2 .post-item:nth-child(4n+2) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-3 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-3 .post-item:nth-child(4n+1) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-3 .post-item:nth-child(4n+3) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-4 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-4 .post-item:nth-child(4n+1) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-4 .post-item:nth-child(4n+2) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-5 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-5 .post-item:nth-child(4n+1) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-5 .post-item:nth-child(4n+4) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-6 {
grid-template-columns: repeat(4, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-6 .post-item:nth-child(3n+1) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-7 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-7 .post-item:nth-child(5n+2) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-8 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-8 .post-item:nth-child(5n+1) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-8 .post-item:nth-child(5n+3) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-8 .post-item:nth-child(5n+4) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-9 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-9 .post-item:nth-child(5n+2) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-9 .post-item:nth-child(5n+4) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-9 .post-item:nth-child(5n+5) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-10 {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-10 .post-item:nth-child(3n+1) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-11 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-11 .post-item:nth-child(3n+1) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-12 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-12 .post-item:nth-child(4n+1) {
grid-column: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-13 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-13 .post-item:nth-child(6n+1) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-14 {
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-14 .post-item {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-14 .post-item:nth-child(5n+1) {
grid-column: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-14 .post-item:nth-child(5n+2) {
grid-column: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-15 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-15 .post-item:nth-child(4n+1) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-15 .post-item:nth-child(4n+2) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-16 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-16 .post-item:nth-child(5n+2) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-17 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-17 .post-item:nth-child(5n+1) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-18 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-18 .post-item:nth-child(5n+3) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-19 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-19 .post-item:nth-child(4n+1) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-19 .post-item:nth-child(4n+4) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-20 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-20 .post-item:nth-child(5n+3) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-21 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-21 .post-item:nth-child(4n+1) {
grid-column: span 2;
grid-row: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-22 {
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-22 .post-item:nth-child(n) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-22 .post-item:nth-child(3n+1) {
grid-column: span 3;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-23 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-23 .post-item:nth-child(6n+5) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-24 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-24 .post-item:nth-child(4n+1) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-24 .post-item:nth-child(4n+2) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-25 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-25 .post-item:nth-child(5n+1),
.rivax-posts-wrapper.layout-grid.tiles-layout-25 .post-item:nth-child(5n+4){
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-25 .post-item:nth-child(5n+2),
.rivax-posts-wrapper.layout-grid.tiles-layout-25 .post-item:nth-child(5n+5) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-26 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+1),
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+2){
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+4) {
grid-row: span 2;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+5) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-27 {
grid-template-columns: repeat(4, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-27 .post-item:nth-child(3n+2) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-28 {
grid-template-columns: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-28 .post-item:nth-child(2n+1) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-29 {
grid-template-columns: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-29 .post-item:nth-child(2n) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-30 {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-30 .post-item:nth-child(4n+2),
.rivax-posts-wrapper.layout-grid.tiles-layout-30 .post-item:nth-child(4n+3) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-31 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-31 .post-item:nth-child(4n+1) {
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-31 .post-item:nth-child(4n+2) {
grid-column: span 2;
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-32 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-32 .post-item:nth-child(3n+1) {
grid-column: span 2;
grid-row: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-32 .post-item:nth-child(3n+2) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-33 {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-33 .post-item:nth-child(3n+1) {
grid-column: span 2;
grid-row: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-33 .post-item:nth-child(3n+3) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-34 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-34 .post-item:nth-child(5n+1) {
grid-column: span 2;
grid-row: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-34 .post-item:nth-child(5n+3),
.rivax-posts-wrapper.layout-grid.tiles-layout-34 .post-item:nth-child(5n+4) {
grid-row: span 2;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-35 {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-35 .post-item:nth-child(5n+1) {
grid-column: span 2;
grid-row: span 3;
}
.rivax-posts-wrapper.layout-grid.tiles-layout-35 .post-item:nth-child(5n+2),
.rivax-posts-wrapper.layout-grid.tiles-layout-35 .post-item:nth-child(5n+4) {
grid-row: span 2;
}
@media screen and (min-width: 1025px) {
.rivax-posts-wrapper.layout-grid.tiles-layout-1 .post-item:not(:nth-child(5n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-2 .post-item:not(:nth-child(4n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-3 .post-item:not(:nth-child(4n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-4 .post-item:not(:nth-child(4n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-5 .post-item:not(:nth-child(4n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-6 .post-item:not(:nth-child(3n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-7 .post-item:not(:nth-child(5n+2)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-9 .post-item:nth-child(5n+1) .post-wrapper .title,
.rivax-posts-wrapper.layout-grid.tiles-layout-9 .post-item:nth-child(5n+3) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-11 .post-item:not(:nth-child(3n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-13 .post-item:not(:nth-child(6n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-15 .post-item:nth-child(4n+3) .post-wrapper .title,
.rivax-posts-wrapper.layout-grid.tiles-layout-15 .post-item:nth-child(4n+4) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-16 .post-item:not(:nth-child(5n+2)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-17 .post-item:not(:nth-child(5n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-18 .post-item:not(:nth-child(5n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-20 .post-item:not(:nth-child(5n+3)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-21 .post-item:not(:nth-child(4n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-22 .post-item:not(:nth-child(3n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-23 .post-item:not(:nth-child(6n+5)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-24 .post-item:not(:nth-child(4n+2)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+3) .post-wrapper .title,
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+5) .post-wrapper .title,
.rivax-posts-wrapper.layout-grid.tiles-layout-26 .post-item:nth-child(6n+6) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-27 .post-item:not(:nth-child(3n+2)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-31 .post-item:not(:nth-child(4n+2)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-32 .post-item:not(:nth-child(3n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-33 .post-item:not(:nth-child(3n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-34 .post-item:not(:nth-child(5n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
.rivax-posts-wrapper.layout-grid.tiles-layout-35 .post-item:not(:nth-child(5n+1)) .post-wrapper .title {
font-size: var(--sm-tiles-font-size, 1.2rem);
line-height: var(--sm-tiles-line-height, 1.2);
}
}
@media screen and (min-width: 1025px) {
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] .post-wrapper {
height: auto !important;
}
}
@media screen and (max-width: 1024px){
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
}
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] .post-item:nth-child(1) {
grid-row: span 1;
grid-column: span 2;
}
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] .post-item:nth-child(n+2) {
grid-row: span 1;
grid-column: span 1;
}
}
@media screen and (max-width: 767px){
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] {
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(1, 1fr);
}
.rivax-posts-wrapper.layout-grid[class*="tiles-layout-"] .post-item:nth-child(n) {
grid-row: span 1;
grid-column: span 1;
}
} .rivax-posts-wrapper .post-wrapper.sticky .title a::before {
content: "\e077";
font-family: "rivax-icon" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .post-wrapper .terms-wrapper .term-item {
color: #fff;
display: inline-block;
font-size: 0.9rem;
font-weight: 300;
background-color: var(--accent-color);
padding: 1px 8px;
margin-right: 5px;
border-radius: 3px;
text-transform: capitalize;
transition: 0.3s ease-in-out;
}
.post-wrapper .terms-wrapper .term-item:hover {
background-color: #2c2f3c !important;
} .rivax-post-kenzo-widget .post-wrapper {
display: flex;
position: relative;
overflow: hidden;
width: 100%;
transition: 0.3s ease-in-out;
}
.rivax-post-kenzo-widget .post-wrapper::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
background: #33373a3b;
transition: 0.6s ease;
}
.rivax-post-kenzo-widget .post-wrapper .item-link {
z-index: 5;
}
.rivax-post-kenzo-widget .post-wrapper .image-wrapper {
overflow: hidden;
display: flex;
width: 100%;
transition: 0.6s ease;
}
.rivax-post-kenzo-widget .post-wrapper .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.6s ease;
}
.rivax-post-kenzo-widget .post-wrapper:hover .image-wrapper img {
transform: scale(1.1);
}
.rivax-post-kenzo-widget .post-wrapper .title {
margin: 10px 0;
word-wrap: break-word;
}
.rivax-post-kenzo-widget .post-wrapper .title a {
color: #fff;
word-break: break-word;
}
.rivax-post-kenzo-widget .post-wrapper .meta-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 0.9rem;
color: #EDF2F4;
text-transform: capitalize;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-post-kenzo-widget .post-wrapper .author-wrapper {
position: relative;
}
.rivax-post-kenzo-widget .post-wrapper .author-wrapper a {
color: inherit;
vertical-align: middle;
}
.rivax-post-kenzo-widget .post-wrapper .author-wrapper .by {
padding-right: 2px;
}
.rivax-post-kenzo-widget .post-wrapper .date {
position: relative;    
}
.rivax-post-kenzo-widget .post-wrapper .author-wrapper + .date::before {
content: '';
display: inline-block;
height: 1px;
width: 24px;
margin-right: 6px;
background: currentColor;
margin-left: 10px;
}
.rivax-post-kenzo-widget .post-wrapper .date i {
display: none;
}
.rivax-post-kenzo-widget .post-wrapper .time {
margin-left: 5px;
}
.rivax-post-kenzo-widget .post-wrapper .time i {
margin-right: 2px;
vertical-align: middle;
}
.rivax-post-kenzo-widget .post-wrapper .read-more {
display: inline-block;
color: #EDF2F4;
text-decoration: none;
text-transform: capitalize;
}
.rivax-post-kenzo-widget .post-wrapper .read-more-wrap {
opacity: 0;
margin-top: -30px;
transform: translateY(40px);
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper {
position: absolute;
width: 100%;
z-index: 10;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-3 {
z-index: 4;
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper-inner {
padding: 20px;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-2 .content-wrapper-inner {
transform: translateY(40px);
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-2 .content-wrapper-inner .meta-wrapper {
opacity: 0;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-2 .content-wrapper-inner {
transform: translateY(0);
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-2 .meta-wrapper {
opacity: 1;
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-3 .title,
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-3 .terms-wrapper,
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-3 .meta-wrapper,
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-3 .read-more-wrap {
transition: 0.8s cubic-bezier(.17,.73,.66,.99) 0s,opacity 0.4s ease;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-3 .title,
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-3 .terms-wrapper,
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-3 .meta-wrapper {
transform: translateY(-40px);
opacity: 0;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-3 .read-more-wrap {
transform: translateY(0);
opacity: 1;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-4 .content-wrapper-inner {
transform: translateY(50%);
opacity: 0;
transition: 0.3s ease;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-5 .content-wrapper-inner {
transform: translateY(-20px);
}
.rivax-post-kenzo-widget .post-wrapper .content-wrapper.style-6 .content-wrapper-inner {
transform: translateY(50%);
opacity: 0;
transition: 0.4s ease-out;
}
.rivax-post-kenzo-widget .post-wrapper:hover .content-wrapper.style-6 .content-wrapper-inner {
transform: translateY(0);
opacity: 1;
} .rivax-post-elastic-widget .post-wrapper {
position: relative;
display: flex;
align-items: center;
padding: 10px;
border-radius: 8px;
border: 1px solid #e8ecf3;
width: 100%;
transition: 0.3s ease-in-out;
}
.rivax-post-elastic-widget .post-wrapper .image-wrapper {
flex-shrink: 0;
width: 150px;
height: 150px;
border-radius: 5px;
display: flex;
position: relative;
overflow: hidden;
transition: 0.6s ease;
}
.rivax-post-elastic-widget .post-wrapper .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.6s ease;
}
.rivax-post-elastic-widget .post-wrapper .image-wrapper:hover img {
transform: scale(1.1);
}
.rivax-post-elastic-widget .post-wrapper .content-wrapper {
width: 100%;
padding: 10px;
position: relative;
z-index: 10;
}
.rivax-post-elastic-widget .post-wrapper .title {
margin: 10px 0;
word-wrap: break-word;
}
.rivax-post-elastic-widget .post-wrapper .title a {
color: #2b2d42;
word-break: break-word;
}
.rivax-post-elastic-widget .post-wrapper .title a:hover {
color: var(--accent-color);
}
.rivax-post-elastic-widget .post-wrapper .meta-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 0.9rem;
text-transform: capitalize;
}
.rivax-post-elastic-widget .post-wrapper .meta-wrapper i {
vertical-align: middle;
}
.rivax-post-elastic-widget .post-wrapper .author-wrapper,
.rivax-post-elastic-widget .post-wrapper .date {
margin-right: 10px;
}
.rivax-post-elastic-widget .post-wrapper .author-wrapper a {
color: inherit;
vertical-align: middle;
}
.rivax-post-elastic-widget .post-wrapper .excerpt {
font-size: 1rem;
margin: 10px 0 0;
} .rivax-post-elastic-alt-widget .post-wrapper {
position: relative;
display: flex;
align-items: center;
padding: 10px;
border-radius: 8px;
border: 1px solid #e8ecf3;
width: 100%;
overflow: hidden;
transition: 0.3s ease-in-out;
}
.rivax-post-elastic-alt-widget .post-wrapper .image-wrapper {
flex-shrink: 0;
width: 150px;
height: 150px;
border-radius: 5px;
display: flex;
position: relative;
overflow: hidden;
transition: 0.6s ease;
}
.rivax-post-elastic-alt-widget .post-wrapper .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.6s ease;
}
.rivax-post-elastic-alt-widget .post-wrapper .image-wrapper:hover img {
transform: scale(1.1);
}
.rivax-post-elastic-alt-widget .post-wrapper .content-wrapper {
width: 100%;
padding: 10px;
position: relative;
z-index: 10;
}
.rivax-post-elastic-alt-widget .post-wrapper .title {
margin: 10px 0;
word-wrap: break-word;
}
.rivax-post-elastic-alt-widget .post-wrapper .title a {
color: #2b2d42;
word-break: break-word;
}
.rivax-post-elastic-alt-widget .post-wrapper .title a:hover {
color: var(--accent-color);
}
.rivax-post-elastic-alt-widget .post-wrapper .meta-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 0.9rem;
text-transform: capitalize;
}
.rivax-post-elastic-alt-widget .post-wrapper .meta-wrapper i {
vertical-align: middle;
display: none;
}
.rivax-post-elastic-alt-widget .post-wrapper .author-wrapper{
margin-right: 10px;
}
.rivax-post-elastic-alt-widget .post-wrapper .author-wrapper a {
color: inherit;
vertical-align: middle;
}
.rivax-post-elastic-alt-widget .post-wrapper .comments-wrapper {
position: relative;
}
.rivax-post-elastic-alt-widget .post-wrapper .comments-wrapper::before {
content: '';
display: inline-block;
width: 25px;
height: 1px;
background: currentColor;
margin-right: 5px;
}
.rivax-post-elastic-alt-widget .post-wrapper .excerpt {
font-size: 1rem;
margin: 10px 0 0;
}
.rivax-post-elastic-alt-widget .post-wrapper .date {
background: white;
color: #000;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 50px;
height: 50px;
}
.rivax-post-elastic-alt-widget .post-wrapper .date span {
line-height: 1;
}
.rivax-post-elastic-alt-widget .post-wrapper .date .day {
margin-bottom: 5px;
font-size: 1.2rem;
font-weight: 600;
}
.rivax-post-elastic-alt-widget .post-wrapper .date .month {
font-size: 0.9rem;
} .rivax-post-modern-widget .rivax-posts-wrapper.layout-grid {
grid-auto-rows: auto;
}
.rivax-post-modern-widget .post-wrapper {
position: relative;
width: 100%;
transition: 0.3s ease-in-out;
}
.rivax-post-modern-widget .post-wrapper .image-wrapper {
overflow: hidden;
display: flex;
width: 100%;
position: relative;
transition: 0.5s ease-in-out;
}
.rivax-post-modern-widget .post-wrapper .image-wrapper::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
background: transparent;
transition: 0.6s ease;
}
.rivax-post-modern-widget .post-wrapper .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.6s ease;
}
.rivax-post-modern-widget .image-wrapper:hover img {
transform: scale(1.1);
}
.rivax-post-modern-widget .image-wrapper .image-link {
z-index: 5;
}
.rivax-post-modern-widget .post-wrapper .content-wrapper {
padding: 20px;
position: relative;
z-index: 10;
}
.rivax-post-modern-widget .post-wrapper .rivax-position-bottom {
z-index: 100;
}
.rivax-post-modern-widget .post-wrapper .title {
margin: 10px 0;
word-wrap: break-word;
}
.rivax-post-modern-widget .post-wrapper .title a {
color: #2b2d42;
word-break: break-word;
}
.rivax-post-modern-widget .post-wrapper .title a:hover {
color: var(--accent-color);
}
.rivax-post-modern-widget .post-wrapper .meta-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
font-size: 0.9rem;
text-transform: capitalize;
}
.rivax-post-modern-widget .post-wrapper .author-wrapper,
.rivax-post-modern-widget .post-wrapper .date {
position: relative;
}
.rivax-post-modern-widget .post-wrapper .author-wrapper a {
color: inherit;
vertical-align: middle;
}
.rivax-post-modern-widget .post-wrapper .author-wrapper .by {
padding-right: 2px;
}
.rivax-post-modern-widget .post-wrapper .author-wrapper img {
margin-right: 5px;
width: 35px;
border-radius: 50%;
box-shadow: 0 2px 8px #393c4a4f;
}
.rivax-post-modern-widget .post-wrapper .date,
.rivax-post-modern-widget .post-wrapper .comments-wrapper{
position: relative;    
}
.rivax-post-modern-widget .post-wrapper div + .date::before,
.rivax-post-modern-widget .post-wrapper div + .comments-wrapper::before {
content: '';
display: inline-block;
height: 4px;
width: 4px;
margin-right: 6px;
border-radius: 50px;
background: currentColor;
}
.rivax-post-modern-widget .post-wrapper .date i {
display: none;
}
.rivax-post-modern-widget .post-wrapper .time {
margin-left: 5px;
}
.rivax-post-modern-widget .post-wrapper .time i {
margin-right: 2px;
vertical-align: middle;
}
.rivax-post-modern-widget .post-wrapper .excerpt {
font-size: 1rem;
margin: 10px 0 0;
}
.rivax-post-modern-widget .post-wrapper .top-content {
position: absolute;
z-index: 15;
display: flex;
column-gap: 8px;
right: 0;
top: 0;
margin: 15px 15px 0 0;
padding: 10px;
border-radius: 50px;
background: #5960ff;
color: #e7e7ef;
font-size: 0.9rem;
line-height: 1;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.rivax-post-modern-widget .post-wrapper .top-content i {
margin-right: 4px;
vertical-align: bottom;
} .rivax-stellar-wrapper {
position: relative;
overflow: hidden;
}
.rivax-stellar-wrapper .images-wrapper::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
background: #33373a3b;
}
.rivax-stellar-wrapper .image-item {
transition: 1.4s cubic-bezier(0.24, 0.85, 0.2, 1);
opacity: 0;
}
.rivax-stellar-wrapper .image-item.active {
opacity: 1;
}
.rivax-stellar-wrapper .image-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 1.4s cubic-bezier(0.24, 0.85, 0.2, 1);
}
.rivax-stellar-wrapper .image-item.active img {
transform: scale(1.12);
pointer-events: none;
}
.rivax-stellar-wrapper .posts-wrapper {
display: flex;
flex-wrap: wrap;
position: relative;
overflow: hidden;
}
.rivax-stellar-wrapper .post-item {
width: 33.3333%;    
flex-grow: 1;
flex-shrink: 0;
}
.rivax-stellar-wrapper .post-wrapper {
display: flex;
position: relative;
overflow: hidden;
width: 100%;
height: 500px;
border: 1px solid #ffffff2e;
transition: 0.3s ease;
}
.rivax-stellar-wrapper .post-wrapper .item-link {
z-index: 5;
}
.rivax-stellar-wrapper .post-wrapper .title {
margin: 10px 0;
word-wrap: break-word;
}
.rivax-stellar-wrapper .post-wrapper .title a {
color: #fff;
word-break: break-word;
}
.rivax-stellar-wrapper .post-wrapper .meta-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 0.9rem;
color: #EDF2F4;
text-transform: capitalize;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-stellar-wrapper .post-wrapper .author-wrapper {
position: relative;
}
.rivax-stellar-wrapper .post-wrapper .author-wrapper a {
color: inherit;
vertical-align: middle;
}
.rivax-stellar-wrapper .post-wrapper .author-wrapper .by {
padding-right: 2px;
}
.rivax-stellar-wrapper .post-wrapper .date {
position: relative;
}
.rivax-stellar-wrapper .post-wrapper .author-wrapper + .date::before {
content: '';
display: inline-block;
height: 1px;
width: 24px;
margin-right: 6px;
background: currentColor;
margin-left: 10px;
}
.rivax-stellar-wrapper .post-wrapper .date i {
display: none;
}
.rivax-stellar-wrapper .post-wrapper .time {
margin-left: 5px;
}
.rivax-stellar-wrapper .post-wrapper .time i {
margin-right: 2px;
vertical-align: middle;
}
.rivax-stellar-wrapper .post-wrapper .read-more {
display: inline-block;
color: #EDF2F4;
text-decoration: none;
text-transform: capitalize;
}
.rivax-stellar-wrapper .post-wrapper .read-more-wrap {
opacity: 0;
margin-top: -30px;
transform: translateY(40px);
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper {
position: absolute;
width: 100%;
z-index: 10;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-3 {
z-index: 4;
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper-inner {
padding: 20px;
transition: 0.5s cubic-bezier(.17,.73,.66,.99);
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-2 .content-wrapper-inner {
transform: translateY(40px);
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-2 .content-wrapper-inner .meta-wrapper {
opacity: 0;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-2 .content-wrapper-inner {
transform: translateY(0);
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-2 .meta-wrapper {
opacity: 1;
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-3 .title,
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-3 .terms-wrapper,
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-3 .meta-wrapper,
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-3 .read-more-wrap {
transition: 0.8s cubic-bezier(.17,.73,.66,.99) 0s,opacity 0.4s ease;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-3 .title,
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-3 .terms-wrapper,
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-3 .meta-wrapper {
transform: translateY(-40px);
opacity: 0;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-3 .read-more-wrap {
transform: translateY(0);
opacity: 1;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-4 .content-wrapper-inner {
transform: translateY(50%);
opacity: 0;
transition: 0.3s ease;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-5 .content-wrapper-inner {
transform: translateY(-20px);
}
.rivax-stellar-wrapper .post-wrapper .content-wrapper.style-6 .content-wrapper-inner {
transform: translateY(50%);
opacity: 0;
transition: 0.4s ease-out;
}
.rivax-stellar-wrapper .post-wrapper:hover .content-wrapper.style-6 .content-wrapper-inner {
transform: translateY(0);
opacity: 1;
}