@charset "UTF-8";

.container {
max-width: 1696px;
margin: auto;
padding: 0 15px;
}
.d-flex {
display: flex;
}
.flex-wrap-no-wrap {
flex-wrap: nowrap;
}
.flex-column {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.align-items-center {
align-items: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-center {
justify-content: center;
}
.polor-grid-wrap {
display: grid;
column-gap: var(--polor-grid-column-gap, 12px);
row-gap: var(--polor-grid-row-gap, 12px);
grid-template-columns: repeat(var(--polor-grid-column, 3), [col] 1fr);
}
*, *:before, *:after {
outline: none;
box-sizing: inherit;
}
html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: inherit;
}
}
body {
margin: 0;
font-family: var(--polor-body-font-family);
font-size: var(--polor-body-font-size);
overflow-x: hidden;
opacity: 0;
color: var(--polor-body-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-thumb {
background: var(--polor-primary-color);
border: 2px solid transparent;
background-clip: padding-box;
}
body::-webkit-scrollbar-track {
border-radius: 0;
background-color: #fafafa;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb:hover {
border-color: var(--polor-primary-color);
}
body.loading {
opacity: 0.5 !important;
pointer-events: none;
}
a {
text-decoration: none;
color: var(--polor-link-color);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover {
color: var(--polor-link-color-hover);
}
img {
display: inline-block;
vertical-align: middle;
height: auto;
max-width: 100%;
}
input[type="search"], input[type="email"] {
font-family: var(--polor-body-font-family);
color: var(--polor-body-color);
outline: none;
border-width: 1px;
width: 100%;
height: 46px;
padding: 12px 20px;
}
input[type="search"]::-webkit-search-cancel-button, input[type="email"]::-webkit-search-cancel-button {
display: none;
}
input[type="search"]::placeholder, input[type="email"]::placeholder {
color: var(--polor-body-color);
}
input[ type="text"], input[type="tel"], input[ type="email"] {
font-family: var(--polor-body-font-family);
font-size: var(--polor-body-font-size);
color: #636E78;
outline: none;
padding: 0;
width: 100%;
padding: 10px 16px;
border-radius: 12px;
border: 1px solid #BEC5CB;
}
input[ type="text"]:focus, input[type="tel"]:focus, input[ type="email"]:focus {
border-color: var(--polor-primary-color);
}
input[ type="text"]::placeholder, input[type="tel"]::placeholder, input[ type="email"]::placeholder {
color: #636E78;
}
button[type="submit"], input[type="submit"] {
font-family: var(--polor-body-font-family);
height: 46px;
border-radius: 44px;
outline: none;
border: none;
font-size: 16px;
padding: 0 25px;
color: white;
background-color: var(--polor-primary-color);
cursor: pointer;
transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition-property: color, background-color;
}
button[type="submit"]:hover, input[type="submit"]:hover {
background-color: black;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
color: var(--polor-heading-color);
}
textarea {
display: block;
font-family: var(--polor-body-font-family);
font-size: var(--polor-body-font-size);
color: #151515;
outline: none;
padding: 0;
width: 100%;
padding: 24px;
border-radius: 16px;
border-color: transparent;
}
textarea:focus {
border-color: #808080;
}
textarea::placeholder {
color: #808080;
}
select {
font-family: var(--polor-body-font-family);
height: 46px;
padding: 0 16px;
padding-right: 50px;
border-radius: 40px;
font-size: 14px;
border-color: #E0E3E6;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//annur2.net/wp-content/themes/polor/assets/svg/angle-down-solid.svg);
background-repeat: no-repeat;
background-position-x: calc(100% - 16px);
background-position-y: 50%;
padding-right: 50px;
width: 100%;
background-size: 15px;
}
.sidebar-area-wrap .widget:not(:last-child) {
margin-bottom: 64px;
}
.polor-footer-default {
text-align: center;
padding: 20px 0;
}
.polor-footer-default a {
color: var(--polor-primary-color);
}
.polor-hide-panel:not(.polor-sidebar-el) {
position: relative;
top: var(--admin-bar-height);
height: calc(100% - var( --admin-bar-height));
overflow: auto;
z-index: 5;
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translate3d(-104%, 0, 0);
}
@media (max-width: 1199px) {
.polor-hide-panel.polor-sidebar-el {
position: relative;
top: var(--admin-bar-height);
height: calc(100% - var( --admin-bar-height));
overflow: auto;
z-index: 5;
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translate3d(-104%, 0, 0);
}
}
.mfp-ready .polor-hide-panel {
transform: none;
}
.mfp-removing .polor-hide-panel {
transform: translate3d(-104%, 0, 0);
}
.sidebar-button {
position: fixed;
top: 50%;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
aspect-ratio: 1;
border-radius: 0 12px 12px 0;
background-color: white;
font-size: 18px;
box-shadow: 0 0 3px var(--polor-primary-color);
color: black;
cursor: pointer;
z-index: 3;
}
@media (min-width: 1200px) {
.sidebar-button {
display: none;
}
}
.pointer-events-none {
pointer-events: none;
}
.text-gradient {
background: linear-gradient(90deg, #FF3A2D 24.69%, #FFA13F 54.15%);
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.text-gradient > .word > * {
background: linear-gradient(90deg, #FF3A2D 24.69%, #FFA13F 54.15%);
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.wp-block-search input[type="search"] {
border-radius: 44px;
}
.wp-block-heading, .wp-block-search__label, .wp-block-archives__label, .wp-block-categories__label {
display: block;
font-size: 24px;
font-weight: 400;
margin: 0;
color: var(--polor-heading-color);
margin-bottom: 28px;
}
.widget_block ul {
margin: 0;
}
.widget_block ul li:not(:last-child) {
margin-bottom: 22px;
}
.widget_block .wp-block-navigation__submenu-container {
margin-top: 22px;
}
.widget_block.widget_calendar caption {
margin-bottom: 25px;
}
.widget_block.widget_calendar .wp-calendar-nav {
margin-top: 15px;
}
.widget_block.widget_categories .children {
margin-top: 22px;
}
.widget_block .wp-block-search__inside-wrapper {
border-radius: 44px;
}
.widget_block .wp-block-tag-cloud {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
}
.wp-block-latest-comments {
margin: 0;
padding: 0;
}
.wp-block-archives-list, .wp-block-page-list {
padding-left: 30px;
}
.wp-block-latest-posts__post-excerpt {
font-size: 16px;
font-style: italic;
}
.widget ul {
margin: 0;
padding-left: 30px;
}
.widget ul li:not(:last-child) {
margin-bottom: 22px;
}
.widget ul .children, .widget ul .sub-menu {
margin-top: 22px;
}
.widget.widget_rss .widget-title span {
display: flex;
align-items: center;
column-gap: 8px;
}
.widget.widget_search .polor-search-form {
display: flex;
column-gap: 10px;
}
.widget.widget_search .polor-search-form input[type="search"] {
border-radius: 44px;
}
.widget.widget_text .textwidget > *:not(:last-child) {
margin-bottom: 22px;
}
.widget.widget_calendar {
color: #40464d;
}
.widget.widget_calendar caption {
margin-bottom: 20px;
}
.widget.widget_calendar table {
border-collapse: collapse;
width: 100%;
}
.widget.widget_calendar th {
background: #ddd;
}
.widget.widget_calendar th, .widget.widget_calendar td {
border: 1px solid;
padding: 0.25em;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.widget.widget_calendar .wp-calendar-nav {
margin-top: 20px;
}
.polor-background-animation-ken-burns:before {
animation: ken-burns-in-out 20s linear infinite;
}
.polor-element-sticky-on {
transition: none !important;
}
.polor-image {
position: relative;
overflow: hidden;
border-radius: var(--polor-image-border-radius);
}
.polor-image img {
border-radius: inherit;
}
.polor-image.polor-image-animation-type-1:after {
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255, 255, 255, 0.3);
transform: translate(-50%, -50%) rotate(-45deg);
z-index: 1;
pointer-events: none;
}
.polor-image.polor-image-animation-type-1:hover:after {
height: 250%;
background-color: transparent;
transition: 600ms linear;
}
.polor-image.polor-image-animation-type-1:hover img {
transform: scale(1.1);
}
.polor-image.polor-image-animation-type-1 img {
transition: transform 0.6s ease;
}
.polor-image.polor-image-animation-type-2:hover img {
transform: scale(1.1) rotate(4deg);
}
.polor-image.polor-image-animation-type-2 img {
transition: transform 0.3s ease;
}
.polor-page-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: var(--polor-primary-color);
z-index: 5;
}
.polor-page-loading:before, .polor-page-loading:after {
content: "";
position: absolute;
top: 0;
width: 50%;
height: 100%;
background: white;
transition: 0.55s cubic-bezier(0.77, 0, 0.18, 1);
transition-delay: 1s;
}
.polor-page-loading:before {
left: 0;
}
.polor-page-loading:after {
right: 0;
}
.polor-page-loading .load-text {
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 3vmax;
font-weight: 900;
width: 100%;
height: 100%;
transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
transition-delay: 0.5s;
z-index: 99;
}
.page-loaded .polor-page-loading {
visibility: hidden;
}
.page-loaded .polor-page-loading:before {
left: -50%;
opacity: 0;
}
.page-loaded .polor-page-loading:after {
right: -50%;
opacity: 0;
}
.page-loaded .polor-page-loading .load-text {
opacity: 0;
margin-top: -15px;
}
.menu-navigation {
display: flex;
flex-wrap: wrap;
column-gap: var(--lvl1-menu-column-gap, 12px);
row-gap: var(--lvl1-menu-row-gap, 12px);
font-family: var(--polor-body-font-family);
padding: 0;
font-size: 18px;
margin: 0;
list-style: none;
}
.menu-navigation > .menu-item {
position: relative;
}
.menu-navigation > .menu-item > a {
display: inline-flex;
padding: var(--lvl1-menu-item-padding, 15px 24px);
border-radius: var(--lvl1-menu-item-border-radius, 1000px);
}
.menu-navigation > .menu-item.menu-item-has-children > a {
display: inline-flex;
column-gap: 8px;
align-items: center;
}
.menu-navigation > .menu-item.menu-item-has-children > a:after {
font-family: "Theme-Icon";
content: "";
}
.menu-navigation > .menu-item.menu-item-has-children:hover > .sub-menu, .menu-navigation > .menu-item.menu-item-has-children:hover .polor-mega-menu {
transform: none;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.menu-navigation > .menu-item.menu-item-has-children:hover > a:before {
position: absolute;
content: "";
left: 0;
top: 50%;
width: 100%;
height: calc(var( --polor-header-height, 48px) * 0.5);
}
.menu-navigation a {
text-decoration: none;
color: var(--lvl1-menu-color, var(--polor-link-color));
}
.menu-navigation a:hover {
color: var(--lvl1-menu-hover-color, var(--polor-primary-color));
}
.menu-navigation .sub-menu:not(.polor-mega-menu) {
position: absolute;
visibility: hidden;
pointer-events: none;
left: 0;
opacity: 0;
top: calc(50% + ( var( --polor-header-height, 48px) * 0.5));
display: flex;
row-gap: var(--sub-menu-spacing, 0px);
flex-direction: column;
font-size: 18px;
background-color: white;
padding: 12px 0;
border-radius: 8px;
min-width: var(--sub-menu-width, 200px);
width: 100%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
transition: all 0.2s ease-in-out;
transform: translateY(15px) translateZ(0);
z-index: 3;
list-style-type: none;
}
[dir = "rtl"] .menu-navigation .sub-menu:not(.polor-mega-menu) {
right: 0;
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item {
color: var(--sub-menu-menu-color, black);
transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item a {
position: relative;
display: flex;
color: inherit;
transition: none;
padding: 12px 20px;
transition: transform 0.3s ease;
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item:hover {
color: var(--sub-menu-menu-hover-color, var(--polor-primary-color));
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item:hover > a {
transform: translateX(5px);
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item:hover > a:before {
background-color: var(--sub-menu-menu-hover-background-color, #F8F8F8);
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item.current-menu-item > a:before {
background-color: var(--sub-menu-menu-hover-background-color, #F8F8F8);
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item a:before {
content: "";
position: absolute;
inset: 2px 8px;
border-radius: 8px;
transition: background-color 0.3s ease;
z-index: -1;
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item.menu-item-has-children > a {
display: flex;
justify-content: space-between;
column-gap: 8px;
align-items: center;
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item.menu-item-has-children > a:after {
font-family: "Theme-Icon";
content: "";
transform: rotate(-90deg);
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .menu-item.menu-item-has-children:hover > .sub-menu {
transform: none;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.menu-navigation .sub-menu:not(.polor-mega-menu) .sub-menu {
top: 0;
left: 100%;
}
[dir = "rtl"] .menu-navigation .sub-menu:not(.polor-mega-menu) .sub-menu {
right: 100%;
}
.menu-navigation .polor-mega-menu {
position: absolute;
width: calc(100vw - 10px);
top: calc(50% + ( var( --polor-header-height, 48px) * 0.5));
left: calc(var( --polor-menu-item-offset-left) * -1);
transition: all 0.2s ease-in-out;
transform: translateY(15px) translateZ(0);
z-index: 3;
visibility: hidden;
pointer-events: none;
opacity: 0;
}
.polor-mobile-menu-default {
width: 340px;
background-color: white;
}
.polor-mobile-menu-default.mfp-hide {
display: none;
}
.polor-mobile-menu-default .polor-mobile-menu-wrap {
padding-bottom: 50px;
}
.polor-mobile-menu-default .mobile-menu-heading {
padding: 15px;
}
.polor-mobile-menu-default .heading {
font-size: 20px;
font-weight: 500;
}
.polor-mobile-menu {
padding: 0;
margin: 0;
}
.polor-mobile-menu a {
display: flex;
min-height: 50px;
padding: 5px 20px;
align-items: center;
border-bottom: 1px solid rgba(134, 134, 134, 0.2);
}
.polor-mobile-menu .menu-item {
position: relative;
list-style: none;
}
.polor-mobile-menu .menu-item.open > .holder:before {
transform: translate(-50%, -50%) rotate(0deg);
}
.polor-mobile-menu .sub-menu {
display: none;
padding: 0;
text-indent: 15px;
}
.polor-mobile-menu .holder {
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 0;
z-index: 9;
}
.polor-mobile-menu .holder:before, .polor-mobile-menu .holder:after {
display: block;
position: absolute;
content: "";
z-index: 10;
top: 50%;
left: 50%;
background-color: var(--polor-body-color);
transition: transform 0.25s ease-in-out, opacity 0.35s ease-in-out;
}
.polor-mobile-menu .holder:before {
width: 12px;
height: 1px;
transform: translate(-50%, -50%) rotate(-90deg);
}
.polor-mobile-menu .holder:after {
width: 1px;
height: 12px;
transform: translate(-50%, -50%) rotate(-90deg);
}
.polor-menu-el.menu-default .menu-navigation > .menu-item:hover > a {
background-color: var(--lvl1-menu-hover-background-color, #F8F8F8);
}
.polor-menu-el.menu-default .menu-navigation > .menu-item.current-menu-ancestor > a, .polor-menu-el.menu-default .menu-navigation > .menu-item.current-menu-item > a {
font-weight: 600;
background-color: var(--lvl1-menu-hover-background-color, #F8F8F8);
}
.polor-menu-el.menu-type-1 .menu-navigation > .menu-item > a {
border: 1px solid transparent;
transition: border-color 0.3s ease;
}
.polor-menu-el.menu-type-1 .menu-navigation > .menu-item:hover > a, .polor-menu-el.menu-type-1 .menu-navigation > .menu-item.current-menu-ancestor > a, .polor-menu-el.menu-type-1 .menu-navigation > .menu-item.current-menu-item > a {
border-color: #151515;
}
.polor-header {
position: relative;
z-index: 3;
}
.header-layout-default {
padding: 21px 0;
}
.polor-header-transparent .polor-header {
margin-bottom: calc(var( --polor-header-height) * -1);
}
@media (max-width: 1199px) {
.polor-header-desktop, .polor-header-desktop.e-con {
display: none;
}
}
@media (min-width: 1200px) {
.polor-header-mobile, .polor-header-mobile.e-con {
display: none;
}
}
.logo-default {
display: inline-flex;
}
.mobile-menu-anchor {
display: inline-block;
width: 32px;
min-width: 32px;
height: 22px;
position: relative;
text-decoration: none;
cursor: pointer;
}
.mobile-menu-anchor span {
position: absolute;
right: 0;
height: 2px;
background-color: var(--polor-color, var(--polor-primary-color));
border-radius: 2px;
-webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
-khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
-moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
-ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
-o-transition: width 0.3s linear 0s, background-color 0.3s ease;
transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.mobile-menu-anchor span:nth-child(1) {
width: 24px;
top: 0;
bottom: auto;
}
.mobile-menu-anchor span:nth-child(2) {
width: 32px;
top: 10px;
bottom: auto;
}
.mobile-menu-anchor span:nth-child(3) {
width: 18px;
top: auto;
bottom: 0;
}
.polor-header-sticky {
position: fixed;
top: var(--admin-bar-height);
left: 0;
width: 100%;
z-index: 5;
transform: translateY(-100%);
transition: transform 0.25s ease;
}
.polor-header-sticky.is-sticky {
transform: none;
}
.polor-scroll-top.fixed {
position: fixed;
z-index: 3;
bottom: 24px;
right: 30px;
height: 50px;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
background: conic-gradient(var(--polor-primary-color) 0%, var(--polor-primary-color) var(--scroll-progress, 0%), #c3d1e5 var(--scroll-progress, 0%), #c3d1e5 100%);
border-radius: 50%;
opacity: 0;
visibility: hidden;
transition: all 250ms ease 0ms;
color: var(--polor-primary-color);
}
.polor-scroll-top.fixed:hover, .polor-scroll-top.fixed:focus, .polor-scroll-top.fixed:active {
color: var(--polor-primary-color);
}
.polor-scroll-top.fixed:hover span, .polor-scroll-top.fixed:focus span, .polor-scroll-top.fixed:active span {
animation: toTopFromBottom 0.3s forwards;
}
.polor-scroll-top.fixed.on {
bottom: 44px;
opacity: 1;
visibility: visible;
}
.polor-scroll-top.fixed:before {
content: "";
position: absolute;
inset: 2px;
background-color: white;
border-radius: inherit;
z-index: -1;
}
.polor-scroll-top.relative {
display: flex;
align-items: center;
column-gap: 14px;
font-size: 16px;
color: var(--polor-button-text-color, black);
}
.polor-scroll-top.relative i {
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: var(--polor-icon-border-radius, 50%);
background-color: var(--polor-button-icon-background-color, black);
color: var(--polor-button-icon-color, white);
width: var(--polor-icon-width, 48px);
font-size: var(--polor-icon-size, 20px);
height: var(--polor-icon-width, 48px);
transition: inherit;
}
.polor-scroll-top.relative:hover {
color: var(--polor-button-text-hover-color, var(--polor-primary-color));
}
.polor-scroll-top.relative:hover i {
color: var(--polor-button-icon-hover-color, white);
background-color: var(--polor-button-icon-hover-background-color, black);
}
.polor-pagetitle {
padding: 100px 0;
background: var(--Linear, linear-gradient(103deg, #EFF4FF 0%, #C9D9FF 100.23%));
}
.polor-pagetitle .title-text {
font-size: 64px;
font-weight: 400;
}
.polor-pagetitle .polor-breadcrumb {
column-gap: 12px;
margin-top: 30px;
}
.polor-pagetitle .polor-breadcrumb .br-item:last-child .br-divider {
display: none;
}
.polor-pagetitle .br-item {
column-gap: 12px;
}
.polor-pagetitle .br-divider {
display: flex;
font-size: 14px;
}
.polor-pagetitle .br-divider svg {
width: 14px;
}
.blog .polor-content-wrap, .archive .polor-content-wrap {
column-gap: 143px;
margin: 120px 0;
}
.blog .polor-content-wrap .polor-content-area, .archive .polor-content-wrap .polor-content-area {
flex: 1 1 100%;
max-width: calc(100% * 8 /12);
}
.blog .polor-content-wrap .polor-sidebar-area, .archive .polor-content-wrap .polor-sidebar-area {
flex: 1 1 100%;
max-width: calc(100% * 4 /12);
}
.blog .blog-item:not(:last-child), .archive .blog-item:not(:last-child) {
margin-bottom: 70px;
}
.blog .blog-item-title, .archive .blog-item-title {
font-size: 32px;
font-weight: 400;
margin: 0;
}
.blog .blog-item-title a, .archive .blog-item-title a {
color: var(--polor-heading-color);
}
.blog .blog-item-excerpt, .archive .blog-item-excerpt {
margin-top: 15px;
}
.blog .blog-item-read-more-button, .archive .blog-item-read-more-button {
display: inline-flex;
margin-top: 15px;
color: var(--polor-primary-color);
}
.post-item-meta {
flex-wrap: wrap;
font-size: 14px;
column-gap: 8px;
row-gap: 8px;
color: #808080;
}
.post-item-meta .post-author {
color: var(--polor-primary-color);
font-weight: 600;
}
.post-item-meta .comment-count {
display: flex;
align-items: center;
column-gap: 8px;
font-size: 16px;
}
.post-item-meta .comment-count i {
font-size: 24px;
}
.container .polor-post-wrap {
margin: 120px 0;
}
.widget .widget-title, .widget .widgettitle {
font-size: 24px;
font-weight: 400;
margin: 0;
margin-bottom: 28px;
}
.polor-post-search-widget .form-wrap {
position: relative;
}
.polor-post-search-widget .form-wrap .search-field {
width: 100%;
height: 46px;
border-radius: 44px;
background: #F2F6FF;
border: none;
font-size: 16px;
}
.polor-post-search-widget .form-wrap .search-submit {
position: absolute;
right: 0;
top: 0;
padding: 0 20px;
background-color: transparent;
color: black;
}
.widget_polor_recent_posts .post-item {
display: flex;
column-gap: 20px;
}
.widget_polor_recent_posts .post-item .featured-image {
flex: 0 0 auto;
}
.widget_polor_recent_posts .post-item img {
width: 120px;
border-radius: 12px;
}
.widget_polor_recent_posts .post-item:not(:last-child) {
margin-bottom: 24px;
}
.widget_polor_recent_posts .post-title {
margin: 0;
font-size: 18px;
font-weight: 400;
line-height: 1.55;
margin-bottom: 13px;
}
.widget_polor_recent_posts .post-item-meta {
font-size: 14px;
margin: 0;
}
.widget_categories {
font-size: 18px;
}
.widget_categories ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget_categories ul .category-item:not(:last-child) {
margin-bottom: 22px;
}
.widget_categories ul .children {
padding-left: 25px;
}
.widget_categories ul .children .category-item {
margin-top: 22px;
}
.widget_categories a {
position: relative;
color: #636E78;
}
.widget_categories a:hover {
color: var(--polor-primary-color);
}
.widget_categories .count {
position: absolute;
top: -7;
left: calc(100% + 4px);
font-size: 14px;
}
.widget_tag_cloud .tagcloud {
display: flex;
flex-wrap: wrap;
column-gap: 12px;
row-gap: 14px;
}
.widget_tag_cloud .tag-cloud-link {
position: relative;
display: inline-flex;
font-size: 16px !important;
color: #121416;
line-height: 1;
padding: 12px 16px;
border-radius: 35px;
background: #F2F6FF;
}
.widget_tag_cloud .tag-cloud-link:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: calc(100% - 2px);
height: calc(100% - 2px);
border: 1px solid #DEE3EE;
border-radius: inherit;
transform: scale(1.2);
transition: 0.4s ease;
transition-property: opacity, transform;
opacity: 0;
}
.widget_tag_cloud .tag-cloud-link:hover {
color: var(--polor-primary-color);
}
.widget_tag_cloud .tag-cloud-link:hover:after {
transform: none;
opacity: 1;
}
.polor-newsletter-widget .tnp-subscription {
margin: 0;
margin-top: 17px;
}
.polor-newsletter-widget .tnp-field {
margin: 0 !important;
}
.polor-newsletter-widget .tnp-field.tnp-field-email {
margin-bottom: 16px !important;
}
.polor-newsletter-widget .tnp-email {
height: 46px;
padding: 15px 18px !important;
border-radius: 44px;
background: #F2F6FF;
color: #9DA5B4 !important;
}
.polor-newsletter-widget .tnp-email::placeholder {
color: #9DA5B4 !important;
}
.polor-newsletter-widget .tnp-submit {
font-family: var(--polor-body-font-family);
cursor: pointer;
height: 46px !important;
border-radius: 44px;
width: 100% !important;
background-color: var(--polor-primary-color) !important;
transition: background-color 0.4s ease;
}
.polor-newsletter-widget .tnp-submit:hover {
background-color: black !important;
}
.widget_product_search .woocommerce-product-search {
position: relative;
}
.widget_product_search .search-field {
border-radius: 40px;
border: 1px solid #E0E3E6;
}
.widget_product_search button {
position: absolute;
top: 0;
right: 0;
background-color: transparent;
color: black;
font-size: 18px;
}
.widget_product_search button:hover {
background-color: transparent;
}
.widget_product_categories, .widget_brand_nav, .widget_price_filter {
border-radius: 24px;
background-color: #E2ECF9;
padding: 40px;
}
.widget_product_categories ul, .widget_brand_nav ul, .widget_price_filter ul {
margin: 0;
padding-left: 30px;
}
.widget_product_categories li:not(:last-child), .widget_brand_nav li:not(:last-child), .widget_price_filter li:not(:last-child) {
margin-bottom: 15px;
}
.widget_product_categories li .children, .widget_brand_nav li .children, .widget_price_filter li .children {
margin-top: 15px;
padding-left: 30px;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand {
list-style: none;
padding: 0;
color: #7E8695;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand a {
position: relative;
color: inherit;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand a:before {
display: inline-block;
content: "";
width: 20px;
height: 20px;
margin-right: 10px;
background: white;
position: relative;
border-radius: 4px;
top: 3px;
transition: 0.2s ease-in-out;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand a:after {
content: "";
font-family: "Theme-Icon";
font-size: 14px;
position: absolute;
top: 5px;
left: 4px;
font-size: 12px;
color: white;
opacity: 0;
transition: 0.25s ease-in-out;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term.chosen a:before, .widget_brand_nav .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term:hover a:before {
background-color: var(--polor-primary-color);
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term.chosen a:after, .widget_brand_nav .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term:hover a:after {
opacity: 1;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand .count {
display: none;
}
.widget_price_filter .price_slider_wrapper {
display: flex;
flex-direction: column;
}
.widget_price_filter .price_slider {
position: relative;
height: 5px;
border-radius: 4px;
background-color: #D9DCE3;
order: 2;
}
.widget_price_filter .ui-slider-range {
position: absolute;
height: 100%;
background-color: var(--polor-primary-color);
}
.widget_price_filter .ui-slider-handle {
position: absolute;
top: -7px;
width: 18px;
height: 18px;
border-radius: 50%;
background-color: var(--polor-primary-color);
transform: translateX(-9px);
}
.widget_price_filter .price_slider_amount {
margin-bottom: 24px;
display: flex;
justify-content: space-between;
align-items: center;
color: #7E8695;
}
.widget_price_filter .price_slider_amount .clear {
display: none;
}
.widget_price_filter .price_slider_amount button[type="submit"] {
order: 2;
}
.polor-button.default {
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 24px;
border-radius: var(--polor-button-border-radius, 46px);
background-color: var(--polor-button-background-color, var(--polor-primary-color));
color: var(--polor-button-color, white);
width: var(--polor-button-width, auto);
height: var(--polor-button-height, 48px);
transition: all 0.2s;
}
.polor-button.default:after {
background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
content: "";
left: 150%;
position: absolute;
top: 0;
bottom: 0;
transform: skew(-20deg);
width: 200%;
}
.polor-button.default:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.polor-button.default:hover:after {
animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.polor-button.button-primary {
color: var(--polor-button-color, black);
}
.polor-button.layout-2 {
display: inline-flex;
column-gap: 12px;
align-items: center;
color: var(--polor-button-color, var(--polor-primary-color));
}
.polor-button.layout-2 .button-text {
background-image: linear-gradient(var(--polor-button-color, var(--polor-primary-color)), var(--polor-button-color, var(--polor-primary-color)));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--underline-thickness, 1px);
transition: background-size 0.25s, color 0.3s;
}
.polor-button.layout-2 i {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
width: var(--polor-icon-width, 23px);
height: var(--polor-icon-width, 23px);
border-radius: 50%;
color: var(--polor-icon-color, white);
font-size: var(--polor-icon-size, 10px);
background-color: var(--polor-icon-background-color, var(--polor-primary-color));
transition: transform 0.25s ease 0.2s;
}
.polor-button.layout-2:hover .button-text {
background-size: 100% var(--underline-thickness, 1px);
}
.polor-button.layout-2:hover i {
transform: translateX(4px);
}
.polor-title-el .title-text {
margin: 0;
font-size: 64px;
font-weight: 400;
}
.polor-title-el .title-text a {
color: inherit;
}
.polor-title-el .title-text a:hover {
color: var(--polor-el-link-hover-color, #151515);
}
.polor-title-el.polor-title-animation-underline a {
background-image: linear-gradient(var(--polor-el-link-hover-color, var(--polor-primary-color)), var(--polor-el-link-hover-color, var(--polor-primary-color)));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--underline-thickness, 1px);
transition: background-size 0.35s, color 0.3s;
}
.polor-title-el.polor-title-animation-underline a:hover {
background-size: 100% var(--underline-thickness, 1px);
}
.polor-breadcrumbs-el {
font-size: 16px;
color: var(--polor-el-color);
}
.polor-breadcrumbs-el .br-item {
display: inline-flex;
align-items: center;
}
.polor-breadcrumbs-el .br-item .divider {
color: var(--polor-el-divider-color, #494949);
margin: 0 2px;
}
.polor-breadcrumbs-el .br-item:last-child .divider {
display: none;
}
.polor-breadcrumbs-el a {
color: var(--polor-el-link-color, #494949);
}
.polor-breadcrumbs-el a:hover {
color: var(--polor-el-link-hover-color, var(--polor-primary-color));
}
.polor-post-share-el .post-share {
row-gap: var(--polor-item-spacing, 20px);
}
.polor-post-share-el .post-share .share-item {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: var(--polor-icon-spacing, 8px);
row-gap: var(--polor-icon-spacing, 8px);
}
.polor-post-share-el .post-share .share-item i {
flex: 0 1 auto;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: var(--polor-icon-size, 18px);
width: var(--polor-icon-width, 44px);
height: var(--polor-icon-width, 44px);
border-radius: var(--polor-icon-border-radius, 50%);
}
.polor-post-share-el .post-share .share-item.item-facebook i {
background-color: #E9EFFF;
color: #1D59F3;
}
.polor-post-share-el .post-share .share-item.item-twitter i {
background-color: #E4E4E4;
color: black;
}
.polor-post-share-el .post-share .share-item.item-pinterest i {
background-color: #FFE9E9;
color: #FF1C1C;
}
.polor-post-share-el .post-share .share-item.item-linkedin i {
background-color: #E9EFFF;
color: #0a66c2;
}
.polor-post-share-el a {
color: var(--polor-color, black);
}
.polor-post-share-el a:hover {
color: var(--polor-hover-color, black);
}
.post-tags {
display: flex;
flex-wrap: wrap;
column-gap: var(--polor-column-gap, 12px);
row-gap: var(--polor-row-gap, 14px);
}
.post-tags a {
position: relative;
display: inline-flex;
font-size: 16px !important;
color: var(--polor-color, #494949);
line-height: 1;
padding: var(--polor-el-item-padding, 12px 16px);
border-radius: var(--polor-el-item-border-radius, 4px);
border: 1px solid #DDDDDD;
background: var(--polor-background-color);
}
.post-tags a:hover {
color: var(--polor-hover-color, var(--polor-primary-color));
background: var(--polor-el-item-hover-background-color);
border-color: var(--polor-el-item-hover-border-color, #DDDDDD) !important;
}
.polor-process-el.layout-1 .process-item {
padding: var(--polor-item-padding, 28px);
background-color: var(--polor-item-background-color, white);
border-radius: var(--polor-item-border-radius, 16px);
}
.polor-process-el.layout-1 .process-item .badge {
display: inline-block;
padding: var(--polor-badge-padding, 6px 14px);
border-radius: var(--polor-badge-border-radius, 100px);
background-color: var(--polor-badge-background-color, #F8F8F8);
font-size: 14px;
color: var(--polor-badge-color, black);
}
.polor-process-el.layout-1 .process-item .sub-title {
font-size: 16px;
margin-top: var(--polor-sub-title-spacing, 24px);
color: var(--polor-sub-title-color, var(--polor-body-color));
}
.polor-process-el.layout-1 .process-item .title {
font-size: 24px;
font-weight: 600;
color: var(--polor-title-color, var(--polor-heading-color));
margin-top: var(--polor-title-spacing, 6px);
}
.polor-process-el.layout-1 .process-item .title a {
color: inherit;
}
.polor-process-el.layout-1 .process-item .title a:hover {
color: var(--polor-title-hover-color, var(--polor-primary-color));
}
.polor-icon-list-el {
color: var(--polor-color, #636E78);
font-size: 16px;
}
.polor-icon-list-el .polor-list-items {
display: inline-flex;
flex-wrap: wrap;
row-gap: var(--polor-row-gap, 24px);
column-gap: var(--polor-column-gap, 24px);
flex-direction: column;
list-style-type: none;
padding: 0;
margin: 0;
}
.polor-icon-list-el .polor-list-item {
display: flex;
align-items: center;
column-gap: var(--icon-spacing, 16px);
}
.polor-icon-list-el a {
color: inherit;
}
.polor-icon-list-el a:hover {
color: var(--polor-hover-color, var(--polor-primary-color));
}
.polor-icon-list-el svg {
display: block;
height: 1em;
position: relative;
width: 1em;
fill: var(--polor-icon-color, black);
}
.polor-icon-list-el.underline a {
background-image: linear-gradient(var(--polor-hover-color, var(--polor-primary-color)), var(--polor-hover-color, var(--polor-primary-color)));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--underline-thickness, 1px);
transition: background-size 0.25s, color 0.3s;
}
.polor-icon-list-el.underline a:hover {
background-size: 100% var(--underline-thickness, 1px);
font-weight: 600;
}
.polor-newsletter-form-el .form-submit {
width: 100%;
border-radius: var(--el-border-radius, 12px);
color: var(--el-button-color, white);
background-color: var(--el-button-background-color, var(--polor-primary-color));
}
.polor-newsletter-form-el .form-submit:hover {
color: var(--el-button-hover-color, white);
background-color: var(--el-button-hover-background-color, black);
}
.polor-newsletter-form-el.layout-1 .form-group {
display: flex;
flex-direction: column;
column-gap: 12px;
}
.polor-newsletter-form-el.layout-1 .form-field-email {
position: relative;
width: 100%;
}
.polor-newsletter-form-el.layout-1 .form-field-email .form-email {
letter-spacing: -0.56px;
color: var(--el-email-color);
}
.polor-newsletter-form-el.layout-1 .form-field-email .form-email::placeholder {
color: inherit;
}
.polor-newsletter-form-el.layout-1 .form-field-email span {
position: absolute;
color: var(--el-email-icon-color);
left: 14px;
top: 50%;
transform: translateY(-50%);
}
.polor-newsletter-form-el.layout-1 input[type="email"] {
font-size: 14px;
border-radius: var(--el-border-radius, 12px);
background: var(--el-background-color, #F2F6FF);
border: none;
padding: 0 14px 0 46px;
}
.polor-newsletter-form-el.layout-1 .form-field-button {
margin-top: 20px;
}
.polor-newsletter-form-el.layout-2 .form-group {
display: flex;
column-gap: 12px;
}
.polor-newsletter-form-el.layout-2 .form-group .form-field-email {
width: 100%;
}
.polor-newsletter-form-el.layout-2 .form-group .form-email {
height: auto;
border-radius: var(--polor-email-fied-border-radius, 1000px);
padding: var(--polor-email-fied-padding, 24px);
border: 1px solid #DDD;
color: var(--polor-email-field-color, #151515);
background-color: var(--polor-email-field-background-color, white);
}
.polor-newsletter-form-el.layout-2 .form-group .form-email::placeholder {
color: var(--polor-email-field-palceholder-color, #808080);
}
.polor-newsletter-form-el.layout-2 .form-group .form-email:hover, .polor-newsletter-form-el.layout-2 .form-group .form-email:focus {
border-color: var(--polor-email-field-hover-border-color);
}
.polor-newsletter-form-el.layout-2 .form-group .form-submit {
font-size: 18px;
font-weight: 600;
height: 100%;
color: var(--polor-button-field-color, white);
background-color: var(--polor-button-field-background-color, black);
padding: var(--polor-button-fied-padding, 0 64px);
border-radius: var(--polor-button-fied-border-radius, 1000px);
}
@media (max-width: 1199px) {
.polor-sidebar-el.mfp-hide {
display: none;
}
}
.mfp-content .polor-sidebar-el {
background: white;
max-width: 340px;
}
.mfp-content .polor-sidebar-el .sidebar-area-wrap {
padding: 15px;
}
.polor-post .blog-item-title {
font-size: 28px;
letter-spacing: -0.28px;
font-weight: 600;
line-height: 1.28;
color: var(--polor-title-color, black);
}
.polor-post .blog-item-title a {
color: inherit;
}
.polor-post .blog-item-title a:hover {
color: var(--polor-title-hover-color, black);
}
.polor-post .post-excerpt {
font-size: 16px;
color: var(--polor-excerpt-color, #808080);
}
.polor-post .other-item {
position: relative;
border-radius: var(--polor-item-border-radius, 16px);
}
.polor-post .other-item img {
height: 100%;
object-fit: cover;
object-position: center;
border-radius: inherit;
}
.polor-post .other-item .content-wrap {
position: absolute;
bottom: 0;
left: 0;
padding: var(--polor-other-item-padding, 100px 64px);
}
.polor-post .other-item .other-item-title {
font-size: 40px;
font-weight: 600;
color: var(--polor-other-item-title-color, white);
}
.polor-post .other-item .other-item-button {
display: inline-flex;
font-size: 28px;
font-weight: 600;
color: var(--polor-other-item-button-color, white);
margin-top: 50px;
background-image: linear-gradient(var(--polor-other-item-button-hover-color, white), var(--polor-other-item-button-hover-color, white));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--polor-other-item-underline-thickness, 1px);
transition: background-size 0.25s, color 0.3s;
}
.polor-post .other-item .other-item-button:hover {
color: var(--polor-other-item-button-hover-color, white);
background-size: 100% var(--polor-other-item-underline-thickness, 1px);
font-weight: 600;
}
.polor-post .post-featured-image .image-link-to-post {
position: absolute;
inset: 0;
z-index: 1;
}
.polor-post.polor-title-animation-underline .blog-item-title a {
background-image: linear-gradient(var(--polor-title-hover-color, var(--polor-primary-color)), var(--polor-title-hover-color, var(--polor-primary-color)));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--underline-thickness, 1px);
transition: background-size 0.35s, color 0.3s;
}
.polor-post.polor-title-animation-underline .blog-item-title a:hover {
background-size: 100% var(--underline-thickness, 1px);
}
.polor-post.polor-img-animation-1 .post-item:hover .image-animation img {
filter: blur(0);
opacity: 1;
transform: translatex(0) scaleX(1);
}
.polor-post.polor-img-animation-1 .post-item:hover .post-featured-image > img {
filter: blur(10px);
opacity: 0;
transform: scalex(2);
}
.polor-post.polor-img-animation-1 .post-featured-image {
position: relative;
overflow: hidden;
border-radius: var(--polor-image-border-radius, 16px);
}
.polor-post.polor-img-animation-1 .post-featured-image img {
border-radius: inherit;
transition: 0.75s;
}
.polor-post.polor-img-animation-1 .post-featured-image > img {
transform-origin: right;
}
.polor-post.polor-img-animation-1 .post-featured-image .image-animation {
position: absolute;
inset: 0;
}
.polor-post.polor-img-animation-1 .post-featured-image .image-animation img {
transform-origin: left;
filter: blur(10px);
opacity: 0;
transform: scalex(2);
}
.polor-post.polor-img-animation-2 .post-item:hover img {
transform: scale(1.1);
}
.polor-post.polor-img-animation-2 .post-item:hover .post-featured-image:after {
height: 250%;
background-color: transparent;
transition: 600ms linear;
}
.polor-post.polor-img-animation-2 .post-featured-image {
position: relative;
overflow: hidden;
border-radius: var(--polor-image-border-radius, 12px);
}
.polor-post.polor-img-animation-2 .post-featured-image img {
border-radius: inherit;
transition: 0.75s;
}
.polor-post.polor-img-animation-2 .post-featured-image:before {
content: "";
position: absolute;
z-index: 1;
inset: 0px;
background: linear-gradient(rgba(0, 0, 0, 0) 30.4%, rgba(0, 0, 0, 0.56) 85%);
}
.polor-post.polor-img-animation-2 .post-featured-image:after {
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255, 255, 255, 0.3);
transform: translate(-50%, -50%) rotate(-45deg);
z-index: 1;
pointer-events: none;
}
.polor-post .post-item-meta.layout-2 {
color: var(--polor-meta-color);
margin-top: var(--polor-meta-spacing, 20px);
border-top: 1px solid var(--polor-meta-border-color, #DDD);
padding-top: var(--polor-meta-spacing, 20px);
}
.polor-post .post-item-meta.layout-2 i {
font-size: 20px;
}
.polor-post .post-item-meta.layout-2 .post-author {
color: var(--polor-meta-author-color, black);
}
.polor-post.polor-post-layout-1 .post-item {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: var(--polor-item-padding, 48px);
border-radius: var(--polor-item-border-radius, 16px);
border: 1px solid #DDD;
height: auto;
}
.polor-post.polor-post-layout-1 .post-item .item-content {
margin-top: var(--polor-featured-image-spacing, 25px);
}
.polor-post.polor-post-layout-1 .blog-item-title {
margin-top: var(--polor-titlle-spacing, 25px);
color: var(--polor-title-color, black);
}
.polor-post.polor-post-layout-1 .blog-item-title a {
color: inherit;
}
.polor-post.polor-post-layout-1 .blog-item-title a:hover {
color: var(--polor-title-hover-color);
}
.polor-post.polor-post-layout-1 .post-excerpt {
color: var(--polor-excerpt-color);
margin-top: var(--polor-excerpt-spacing, 20px);
}
.polor-post.polor-post-layout-2 .post-item {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: var(--polor-item-padding, 48px);
border-radius: var(--polor-item-border-radius, 16px);
border: 1px solid #DDD;
}
.polor-post.polor-post-layout-2 .post-item:hover {
border-color: var(--polor-item-hover-border-color, #808080);
}
.polor-post.polor-post-layout-2 .polor-category-tag {
margin-top: var(--polor-category-tag-spacing, 24px);
}
.polor-post.polor-post-layout-2 .blog-item-title {
font-size: 24px;
margin-top: var(--polor-title-spacing, 20px);
}
.polor-post.polor-post-layout-2 .post-excerpt {
margin-top: var(--polor-excerpt-spacing, 15px);
}
.polor-post.polor-post-layout-3 {
display: flex;
flex-direction: column;
row-gap: var(--polor-grid-row-gap, 12px);
}
.polor-post.polor-post-layout-3 .post-item {
position: relative;
}
.polor-post.polor-post-layout-3 .post-content-wrap {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: var(--polor-item-padding, 48px);
z-index: 1;
}
.polor-post.polor-post-layout-3 .polor-category-tag a {
color: var(--polor-el-item-color, white);
border: none;
background-color: var(--polor-el-item-background-color, rgba(240, 240, 240, 0.36));
backdrop-filter: blur(37.5px);
padding: var(--polor-el-item-padding, 12px 16px);
}
.polor-post.polor-post-layout-3 .blog-item-title {
margin-top: var(--polor-title-spacing, 20px);
}
.polor-post.polor-post-layout-3 .post-item-meta {
font-size: 16px;
border-color: var(--polor-meta-border-color, rgba(255, 255, 255, 0.3));
color: var(--polor-meta-color, white);
}
.polor-post.polor-post-layout-3 .post-item-meta .post-author {
color: inherit;
}
.polor-post.polor-post-layout-3 .post-item-meta .comment-count {
font-size: 1.13em;
}
.polor-post.polor-post-layout-3 .post-item-meta i {
font-size: 1.25em;
}
.polor-post.polor-post-layout-4 .item-featured {
--polor-meta-color: white;
--polor-meta-border-color: rgba(255, 255, 255, 0.30);
position: relative;
grid-row: span 2;
grid-column: span 2;
}
.polor-post.polor-post-layout-4 .item-featured .post-featured-image {
height: 100%;
}
.polor-post.polor-post-layout-4 .item-featured .post-featured-image img {
height: 100%;
object-fit: cover;
object-position: center;
}
.polor-post.polor-post-layout-4 .item-featured .post-content-wrap {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: var(--polor-feadtured-item-content-padding, 56px);
z-index: 1;
}
.polor-post.polor-post-layout-4 .item-featured .polor-category-tag {
--polor-el-item-color: white;
--polor-el-item-hover-color: white;
--polor-el-item-hover-border-color: var( --polor-category-tag-border-color, rgba( 255, 255, 255, 0.60));
--polor-el-item-hover-background-color: transparent;
}
.polor-post.polor-post-layout-4 .item-featured .polor-category-tag a {
border-color: var(--polor-category-tag-border-color, rgba(255, 255, 255, 0.6));
}
.polor-post.polor-post-layout-4 .item-featured .blog-item-title {
--polor-title-color: white;
--polor-title-hover-color: white;
font-size: 48px;
line-height: 1.12;
letter-spacing: -1.44px;
margin-top: var(--polor-title-spacing, 15px);
}
.polor-post.polor-post-layout-4 .item-featured .post-author {
color: inherit;
}
.polor-post.polor-post-layout-4 .post-item:not(.item-featured) .post-featured-image {
display: none;
}
.polor-post.polor-post-layout-4 .post-item:not(.item-featured) {
padding: var(--polor-item-padding, 48px);
border: 1px solid #DDD;
border-radius: var(--polor-item-border-radius, 16px);
}
.polor-post.polor-post-layout-4 .post-item:not(.item-featured) .post-featured-image {
margin-bottom: var(--polor-category-tag-spacing, 32px);
}
.polor-post.polor-post-layout-4 .post-item:not(.item-featured) .blog-item-title {
margin-top: var(--polor-title-spacing, 20px);
}
@media (max-width: 1024px) {
.polor-post.polor-post-layout-4 {
--polor-grid-column: 2;
}
.polor-post.polor-post-layout-4 .item-featured {
grid-column: span 1;
}
}
@media (max-width: 767px) {
.polor-post.polor-post-layout-4 {
--polor-grid-column: 1;
}
.polor-post.polor-post-layout-4 .item-featured {
grid-row: span 1;
}
}
.polor-post.polor-post-layout-5 .post-featured-image, .polor-post.polor-post-layout-5 .post-excerpt {
display: none;
}
.polor-post.polor-post-layout-5 .polor-category-tag {
margin-bottom: var(--polor-category-tag-spacing, 15px);
}
.polor-post.polor-post-layout-5 .blog-item-title {
margin-bottom: var(--polor-title-spacing, 83px);
}
.polor-post.polor-post-layout-5 .post-item {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: var(--polor-item-padding, 48px);
border-radius: var(--polor-item-border-radius, 16px);
border: 1px solid #DDD;
}
.polor-post.polor-post-layout-6 .post-featured-image {
margin-bottom: var(--polor-featured-image-spacing, 16px);
}
.polor-post.polor-post-layout-6 .polor-category-tag a {
padding: var(--polor-el-item-padding, 6px 16px);
}
.polor-post.polor-post-layout-6 .blog-item-title {
font-size: 24px;
font-weight: 500;
margin-top: var(--polor-titlle-spacing, 10px);
}
.polor-post.polor-post-layout-6 .post-item-meta {
margin-top: var(--polor-meta-spacing, 15px);
font-size: 12px;
}
.polor-post.polor-post-layout-6 .post-item-meta .comment-count {
font-size: 1em;
}
.polor-post.polor-post-layout-6 .post-item-meta .comment-count i {
font-size: 1.25em;
}
.polor-post.polor-post-layout-7 .post-item {
display: flex;
justify-content: space-between;
flex-direction: column;
height: auto !important;
padding-bottom: 16px;
border-bottom: 1px solid #808080;
}
.polor-post.polor-post-layout-7 .post-featured-image {
display: none;
}
.polor-post.polor-post-layout-7 .polor-category-tag a {
padding: var(--polor-el-item-padding, 6px 16px);
}
.polor-post.polor-post-layout-7 .blog-item-title {
font-size: 24px;
font-weight: 500;
margin-top: var(--polor-titlle-spacing, 10px);
}
.polor-post.polor-post-layout-7 .post-item-meta {
margin-top: var(--polor-meta-spacing, 15px);
font-size: 12px;
}
.polor-post.polor-post-layout-7 .post-item-meta .comment-count {
font-size: 1em;
}
.polor-post.polor-post-layout-7 .post-item-meta .comment-count i {
font-size: 1.25em;
}
.polor-post.polor-post-layout-8 .post-content-wrap {
padding: var(--polor-item-padding, 24px);
}
.polor-post.polor-post-layout-8 .post-item {
--polor-item-border-color: #DDD;
box-shadow: inset 0 0 0 1px var(--polor-item-border-color);
border-radius: var(--polor-item-border-radius, 24px);
}
.polor-post.polor-post-layout-8 .post-item:hover {
--polor-item-border-color: #808080;
}
.polor-post.polor-post-layout-8 .post-item .post-featured-image {
border-radius: inherit;
}
.polor-post.polor-post-layout-8 .polor-category-tag a {
padding: var(--polor-el-item-padding, 6px 16px);
}
.polor-post.polor-post-layout-8 .blog-item-title {
font-size: 24px;
font-weight: 600;
margin-top: var(--polor-titlle-spacing, 10px);
}
.polor-post.polor-post-layout-8 .post-item-meta {
margin-top: var(--polor-meta-spacing, 30px);
font-size: 12px;
}
.polor-post.polor-post-layout-8 .post-item-meta .comment-count {
font-size: 1em;
}
.polor-post.polor-post-layout-8 .post-item-meta .comment-count i {
font-size: 1.25em;
}
.polor-post.polor-post-layout-9 .post-item {
position: relative;
border-radius: var(--polor-item-border-radius, 24px);
overflow: hidden;
}
.polor-post.polor-post-layout-9 .post-item:after {
position: absolute;
content: "";
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.16%, rgba(0, 0, 0, 0.4) 100%);
border-radius: inherit;
}
.polor-post.polor-post-layout-9 .post-featured-image {
position: relative;
}
.polor-post.polor-post-layout-9 .post-content-wrap {
position: absolute;
left: 0;
bottom: 0;
padding: var(--polor-item-padding, 64px);
width: 100%;
z-index: 1;
}
.polor-post.polor-post-layout-9 .polor-category-tag {
--polor-el-item-color: white;
--polor-el-item-hover-color: white;
--polor-el-item-hover-border-color: var( --polor-category-tag-border-color, rgba( 255, 255, 255, 0.60));
--polor-el-item-hover-background-color: transparent;
}
.polor-post.polor-post-layout-9 .polor-category-tag a {
padding: var(--polor-el-item-padding, 8px 16px);
}
.polor-post.polor-post-layout-9 .blog-item-title {
--polor-title-color: white;
--polor-title-hover-color: white;
font-size: 40px;
font-weight: 600;
letter-spacing: -0.8px;
line-height: 1.1;
max-width: 633px;
margin-top: var(--polor-titlle-spacing, 10px);
}
.polor-post.polor-post-layout-9 .post-item-meta {
margin-top: var(--polor-meta-spacing, 30px);
color: var(--polor-meta-color, white);
font-size: 12px;
}
.polor-post.polor-post-layout-9 .post-item-meta .comment-count {
font-size: 1em;
}
.polor-post.polor-post-layout-9 .post-item-meta .comment-count i {
font-size: 1.25em;
}
.polor-post.polor-post-layout-9 .post-item-meta .post-author {
color: inherit;
}
.polor-post.polor-post-layout-10 .post-item {
padding: var(--polor-item-padding, 48px);
border: 1px solid var(--polor-item-border-color, #DDD);
border-radius: var(--polor-item-border-radius, 24px);
}
.polor-post.polor-post-layout-10 .post-item:hover {
border-color: var(--polor-item-border-color, #808080);
}
.polor-post.polor-post-layout-10 .post-featured-image, .polor-post.polor-post-layout-10 .post-excerpt {
display: none;
}
.polor-post.polor-post-layout-10 .polor-category-tag {
margin-bottom: 20px;
}
.polor-post.polor-post-layout-10 .polor-category-tag a {
padding: var(--polor-el-item-padding, 8px 16px);
}
.polor-post.polor-post-layout-10 .blog-item-title {
margin-bottom: 50px;
}
.polor-post.polor-post-layout-10 .post-item-meta .comment-count {
font-size: 1em;
}
.polor-post.polor-post-layout-10 .post-item-meta .comment-count i {
font-size: 1.25em;
}
.posts-pagination {
column-gap: var(--polor-pagination-item-column-gap, 12px);
row-gap: var(--polor-pagination-item-row-gap, 12px);
border-radius: var(--polor-pagination-border-radius, 12px);
border: 1px solid #DDD;
margin-top: 50px;
padding: var(--polor-pagination-padding, 24px 48px);
font-size: 12px;
color: var(--polor-pagination-color, black);
}
.posts-pagination .page-numbers {
display: inline-flex;
justify-content: center;
align-items: center;
width: var(--polor-pagination-item-size-color, 46px);
height: var(--polor-pagination-item-size-color, 46px);
border: 1px solid var(--Mono-Gray-30, #BBB);
border-radius: var(--polor-pagination-item-border-radius, 50%);
}
.posts-pagination .page-numbers.current {
border-color: var(--polor-pagination-active-border-color, black) !important;
}
.posts-pagination a {
color: inherit;
}
.posts-pagination a:hover {
border-color: var(--polor-pagination-active-border-color, black) !important;
}
.posts-pagination i {
font-size: 1.17em;
}
.posts-load-more {
display: flex;
column-gap: var(--polor-loadmore-item-column-gap, 48px);
align-items: center;
margin-top: 50px;
font-size: 20px;
}
.posts-load-more:before, .posts-load-more:after {
content: "";
display: block;
flex-grow: 1;
border-block-start: var(--polor-loadmore-line-height, 1px) solid var(--polor-loadmore-line-color, #808080);
}
.posts-load-more .load-more-button {
display: flex;
align-items: center;
color: var(--polor-loadmore-color);
column-gap: 12px;
cursor: pointer;
transition: 0.3s;
}
.posts-load-more .load-more-button:hover {
color: var(--polor-loadmore-hover-color, var(--polor-primary-color));
}
.polor-posts-carousel-el.layout-5 .swiper-nav-button {
position: absolute;
top: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
width: var(--polor-navigation-width, 80px);
height: var(--polor-navigation-width, 80px);
color: var(--polor-navigation-color, #151515);
border-radius: 50%;
background: var(--polor-navigation-background-color, white);
box-shadow: 0px 0px 12px 0px rgba(141, 141, 141, 0.25);
font-size: var(--polor-navigation-size, 20px);
cursor: pointer;
opacity: 0;
transition: all 0.3s ease;
z-index: 2;
}
.polor-posts-carousel-el.layout-5 .swiper-nav-button.swiper-nav-button-next {
right: var(--polor-navigation-distance, 14.3%);
transform: translate(-30px, -50%);
}
.polor-posts-carousel-el.layout-5 .swiper-nav-button.swiper-nav-button-prev {
left: var(--polor-navigation-distance, 14.3%);
transform: translate(30px, -50%);
}
.polor-posts-carousel-el.layout-5:hover .swiper-nav-button {
opacity: 1;
transform: translate(0, -50%);
}
.polor-counter-el {
display: flex;
flex-direction: column;
text-align: center;
gap: var(--polor-counter-title-spacing, 0);
}
.polor-counter-el .counter-number-wrap {
font-size: 64px;
color: var(--polor-counter-number-color, var(--polor-primary-color));
}
.polor-counter-el .counter-title {
color: var(--polor-counter-title-color, var(--polor-body-color));
}
.polor-navigation-carousel .nav-button {
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
width: var(--polor-button-width, 36px);
height: var(--polor-button-width, 36px);
border-radius: 50%;
border: 1px solid var(--polor-button-border-color, #BBB);
color: var(--polor-button-color, #BBB);
font-size: var(--polor-icon-size, 10px);
transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition-property: color, background-color, border-color;
background-color: var(--polor-button-background-color);
}
.polor-navigation-carousel .nav-button:hover {
color: var(--polor-hover-button-color, #000000);
background-color: var(--polor-hover-button-background-color);
border-color: var(--polor-hover-button-border-color);
}
.polor-navigation-carousel .nav-button.swiper-button-disabled {
pointer-events: none;
opacity: 0.35;
}
.polor-navigation-carousel.default {
display: inline-flex;
column-gap: 10px;
}
.polor-navigation-carousel.nav-1 {
display: flex;
column-gap: 30px;
align-items: center;
}
.polor-navigation-carousel.nav-1 .swiper-pagination {
position: relative;
bottom: auto;
width: auto;
font-size: 12px;
color: black;
}
.polor-navigation-carousel.nav-2 .swiper-pagination-progressbar {
position: relative;
height: var(--polor-progress-height, 8px);
background-color: var(--polor-progress-background-color, #D9D9D9);
border-radius: var(--polor-progress-border-radius, 16px);
}
.polor-navigation-carousel.nav-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background-color: var(--polor-progress-color, var(--polor-primary-color));
border-radius: inherit;
}
.polor-menu-search-el .form-title {
font-size: 20px;
font-weight: 600;
line-height: 1.4;
color: #151515;
}
.polor-menu-search-el .polor-menu-search {
display: flex;
align-items: center;
justify-content: center;
font-size: var(--search-icon-size, 40px);
color: var(--polor-icon-color, var(--polor-primary-color));
}
.polor-menu-search-el .polor-menu-search:hover {
color: var(--polor-icon-hover-color, var(--polor-primary-color));
}
.polor-menu-search-el .form-group {
display: flex;
column-gap: 12px;
margin-top: 12px;
}
.polor-menu-search-el .search-field {
border-radius: 1000px;
border: 1px solid #DDD;
}
.polor-menu-search-el .popular-searches {
margin-top: 24px;
}
.polor-menu-search-el .search-form-wrap {
position: absolute;
top: calc(100% + 24px);
border-radius: var(--polor-search-content-border-radius, 24px);
background: var(--polor-search-content-background-color, #FFF);
padding: var(--polor-search-content-padding, 32px);
min-width: var(--polor-search-content-width, 550px);
box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
transition: all 0.2s ease-in-out;
transform: translateY(15px) translateZ(0);
z-index: 3;
visibility: hidden;
pointer-events: none;
opacity: 0;
overflow: hidden;
}
.polor-menu-search-el .search-form-wrap.is-active {
transform: none;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.polor-content-position-left .search-form-wrap {
left: var(--search-content-distance, 0);
}
[dir = "rtl"] .polor-content-position-left .search-form-wrap {
right: var(--search-content-distance, 0);
left: auto;
}
.polor-content-position-right .search-form-wrap {
right: var(--search-content-distance, 0);
}
[dir = "rtl"] .polor-content-position-right .search-form-wrap {
left: var(--search-content-distance, 0);
right: auto;
}
.polor-search-form-el .polor-search-form {
display: flex;
column-gap: 12px;
}
.polor-search-form-el .search-field {
padding: 0;
order: 2;
border: none;
}
.polor-search-form-el .polor-search-submit {
padding: 0;
font-size: 18px;
background-color: transparent;
color: #151515;
}
.polor-search-form-el .polor-search-submit:hover {
background-color: transparent;
}
.polor-category-tag {
display: flex;
flex-wrap: wrap;
column-gap: var(--polor-el-column-gap, 10px);
row-gap: var(--polor-el-row-gap, 10px);
font-size: 12px;
}
.polor-category-tag a {
display: inline-flex;
color: var(--polor-el-item-color, #151515);
background-color: var(--polor-el-item-background-color);
padding: var(--polor-el-item-padding, 14px 16px);
border-radius: var(--polor-el-item-border-radius, 100px);
border: 1px solid #BBBBBB;
}
.polor-category-tag a:hover {
color: var(--polor-el-item-hover-color, white);
border-color: var(--polor-el-item-hover-border-color, black) !important;
background-color: var(--polor-el-item-hover-background-color, black);
}
.polor-post-reading-time-el {
font-size: 12px;
color: var(--polor-el-color, #151515);
text-align: var(--polor-el-align, center);
}
.polor-post-reading-time-el .post-reading-time-wrap {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: var(--polor-el-progress-size, 140px);
width: 100%;
aspect-ratio: 1;
border-radius: 50%;
z-index: 1;
background: conic-gradient(var(--polor-el-progress-primary-color, #2B80FF) 0%, var(--polor-el-progress-primary-color, #2B80FF) var(--scroll-progress, 0%), var(--polor-el-progress-secondary-color, #E0E0E0) var(--scroll-progress, 0%), var(--polor-el-progress-secondary-color, #E0E0E0) 100%);
}
.polor-post-reading-time-el .post-reading-time-wrap:before {
content: "";
position: absolute;
inset: var(--polor-el-progress-thickness, 2px);
background-color: white;
border-radius: inherit;
z-index: -1;
}
.polor-post-reading-time-el .post-reading-time-wrap .reading-time-label {
margin-top: 10px;
}
.post-nav .nav-wrap {
display: flex;
column-gap: 12px;
}
.post-nav .nav-wrap .nav-item {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.post-nav .nav-wrap .nav-item.next {
align-items: flex-end;
}
.post-nav .nav-wrap .nav-item.next .item-content {
align-items: flex-end;
text-align: right;
}
.post-nav .item-header {
font-size: 14px;
}
.post-nav .item-header a {
display: flex;
align-items: center;
column-gap: var(--polor-icon-spacing, 16px);
color: var(--polor-color, black);
}
.post-nav .item-header a:hover {
color: var(--polor-hover-color, black);
}
.post-nav .item-header a:hover i {
color: var(--polor-icon-hover-color, black);
border-color: var(--polor-hover-icon-border-color, black);
}
.post-nav .item-header i {
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--polor-icon-border-radius, 50%);
color: var(--polor-icon-color, #999999);
font-size: var(--polor-icon-size, 14px);
width: var(--polor-icon-width, 46px);
height: var(--polor-icon-width, 46px);
border: 1px solid var(--polor-icon-border-color, #BBB);
transition: inherit;
}
.post-nav .item-content {
display: flex;
flex-direction: column;
width: 100%;
border-radius: var(--polor-item-border-radius, 16px);
border: 1px solid var(--polor-item-border-color, #DDD);
padding: var(--polor-item-padding, 48px);
margin-top: var(--polor-item-spacing, 24px);
font-size: 24px;
color: var(--polor-title-color, black);
font-weight: 600;
}
.post-nav .item-content .polor-category-tag {
margin-bottom: var(--polor-title-spacing, 24px);
font-weight: 400;
}
.polor-image-box-el {
display: flex;
gap: var(--polor-image-spacing, 15px);
flex-direction: column;
align-items: center;
text-align: center;
}
.polor-image-box-el .image-box-img {
display: inline-block;
width: var(--polor-image-width, 50%);
border-radius: var(--polor-image-border-radius);
}
.polor-image-box-el .image-box-img img {
border-radius: inherit;
}
.polor-image-box-el .image-box-title {
font-size: 24px;
font-weight: 600;
color: var(--polor-title-color, var(--polor-primary-color));
}
.polor-image-box-el .image-box-description {
margin: 0;
margin-top: var(--polor-description-spacing);
color: var(--polor-description-color, var(--polor-body-color));
}
.polor-social-el {
display: flex;
flex-wrap: wrap;
gap: var(--polor-item-gap, 20px);
}
.polor-social-el .social-icon {
display: flex;
gap: var(--polor-label-spacing, 6px);
align-items: center;
}
.polor-social-el .icon-wrap {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: var(--polor-icon-size, 25px);
width: var(--polor-icon-width, 44px);
height: var(--polor-icon-width, 44px);
background-color: #69727d;
}
.polor-social-el .icon-wrap svg {
display: block;
height: 1em;
position: relative;
width: 1em;
fill: white;
}
.polor-social-el .icon-wrap i {
color: white;
}
.polor-social-el .social-label {
color: var(--polo-label-color);
}
.polor-categories-el .category-item {
display: flex;
justify-content: center;
align-items: center;
column-gap: var(--polor-icon-spacing, 8px);
border: 1px solid #DDD;
border-radius: var(--polor-item-border-radius, 16px);
padding: var(--polor-item-padding, 8px);
height: var(--polor-item-height, 80px);
font-size: 20px;
font-weight: 600;
color: var(--polor-item-color, black);
}
.polor-categories-el .category-item:hover {
border-color: var(--polor-item-hover-border-color, #494949);
}
.polor-categories-el .icon-wrap {
font-size: var(--polor-icon-size, 20px);
color: var(--polor-icon-color, black);
}
.polor-categories-el .icon-wrap svg {
display: block;
height: 1em;
position: relative;
width: 1em;
fill: var(--polor-icon-color, black);
}
@media (min-width: 768px) {
.polor-categories-el .swiper-wrapper {
flex-wrap: wrap;
justify-content: center;
transform: none !important;
}
}
.polor-categories-el .polor-categories-carousel {
margin-top: calc(var( --polor-item-gap, 12px) * -1);
margin-left: calc(var( --polor-item-gap, 12px) * -0.5);
margin-right: calc(var( --polor-item-gap, 12px) * -0.5);
}
.polor-categories-el .swiper-slide {
padding-left: calc(var( --polor-item-gap, 12px) * 0.5);
padding-right: calc(var( --polor-item-gap, 12px) * 0.5);
margin-top: var(--polor-item-gap, 12px);
}
.polor-categories-el .swiper-pagination-progressbar {
position: relative;
height: var(--polor-progress-height, 4px);
background-color: var(--polor-progress-background-color, #D9D9D9);
border-radius: var(--polor-progress-border-radius, 16px);
margin-top: 12px;
}
.polor-categories-el .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background-color: var(--polor-progress-color, var(--polor-primary-color));
border-radius: inherit;
}
.polor-categories-list-el .category-item {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--polor-item-padding, 40px 64px);
border-top: 1px solid #808080;
color: var(--polor-item-color, #151515);
}
.polor-categories-list-el .category-item:after {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 0px;
z-index: -1;
background: var(--polor-item-hover-background-color, #F8F8F8);
transition: 0.4s;
}
.polor-categories-list-el .category-item:hover:after {
height: 100%;
}
.polor-categories-list-el .category-item:hover i {
transform: rotate(45deg);
}
.polor-categories-list-el .category-name {
font-size: 72px;
font-weight: 500;
letter-spacing: -2.88px;
}
.polor-categories-list-el .category-count {
font-size: 14px;
margin-left: var(--polor-count-spacing, 10px);
color: var(--polor-count-color, #808080);
}
.polor-categories-list-el i {
font-size: var(--polor-icon-size, 24px);
transition: 0.4s;
}
.polor-categories-list-el .category-link {
position: absolute;
inset: 0;
}
.polor-nav-link-el {
display: flex;
flex-direction: column;
width: 100%;
color: var(--polor-item-color, #151515);
background: var(--polor-item-background-color);
font-size: 28px;
font-weight: 500;
letter-spacing: -0.56px;
}
.polor-nav-link-el .nav-link-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--polor-item-padding, 16px 24px);
border-top: 1px solid var(--polor-item-border-color, #808080);
transition: all 0.3s ease;
color: inherit;
}
.polor-nav-link-el .nav-link-item:last-child {
border-bottom: 1px solid var(--polor-item-border-color, #808080);
}
.polor-nav-link-el .nav-link-item i {
font-size: 0.64em;
opacity: 0;
transform: translateX(-12px);
transition: all 0.3s ease;
}
.polor-nav-link-el .nav-link-item.active, .polor-nav-link-el .nav-link-item:hover {
background: var(--polor-item-hover-background-color, #151515);
color: var(--polor-item-hover-color, white);
}
.polor-nav-link-el .nav-link-item.active i, .polor-nav-link-el .nav-link-item:hover i {
transform: translateX(0);
opacity: 1;
}
.polor-posts-slide-el.layout-1 .post-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: var(--polor-slide-min-height, 746px);
border-radius: var(--polor-border-radius, 24px);
padding: var(--polor-padding);
overflow: hidden;
}
.polor-posts-slide-el.layout-1 .post-item:after {
content: "";
position: absolute;
inset: 0px;
background: linear-gradient(180.17deg, rgba(0, 0, 0, 0) 19.37%, rgba(0, 0, 0, 0.6) 90.74%);
z-index: -1;
}
.polor-posts-slide-el.layout-1 .polor-category-tag {
font-size: 16px;
margin-bottom: var(--polor-category-tag-spacing, 8px);
}
.polor-posts-slide-el.layout-1 .polor-category-tag a {
color: var(--polor-el-item-color, white);
border-color: rgba(255, 255, 255, 0.6);
padding: var(--polor-el-item-padding, 7px 16px);
}
.polor-posts-slide-el.layout-1 .blog-item-title {
font-size: 64px;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
color: var(--polor-title-color, white);
max-width: 800px;
text-align: center;
margin-bottom: var(--polor-title-spacing, 28px);
}
.polor-posts-slide-el.layout-1 .post-excerpt {
font-size: 16px;
color: var(--polor-excerpt-color, white);
text-align: center;
line-height: 1.5;
max-width: 570px;
margin-bottom: var(--polor-excerpt-spacing, 70px);
}
.polor-posts-slide-el.layout-1 .polor-button {
--polor-icon-width: 38px;
--polor-button-color: white;
--polor-icon-color: #151515;
--polor-icon-size: 17px;
--polor-icon-background-color: white;
font-size: 24px;
font-weight: 600;
}
.polor-posts-slide-el.layout-1 .polor-category-tag, .polor-posts-slide-el.layout-1 .blog-item-title, .polor-posts-slide-el.layout-1 .post-excerpt, .polor-posts-slide-el.layout-1 .polor-button {
opacity: 0;
transition: 0.5s opacity ease 0s;
}
.polor-posts-slide-el.layout-1 .swiper-slide-active .polor-category-tag, .polor-posts-slide-el.layout-1 .swiper-slide-active .blog-item-title, .polor-posts-slide-el.layout-1 .swiper-slide-active .post-excerpt, .polor-posts-slide-el.layout-1 .swiper-slide-active .polor-button {
animation: fadeInUp;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.polor-posts-slide-el.layout-1 .swiper-slide-active .blog-item-title {
animation-delay: 0.2s;
}
.polor-posts-slide-el.layout-1 .swiper-slide-active .post-excerpt {
animation-delay: 0.4s;
}
.polor-posts-slide-el.layout-1 .swiper-slide-active .polor-button {
animation-delay: 0.7s;
}
.polor-posts-slide-el.layout-1 .posts-slide-thumbnail {
max-width: 748px;
padding: 24px 0;
}
.polor-posts-slide-el.layout-1 .posts-slide-thumbnail .thumbnail-item:after {
position: absolute;
content: "";
height: 3px;
background: black;
left: 0;
border-radius: 100px;
width: 0;
bottom: -24px;
overflow: hidden;
opacity: 0;
}
.polor-posts-slide-el.layout-1 .posts-slide-thumbnail .thumbnail-item.swiper-slide-thumb-active:after {
transition: opacity 350ms ease 0.2s;
opacity: 1;
width: calc(100% * var( --progress));
}
.polor-posts-slide-el.layout-1 .thumbnail-item {
cursor: pointer;
border-radius: 50%;
padding: 10px;
border: 1px solid #DDD;
}
.polor-posts-slide-el.layout-1 .thumbnail-item img {
border-radius: inherit;
}
.polor-posts-slide-el.layout-1 .thumbnail-item.swiper-slide-thumb-active {
border-color: #808080;
}
.polor-footer-list-el .list-heading {
display: flex;
justify-content: space-between;
align-items: center;
color: var(--polor-heading-color, #000);
font-size: 24px;
font-weight: 600;
}
.polor-footer-list-el .list-heading i {
transition: transform 0.3s ease-in-out;
}
.polor-footer-list-el .list-heading.is-active i {
transform: rotate(90deg);
}
@media (min-width: 768px) {
.polor-footer-list-el .list-heading i {
display: none;
}
}
.polor-footer-list-el .polor-list-items {
list-style-type: none;
padding: 0;
margin: 0;
color: var(--polor-color, #636E78);
margin-top: var(--polor-heading-spacing, 22px);
}
.polor-footer-list-el .polor-list-items .polor-list-item:not(:last-child) {
margin-bottom: var(--polor-row-gap, 22px);
}
@media (max-width: 767px) {
.polor-footer-list-el .polor-list-items {
display: none;
}
}
.polor-footer-list-el .polor-list-items a {
background-image: linear-gradient(var(--polor-hover-color, var(--polor-primary-color)), var(--polor-hover-color, var(--polor-primary-color)));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% var(--underline-thickness, 1px);
transition: background-size 0.25s, color 0.3s;
color: inherit;
}
.polor-footer-list-el .polor-list-items a:hover {
background-size: 100% var(--underline-thickness, 1px);
font-weight: 600;
color: var(--polor-hover-color, var(--polor-primary-color));
}
.comment-list-wrap ol, .comment-list-wrap li {
list-style: none;
}
.comment-list-wrap .comments-title {
display: flex;
column-gap: 12px;
font-size: 18px;
font-weight: 600;
}
.comment-list-wrap .comments-title i {
font-size: 24px;
}
.comment-list-wrap .commentlist {
padding: 0;
margin-top: 30px;
}
.comment-list-wrap .commentlist > .comment:not(:first-child) {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 15px;
margin-top: 30px;
}
.comment-list-wrap .commentlist > .comment .children {
padding-left: 157px;
}
@media (max-width: 767px) {
.comment-list-wrap .commentlist > .comment .children {
padding-left: 30px;
}
}
.comment-list-wrap .commentlist .children {
margin-top: 15px;
padding-top: 24px;
border-top: 1px solid #DDDDDD;
}
.comment-list-wrap .commentlist .children > .comment:not(:first-child) {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 15px;
}
.comment-list-wrap .commentlist .children > .comment .children {
padding-left: 54px;
}
@media (max-width: 767px) {
.comment-list-wrap .commentlist .children > .comment .children {
padding-left: 30px;
}
}
.comment-list-wrap .commentlist .children .children .comment {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 15px;
margin-bottom: 30px;
}
.comment-list-wrap .comment-heading {
display: flex;
column-gap: 12px;
align-items: center;
font-size: 12px;
color: black;
}
.comment-list-wrap .comment-heading .comment-avatar {
max-width: 32px;
overflow: hidden;
border-radius: 50%;
}
.comment-list-wrap .comment-heading .author-name {
font-weight: 600;
}
.comment-list-wrap .comment-text {
margin-top: 12px;
color: black;
}
.comment-list-wrap .comment-reply-link {
display: flex;
column-gap: 6px;
align-items: center;
font-size: 12px;
font-weight: 600;
margin-top: 15px;
}
.comment-list-wrap .comment-reply-link i {
font-size: 16px;
}
.comment-respond {
margin-top: 30px;
padding: 48px;
border-radius: 12px;
background: #F8F8F8;
}
@media (max-width: 1199px) {
.comment-respond {
padding: 20px;
}
}
.comment-respond .comment-reply-title {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
}
.comment-respond #comment-msg {
margin-top: 20px;
}
.comment-respond .polor-comment-form-fields-wrap {
column-gap: 20px;
}
.comment-respond .comment-form-field {
width: 100%;
}
.comment-respond .comment-form-field input {
height: 60px;
border-radius: 1000px;
padding: 24px;
color: #151515;
border-color: transparent;
}
.comment-respond .comment-form-field input:focus {
border-color: #808080;
}
.comment-respond .comment-form-cookies-consent input[type=checkbox] {
position: relative;
cursor: pointer;
padding-left: 20px;
}
.comment-respond .comment-form-cookies-consent input[type=checkbox]:before {
content: "";
display: block;
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 0;
border: 1px solid #DDDDDD;
border-radius: 6px;
background-color: white;
transform: translateY(-50%);
}
.comment-respond .comment-form-cookies-consent input[type=checkbox]:checked:after {
content: "";
display: block;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
left: 9px;
}
.comment-respond .comment-form-cookies-consent input[type=checkbox]:checked:before {
background-color: black;
}
.comment-respond .comment-form-cookies-consent label {
padding-left: 15px;
color: #151515;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes sliderShape {
0%, 100% {
border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
34% {
border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
}
50% {
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
67% {
border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
}
}
@keyframes sliderShape2 {
0%, 100% {
border-radius: 280px 280px 280px 280px;
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
34% {
border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
}
50% {
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
67% {
border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-50%);
}
50% {
opacity: 0;
transform: translateY(50%);
}
51% {
opacity: 1;
}
}
@keyframes criss-cross-top {
0% {
top: -20px;
}
50% {
top: 50%;
width: 20px;
height: 20px;
border-radius: 50%;
}
100% {
top: 50%;
width: 100%;
height: 100%;
border-radius: 0;
}
}
@keyframes ken-burns-in-out {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes shine {
100% {
left: -200%;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 7;
overflow: hidden;
position: fixed;
background: #00000033;
opacity: 0.7;
backdrop-filter: blur(10px);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 8;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 8;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
overflow: hidden;
height: 100%;
cursor: auto;
}
.mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 1;
transition: opacity 0.25s ease, visibility 0s ease;
}
.mfp-close {
position: absolute;
top: 15px;
right: 15px;
width: 24px;
aspect-ratio: 1;
padding: 0;
min-height: auto;
}
.mfp-close:before, .mfp-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: var(--polor-primary-color);
transform-origin: 50% 50%;
opacity: 1;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s;
transition: transform ease 0.25s;
}
.mfp-close:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mfp-close:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mfp-is-open {
overflow: hidden;
}
.mfp-is-open .mfp-ready {
overflow: hidden auto !important;
}