<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Persianvid
Version: 2.1
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: Vazirmatn;
    font-style: normal;
    font-weight: 500;
	font-display: swap;
    src: url("assets/Vazirmatn.woff2") format("woff2");
}
:root {
    --theme-brand-color: #3422ff;
    --theme-white-color: #fff;
    --theme-dark-color: #000;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    border: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: Vazirmatn;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: Vazirmatn;
    font-size: 1em;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}



/*--------------------------------------------------------------
# movie card
--------------------------------------------------------------*/
.dltab{

	min-height: 250px;
}

.dlban {
    min-height: 250px;
}

@media (max-width: 600px) { /* Target devices with a screen width of 600px or less */
    .dlban {
        min-height: 100px;
    }
}

/* Base styles for the custom-blur-container */
.custom-blur-container {
    position: relative;
    overflow: hidden;
}

/* Apply blur effect when active-custom-blur class is present */
.custom-blur-container.active-custom-blur &gt; *:not(.custom-blur-overlay-text) {
    filter: blur(8px);
    pointer-events: none;
}

/* Styles for the overlay text */
.custom-blur-overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: white;
    text-align: center;
    font-weight: bold;
    direction: rtl;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
    pointer-events: none; /* Prevent the overlay from interfering with clicks */
}

.video-section {
  /* Centering the element horizontally */
  margin: 0 auto;
  
  /* Default width for desktop */
  width: 60%;
  
  /* Ensure the element is displayed as a block-level element */
  display: block;
}

/* Media query for tablets and other resolutions */
@media (max-width: 1024px) {
  .video-section {
    width: 80%; /* Adjust this value as needed for tablets and other intermediate resolutions */
  }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .video-section {
    width: 100%; /* Full width on mobile devices */
  }
}

.secdownload{
    
    margin-top:20px;
}
.movie-card {
    background-color: #fff;
    border-radius: 10px;
    
    overflow: hidden;
    
    width: 100%;
    display: flex;
}

.poster {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}

.poster img {
    width: 100%;
    height: auto;
   
}

.details {
    flex: 1;
    padding: 20px;
}

/* Base styles */
.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    text-align: right;
}

.english-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    text-align: right;
}

/* Responsive adjustments for tablets and smaller screens */
@media (max-width: 1024px) {
    .title {
        font-size: 20px; /* Slightly smaller font size for tablets */
        margin-bottom: 8px; /* Adjust margin for better spacing */
    }

    .english-title {
        font-size: 16px; /* Slightly smaller font size for tablets */
        margin-bottom: 18px; /* Adjust margin for better spacing */
    }
}

/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
    .title {
        font-size: 18px; /* Further reduce font size for mobile */
        margin-bottom: 6px; /* Adjust margin for better spacing */
    }

    .english-title {
        font-size: 14px; /* Further reduce font size for mobile */
        margin-bottom: 16px; /* Adjust margin for better spacing */
    }
}

/* Responsive adjustments for very small screens */
@media (max-width: 480px) {
    .title {
        font-size: 16px; /* Adjust font size for very small screens */
        margin-bottom: 4px; /* Adjust margin for better spacing */
    }

    .english-title {
        font-size: 12px; /* Adjust font size for very small screens */
        margin-bottom: 12px; /* Adjust margin for better spacing */
    }
}

.info {
    list-style: none;
    padding: 0;
	margin-top: 10px;
}

.info li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    text-align: right;
}

.labels {
    margin-top: 15px;
	margin-bottom: 15px;
}

.label {
    display: inline-block;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 8px;
}

.label.dubbed {
	background-color: #fff;
	border:2px solid #008c19;
    color: #008c19;
}

.label.subbed {
	background-color: #fff;
	border:2px solid #aa03c0;
    color: #aa03c0;
}

.label.coming-soon {

	background-color: #fff;
	border:2px solid #dc3545;
    color: #dc3545;
}

.plot {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: justify;
}

@media (max-width: 767px) {
    .movie-card {
        flex-direction: column;
    }

    .poster {
        flex: 0 0 auto;
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.filled-heart path {
    fill: red;
}

#like-button svg path.liked {
    fill: red; /* Change the heart icon color to red when liked */
}

.video-info-actions {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 20px;
  direction: rtl;
}

.action-button {
  background: none;
    border: none;
    cursor: pointer;
    position: relative;
    color: #000;
    display: unset;
    font-weight: unset;
    margin: unset;
    padding: unset;
    text-align: unset;
    text-decoration: unset;
    transition: unset;
}

.action-button svg {
  width: 28px;
  height: 28px;
  fill: #000;
  transition: transform 0.3s;
}

.action-button:hover svg {
  transform: scale(1.2);
}

.action-button .tooltip {
  visibility: hidden;
  min-width: 100px;
  width: auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.action-button:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.popup {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
  border-radius: 10px;
  direction: rtl;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .video-info-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .action-button {
    margin: 10px;
  }

  .popup-content {
    width: 100%;
    max-width: none;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
  }
}




.download-button {
    width:90%;
    float:right;
    margin-right:5%;
  text-decoration:none!important;
  background-color: #4CAF50; /* Green background */
  color: #fff!important;
  padding: 30px 35px;
  border: none;
  border-radius: 50px; /* Circular button */
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative; /* Required for animation */
  overflow: hidden; /* Needed for ripple animation */
  text-align: center; /* Center text for circular button */
  margin-bottom: 20px;
}

.download-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2); /* White overlay */
  border-radius: 50%; /* Circular overlay for ripple */
  animation: ripple 0.5s ease-in-out infinite alternate; /* Ripple animation */
}

.download-button:hover {
  
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}

.download-button:a {
  
  color: #fff; /* Subtle shadow on hover */
}


/* Keyframes for ripple animation */
@keyframes ripple {
  from {
    transform: scale(0.8); /* Start small */
    opacity: 1; /* Fully opaque */
  }
  to {
    transform: scale(1.2); /* Expand and contract */
    opacity: 0; /* Fade out */
  }
}


.movie-poster img {
    
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 40%; /* Image occupies up to 65% of the container's width */
    height: auto; /* Image maintains its aspect ratio */
    margin-right:30%;
    float: right;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .movie-poster img {
        width: 100%; /* Image occupies 100% of the container's width on mobile */
        margin-right:0;
    }
}


.videoplayer {
    z-index: 999999;
}
.text-containerz {
    height: 300px;
    overflow: scroll;
	padding: 5px;
}
.button-container
{
    position: unset!important;
}
.titleline{
   
}
.toptitle{

   color: #fff;
    background: #3b3b3b;
    font-size: 11px;
    padding: 2px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline;
    margin-right: 5px;
        line-height: 2.5;

}
.container {
  list-style:none;
  margin: 0;
  padding: 0;
}
.container li a{
  color:#fff!important;
  text-decoration: none!important;
}
.item {
background: tomato;
    padding: 1.5%;
    /* width: 30%; */
    height: auto;
    margin: 1% !important;
    line-height: normal;
    color: white;
    font-weight: bold;
    font-size: 1.2vw;
    text-align: center;
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .item {
    font-size: 3vw; /* Adjust font size for smaller screens */
    width: 48%; /* Adjust width for smaller screens */
    padding: 3%;
  }
}


.item:hover {
  opacity: 0.7;
}

/*float layout*/
.float {
  max-width: 1200px;
  /* margin: 0 auto; */
  margin-bottom: 20px;
  border: 2px solid #ebebeb;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float-item {
  float: right;
}


