@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); @media screen and (max-width: 782px) {
.burger__open sidebar {
padding-bottom: 80px !important;
}
.social__list {
margin-top: 40px !important;
padding-bottom: 20px !important;
}
}
.su-custom-gallery-slide {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
position: relative;
display: block;
margin: 0 auto;
}
.su-custom-gallery-slide a {
display: block;
text-decoration: none;
color: inherit;
position: relative;
}
.su-custom-gallery-slide img {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
display: block;
border-radius: 30px 30px 30px 30px;
}
.su-custom-gallery-title {
display: block;
padding: 12px 15px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
text-align: center;
font-size: 16px;
line-height: 1.4;
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-sizing: border-box;
z-index: 10;
} @media (min-width: 769px) {
.su-custom-gallery-slide {
max-width: 760px !important; }
.su-custom-gallery-title {
font-size: 18px;
padding: 15px 20px;
border-radius: 0px 0px 30px 30px;
}
} .category-item {
position: relative;
cursor: pointer;
}
.category-item::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
cursor: pointer;
} .category-item a {
position: relative;
z-index: 2;
display: flex;
align-items: center;
width: 100%;
text-decoration: none !important;
color: inherit !important;
} .category-item:hover {
background: rgba(28, 29, 30, 0.8) !important;
transform: translateX(8px) scale(1.02) !important;
}
.category-item:hover a {
color: #fff !important;
}
.category-item:hover .category-item-img {
transform: scale(1.1) rotate(5deg) !important;
}
.components-button.has-icon.has-text {
color: #fff;
}
.single .news__content a {
color: #039be5;
font-size: 18px;
} #comment {
background: #2a2a2a;
border: 1px solid #404040;
border-radius: 12px;
color: #f5f5f5;
font-family: "Montserrat", sans-serif;
font-size: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
transition: all 0.3s ease;
resize: vertical;
min-height: 120px;
}
#comment:focus {
outline: none;
border-color: #d52817;
box-shadow: 0 0 0 2px rgba(213, 40, 23, 0.1);
background: #333333;
}
#comment::placeholder {
color: #888;
font-family: "Montserrat", sans-serif;
} #author, #email, #url {
background: #2a2a2a;
border: 1px solid #404040;
border-radius: 12px;
color: #f5f5f5;
font-family: "Montserrat", sans-serif;
font-size: 16px;
padding: 15px 20px;
width: 100%;
box-sizing: border-box;
transition: all 0.3s ease;
}
#author:focus, #email:focus, #url:focus {
outline: none;
border-color: #d52817;
box-shadow: 0 0 0 2px rgba(213, 40, 23, 0.1);
background: #333333;
}
#author::placeholder, #email::placeholder, #url::placeholder {
color: #888;
} @media screen and (max-width: 782px) {
.su-custom-gallery-title {
font-size: 12px;
padding: 8px 10px;
border-radius:0px 0px 13px 13px;
}
.su-custom-gallery-slide {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
position: relative;
display: block;
margin: 0 auto;
}
.su-custom-gallery-slide a {
display: block;
text-decoration: none;
color: inherit;
position: relative;
}
.su-custom-gallery-slide img {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
display: block;
}
.su-custom-gallery-title {
display: block;
padding: 10px 15px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
text-align: center;
font-size: 14px;
line-height: 1.4;
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-sizing: border-box;
z-index: 10;
} .su-custom-gallery-slide::before {
content: "";
display: block;
padding-top: 53.95%; }
.su-custom-gallery-slide > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.su-custom-gallery-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
} @media (max-width: 768px) {
#comment {
font-size: 16px;
padding: 15px;
border-radius: 10px;
}
#author, #email, #url {
font-size: 16px;
padding: 12px 15px;
border-radius: 10px;
}
} .wp-polls {
position: relative;
z-index: 1;
border-radius: 20px;
overflow: hidden;
padding: 20px;
width: -webkit-fill-available;
}
.su-button-center a, .su-button  {
position: relative;
z-index: 1;
border-radius: 6px;
overflow: hidden;
border: unset;
}
blockquote { margin-left: 0;
padding-left: 35px;
border-width: 3px;
border-style: solid;
border-image: linear-gradient(
to top, #d52817 0%, #d52817 100%
) 0 0 0 100%; }
.wp-polls::before, .su-button-center a::before, .su-button::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
border-radius: 20px; padding: 5px; background: linear-gradient(45deg, #d52817, #d52817);
-webkit-mask: 
linear-gradient(#fff 0 0) content-box, 
linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
} .su-button-center a, .su-button {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
color: white !important;
text-decoration: none !important;
border-radius: 5px !important;
font-weight: 500 !important;
transition: all 0.3s ease !important;
border: none !important;
cursor: pointer !important;
font-family: inherit !important;
font-size: 14px !important;
line-height: 1.3 !important;
text-align: center !important;
box-shadow: 0 2px 6px rgba(3, 155, 229, 0.2) !important;
background: #039be5 !important;
padding: 8px 16px !important;
margin: 0 auto !important;
width: fit-content !important;
min-width: 140px !important;
} .su-button-center a:hover, .su-button:hover {
background: #039be5 !important;
transform: translateY(-1px) !important;
} .su-button-center a:active, .su-button:active {
transform: translateY(0) !important;
box-shadow: 0 1px 3px rgba(3, 155, 229, 0.3) !important;
} .su-button-center a span, .su-button span {
color: inherit !important;
font-weight: inherit !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
font-size: inherit !important;
} .su-button-center a::after, .su-button::after {
content: "" !important;
font-size: 16px !important;
margin-left: 0 !important;
} .su-button-center a::before, .su-button::before {
display: none !important;
} .su-button-center {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
margin: 15px 0 !important;
text-align: center !important;
} @media (max-width: 768px) {
.su-button-center a, .su-button {
padding: 7px 14px !important;
font-size: 13px !important;
min-width: 130px !important;
}
.su-button-center a::after, .su-button::after {
font-size: 14px !important;
}
}
.comment__btn a {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: #909090;
font-size: 17px !important;
}
.su-spoiler-icon {
font-family: ShortcodesUltimateIcons !important;
}
.show__btn {
display: none;
}
.post__info span {
height: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 2px;
font-family: 'Open Sans' !important;
font-size: 14px;
}
@media screen and (max-width:768px) {
.wp-polls {
position: relative;
z-index: 1;
border-radius: 10px;
overflow: hidden;
padding: 10px;
width: -webkit-fill-available;
}
.post__info span {
height: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 2px;
font-family: 'Open Sans' !important;
font-size: 11px;
}
}
.single .show__btn, .single .comment__btn {
display: none;
}
.coinmarketcap-currency-widget {
color: #fff;
}
ul.breadcrumbs {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style-type: none;
}
ul.breadcrumbs a:hover {
text-decoration: underline;
}
ul.breadcrumbs a {
font-size: 12px;
color: #767676;
text-decoration: none;
}
ul.breadcrumbs {
gap: 3px;
}
div.breadcrumbs {
margin-bottom: -40px;
margin-top: 18px;
}
ul.breadcrumbs span {
font-size: 12px;
color: #767676;
text-decoration: none;
}
ul.breadcrumbs li {
font-size: 12px;
color: #fff;
}
@media screen and (max-width: 782px) {
ul.breadcrumbs {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 5px;
}
div.breadcrumbs {
margin-bottom: -20px;
margin-top: 0;
}
}
.search .breadcrumbs {
display: none;
}
.taxonomy-description {
display: none;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) and (min-width: 768px) {
.main__content sidebar {
width: 400px;
}
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) and (max-width: 520px) {
.content__block {
width: 100vw !important;
}
.main__content sidebar {
width: 300px;
}
.burger__open sidebar {
top: 38px;
}
}
.oacs-spl-counter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: -3px;
font-size: 17px !important;
}
@media screen and (max-width: 767px) {
form input[type=radio] + label {
color: #fff;
font-size: 14px;
}
.single .news__content p, .single .news__content p, .single .news__content h2, .single .news__content li {
word-wrap: break-word;
}
.content__block {
width: calc(100vw - 40px) !important;
}
}
.page-template-default	.content__block  h1,  .page-template-default .content__block h2, .page-template-default .content__block  h3, .page-template-default .content__block  h4, .page-template-default .content__block  h5,  .page-template-default .content__block p, #respond {
color: #fff !important;
}
.oacs-spl-like-button-wrapper a i::before {
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.oacs-spl-like-button-wrapper a i {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.oacs-spl-like-button-wrapper a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: -webkit-fill-available;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.oacs-spl-like-button-wrapper a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.oacs-spl-like-button-wrapper a i {
padding: 0 !important;
}
.like__counter {
margin-right: 0px;
}
.like__counter a:hover::before, .oacs-spl-liked::before {
width: calc(100% + 20px);
}
.oacs-spl-counter {
position: relative;
margin-left: 4px;
}
.like__counter, .like__counter > * {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.comment__btn {
margin-left: 5px;
}
.oacs-spl-counter {
position: relative;
margin-left: 8px;
}
@media screen and (max-width: 768px) {
ul.wp-polls-ul input, .wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
width: 13px !important;
height: 13px !important;
}
.custom-editor-content p {
font-size: 14px;
margin-bottom: 14px;
}
.single .news__content p, .single .news__content p, .single .news__content h2, .single .news__content li {
color: #fff;
font-size: 14px;
}
ul.breadcrumbs a, ul.breadcrumbs li {
font-size: 14px;
}
.comment-content p {
font-size: 14px !important;
}
.comment-content {
width: -webkit-fill-available;
}
footer.comment-meta {
display: flex;
flex-direction: column;
gap: 0;
}
}
.page-template-default h1, .single h1, .page-template-default h3, .single h3 {
background: #d52817;
font-size: 26px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #00b4cb;
display: table;
padding-top: 15px;
padding-bottom: 15px;
}
h1.search-title {
display: none;
}
.mejs-container {
margin: 20px 0;
}
h1, h2, h3 {
line-height: 130% !important;
margin-bottom: 20px;
}
.wp-polls {
margin: 20px 0;
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
input[type="radio"] {
transform: scale(0.5); -webkit-transform: scale(0.5); }
} .category-item {
padding-top: 10px;
}
.custom-editor-content .ccm-button {
display: block;
margin: 30px auto;
padding: 10px 35px;
background: linear-gradient(135deg, #039be5, #039be5);
color: #fff;
text-decoration: none;
border-radius: 20px;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 600;
border: none;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
text-transform: uppercase;
line-height: 1.5;
position: relative;
overflow: hidden;
z-index: 1;
width: fit-content;
}
.custom-editor-content .ccm-button:hover {
background: linear-gradient(135deg, #d62717, #a12217);
color: #fff !important;
transform: translateY(-5px) scale(1.08);
box-shadow: 0 5px 15px rgba(184, 43, 30, 0.5);
}
.custom-editor-content .ccm-button:active {
transform: translateY(0) scale(1);
box-shadow: 0 5px 15px rgba(184, 43, 30, 0.3);
}
.custom-editor-content .ccm-button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
transition: left 0.7s ease;
z-index: -1;
}
.custom-editor-content .ccm-button:hover::before {
left: 100%;
}
.custom-editor-content .ccm-button::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.6s ease, height 0.6s ease;
z-index: -1;
}
.custom-editor-content .ccm-button:hover::after {
width: 300px;
height: 300px;
}
@media screen and (max-width: 782px) {
.custom-editor-content .ccm-button {
padding: 12px 30px;
font-size: 14px;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(39, 146, 177, 0.2);
margin: 40px auto;
}
.custom-editor-content .ccm-button:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 8px 20px rgba(184, 43, 30, 0.4);
}
} #scroll-to-top {
position: fixed;
bottom: 30px;
right: 30px;
background: linear-gradient(135deg, #d62717, #d62717);
border: none;
border-radius: 50%;
width: 50px;
height: 50px;
cursor: pointer;
z-index: 1000;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
display: flex;
align-items: center;
justify-content: center;
}
#scroll-to-top::before {
content: '';
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 15px solid #fff;
transition: all 0.3s ease;
}
#scroll-to-top:hover {
transform: translateY(-5px) scale(1.1);
box-shadow: 0 12px 35px rgba(184, 43, 30, 0.5);
}
#scroll-to-top.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
@media screen and (max-width: 782px) {
#scroll-to-top {
display: none;
}
} html, p, div, input, h1, h2, h3, h4, h5, h6, a {
font-family: "Montserrat", system-ui !important;
font-optical-sizing: auto;
}
span {
font-family: "Montserrat", system-ui;
}
body div#page, body .main-navigation, body .page-container .container, body {
background: #0A0A0A;
} sidebar > div.social__list > a:nth-child(6):hover,
sidebar > div.social__list > a:nth-child(7):hover {
-webkit-filter: none;
filter: none;
} img[src$=".svg"] {
width: 100%;
height: auto;
max-width: 100%;
object-fit: contain;
} .head-container1 {
background: #1C1D1E;
height: 86px;
display: flex;
align-items: center;
position: fixed;
z-index: 10001;
}
div#search_btn {
display: flex;
}
div#search_btn img {
transition: filter 0.6s ease;
}
div#search_btn:hover img {
filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2000%) hue-rotate(350deg) brightness(90%) contrast(90%);
}
div#viewser {
display: none;
}
.post__info {
color: #fff;
}
.about__block {
background: #141414;
border-radius: 30px;
position: relative;
overflow: hidden;
}
.about__block::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background: linear-gradient(
to bottom,
rgba(103, 53, 183, 0) 0%,
rgba(103, 53, 183, 1) 33%,
rgba(48, 121, 94, 1) 66%,
rgba(0, 181, 203, 1) 100%
);
border-radius: 20px;
z-index: -1;
}
.search__wrap {
width: fit-content;
}
.menu-wrapper.center-pos {
margin: 0 !important;
}
div#search_btn a {
display: flex;
align-items: center;
}
header.site-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
position: relative;
z-index: 10001;
}
.container .sixteen.columns {
max-width: 1190px;
display: flex;
justify-content: space-between;
width: calc(100vw - 20px) !important;
}
.search__open div#viewser {
display: block;
}
.search__open div#search_btn {
display: none !important;
}
div#search_btn {
width: fit-content !important;
}
div#search_btn img {
width: 21px;
height: 21px;
}
form#searchform .field {
background: #0A0A0A !important;
border: 3px solid #2B2B2B !important;
padding: 11px 17px;
height: 10px;
border-radius: 11px;
transition: all 0.3s ease;
}
form#searchform .field:focus-within {
border-color: #d62717 !important;
box-shadow: 0 0 0 3px rgba(184, 43, 30, 0.1);
}
#searchsubmit {
left: 0;
right: unset;
}
input#s {
outline: none;
}
a.header__logo {
display: flex;
align-items: center;
transition: transform 0.3s ease;
position: relative;
z-index: 10002;
}
a.header__logo:hover {
transform: scale(1.05);
}
#searchform:after {
right: unset;
border: unset;
left: 0;
top: 8px;
}
input#s {
color: #717171;
font-size: 14px;
padding-left: 30px !important;
}
.burger__menu {
display: none;
}
body {
background: #0A0A0A;
overflow-x: hidden;
}
.page-container .container {
background-color: unset;
} .main__content {
width: 100%;
margin-top: 30px;
display: flex;
justify-content: space-between;
gap: 30px;
}
.main__content sidebar {
width: 300px;
display: flex;
flex-direction: column;
flex-shrink: 0;
}
.content__block {
width: calc(100% - 330px);
flex-grow: 1;
} nav#menun {
margin-left: 0;
padding-bottom: 38px;
border-bottom: 1px solid #ffffff2b;
width: 100%;
}
.main-navigation ul {
display: flex;
flex-direction: column;
gap: 4px;
margin: 0;
padding: 0;
width: 100%;
}
.menu-item {
position: relative;
transition: all 0.3s ease;
width: 100%;
margin: 0;
list-style: none;
}
.menu-item a {
width: 100% !important;
padding: 12px 15px 12px 50px !important;
display: block;
color: #DBDBDB !important;
font-size: 16px !important;
text-transform: initial !important;
font-weight: 500;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
box-sizing: border-box;
border: 1px solid transparent !important;
outline: none !important;
} .menu-item a:focus,
.menu-item a:active {
border: 1px solid transparent !important;
outline: none !important;
box-shadow: none !important;
} .icon-feed::before,
.icon-book::before, 
.icon-learn::before,
.icon-about::before,
.icon-write::before {
content: '';
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
transition: all 0.3s ease;
background-size: contain;
background-repeat: no-repeat;
z-index: 2;
}
.icon-feed::before {
background: url(//jantrish.com/wp-content/uploads/2024/10/fi_4120873-1.svg) no-repeat center;
}
.icon-book::before {
background: url(//jantrish.com/wp-content/uploads/2024/10/fi_32354.svg) no-repeat center;
}
.icon-learn::before {
background: url(//jantrish.com/wp-content/uploads/2024/10/fi_5866788.svg) no-repeat center;
}
.icon-about::before {
background: url(//jantrish.com/wp-content/uploads/2024/10/fi_7542177.svg) no-repeat center;
}
.icon-write::before {
background: url(//jantrish.com/wp-content/uploads/2024/10/fi_4698210.svg) no-repeat center;
}
.main-navigation ul > li:hover > a {
border-right: 3px solid #1C1D1E !important;
} .main-navigation ul li.current_page_item a,
.menu-item:hover a,
.main-navigation ul > li:hover > a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current_page_parent a {
background: #1C1D1E !important;
border-radius: 6px !important;
border-right: 3px solid #d62717 !important;
color: #d62717 !important;
transform: translateX(0);
border: 1px solid transparent !important;
outline: none !important;
}
.menu-item:hover::before,
li.current_page_item::before {
filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2000%) hue-rotate(350deg) brightness(90%) contrast(90%);
transform: translateY(-50%) scale(1.1);
}
.menu-item:hover {
transform: translateX(5px);
} .sidebar__title h5 {
color: #B0B0B0;
font-size: 16px;
font-weight: 500;
padding: 38px 0 22px 0;
margin: 0;
width: 100%;
}
.post__menu {
display: flex;
flex-direction: column;
gap: 5px;
width: 100%;
}
.category-item {
display: flex;
align-items: center;
padding: 10px 15px;
border-radius: 8px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
overflow: hidden;
width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid transparent !important;
outline: none !important;
}
.category-item:focus,
.category-item:active {
border: 1px solid transparent !important;
outline: none !important;
box-shadow: none !important;
}
.category-item::before {
content: '';
position: absolute;
top: 0px;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(184, 43, 30, 0.1), transparent);
transition: left 0.7s ease;
}
.category-item:hover {
background: rgba(28, 29, 30, 0.8);
transform: translateX(8px) scale(1.02);
border: 1px solid transparent !important;
}
.category-item:hover::before {
left: 100%;
}
.category-item:hover a {
color: #fff !important;
}
.category-item:hover .category-item-img {
transform: scale(1.1) rotate(5deg);
}
.category-item-img {
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
flex-shrink: 0;
width: 27px;
height: 27px;
border-radius: 50%;
overflow: hidden;
} .category-item img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
transition: all 0.3s ease;
display: block;
}
.category-item a {
font-size: 16px !important;
padding-left: 0 !important;
text-decoration: none;
color: #DBDBDB !important;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
z-index: 2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: none !important;
outline: none !important;
} .social__list {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 16px 0 38px 0;
border-bottom: 1px solid #ffffff30;
align-items: center;
justify-content: flex-start;
width: 100%;
}
.social__list a {
position: relative;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: rgba(255, 255, 255, 0.03);
border: 1.5px solid rgba(255, 255, 255, 0.08);
transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
overflow: hidden;
text-decoration: none;
flex-shrink: 0;
border: 1px solid transparent !important;
outline: none !important;
}
.social__list a:focus,
.social__list a:active {
border: 1px solid transparent !important;
outline: none !important;
box-shadow: none !important;
}
.social__list img {
width: 22px;
height: 22px;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
filter: brightness(0.9);
display: block;
}
.social__list a:hover img {
transform: scale(1.15);
filter: brightness(1.2);
}
.social__list a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
transition: left 0.7s ease;
}
.social__list a:hover::before {
left: 100%;
} .social__list a:nth-child(1):hover {
background: rgba(0, 119, 255, 0.1);
border-color: rgba(0, 119, 255, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(1):hover img {
transform: scale(1.2) rotate(-5deg);
}
.social__list a:nth-child(2):hover {
background: rgba(193, 53, 132, 0.1);
border-color: rgba(193, 53, 132, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(2):hover img {
transform: scale(1.25);
}
.social__list a:nth-child(3):hover {
background: rgba(255, 0, 0, 0.1);
border-color: rgba(255, 0, 0, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(3):hover img {
transform: scale(1.18) translateY(-2px);
}
.social__list a:nth-child(4):hover {
background: rgba(0, 180, 220, 0.1);
border-color: rgba(0, 180, 220, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(4):hover img {
transform: scale(1.2) rotate(3deg);
}
.social__list a:nth-child(5):hover {
background: rgba(0, 136, 204, 0.1);
border-color: rgba(0, 136, 204, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(5):hover img {
transform: scale(1.22) translateX(1px);
}
.social__list a:nth-child(6):hover {
background: rgba(103, 53, 183, 0.1);
border-color: rgba(103, 53, 183, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(6):hover img {
transform: scale(1.15) rotate(-3deg);
}
.social__list a:nth-child(7):hover {
background: rgba(0, 0, 0, 0.15);
border-color: rgba(0, 0, 0, 0.4);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(7):hover img {
transform: scale(1.18);
}
.social__list a:nth-child(8):hover {
background: rgba(255, 204, 0, 0.1);
border-color: rgba(255, 204, 0, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(8):hover img {
transform: scale(1.2) rotate(5deg);
}
.social__list a:nth-child(9):hover {
background: rgba(128, 128, 128, 0.1);
border-color: rgba(128, 128, 128, 0.3);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(9):hover img {
transform: scale(1.15);
}
.social__list a:nth-child(10):hover {
background: rgba(0, 242, 234, 0.08);
border-color: rgba(0, 242, 234, 0.25);
transform: translateY(-5px) scale(1.08);
}
.social__list a:nth-child(10):hover img {
transform: scale(1.2);
}
.social__list a:hover {
box-shadow: none;
}
.image__full {
display: flex;
}
.image__full img {
width: -webkit-fill-available;
border-radius: 20px;
transition: transform 0.5s ease;
max-width: 100%;
border-radius: 30px;
}
.avatar {
margin-top: -46px;
background: #141414;
border-radius: 50%;
transition: all 0.3s ease;
border-radius: 100%;
}
.avatar:hover {
transform: scale(0.98);
}
.avatar img {
width: 116px;
transition: transform 0.5s ease;
}
.avatar:hover img {
transform: scale(0.98);
}
.title__block {
display: flex;
margin-left: 43px;
}
.custom-editor-content {
padding: 25px 43px 18px 43px;
margin: 0;
}
.custom-editor-content p {
color: #F5F5F5;
line-height: 134%;
margin: 0;
margin-bottom: 20px;
}
.name__block {
margin-left: 20px;
margin-top: -10px;
}
.name__block p {
color: #d62717;
font-weight: 700;
font-size: 24px;
margin: 0;
margin-top: 10px;
line-height: 100%;
}
.name__block span {
font-size: 16px;
color: #B0B0B0;
font-weight: 400;
}
.content__block {
display: flex;
flex-direction: column;
gap: 50px;
} .news__item {
display: flex;
flex-direction: column;
background: #141414;
border-radius: 30px;
padding: 29px 43px;
position: relative;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.news__item:nth-child(1) { animation-delay: 0.1s; }
.news__item:nth-child(2) { animation-delay: 0.2s; }
.news__item:nth-child(3) { animation-delay: 0.3s; }
.news__item:nth-child(4) { animation-delay: 0.4s; }
.news__item:hover {
transform: translateY(-8px);
}
.news__head {
display: flex;
align-items: center;
gap: 18px;
}
.avatar__news {
position: relative;
overflow: hidden;
}
.avatar__news img {
width: 50px;
border-radius: 50%;
height: 50px;
transition: transform 0.5s ease;
}
.avatar__news:hover img {
transform: scale(0.98);
}
.icon__category img {
width: 22px;
height: 22px;
}
.icon__category {
position: absolute;
right: 0;
bottom: 0;
}
.info__news h5 {
margin: 0 !important;
color: #d62717;
font-size: 16px;
font-weight: 500;
}
a {
cursor: pointer;
}
.post__info a {
text-decoration: none;
font-size: 12px;
font-weight: 500;
color: #fff;
}
.post__info a:hover {
color: #039be5;
}
.post__info p {
margin: 0;
color: #B4B4B4;
font-size: 12px;
margin-left: 8px;
}
.post__info {
display: flex;
align-items: center;
}
.news__body {
display: flex;
flex-direction: column;
width: 100%;
padding: 18px 0;
}
h2.news__title a {
color: #F5F5F5;
font-size: 28px;
text-decoration: none;
font-weight: 700;
position: relative;
display: inline-block;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
background: linear-gradient(90deg, #fff, #fff) no-repeat right bottom / 0 2px;
padding-bottom: 4px;
}
h2.news__title a:hover {
color: #FFF !important;
background: linear-gradient(90deg, #d62717, #d62717) no-repeat left bottom / 100% 2px;
}
.news__image {
border-radius: 20px;
height: 429px;
padding-top: 18px;
overflow: hidden;
position: relative;
transition: all 0.4s ease;
margin-bottom: 50px;
}
.news__image img {
width: 100%;
height: 100%;
border-radius: 20px;
object-fit: cover;
transition: transform 0.6s ease, filter 0.6s ease;
}
.news__item:hover .news__image img {
transform: scale(0.99);
filter: brightness(1.1);
}
.news__list, .archive div#content, .search div#content {
display: flex;
flex-direction: column;
gap: 50px;
}
.news__footer {
display: flex;
align-items: center;
justify-content: space-between;
}
span.post-views-label {
display: none;
}
span.post-views-count {
color: #8F8F8F;
padding-top: 7px ;
}
.dashicons-visibility {
position: relative;
}
.dashicons-visibility:before {
content: '';
background: url(//jantrish.com/wp-content/uploads/2024/10/Icon-1.svg) no-repeat center;
width: 20px;
height: 20px;
position: absolute;
background-size: contain;
top: 3px;
}
span.post-views-count {
margin-left: 10px;
}
.oacs-spl-like-button-wrapper {
position: relative;
display: inline-flex;
align-items: center;
}
.oacs-spl-like-button-wrapper a {
display: flex;
align-items: center;
font-size: 0;
color: #8F8F8F;
transition: transform 0.3s ease;
}
.oacs-spl-like-button-wrapper a::before {
content: "\f004";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 20px;
color: #8F8F8F;
transition: color 0.3s ease, transform 0.3s ease;
}
.oacs-spl-like-button-wrapper a:hover::before {
transform: scale(1.2);
}
.oacs-spl-liked {
color: #d62717 !important;
}
.oacs-spl-liked::before {
color: #d62717 !important;
animation: pulse 0.6s ease;
}
.oacs-spl-liked::after {
content: "\f004 \f004 \f004";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
color: #d62717;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
animation: scatterHearts 0.8s ease forwards;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.3); }
100% { transform: scale(1); }
}
@keyframes scatterHearts {
0% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.5) translate(30px, -30px);
}
}
@keyframes scatterHearts2 {
0% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.5) translate(-20px, 20px);
}
}
@keyframes scatterHearts3 {
0% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.5) translate(20px, 10px);
}
}
.oacs-spl-like-button-wrapper a:not(.oacs-spl-liked)::before {
color: #8F8F8G !important;
animation: none;
}
.btn_row a:hover {
filter: none;
}
.like__counter {
position: relative;
}
.comment__btn {
margin-left: 5px;
}
h2.news__title {
line-height: 100%;
}
div#page {
margin-bottom: 70px !important;
}
.btn_row {
margin-left: 10px;
}
.oacs-spl-counter {
margin-left: 5px;
margin-top: 7px;
color: #8F8F8F !important;
transition: color 0.3s ease;
}
.oacs-spl-liked ~ .oacs-spl-counter {
color: #d62717 !important;
}
.btn_row {
display: flex;
align-items: center;
gap: 20px;
}
.sixteen.columns .sixteen.columns {
margin: 0 !important;
} h2.comments-title {
color: #fff;
font-size: 24px;
}
h3#reply-title {
display: none;
}
p.comment-form-url {
display: none;
}
form .row {
display: flex;
width: -webkit-fill-available;
align-items: flex-start;
justify-content: flex-start;
}
p.comment-notes {
color: #fff;
}
form .row input {
width: -webkit-fill-available;
}
p.comment-form-author {
margin-right: 16px !important;
}
form .row {
margin-bottom: 0;
}
input#email, input#author, textarea#comment {
border-radius: 20px;
padding: 20px;
transition: all 0.3s ease;
border: 1px solid transparent !important;
outline: none !important;
}
input#email:focus, input#author:focus, textarea#comment:focus {
border-color: #d62717 !important;
box-shadow: 0 0 0 3px rgba(184, 43, 30, 0.1);
outline: none !important;
}
form label {
color: #039be5;
}
.comment-list {
margin: 0;
list-style-type: none;
}
.comment-author.vcard img {
display: none;
}
footer.comment-meta {
display: flex;
gap: 10px;
}
.comment-author b, .comment-author a {
color: #039be5;
text-decoration: none;
}
.comment-metadata a, .comment-metadata a:hover {
color: #bcbcbc;
text-decoration: none;
pointer-events: none;
}
.comment-content p {
color: #fff;
margin: 0;
}
.comment-content {
left: 0;
right: unset !important;
float: unset;
margin: 10px 0;
border: none;
padding: 0;
}
.reply a, .comment-metadata a, .comment-author b, .comment-author a, .comment-content {
font-size: 16px;
}
.reply a {
color: #fff !important;
transition: color 0.3s ease;
}
.reply a:hover {
color: #d62717 !important;
}
ul.children {
list-style-type: none;
}
ul.children {
border-left: 1px solid #fff;
padding-left: 30px;
margin-left: 10px;
}
textarea#comment {
resize: none;
width: -webkit-fill-available;
}
.row p {
width: -webkit-fill-available;
}
.wp-polls-form input {
border: none;
}
p.form-submit input, .wp-polls-form input {
background: #039be5 !important;
border-radius: 20px;
padding: 20px 40px;
margin-top: 20px;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
overflow: hidden;
border: 1px solid transparent !important;
outline: none !important;
font-size: 16px;
}
p.form-submit input:hover, .wp-polls-form input:hover {
background: #d62717 !important;
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(184, 43, 30, 0.3);
}
.load-more-container button:hover {
background: #d62717 !important;
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(184, 43, 30, 0.3);
}
.load-more-container button {
background: #039be5 !important;
border-radius: 30px;
padding: 15px 40px;
font-size: 16px;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: none;
color: white;
cursor: pointer;
border: 1px solid transparent !important;
outline: none !important;
}
.load-more-container {
display: flex;
width: 100%;
justify-content: center;
} .home div#progressBar {
width: 0;
height: 2px;
position: fixed;
top: 85px;
background-image: linear-gradient(45deg, #d62717, #d62717);
z-index: 9999;
transition: width 0.25s ease-out;
}
.single div#progressBar, .page-template-default div#progressBar {
width: 0;
height: 2px;
position: fixed;
top: 85px;
background-image: linear-gradient(45deg, #d62717, #d62717);
z-index: 9999;
transition: width 0.25s ease-out;
} .open__category .category-item-img, .category-item:hover .category-item-img {
padding: 2px;
background: linear-gradient(45deg, #d62717, #d62717);
border-radius: 50%;
animation: gradientRotate 3s ease infinite;
}
@keyframes gradientRotate {
0%, 100% {
background: linear-gradient(45deg, #d62717, #d62717);
}
50% {
background: linear-gradient(45deg, #d62717, #d62717);
}
}
.open__category .category-item-img img, .category-item:hover .category-item-img img {
display: block;
border-radius: 50%;
background-clip: padding-box;
} @media screen and (max-width: 1230px) {
.container {
width: 100% !important;
}
}
@media screen and (max-width: 1024px) {
.custom-editor-content p {
font-size: 14px;
} .burger__menu {
display: flex;
align-items: center;
z-index: 10002;
position: relative;
}
.burger__menu img {
width: 28px;
transition: transform 0.3s ease;
padding-right: 20px;
}
sidebar {
position: fixed;
z-index: 10000;
background: #0A0A0A;
left: -100%;
top: 0;
bottom: 0;
width: 100%;
height: 100vh;
transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
padding: 100px 20px 40px 20px;
overflow-y: auto;
transform: translateX(-100%);
box-sizing: border-box;
opacity: 0;
visibility: hidden;
}
.burger__open sidebar {
transform: translateX(0);
left: 0;
opacity: 1;
visibility: visible;
} .sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
backdrop-filter: blur(5px);
}
.burger__open .sidebar-overlay {
opacity: 1;
visibility: visible;
} body.burger__open {
overflow: hidden;
position: fixed;
width: 100%;
height: 100%;
} .burger__open sidebar {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
} .mobile-menu-content {
display: flex;
flex-direction: column;
height: auto;
min-height: 100%;
} nav#menun {
flex: 1;
overflow-y: visible;
}
.main-navigation ul {
max-height: none;
overflow-y: visible;
}
.post__menu {
height: auto;
max-height: none;
overflow-y: visible;
margin-bottom: 30px;
} .social__list {
padding: 20px 0;
border-bottom: 1px solid #ffffff30;
justify-content: center;
}
div#search_btn {
position: relative !important;
left: unset !important;
top: unset !important;
padding: 0 !important;
margin-right: 30px;
}
.content__block {
width: 100% !important;
}
.main__content {
flex-direction: column;
} .search__wrap {
position: static;
margin: 0 auto;
}
form#searchform .field {
width: 100%;
max-width: 300px;
} a.header__logo {
position: static;
transform: none !important;
}
} @media screen and (max-width: 782px) { .page-template-default h1, .single h1, .page-template-default h3, .single h3 {
background: #d52817;
font-size: 22px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #00b4cb;
display: table;
padding-top: 15px;
padding-bottom: 15px;
}
.components-button.has-icon.has-text {
font-size: 12px;
}
.single .news__content a {
color: #039be5;
font-size: 16px;
}
.oacs-spl-counter {
margin-left: 10px;
margin-top: 7px;
color: #8F8F8F !important;
transition: color 0.3s ease;
} sidebar {
padding: 90px 20px 30px 20px;
width: 100vw;
left: -100vw;
transform: translateX(-100%);
}
.burger__open sidebar {
transform: translateX(0);
left: 0;
} .mobile-menu-content {
display: flex;
flex-direction: column;
gap: 30px;
height: auto;
min-height: calc(100vh - 120px);
} nav#menun {
padding-bottom: 20px;
border-bottom: 1px solid #ffffff2b;
flex: 0 0 auto;
}
.main-navigation ul {
gap: 10px;
}
.menu-item a {
padding: 16px 20px 16px 60px !important;
font-size: 18px !important;
border-radius: 12px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid transparent !important;
}
.icon-feed::before,
.icon-book::before,
.icon-learn::before, 
.icon-about::before,
.icon-write::before {
left: 20px;
width: 24px;
height: 24px;
} .sidebar__title h5 {
padding: 10px 0 15px 0;
font-size: 20px;
text-align: left;
width: 100%;
color: #fff;
}
.post__menu {
gap: 8px;
max-height: none;
overflow-y: visible;
flex: 0 0 auto;
}
.category-item {
padding: 16px 20px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.03);
}
.category-item a {
font-size: 16px !important;
}
.category-item-img {
margin-right: 15px;
width: 32px;
height: 32px;
}
.category-item img {
width: 100%;
height: 100%;
} .social__list {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
padding: 25px 0;
justify-items: center;
width: 100%;
flex: 0 0 auto;
}
.social__list a {
width: 55px;
height: 55px;
border-radius: 14px;
}
.social__list img {
width: 30px;
} .search__wrap {
width: 100%;
display: flex;
justify-content: center;
margin: 0 auto;
flex: 0 0 auto;
}
form#searchform .field {
width: 100%;
max-width: 350px;
margin: 0 auto;
} .sidebar__title:first-child h5 {
padding-top: 0;
} .category-item:hover,
.menu-item:hover,
.social__list a:hover {
transform: none;
background: rgba(255, 255, 255, 0.03);
} .category-item:active,
.menu-item:active,
.social__list a:active {
background: rgba(184, 43, 30, 0.15);
transform: scale(0.98);
}
.category-item:active a,
.menu-item:active a {
color: #d62717 !important;
} h2.comments-title {
color: #fff;
font-size: 16px;
}
p.comment-notes {
font-size: 12px;
}
form label {
font-size: 12px;
}
input#email, input#author, textarea#comment {
border-radius: 14px;
padding: 10px;
border: 1px solid transparent !important;
}
form .row {
flex-direction: column;
}
#commentform p {
margin: 0 !important;
}
#page #comments #commentform input[type="submit"] {
padding: 15px 20px;
border: 1px solid transparent !important;
}
.reply a, .comment-metadata a, .comment-author b, .comment-author a, .comment-content {
font-size: 14px;
}
.comment-content p {
font-size: 14px !important;
}
.comment-body {
padding: 10px 0;
}
ul.children {
padding-left: 10px;
}
h1.search-title {
color: #fff;
font-size: 18px;
margin-top: 0px;
margin-bottom: -20px;
}
.news__image img {
border-radius: 14px;
}
iframe {
height: 200px;
}
.single .news__content p, .single .news__content p, .single .news__content h2, .single .news__content li {
color: #fff;
font-size: 16px;
}
.single .news__content li {
color: #fff;
font-size: 16px;
}
.single .news__content h2 {
font-size: 16px;
}
.single .news__content img {
border-radius: 14px;
max-width: 100%;
}
.single div#progressBar, .page-template-default div#progressBar {
top: 85px;
}
.archive .page, .single .page, .search .page {
width: 100% !important;
}
.archive .page .sixteen.columns, .single .page .sixteen.columns, .search .page .sixteen.columns {
width: 100% !important;
}
.single #page > .container > div, .archive #page > .container > div, .search #page > .container > div {
width: 100vw !important;
}
h1.error {
color: #fff;
font-size: 18px;
}
.custom-editor-content {
padding: 13px;
padding-bottom: 0;
margin-top: 15px;
}
.name__block {
display: flex;
flex-direction: column;
gap: 1px;
}
.news__item {
padding: 13px;
}
h2.news__title a {
font-size: 22px;
line-height: 1.4;
}
.news__image {
height: 170px;
padding-top: 10px;
}
.news__body {
padding-top: 10px !important;
}
.main__content {
margin-top: 0;
}
.info__news h5 {
font-size: 16px;
}
.post__info a, .post__info p {
font-size: 12px;
}
span.post-views-count {
font-size: 16px;
padding-right: 10px;
}
.news__head {
gap: 11px;
}
.about__block, .news__item, .about__block::before {
border-radius: 30px;
}
.news__image {
margin-bottom: 10px;
}
.news__list, .content__block, .archive div#content, .search div#content {
gap: 44px;
}
.custom-editor-content p {
font-size: 16px;
margin-bottom: 14px;
}
.image__full img {
height: 100%;
object-fit: cover;
}
.avatar img {
width: 66px;
}
.title__block {
display: flex;
margin-left: 13px;
}
.name__block {
margin-left: 8px;
margin-top: 0px;
}
.name__block p, .name__block span {
font-size: 16px;
}
.avatar {
margin-top: 5px;
}
.category-item a, .sidebar__title h5 {
font-size: 18px !important;
}
nav#menun {
padding-bottom: 13px;
padding-top: 0px;
}
.sidebar__title h5 {
padding: 25px 0 15px 0;
}
.category-item img {
width: 22px;
height: 22px;
}
.post__menu {
gap: 8px;
}
nav#menun {
height: fit-content;
}
.main-navigation ul li.current_page_item a,
.menu-item:hover a,
.main-navigation ul > li:hover > a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current_page_parent a {
background: transparent !important;
border: unset !important;
}
.menu-item a {
font-size: 16px !important;
}
.sixteen.columns .sixteen.columns {
padding: 0;
width: 100%;
}
.page-container .container {
width: 100% !important;
margin: 0 !important;
}
.page {
padding: 0 !important;
}
.main__content {
width: calc(100vw - 40px);
}
a.header__logo {
width: 150px;
height: 50px;
position: relative;
z-index: 10003;
}
.head-container1 {
position: fixed !important;
height: 85px;
position: relative;
z-index: 10002;
}
body .container .one.column, body .container .one.columns, body .container .two.columns, body .container .three.columns, body .container .four.columns, body .container .five.columns, body .container .six.columns, body .container .seven.columns, body .container .eight.columns, body .container .nine.columns, body .container .ten.columns, body .container .eleven.columns, body .container .twelve.columns, body .container .thirteen.columns, body .container .fourteen.columns, body .container .fifteen.columns, body .container .sixteen.columns, body .container .one-third.column, body .container .two-thirds.column, body #page > .container > div, body #page > .container > div > div {
padding: 0 20px;
}
div#viewser {
border-top: unset;
}
div#viewser {
width: 60vw !important;
}
input#s {
width: fit-content;
float: unset !important;
}
div#viewser {
margin-top: -8px;
} .search__open .header__logo {
transform: none !important;
margin-left: 0 !important;
}
.search__wrap {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 50%;
transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 768px) {
.blocked h3 {
font-size: 20px;
} .menu-wrapper.center-pos {
display: flex;
align-items: center;
justify-content: flex-end;
}
div#search_btn img {
width: 21px;
height: 21px;
}
} @media screen and (max-width: 480px) {
.social__list {
gap: 10px;
margin-bottom: 50px;
}
.social__list a {
width: 60px;
height: 60px;
}
.social__list img {
width: 30px;
}
.menu-item a {
padding: 14px 15px 14px 55px !important;
font-size: 16px !important;
}
.category-item {
padding: 5px 15px;
}
.category-item a {
font-size: 15px !important;
}
sidebar {
padding: 80px 15px 25px 15px;
}
} @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
} a, button, .menu-item, .category-item, .social__list a, .news__item, .avatar {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}  *:focus {
outline: none !important;
box-shadow: none !important;
} button:focus, 
input:focus, 
textarea:focus, 
select:focus,
a:focus {
outline: none !important;
box-shadow: none !important;
border-color: transparent !important;
} .category-item-img {
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
} .category-item img {
border-radius: 50%;
object-fit: cover;
} .menu-item a,
.category-item,
.social__list a,
.news__item,
.btn_row a,
.oacs-spl-like-button-wrapper a {
border: 1px solid transparent !important;
} .menu-item a:active,
.category-item:active, 
.social__list a:active {
border: 1px solid transparent !important;
outline: none !important;
} @media screen and (max-width: 1024px) { .burger__open sidebar {
width: 100vw;
left: 0;
transform: translateX(0);
} .burger__open sidebar {
overflow-y: auto;
}
.mobile-menu-content {
min-height: calc(100vh - 140px);
} .head-container1 {
z-index: 10001;
}
.burger__menu {
z-index: 10002;
}
sidebar {
z-index: 10000;
}
.sidebar-overlay {
z-index: 9999;
}
} @keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.burger__open sidebar {
animation: slideInFromLeft 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}