.postbuttons{
	width: 100%;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.postbuttons ul {
  width:100%;
  display: contents;
  float: right;
}
.postbuttons ul li {
  float: right;
  list-style: none;
  background-color: #000000;
  text-align: center;
  /* padding: 6px 5px; */
  font-size: 13px;
  font-weight: 700;
  transition: all 500ms;
  border: 2px solid transparent;
  margin: 5px 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 22%;
  color: #fff;
}
.dbuttons li:hover {
 opacity: 0.7;
}
.dbuttons li a {
color: #fff!important;
}
.dbuttons li a:hover {
color: #fff!important;
}
.dbuttons a {
color: #fff!important;
}
.dbuttons a:hover {
color: #fff!important;
}
.bred{
	background-color:#e00000!important;
}
.bror{
	background-color: #e07c00 !important;
    width: 98%;
    font-size: 16px;
}
.brep{
	background-color:#3b3b3b!important;
	float:left;
}
.bblue{
	background-color:#aa03c0!important;
}
.borange{
	background-color:#089643!important;
}
.bgreen{
	background-color:#0090f0!important;
}
.brebk{
	background-color: #fff !important;
    color: #666666 !important;
    float: right;
    width: 98%;
    border-bottom: 2px dashed #ebebeb;
    border-right: 2px dashed #ebebeb;
    border-radius: 10px;
}
.brebk:hover{
	opacity: 1;
}


.uscomment{background:#fff;margin:0 0 1.5em;border-radius:12px;border:1px solid #d9d9d9;overflow:hidden}
.uscomment header{justify-content:space-between}
.uscomment header h4{display:flex;align-items:center}
.uscomment header span{background:#f5f5f5;font-size:13px;color:#42c3e8;padding:3px 8px;border-radius:5px}
.uscomment form{padding:1.2em}
.uscomment form textarea,.uscomment form input{border:1px solid #d9d9d9;padding:.7em 1em;border-radius:12px;font-size:14px}
.uscomment form input{width:48.5%}
.uscomment form textarea{width:100%;resize:none;height:60px}
.uscomment form input:focus,.uscomment form textarea:focus{border-color:#42c3e8}
.zachld2{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 1.5em}
.zachld3{position:relative}
.uscomment form button{position:absolute;left:1em;top:50%;transform:translate(0,-50%);background:#f5f5f5;width:35px;height:35px;border-radius:15px 5px 5px 15px}
.uscomment form button svg{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%}
.uscomment form textarea:focus + button,.uscomment form textarea:hover + button{background:#42c3e8}
.zachld4{margin:1.5em 0 0;color:#42c3e8}
.zachld4 svg{margin-left:3px}
.usnoc{background:rgba(207,17,17,0.1);color:#cf1111;padding:1em;text-align:center}
.uscomment &gt; ul{padding:0 1.2em .2em}
.uscomment ul li span{border:1px solid #d9d9d9;display:flex;flex-direction:column;border-radius:12px;padding:.5em 1em;line-height:2;margin:0 0 1em;position:relative;}
.administrator{list-style: none;}
.uscomment ul li .children{margin:1em 1.5em 0 0}
.uscomment ul .administrator span{background:#f5f5f5}
.uscomment ul li p{display:flex;justify-content:space-between;color:#212121;align-items:flex-start;text-align:justify}
.uscomment ul li p i{font-style:normal;font-size:11px;color:#42c3e8;margin-right:.5em;width:100px;text-align:left;margin-top:5px}
.uscomment ul li strong{color:#cf1111;font-size:13px}
.us404 svg{margin:1em 0 0;margin:1em 0 0;max-width:100%}
.usbxsp ul{align-items:stretch;padding:.5em}
.usbxsp li{width:25%;padding:8px 8px 4px}
.usbxsp li a{display:block;overflow:hidden;transition:.3s all ease}
.usbxsp li img{width:100%;height:auto;border-radius:12px}
.usbxsp li a span{font-size:12px;color:#42c3e8;text-align:center;display:flex;flex-direction:column;transition:all 300ms ease-out}
.usbxsp li strong{color:#000;font-size:13px;transition:.3s all ease}
.usbxsp li b{color:#42c3e8;font-style:normal;margin:.5em 0 0;font-size:12px;transition:all 300ms ease-out;font-weight:normal;}
.usbxsp li a:hover span,.usbxsp li a:hover strong{color:#42c3e8}
.entry-contz{
    background:#ebebeb;
    border-radius: 15px;
    padding: 10px;
}



.pld-like-dislike-wrap
{
    margin-bottom:0!important;
}
.telegram-banner {
  max-width: 480px;
  background: #2ca5e0;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 2px 40.85px 2.15px rgba(0, 0, 0, 0.08);
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  margin-top: 20px;
}

.telegram-banner span:before {
  content: "Ø¯Ø§Ù†Ù„ÙˆØ¯ Ø¬Ø¯ÛŒØ¯ØªØ±ÛŒÙ† ÙÛŒÙ„Ù… Ù‡Ø§";
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  animation-name: wide-and-small;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  font-size: 18px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  color: #fff;
}

.telegram-banner:hover {
  background-color: #3b3b3b;
  color: #fff;
  filter: blur(0);
  animation: none;
}

.telegram-banner:hover span:before {
  animation: none;
  padding: 6px 40px;
  animation-play-state: paused;
}

.offers {
  margin: 15px;
  clear: both;
}

p.offer {
  padding: 10px 30px 10px 0;
  display: inline-block;
  background: #fff;
  width: 95%;
  border-radius: 2px;
  border: 2px solid #eee;
  margin: 5px !important;
}

p.offer a strong {
  color: #0000ff;
  font-size: 15px !important;
  float: right;
  display: inline-block;
  margin: 0;
}

.left {
  float: left !important;
  padding-left: 23px;
  font-size: 14px;
  color: #5f6368;
  font-weight: 300;
  display: inline-block !important;
  margin: 5px 0;
}


.video-message {
    background: #ebebeb;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 15px;
    color: #319501;
    font-weight: bold;
    display: block;
    /* width: 100%; */
    /* float: right; */
}

.video-message a{background: #409400;padding: 5px;border-radius: 10px;color: #fff;display: block;font-size: 1.5rem;width: auto;overflow: hidden;}

.video-message a:hover{color: #ebebeb;}
.blinking{
margin-top: 15px;
    width: 100%;
    color: #B30000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    
    text-align: center;
    
}
.dubtitl,
.subtitl,
.soontitl {
    position: absolute;
    margin: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    border-radius: 5px;
    padding: 2px;
    opacity: 0.7;
}

.dubtitl {
    top: 10px;
    left: 10px;
    background: #008c19;
}

.subtitl {
    top: 35px;
    left: 10px;
    background: #aa03c0;
}

.soontitl {
    top: 60px; /* Adjust this value based on the vertical space needed */
    left: 10px;
    background: #e00000;
}



.dubtitl1{
font-size: 12px;
    background: #008c19;
    padding: 2px;
    margin: 5px;
    border-radius: 15px;
    color: #fff;
}
.subtitl1{
	font-size: 12px;
    background: #aa03c0;
    padding: 2px;
    margin: 5px;
    border-radius: 15px;
    color: #fff;
}
.soontitl1{
	font-size: 12px;
    background: #e00000;
    padding: 2px;
    margin: 5px;
    border-radius: 15px;
    color: #fff;
}

div.clear {
    clear:both;
}
.vidtime{

display: flex;

-webkit-box-align: center;

align-items: center;

direction: ltr;

position: absolute;

bottom: 0px;

left: 0px;

z-index: 2;

background-color: rgb(0 0 0 / 59%);

color: #fff;

height: 24px;

line-height: 24px;

text-align: center;

font-size: 12px;

font-weight: bold;

border-radius: 5px;

margin: 5px;
}

.singleline {
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.imdbrate {
margin: 5px;
    position: absolute;
    flex-direction: column;
    background: #deb522;
    color: #000;
    font-size: 13px;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
    display: flex;
    z-index: 3;
    border-radius: 5px;
    padding: 2px;
    padding-top: 3px;
    font-weight: bold;
	font-size: 12px;
	opacity: 0.7;
}

.content-thumb-hasdesc-desc {
transition: all 400ms;
    opacity: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to bottom, transparent 0%, transparent 100px, #101014 100%);
    width: 100%;
    border-radius: 4px;
    padding-top: calc(100% - -20px);
    color: #fff;
    height: auto;
    position: absolute;
	font-size: 13px;

}

.content-thumb-hasdesc-name {
transition: all 400ms;
    opacity: 1;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to bottom, transparent 0%, transparent 100px, #101014 100%);
    width: 100%;
    border-radius: 4px;
    padding-top: calc(100% - -20px);
    color: #fff;
    height: auto;
    position: absolute;
	

}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    background-size: contain;
}

.plyr audio, .plyr iframe, .plyr video {

    height: auto!important;

}

.theme-media-panel:hover .content-thumb-hasdesc-desc {
    opacity: 1;
    transform: scale(1);
}

.theme-media-panel:hover .content-thumb-hasdesc-name {
    opacity: 0;
    transform: scale(1);
}

.theme-media-panel.active .content-thumb-hasdesc-desc {
    opacity: 1;
    transform: scale(1);
}

.theme-media-panel.active .content-thumb-hasdesc-name {
    opacity: 0;
    transform: scale(1);
}

html {
    font-size: 62.5%; /* 1rem = 10px */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: Vazirmatn;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
}
body,
input,
select,
optgroup,
textarea {
    color: #0f0f0f;
}
body.theme-darkmode-enabled,
.theme-darkmode-enabled input,
.theme-darkmode-enabled select,
.theme-darkmode-enabled optgroup,
.theme-darkmode-enabled textarea {
    color: #fff;
}
.header-titles .custom-logo-name,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /* line-height: 1.2; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-size: 1.4rem;
    font-weight: bold;
}
h1,
h2 {
    margin: 0 0 1rem;
}
h3,
h4,
h5,
h6 {
    margin: 0 0 .5rem;
}
.theme-block-title,
.entry-title {
    font-weight: 700;
}
.entry-title-large {
    font-size: 7.7rem;
}
.entry-title-big {
    font-size: 1.6rem;
}
@media (max-width: 1199px) {
    .entry-title-big {
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
    .entry-title-big {
        font-size: 1.6rem;
    }
}
@media (max-width: 575px) {
    .entry-title-big {
        font-size: 1.6rem;
    }
}
.theme-block-title-medium,
.entry-title-medium {
    font-size: 2rem;
    font-weight: 700;
}
.entry-title-small {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .entry-title-large {
        font-size: 4.2rem;
    }
}
p {
    margin-bottom: 1.5em;
    margin-top: 0;
}
dfn,
cite,
em,
i {
    font-style: normal;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: Vazirmatn;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Vazirmatn;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
body {
    background: #ffffff;
}
body.theme-darkmode-enabled,
body.custom-background.theme-darkmode-enabled {
    background: #000;
}
.body-scroll-locked {
    overflow: hidden;
}
.theme-site {
    position: relative;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
hr {
    background-color: rgba(0, 0, 0, 0.12);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.theme-darkmode-enabled hr {
    background-color: rgba(255, 255, 255, 0.12);
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li &gt; ul,
li &gt; ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-style: none;
    width: 100%;
}
video {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
figure {
    margin: 0 0 1em;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.svg-icon {
    fill: currentColor;
}
.data-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.data-bg {
    background-color: rgba(0, 0, 0, 0.12);
}
.data-bg-fixed {
    background-attachment: fixed;
}
.data-bg-big {
    height: 620px;
    border-radius: 16px;
}
@media (max-width: 1199px) {
    .data-bg-big {
        height: 490px;
    }
}
.data-bg-medium {
    border-radius: 14px;
    height: 280px;
}
.data-bg-small {
    border-radius: 12px;
    height: 360px;
}
.data-bg-thumbnail {
    border-radius: 8px;
    height: 120px;
}
.data-bg-micro {
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
::-moz-selection {
    background: #5055ff;
    color: #ffffff;
}
::selection {
    background: #5055ff;
    color: #ffffff;
}


@media only screen and (max-width: 1200px) {
    .data-bg-small {
    border-radius: 12px;
    height: 460px;
}
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: 0.1rem solid;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}
fieldset &gt; *:first-child {
    margin-top: 0;
}
fieldset &gt; *:last-child {
    margin-bottom: 0;
}
form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
form &gt; *:first-child {
    margin-top: 0;
}
form &gt; *:last-child {
    margin-bottom: 0;
}
legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}
label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-right: 0.5rem;
}
input,
textarea,
button,
.select {
    font-family: inherit;
    line-height: 1;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    color: inherit;
    display: block;
    font-weight: 700;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 2rem 1.5rem;
    width: 100%;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    border-color: #5055ff;
}
textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}
select {
    font-family: inherit;
    font-size: inherit;
}
input::-webkit-input-placeholder {
    line-height: normal;
}
input:-ms-input-placeholder {
    line-height: normal;
}
input::-moz-placeholder {
    line-height: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
button,
.button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--theme-brand-color);
    color: var(--theme-white-color);
    border-radius: 4px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--theme-brand-color);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 2.2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
}

.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    background-color: var(--theme-dark-color);
    border-color: var(--theme-dark-color);
    color: var(--theme-white-color);
}
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
.post-password-form {
    padding: 40px;
    background: #f8f9fa;
}
.post-password-form label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-password-form input[type="password"] {
    background-color: #fff;
    min-height: 40px;
}
.post-password-form input[type="submit"] {
    padding: 0.1rem;
    min-height: 40px;
    height: 100%;
}
.post-password-form &gt; p:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.post-password-form &gt; p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}
.search-form {
    -webkit-transition: 0.2s ease box-shadow;
    transition: 0.2s ease box-shadow;
    margin-top: 0;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.preloader {
    background: #000000;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 999999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}
.page-loaded .preloader {
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-titles h1 {
    margin-bottom: 0;
}
.header-titles .custom-logo-name {
    font-size: 3.2rem;
    margin: 0 auto;
}
.header-titles .custom-logo-name {
    color: inherit;
    display: block;
}
@media only screen and (max-width: 640px) {
    .header-titles {
        max-width: 240px;
    }
    .header-titles .custom-logo-name {
        font-size: 2.4rem;
    }
}
.header-navigation-wrapper {
    position: relative;
}
.theme-site-header {
    border-bottom: 1px solid;
}
.theme-site-header .svg-icon {
    height: 1.6rem;
    width: 1.6rem;
}
.theme-site-header .navbar-control-browse .svg-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.theme-site-header .wrapper-inner {
    align-items: center;
    justify-content: space-between;
}
.theme-site-header .header-component-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-site-header .header-component-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (min-width: 1200px) {
    .theme-site-header .header-component-left {
        flex-shrink: 0;
    }
}
.theme-site-header .header-component-center {
    display: flex;
    align-items: center;
}
/* btn link sign  */
.search-form {
    display: flex;
    align-items: center;
}
.search-form .search-field,
.search-form .header-search-btn {
    height: 4.5rem;
    padding: 0 2rem;
}
.theme-site-header .header-search-btn {
    margin-right: .5rem;
    margin-left: .5rem;
}
.theme-site-header .search-field {
    width: 50rem;
}
@media (max-width: 1600px) {
    .theme-site-header .search-field {
        width: 45rem;
    }
}
@media (max-width: 1024px) {
    .theme-site-header .search-field {
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .theme-site-header .search-field {
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .theme-site-header .header-component-center {
        display: none;
    }
}
.theme-site-header .header-component-right,
.theme-site-header .header-component-right .social-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.theme-site-header .header-component-right .social-navigation ul {
    max-width: 40rem;
    flex-wrap: wrap;
}
.theme-site-header .header-component-right {
    justify-content: flex-end;
    align-self: stretch;
}
.theme-site-header .header-component-right .social-navigation ul {
    margin: 0 1rem;
    padding: 0;
}
.theme-site-header .header-component-right .social-navigation ul li {
    margin: 0 0.3rem;
    list-style: none;
    line-height: 0;
}
@media (max-width: 1199px) {
    .theme-site-header .header-component-right .social-navigation {
        display: none !important;
    }
}
.theme-site-header .social-navigation .svg-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.theme-site-header .social-navigation a[href*="facebook.com"] .svg-icon {
    height: 2.2rem;
    width: 2.2rem;
}
.navbar-controls {
    display: flex;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: flex-end;
    min-height: 80px;
}
.navbar-control {
    background: none;
    color: var(--theme-dark-color);
    border-width: 0 0 0 .1rem;
    border-style: solid;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.navbar-control:hover,
.navbar-control:focus {
    background: none;
    color: var(--theme-dark-color);
}
.theme-darkmode-enabled .navbar-control {
    color: var(--theme-white-color);
}
.theme-darkmode-enabled .navbar-control:hover,
.theme-darkmode-enabled .navbar-control:focus {
    color: var(--theme-white-color);
}
.navbar-control:first-child {
    border-width: 0 .1rem;
}
@media (max-width: 575px) {
    .navbar-control {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .navbar-controls .navbar-control-search {
        display: none;
    }
}
.theme-action-control {
    position: relative;
    padding-right: 3rem;
    padding-left: 3rem;
}
@media (max-width: 991px) {
    .theme-action-control {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (max-width: 575px) {
    .theme-action-control {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.theme-action-control:focus {
    outline: none;
}
.action-control-trigger {
    display: flex;
    align-items: center;
}
.action-control-trigger:focus {
    outline: none;
}
.theme-action-control:focus-visible &gt; .action-control-trigger {
    outline: 2px solid #5055ff;
}
#mode-icon-switch {
    background: #d2d2d2;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    width: 64px;
    height: 32px;
    margin-right: 1rem;
    border-radius: 15px;
}
#mode-icon-switch:before {
    background: #333;
    transition: all .25s;
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.theme-darkmode-enabled #mode-icon-switch:before {
    background: #fff;
    border-color: #1a1a1a;
    top: 2px;
    right: 34px;
}
.theme-colormode-switcher .mode-icon-change:before {
    content: "";
    background-color: currentColor;
    height: 22px;
    width: 22px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
.theme-colormode-switcher .mode-icon-light:before {
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' version='1.1'%3E%3Cpath d='M 15.53125 0.0507812 C 15.75 0.140625 15.902344 0.335938 15.945312 0.5625 L 16.800781 5.199219 L 21.4375 6.050781 C 21.664062 6.09375 21.859375 6.246094 21.949219 6.460938 C 22.039062 6.675781 22.011719 6.921875 21.878906 7.117188 L 19.203125 11 L 21.878906 14.878906 C 22.011719 15.074219 22.039062 15.320312 21.949219 15.53125 C 21.859375 15.75 21.664062 15.902344 21.4375 15.945312 L 16.800781 16.800781 L 15.945312 21.4375 C 15.902344 21.664062 15.75 21.859375 15.53125 21.949219 C 15.320312 22.039062 15.074219 22.011719 14.878906 21.878906 L 11 19.203125 L 7.121094 21.878906 C 6.925781 22.011719 6.679688 22.039062 6.46875 21.949219 C 6.25 21.859375 6.097656 21.664062 6.054688 21.4375 L 5.199219 16.800781 L 0.5625 15.945312 C 0.335938 15.902344 0.140625 15.75 0.0507812 15.53125 C -0.0390625 15.320312 -0.0117188 15.074219 0.121094 14.878906 L 2.796875 11 L 0.121094 7.121094 C -0.0117188 6.925781 -0.0390625 6.679688 0.0507812 6.46875 C 0.140625 6.25 0.335938 6.097656 0.5625 6.054688 L 5.199219 5.199219 L 6.054688 0.5625 C 6.097656 0.335938 6.25 0.140625 6.46875 0.0507812 C 6.679688 -0.0390625 6.925781 -0.0117188 7.121094 0.121094 L 11 2.796875 L 14.878906 0.121094 C 15.074219 -0.0117188 15.320312 -0.0390625 15.53125 0.0507812 Z M 15.125 11 C 15.125 13.277344 13.277344 15.125 11 15.125 C 8.722656 15.125 6.875 13.277344 6.875 11 C 6.875 8.722656 8.722656 6.875 11 6.875 C 13.277344 6.875 15.125 8.722656 15.125 11 Z M 16.5 11 C 16.5 7.960938 14.039062 5.5 11 5.5 C 7.960938 5.5 5.5 7.960938 5.5 11 C 5.5 14.039062 7.960938 16.5 11 16.5 C 14.039062 16.5 16.5 14.039062 16.5 11 Z M 16.5 11 '/%3E%3C/svg%3E%0A") no-repeat;
    mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' version='1.1'%3E%3Cpath d='M 15.53125 0.0507812 C 15.75 0.140625 15.902344 0.335938 15.945312 0.5625 L 16.800781 5.199219 L 21.4375 6.050781 C 21.664062 6.09375 21.859375 6.246094 21.949219 6.460938 C 22.039062 6.675781 22.011719 6.921875 21.878906 7.117188 L 19.203125 11 L 21.878906 14.878906 C 22.011719 15.074219 22.039062 15.320312 21.949219 15.53125 C 21.859375 15.75 21.664062 15.902344 21.4375 15.945312 L 16.800781 16.800781 L 15.945312 21.4375 C 15.902344 21.664062 15.75 21.859375 15.53125 21.949219 C 15.320312 22.039062 15.074219 22.011719 14.878906 21.878906 L 11 19.203125 L 7.121094 21.878906 C 6.925781 22.011719 6.679688 22.039062 6.46875 21.949219 C 6.25 21.859375 6.097656 21.664062 6.054688 21.4375 L 5.199219 16.800781 L 0.5625 15.945312 C 0.335938 15.902344 0.140625 15.75 0.0507812 15.53125 C -0.0390625 15.320312 -0.0117188 15.074219 0.121094 14.878906 L 2.796875 11 L 0.121094 7.121094 C -0.0117188 6.925781 -0.0390625 6.679688 0.0507812 6.46875 C 0.140625 6.25 0.335938 6.097656 0.5625 6.054688 L 5.199219 5.199219 L 6.054688 0.5625 C 6.097656 0.335938 6.25 0.140625 6.46875 0.0507812 C 6.679688 -0.0390625 6.925781 -0.0117188 7.121094 0.121094 L 11 2.796875 L 14.878906 0.121094 C 15.074219 -0.0117188 15.320312 -0.0390625 15.53125 0.0507812 Z M 15.125 11 C 15.125 13.277344 13.277344 15.125 11 15.125 C 8.722656 15.125 6.875 13.277344 6.875 11 C 6.875 8.722656 8.722656 6.875 11 6.875 C 13.277344 6.875 15.125 8.722656 15.125 11 Z M 16.5 11 C 16.5 7.960938 14.039062 5.5 11 5.5 C 7.960938 5.5 5.5 7.960938 5.5 11 C 5.5 14.039062 7.960938 16.5 11 16.5 C 14.039062 16.5 16.5 14.039062 16.5 11 Z M 16.5 11 '/%3E%3C/svg%3E%0A") no-repeat;
}
.theme-colormode-switcher .mode-icon-night:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.544,8.717l1.166-0.855l1.166,0.855l-0.467-1.399l1.012-0.778h-1.244L11.71,5.297l-0.466,1.244H10l1.011,0.778L10.544,8.717z M15.986,9.572l-0.467,1.244h-1.244l1.011,0.777l-0.467,1.4l1.167-0.855l1.165,0.855l-0.466-1.4l1.011-0.777h-1.244L15.986,9.572z M7.007,6.552c0-2.259,0.795-4.33,2.117-5.955C4.34,1.042,0.594,5.07,0.594,9.98c0,5.207,4.211,9.426,9.406,9.426c2.94,0,5.972-1.354,7.696-3.472c-0.289,0.026-0.987,0.044-1.283,0.044C11.219,15.979,7.007,11.759,7.007,6.552 M10,18.55c-4.715,0-8.551-3.845-8.551-8.57c0-3.783,2.407-6.999,5.842-8.131C6.549,3.295,6.152,4.911,6.152,6.552c0,5.368,4.125,9.788,9.365,10.245C13.972,17.893,11.973,18.55,10,18.55 M19.406,2.304h-1.71l-0.642-1.71l-0.642,1.71h-1.71l1.39,1.069l-0.642,1.924l1.604-1.176l1.604,1.176l-0.642-1.924L19.406,2.304z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.544,8.717l1.166-0.855l1.166,0.855l-0.467-1.399l1.012-0.778h-1.244L11.71,5.297l-0.466,1.244H10l1.011,0.778L10.544,8.717z M15.986,9.572l-0.467,1.244h-1.244l1.011,0.777l-0.467,1.4l1.167-0.855l1.165,0.855l-0.466-1.4l1.011-0.777h-1.244L15.986,9.572z M7.007,6.552c0-2.259,0.795-4.33,2.117-5.955C4.34,1.042,0.594,5.07,0.594,9.98c0,5.207,4.211,9.426,9.406,9.426c2.94,0,5.972-1.354,7.696-3.472c-0.289,0.026-0.987,0.044-1.283,0.044C11.219,15.979,7.007,11.759,7.007,6.552 M10,18.55c-4.715,0-8.551-3.845-8.551-8.57c0-3.783,2.407-6.999,5.842-8.131C6.549,3.295,6.152,4.911,6.152,6.552c0,5.368,4.125,9.788,9.365,10.245C13.972,17.893,11.973,18.55,10,18.55 M19.406,2.304h-1.71l-0.642-1.71l-0.642,1.71h-1.71l1.39,1.069l-0.642,1.924l1.604-1.176l1.604,1.176l-0.642-1.924L19.406,2.304z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}
@media (max-width: 575px) {
    #mode-icon-switch {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (min-width: 1199px) {
    .enabled-desktop-menu .navbar-control-offcanvas {
        display: none;
        filter: alpha(opacity=0);
        opacity: 0;
        visiibility: hidden;
    }
}
.header-searchbar {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.header-searchbar.header-searchbar-active {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.admin-bar .header-searchbar.header-searchbar-active {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .header-searchbar.header-searchbar-active {
        top: 46px;
    }
}
.header-searchbar-inner {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.header-searchbar-active .header-searchbar-inner {
    box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background-color: #fff;
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.header-searchbar-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
    justify-content: space-between;
}
.header-searchbar form {
    margin: 0;
    position: relative;
    width: 100%;
}
.header-searchbar .search-field {
    background: none;
}
.header-searchbar #search-closer {
    position: absolute;
    top: 2rem;
    left: 3rem;
    padding: 1rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
.theme-darkmode-enabled a {
    color: #2fd0b5;
}
a:hover,
a:focus {
    
    color: #5055ff;
    outline: none;
}
a:focus-visible {
    outline: 2px solid #5055ff;
}
a:hover,
a:active {
    outline: 0;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.widget_text a:not(.more-link):not(.button) {
    //text-decoration: underline;
}
abbr,
acronym,
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu &gt; li.menu-item-has-children &gt; a {
    padding-left: 0;
    margin-left: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children &gt; a {
    margin-left: 4.5rem;
    padding-left: 0;
    width: unset;
}
.nav-icon-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 40px auto 0 auto;
    cursor: pointer;
}
#offcanvas-menu {
    background: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    z-index: 1000;
    justify-content: flex-end;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}
#offcanvas-menu .offcanvas-wraper {
    height: 100%;
    padding: 20px 100px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#offcanvas-menu .offcanvas-wraper a:hover {
    color: #5055ff;
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media screen and (max-width: 1199px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#offcanvas-menu .close-offcanvas-menu {
    text-align: left;
    cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
    display: block;
    text-align: left;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close .button-offcanvas-close {
    padding: 1.5rem 2rem;
}
.offcanvas-wraper &gt; * {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}
.offcanvas-menu-active .offcanvas-wraper &gt; * {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    opacity: 1;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}
.offcanvas-close span {
    display: inline-block;
    vertical-align: middle;
}
#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    left: 0;
}
.offcanvas-main-navigation {
    width: 100%;
}
.offcanvas-item {
    margin-bottom: 30px;
}
.offcanvas-item .primary-menu {
    border-style: solid;
    border-width: 0.1rem 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-main-navigation li {
    border-bottom: 0.1rem solid;
    position: relative;
}
.offcanvas-main-navigation li:last-child {
    border-bottom: none;
}
.offcanvas-main-navigation a {
    display: block;
    font-size: 1.8rem;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
}
.offcanvas-main-navigation .sub-menu {
    border-top: 0.1rem solid;
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
    display: block;
}
.offcanvas-main-navigation .submenu-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0.1rem 0 0;
    padding: 0;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: 1.5rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
}
.offcanvas-main-navigation
.submenu-wrapper
.submenu-toggle.button-toggle-active
.svg-icon {
    transform: rotate(-180deg);
}
.offcanvas-social-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.offcanvas-social-navigation li {
    display: inline-block;
    vertical-align: middle;
    height: 5rem;
    width: 5rem;
}
.offcanvas-social-navigation li a svg {
    height: 2rem;
    width: 2rem;
}
.offcanvas-social-navigation li a {
    color: inherit;
    display: inline-block;
    padding-left: 4px;
    margin-left: 4px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.alignright {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.breadcrumbs {
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.breadcrumbs ul .trail-item span {
    position: relative;
    margin: 0 0 0.4rem 0.5rem;
    border: 1px solid;
    padding: 0.3rem 0.4rem 0.4rem 0.6rem;
    line-height: 2;
    max-width: 18em;
}
.breadcrumbs ul .trail-item.trail-begin span {
    margin-right: 0;
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus,
.breadcrumbs ul .trail-item.trail-end span {
    background: #000;
    color: #fff;
}
.breadcrumbs ul .trail-item span:before {
    content: "";
    display: inline-block;
    margin-right: 0.45rem;
    margin-left: 0.65rem;
    vertical-align: middle;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #000;
}
.breadcrumbs ul .trail-item.trail-end span:before,
.breadcrumbs ul .trail-item:hover span:before,
.breadcrumbs ul .trail-item:focus span:before {
    border-right-color: #fff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.wrapper {
    width: 100%;
    /* padding-left: 3rem; */
    /* padding-right: 3rem; */
    margin-left: auto;
    margin-right: auto;
}
.wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-left: -1rem; */
    /* margin-right: -1rem; */
}
.wrapper-inner-large {
    /* margin-left: -1.5rem; */
    /* margin-right: -1.5rem; */
}
.wrapper-inner-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.site-content {
    position: relative;
    margin-bottom: 12rem;
}
.block {
    margin-bottom: 4rem;
}
.theme-panel-blocks img.entry-responsive-thumbnail {
    width: 100%;
}
.column {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.wrapper-inner-large &gt; .column {
    /* padding-left: 1.5rem; */
    /* padding-right: 1.5rem; */
}
.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.column-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 60.666667%;
}
.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
@media screen and (min-width: 1400px) {
    .column-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 35%;
        max-width: 35%;
    }
	.column-lg-33 {
        -ms-flex: 0 0 16.5%;
        flex: 0 0 16.5%;
        max-width: 16.5%;
    }
}
@media (max-width: 1199px) {
    .column-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-sm-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-40 {
        margin-bottom: 40px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mt-sm-10 {
        margin-top: 10px
    }
    .mt-sm-20 {
        margin-top: 20px
    }
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-40 {
        margin-top: 40px
    }
    .mt-sm-50 {
        margin-top: 50px
    }
    .pb-sm-10 {
        padding-bottom: 10px
    }
    .pb-sm-20 {
        padding-bottom: 20px
    }
    .pb-sm-30 {
        padding-bottom: 30px
    }
    .pb-sm-40 {
        padding-bottom: 40px
    }
    .pb-sm-50 {
        padding-bottom: 50px
    }
    .pt-sm-10 {
        padding-top: 10px
    }
    .pt-sm-20 {
        padding-top: 20px
    }
    .pt-sm-30 {
        padding-top: 30px
    }
    .pt-sm-40 {
        padding-top: 40px
    }
    .pt-sm-50 {
        padding-top: 50px
    }
}
@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .mb-xs-10 {
        margin-bottom: 10px
    }
    .mb-xs-20 {
        margin-bottom: 20px
    }
    .mb-xs-30 {
        margin-bottom: 30px
    }
    .mb-xs-40 {
        margin-bottom: 40px
    }
    .mb-xs-50 {
        margin-bottom: 50px
    }
    .mt-xs-10 {
        margin-top: 10px
    }
    .mt-xs-20 {
        margin-top: 20px
    }
    .mt-xs-30 {
        margin-top: 30px
    }
    .mt-xs-40 {
        margin-top: 40px
    }
    .mt-xs-50 {
        margin-top: 50px
    }
    .pb-xs-10 {
        padding-bottom: 10px
    }
    .pb-xs-20 {
        padding-bottom: 20px
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pb-xs-40 {
        padding-bottom: 40px
    }
    .pb-xs-50 {
        padding-bottom: 50px
    }
    .pt-xs-10 {
        padding-top: 10px
    }
    .pt-xs-20 {
        padding-top: 20px
    }
    .pt-xs-30 {
        padding-top: 30px
    }
    .pt-xs-40 {
        padding-top: 40px
    }
    .pt-xs-50 {
        padding-top: 50px
    }
    .titleline{
    display: block;
}
}
@media (max-width: 575px) {
    .column-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xxs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xxs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xxs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xxs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .titleline{
    display: block;
}
}
.column-order-1 {
    order: 1;
}
.column-order-2 {
    order: 2;
}
.column-order-3 {
    order: 3;
}
.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.alignleft {
    margin: 0.5rem 0 2.5rem 2.5rem;
}
.alignright {
    margin: 0.5rem 2.5rem 2.5rem 0;
}
.entry-content &gt; .alignfull {
    margin-right: -4rem;
}
.entry-content &gt; .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
}
.alignfull &gt; figcaption,
.alignfull &gt; .wp-caption-text {
    width: calc(100% - 8rem);
}
.entry-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.2rem;
    text-transform: capitalize;
    gap: .5rem;
    justify-content: space-evenly;
}
.entry-meta a {
    text-decoration: none;
}
.theme-author-image {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
}
.theme-meta-categories {
    margin-bottom: 1rem;
}
.entry-meta .entry-meta-author .byline .author,
.entry-meta .entry-meta-date .entry-date {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.entry-meta .entry-meta-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    gap: .5rem;
}
.entry-meta-item .entry-meta-icon {
    margin-left: 1rem;
}
.entry-meta-label {
    margin-left: 5px;
}
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 1.5rem;
}
.posts-navigation {
    margin-bottom: 6rem;
}
.post-navigation {
    border-style: solid;
    border-width: 0.1rem 0;
    font-size: 1.8rem;
    margin-top: 5rem;
    padding: 3rem 0;
}
.post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.post-navigation .nav-links &gt; div + div {
    margin-top: 1rem;
}
.post-navigation a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    text-decoration: none;
}
.post-navigation .arrow {
    margin-left: 1rem;
}
/* SINGLE PAGINATION */
.post-navigation {
    padding: 3.5rem 0;
}
.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}
.post-navigation .nav-links &gt; div {
    max-width: calc(50% - 2rem);
}
.post-navigation .nav-links &gt; div + div {
    margin: 0 4rem 0 0;
}
.post-navigation .arrow {
    margin: 0.1rem 0 0;
}
.post-navigation .nav-next:only-child {
    margin-right: auto;
}
.post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: left;
}
.post-navigation .nav-next .arrow {
    margin: 0 0 0.1rem;
}
.pagination {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pagination a {
    color: inherit;
}
.pagination .page-numbers,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    margin-right: 1.25em;
    margin-left: 1.25em;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.pagination .page-numbers.current {
    filter: alpha(opacity=100);
    opacity: 1;
}
.pagination .page-numbers:last-child {
    margin-left: 0;
}
@media only screen and (min-width: 600px) {
    .pagination .prev:after,
    .pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: "";
        vertical-align: middle;
        background-color: rgba(0, 0, 0, 0.25);
    }
    .pagination .prev:after {
        margin-right: 1.25em;
    }
    .pagination .next:before {
        margin-left: 1.25em;
    }
}
.posts-navigation .nav-links .nav-previous .svg-icon,
.posts-navigation .nav-links .nav-previous .nav-link-label,
.posts-navigation .nav-links .nav-next .svg-icon,
.posts-navigation .nav-links .nav-next .nav-link-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.theme-ajax-loadpost {
    text-align: center;
    margin-bottom: 6rem;
    margin-top: 5rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments section */
.comments-wrapper{
    padding:5%;
    
}
.comments-area {
    margin-top: 20px;
    
}

/* Comments title */
.comments-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Comment list */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
}

/* Comment avatar */
.comment .avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

/* Comment content */
.comment .comment-body {
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Comment meta */
.comment .comment-metadata {
    font-size: 14px;
    color: #666;
}

/* Comment author */
.comment .comment-author {
    font-weight: bold;
}

/* Comment text */
.comment .comment-content {
    margin-top: 5px;
}

/* Comment reply link */
.comment-reply-link {
    color: #1a0dab;
    text-decoration: none;
}
.comment-form-cookies-consent{
    display:none;
}

.comments-wrapper ol {
    list-style-type: none;
}
.comment-reply-link:hover {
    text-decoration: underline;
}

/* Comment form */
.comment-form {
    margin-top: 20px;
}

.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.comment-form input[type="submit"] {
    background-color: #4285f4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.comment-form input[type="submit"]:hover {
    background-color: #3c78dc;
}

.comment-notes {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.required {
    color: red;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: block;
}
body:not(.theme-darkmode-enabled) .custom-logo-link.custom-dark-logo-link,
.theme-darkmode-enabled .custom-logo-link:not(.custom-dark-logo-link) {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.custom-logo-link ~ .custom-logo-name {
    margin-top: .5rem;
}
.site-logo .custom-logo-link img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto
}
@media screen and (max-width: 575px) {
    #site-header .site-logo .custom-logo-link {
        max-width: 150px;
    }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin: 1em 0 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto;
}
.wp-caption.alignleft {
    margin-left: 20px;
}
.wp-caption.alignright {
    margin-right: 20px;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
@media (min-width: 600px) {
    div[class^="gallery-columns-"],
    div[class*=" gallery-columns-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .site-content .gallery-columns-1 {
        margin-right: auto;
        margin-left: auto;
    }
}
.gallery-item {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
}
@media (min-width: 600px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
.gallery-caption {
    display: block;
}
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-image figcaption,
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-item figcaption,
.twp-content-gallery .gallery .gallery-caption {
    display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media (min-width: 1200px) {
   /* #site-footer {
        right: 26rem;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: calc(100% - 26rem);
    }*/
}
.footer-credits {
    margin: 3rem 0;
}
.footer-copyright a {
    border-bottom: 1px solid;
}
.offcanvas-item .primary-menu,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation {
    border-color: rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}
.post-content-share .twp-social-share .twp-share-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.post-content-share .twp-social-share .twp-share-container .twp-social-icons {
    margin: 0 1rem;
}
.post-content-share
.twp-social-share
.twp-share-container
.twp-social-icons:first-child {
    margin-right: 0;
}
.post-content-share .twp-social-share .twp-social-icons .twp-icon-holder {
    border: 0;
}
.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-icon-holder .twp-share-media,
.post-content-share .share-media-nocount {
    display: block;
    width: 50px;
}
.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .share-media-nocount {
    border-radius: 2px;
    color: #fff;
}
.post-content-share .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-icon-holder .twp-social-count:focus,
.post-content-share .twp-social-icons .share-media-nocount:hover,
.post-content-share .twp-social-icons .share-media-nocount:focus {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
    border: solid 6px transparent;
    border-top-color: inherit;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    bottom: -12px;
}
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .twp-icon-holder .share-media-nocount {
    color: #fff;
}
.post-content-share .twp-social-facebook .twp-icon-holder .twp-social-count {
    background: #3b5998;
}
.post-content-share .twp-social-twitter .twp-icon-holder .twp-social-count {
    background: #24a5db;
}
.post-content-share .twp-social-pinterest .twp-icon-holder .twp-social-count {
    background: #ca2128;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .share-media-nocount {
    background: #0077b5;
}
.post-content-share .twp-social-email .twp-icon-holder .share-media-nocount {
    background: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount {
    background: #1a4b78;
}
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count:focus,
.post-content-share
.twp-social-icons
.twp-icon-holder
.share-media-nocount:hover,
.post-content-share
.twp-social-icons
.twp-icon-holder
.share-media-nocount:focus {
    filter: alpha(opacity=65);
    opacity: 0.65;
}
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
    border-right-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share
.twp-social-twitter
.twp-icon-holder
.twp-social-count:after {
    border-right-color: transparent;
    border-top-color: #24a5db;
}
.post-content-share
.twp-social-pinterest
.twp-icon-holder
.twp-social-count:after {
    border-right-color: transparent;
    border-top-color: #ca2128;
}
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
    border-right-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share
.twp-social-linkedin
.twp-icon-holder
.share-media-nocount:after {
    border-right-color: transparent;
    border-top-color: #0077b5;
}
.post-content-share
.twp-social-email
.twp-icon-holder
.share-media-nocount:after {
    border-right-color: transparent;
    border-top-color: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount:after {
    border-right-color: transparent;
    border-top-color: #1a4b78;
}
.post-content-share
.twp-social-icons
.twp-icon-holder:hover
.twp-social-count:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:focus
.twp-social-count:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:hover
.share-media-nocount:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:focus
.share-media-nocount:after {
    border-right-color: transparent;
}
.post-content-share .twp-icon-holder .twp-share-media {
    font-size: 28px;
    margin-top: 10px;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-vk .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-email .twp-icon-holder .twp-share-media {
    margin-top: 0;
}
.post-content-share .twp-share-media .twp-label-title {
    display: none;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}
.post-content-share .twp-plugin-title.twp-share-title h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.archive-main-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    line-height: 1.8;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#site-footer .to-the-top {
    display: inline-block;
    float: left;
    border-radius: 0.4rem;
}
.to-the-top &gt; * {
    pointer-events: none;
}
.to-the-top-long {
    display: none;
}
@media (min-width: 768px) {
    .to-the-top-long {
        display: inline;
    }
    .to-the-top-short {
        display: none;
    }
}
.posts-navigation .nav-links,
.pagination .nav-links {
    text-align: center;
}
.entry-featured-thumbnail {
    position: relative;
    margin-bottom: 2rem;
}
.theme-page-vitals {
    background: #5055ff;
    color: #fff;
    padding: 20px;
}
.theme-page-vitals:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-left: 10px solid;
    border-bottom: 10px solid transparent;
    border-left-color: #5055ff;
    width: 0;
    z-index: 1;
}
.has-post-thumbnail .theme-page-vitals {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.theme-page-vitals .twp-post-visit,
.theme-page-vitals .twp-read-time {
    display: inline-block;
    vertical-align: middle;
}
.theme-page-vitals .twp-read-time {
    margin-left: 10px;
}
.theme-page-vitals .twp-read-time ~ .twp-post-visit:before {
    content: "/";
    padding-left: 10px;
}
.wp-block-gallery.columns-1 {
    display: block;
}
ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.entry-meta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.entry-meta-link:before {
    display: block;
    content: "";
    border-top: 2px solid;
    width: 0;
    margin-top: 4px;
}
.entry-meta-link:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
}
.post-content:hover .entry-meta-link:before,
.post-content:focus .entry-meta-link:before {
    width: 29px;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-left: 0.5rem;
    pointer-events: all;
}
.theme-block,
.theme-custom-widget {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.theme-block-carousel .theme-main-slider:not(.slick-initialized),
.custom-widget-carousel .theme-widget-carousel:not(.slick-initialized) {
    opacity: 0;
    visibility: hidden;
    max-height: 30rem;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.theme-block-carousel .theme-main-slider,
.custom-widget-carousel .theme-widget-carousel {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.block-title-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}
.block-footer-wrapper {
    position: relative;
}
.block-footer-wrapper &gt; hr {
    border: 0;
    height: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.block-footer-wrapper &gt; .block-footer-link {
    background: var(--theme-white-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 10px 15px;
    border-radius: 0;
}
.theme-darkmode-enabled .block-footer-wrapper &gt; .block-footer-link {
    background: var(--theme-dark-color);
}
.entry-wrapper {
    position: relative;
    overflow: hidden;
}
.entry-wrapper .entry-thumbnail {
    position: relative;
}
.widget select {
    max-width: 100%;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.widget_recent_comments li,
.widget_pages li,
.widget_archive li,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li a,
.wp-block-latest-posts li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a {
    border-bottom: 1px solid;
    padding: 10px 0;
    position: relative;
    display: table;
    width: 100%;
}
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
    border-top: 1px solid;
    margin-top: 10px;
    margin-bottom: -10px;
}
.widget_recent_comments li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child a,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child a,
.wp-block-latest-posts li:last-child a,
.wp-block-archives-list li:last-child a,
.wp-block-categories-list li:last-child a {
    border: 0;
}
/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}
.js .hide-js {
    display: none !important;
}
.no-js .show-no-js {
    display: block !important;
}
.no-js .hide-no-js {
    display: none !important;
}
.theme-slick-space .slick-list {
    margin: 0;
}
.theme-slick-space .slick-slide {
    padding-right: 1rem;
    padding-left: 1rem;
}
.slide-btn {
    padding: 0;
    height: 4rem;
    width: 4rem;
}
.theme-darkmode-enabled .slide-btn {
    color: var(--theme-white-color);
}
.slick-prev,
.slick-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}
.slick-prev {
    right: 2rem;
}
.slick-next {
    left: 2rem;
}
@media (max-width: 575px) {
    .slick-arrow {
        display: none !important;
    }
}
.slick-dots {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .4rem;
}
.slick-dots li button {
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover {
    opacity: 1;
}
.slick-dots li.slick-active button {
    border-color: #2d3042;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}
/* aside left  */
.theme-aside-right,
.theme-aside-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.admin-bar .theme-aside-left .theme-aside-content {
    top: 3rem;
}

.theme-aside-left .theme-aside-content {
    display: block !important;
}

.theme-body-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme-aside-left,
.theme-main-panel {
    position: relative;
    width: 100%;
}

.theme-aside-left {
    /* max-width: 26rem; */
}

.theme-aside-left ul {
    padding: 0;
}

.theme-aside-left ul li {
    list-style: none;
    margin-bottom: 0.8rem;
}

.theme-aside-left ul li {
    margin-left: 1rem;
    border: 1px solid;
    padding: .2rem 1rem;
    white-space: nowrap;
}

.theme-aside-left a {
    font-weight: 500;
    text-transform: capitalize;
}

.theme-aside-left .theme-filter-toggle {
    background-color: --theme-brand-color;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
    justify-content: center;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    border: 0;
    margin-top: 10px;
}

.theme-darkmode-enabled .theme-aside-left .theme-filter-toggle {
    background-color: rgba(255, 255, 255, 0.05);
}

.theme-aside-left .theme-filter-toggle span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.theme-aside-left .theme-filter-toggle {
    display: none;
}

.theme-aside .theme-filter {
    border-bottom: 1px solid;
    padding: 3rem;
}

.theme-aside .theme-filter .aside-filter-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
}

.theme-aside-left .theme-aside-content {
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

.theme-filter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.theme-aside-left .theme-aside-content {
    display: none;
    height: auto;
}

.theme-filter ul {
    margin-bottom: 0;
}

.filter-toggle-button,
.theme-aside-left .footer-credits {
    display: none;
}

.theme-aside-left .theme-aside-content:hover,
.theme-aside-left .theme-aside-content:focus {
    scrollbar-width: thin;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar {
    width: 8px;
    display: none;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar {
    height: 0.6rem;
}

.theme-aside-left .theme-aside-content:hover::-webkit-scrollbar,
.theme-aside-left .theme-aside-content:focus::-webkit-scrollbar {
    display: block;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb {
    background: #888;
}

.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.theme-aside-left ul li.hide {
    display: none;
}

.theme-aside-left ul li.hide {
    display: block;
}

.filter-toggle-button span {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .theme-aside-right,
    .theme-aside-content {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .theme-aside-right,
    .admin-bar .theme-aside-left .theme-aside-content {
        top: 3rem;
    }

    .theme-aside-left .theme-aside-content {
        display: block !important;
    }

    .theme-aside-left {
        order: 1;
    }

    .theme-main-panel {
        order: 2;
    }

    .theme-aside-left .theme-filter-toggle {
        display: none;
    }
}

/* main block styling  */
.theme-main-panel {
   // max-width: calc(100% - 26rem);
}
@media (max-width: 1199px) {
    .theme-aside-left,
    .theme-main-panel {
        max-width: 100%;
    }
}
.article-content {
    position: relative;
    cursor: pointer;
    margin: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
}
.article-content .article-content-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 4.5rem;
    width: 4.5rem;
    margin-left: 1rem;
}
.article-content .article-content-right {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.theme-page-views {
    position: absolute;
    inset: auto auto 0 0;
    padding: 0 1rem;
    z-index: 15;
    background-color: #e0e0e0;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
}
/* single  */
.single .site-content {
    padding-top: 0;
}
.site .list-block {
    margin-bottom: 2rem;
}
.single #comment {
    height: 7rem;
    resize: none;
}
/* page  */
@media (min-width: 992px) {
    .page .site-content {
        padding-bottom: 5rem;
    }
}
.page .theme-main-panel {
    padding-bottom: 5rem;
}
/* browse page  */
.theme-block-categories .entry-thumbnail {
    position: relative;
}
.theme-block-categories .entry-title {
    margin-bottom: 0;
    font-size: 2rem;
}
.theme-block-categories .entry-title a:not(:hover):not(:focus) {
    color: #fff !important;
}
/* search no result  */
.search-no-results .no-result-icon svg {
    height: 10rem;
    width: 10rem;
    fill: #fff;
}
.search-no-results .no-result-icon {
    margin-bottom: 5rem;
}
.search-no-results .theme-main-panel .wrapper-inner {
    justify-content: center;
}
.search-no-results .theme-main-panel {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* footer  */
#site-footer .streaming_popular_post_widget .article-body .entry-meta {
    margin-bottom: 1rem;
}
/* line clamp  */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* error404 */
.error404 .site-main {
    padding: 5rem 3rem 0;
}
@media (max-width: 991px) {
    .error404 .site-main {
        padding: 0 1rem;
    }
}
/* no result found  */
.no-results {
    padding: 0 1rem;
}
.search-no-results .theme-main-panel {
    padding-bottom: 5rem;
}
/* article detail position  */
.article-detail-position .theme-article-detail {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}
/* entry title sign  */
.entry-title {
    position: relative;
    text-align: center;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.navbar-control,
.navbar-control:hover,
.navbar-control:focus,
.theme-site-header,
.theme-aside .theme-filter,
.slick-dots li button,
.widget_recent_comments li,
.widget_pages li,
.widget_archive li,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li a,
.wp-block-latest-posts li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
    border-color: rgba(0, 0, 0, 0.12);
}
.block-footer-wrapper &gt; hr {
    background-color: rgba(0, 0, 0, 0.12);
}
.theme-darkmode-enabled input[type="text"],
.theme-darkmode-enabled input[type="password"],
.theme-darkmode-enabled input[type="email"],
.theme-darkmode-enabled input[type="url"],
.theme-darkmode-enabled input[type="date"],
.theme-darkmode-enabled input[type="month"],
.theme-darkmode-enabled input[type="time"],
.theme-darkmode-enabled input[type="datetime"],
.theme-darkmode-enabled input[type="datetime-local"],
.theme-darkmode-enabled input[type="week"],
.theme-darkmode-enabled input[type="number"],
.theme-darkmode-enabled input[type="search"],
.theme-darkmode-enabled input[type="tel"],
.theme-darkmode-enabled input[type="color"],
.theme-darkmode-enabled textarea,
.theme-darkmode-enabled .navbar-control,
.theme-darkmode-enabled .navbar-control:hover,
.theme-darkmode-enabled .navbar-control:focus,
.theme-darkmode-enabled .theme-site-header,
.theme-darkmode-enabled .theme-aside .theme-filter,
.theme-darkmode-enabled .slick-dots li button,
.theme-darkmode-enabled .widget_pages li,
.theme-darkmode-enabled .widget_archive li,
.theme-darkmode-enabled .widget_meta li a,
.theme-darkmode-enabled .widget_categories li,
.theme-darkmode-enabled .widget_nav_menu li,
.theme-darkmode-enabled .widget_recent_entries li a,
.theme-darkmode-enabled .wp-block-latest-posts li a,
.theme-darkmode-enabled .wp-block-archives-list li a,
.theme-darkmode-enabled .wp-block-categories-list li a,
.theme-darkmode-enabled .widget_categories ul.children,
.theme-darkmode-enabled .widget_pages ul.children,
.theme-darkmode-enabled .widget_nav_menu .sub-menu {
    border-color: rgba(255, 255, 255, 0.12);
}
.theme-darkmode-enabled .block-footer-wrapper &gt; hr {
    background-color: rgba(255, 255, 255, 0.12);
}
.mfp-iframe-holder .mfp-close {
    font: 100 4rem/1 "Roboto", sans-serif;
}
#video-icon-holder,
#media-video-icon {
    display: block;
}
#video-icon-holder {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 54px;
    height: 54px;
    background-color: var(--theme-dark-color);
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    box-shadow: -5px 5px 7px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#video-icon-holder::after {
    display: block;
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: background 1s ease;
}
#media-video-icon {
    position: relative;
    z-index: 1;
    height: 22px;
    width: 4px;
    background: white;
    border-radius: 3px;
    margin: 14px 18px 0 20px;
    right: 0;
    transition: background 0.2s ease;
}
.theme-post-article:hover #media-video-icon,
.theme-post-article:focus #media-video-icon {
    background-color: var(--theme-brand-color);
}
.theme-post-article:hover #video-icon-holder::after,
.theme-post-article:focus #video-icon-holder::after {
    background: white;
}
#media-video-icon::before, #media-video-icon::after {
    display: block;
    content: "";
    position: absolute;
    height: 20px;
    width: 4px;
    background: inherit;
    border-radius: 3px;
    right: 15px;
}
#media-video-icon::before {
    top: 11px;
    transform: rotate(-56deg);
    transform-origin: top center;
}
#media-video-icon::after {
    top: -8px;
    transform: rotate(56deg);
    transform-origin: bottom center;
}
.toggle #media-video-icon {
    height: 22px;
}
.toggle #media-video-icon::before, .toggle #media-video-icon::after {
    transform: rotate(0deg);
    right: 10px;
    height: 13px;
}
.toggle #media-video-icon::before {
    top: 9px;
}
.toggle #media-video-icon::after {
    transform: rotate(0deg);
    top: 0;
}
.mfp-bottom-bar-video &gt; h3,
.mfp-bottom-bar .mfp-title &gt; .entry-title {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.img-hover-shine {
    overflow: hidden;
    position: relative;
}
.img-hover-shine:after {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}
.theme-post-article:hover .img-hover-shine:after,
.theme-post-article:focus .img-hover-shine:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        right: 125%;
    }
}
@keyframes shine {
    100% {
        right: 125%;
    }
}
.theme-category-image {
    margin-bottom: 1rem;
}
.latest-category-post {
    background-color: var(--theme-brand-color);
    color: var(--theme-white-color);
    border-radius: 4px;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-bottom: 1rem;
}
.theme-post-category {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.theme-post-category .theme-media-panel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 6rem;
    margin-left: 1rem;
}
.theme-post-category .article-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}
.single article.has-embed {
    position: relative;
}
.single article.has-embed .post-content-single .entry-content .wp-video:nth-of-type(1),
.single article.has-embed .post-content-single .entry-content .wp-block-video,
.single article.has-embed .post-content-single .entry-content .theme-featured-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
}
.single .post-content-single .theme-article-header {
    /* margin-bottom: 3rem; */
    /* padding-top: 3rem; */
}
.single-entry-meta{
    /* margin-bottom: 2rem; */
}
.single-entry-meta .entry-meta-item a {
    font-size: 14px;
    text-decoration: none !important;
}
.single-entry-meta .entry-meta-item:after {
    content: "";
    background-color: #000;
    width: 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    filter: alpha(opacity=40);
    opacity: 0.4;
    margin: 0 0.5rem;
}
.single-entry-meta .entry-meta-item:last-child:after {
    content: none;
    display: none;
    margin: 0;
}
.single-entry-meta .svg-icon {
    height: 1.8rem;
    width: 1.8rem;
}</pre></body></html>