:root{

  /* - Gradient - */

  --theme-gradient-primary: linear-gradient(160deg, var( --theme-color-secondary ) 30%, var( --theme-color-primary ) 100%);
  --theme-gradient-secondary: linear-gradient(160deg, var( --theme-color-primary ) 0%, var( --theme-color-secondary ) 70%);
  --theme-gradient-tertiary: linear-gradient(160deg, var( --theme-color-tertiarydark ) 50%, var( --theme-color-tertiary ) 100%);
  --theme-gradient-tertiary-secondary: linear-gradient(160deg, var( --theme-color-tertiary ) 30%, var( --theme-color-secondary ) 100%);
  --theme-gradient-tertiary-accent: linear-gradient(160deg, var( --theme-color-tertiary ) 30%, var( --theme-color-secondaryaccent ) 100%);
  --theme-gradient-dark-overlay: linear-gradient(160deg, var( --theme-color-tertiarydark90 ) 0%, var( --theme-color-tertiarydark60 ) 60%);
  --theme-gradient-none: linear-gradient(160deg, var( --theme-color-white ) 30%, var( --theme-color-white ) 100%);

  /* - Typography */
  --theme-font-primary: 'Outfit', sans-serif;
  --theme-font-secondary: 'Outfit', sans-serif;
  --theme-font-awesome: 'Font Awesome 6 Free';
  --theme-heading-font-weight: 700;
  --theme-medium-font-weight: 500;
  --theme-semi-bold-font-weight: 600;
  --theme-body-font-weight: 400;
  --theme-icon-solid-font-weight: 900;
  --theme-line-height-heading: 1.3em;
  --theme-line-height-body: 1.5em;
  --theme-font-size-body: 18px;
  --theme-font-size-body-small: 16px;
  --theme-font-size-body-xsmall: 14px;
  --theme-font-size-xxl: 250px;
  --theme-font-size-xl: 65px;
  --theme-font-size-large: 45px;
  --theme-font-size-medium: 35px;
  --theme-font-size-standar: 25px;
  --theme-font-size-small: 20px;
  --theme-font-size-xsmall: 17px;
  --theme-font-size-xxl-md: 120px;
  --theme-font-size-xl-md: 45px;
  --theme-font-size-large-md: 35px;
  --theme-font-size-medium-md: 30px;
  --theme-font-size-xl-sm: 35px;
  --theme-font-size-large-sm: 30px;
  --theme-font-size-medium-sm: 26px;
  --theme-font-size-standar-sm: 23px;
  --theme-font-size-small-sm: 19px;

  /* - Content Width */
  --theme-content-width: 1280px;
  --theme-medium-center-width: 1080px;
  --theme-center-width: 900px;

  /* - Space And Box */
  --theme-space-xl: 100px;
  --theme-space-lg: 50px;
  --theme-space-md: 35px;
  --theme-space-sm: 25px;
  --theme-space-xs: 20px;
  --theme-space-tiny: 15px;
  --theme-section-x-space: 15px;
  --theme-space-none: 0px;
  --theme-box-square: 0px;
  --theme-box-rounded: 30px;
  --theme-box-circle: 100%;
  --theme-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  --theme-box-shadow-hover: 0px 10px 50px 0px rgba(0, 0, 0, 0.12);
  --theme-box-shadow-tight: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

/* -------------------------------------------------------------------------------------------------
  Table Of Content CSS - Wira Theme

  01. Style Reset
  02. Text Style
  03. Utility Theme
  04. Theme Header
  05. Blog
  06. Button

-------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------
 01. Style Reset - Wira Theme
-------------------------------------------------------------------------------------------------- */

body {
  scroll-behavior: smooth;
  font-family: var(--theme-font-primary), sans-serif;
  font-size: var(--theme-font-size-body);
  line-height: var(--theme-line-height-body);
  font-weight: var(--theme-body-font-weight);
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

ul,
li {
    list-style: none;
}

ol, ul{
    padding-left: 0px;
}

a {
  color: var(--theme-color-secondary);
  text-decoration: none;
}

a:hover{
  color: var(--theme-color-primary);
}

.theme-brand-logo .custom-logo-link img, .theme-mobile-brand img{
  width: 125px;
  height: auto;
  border-radius: var(--theme-box-square); /* Override logo on all page */
}

.theme-contact-form .form-row {
  display: flex;
}

.theme-contact-form .cf7-custom-layout {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.theme-contact-form .wpcf7-form {
  display: flex;
}

.theme-contact-form .wpcf7-form span {
  display: flex;
}

.theme-contact-form .wpcf7-list-item label {
  display: flex;
}

.theme-contact-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

@media (max-width: 768px) {
  .theme-contact-form .form-row {
    flex-direction: column;
  }
}

.theme-contact-form .cf7-custom-layout {
  flex-direction: column;
}

.theme-contact-form .wpcf7-form {
  flex-direction: column;
}

.theme-contact-form .form-row p{
  margin-bottom: 0px;
}

.theme-contact-form .form-col,
.theme-contact-form .wpcf7-form label,
.theme-contact-form p,
.theme-contact-form span,
.theme-contact-form input,
.theme-contact-form textarea,
.theme-contact-form select,
.theme-contact-form .form-select-wrapper,
.theme-contact-form .form-date-wrapper {
  width: 100%;
}

.theme-contact-form .form-select-wrapper span::after,
.theme-contact-form .form-date-wrapper span::after {
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.theme-contact-form .form-select-wrapper span::after {
  content: "\f078";
}

.theme-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.theme-contact-form .form-date-wrapper span::after {
  content: "\f073";
}

.theme-contact-form .form-date-wrapper span input[type="date"] {
  padding-right: 30px;
}

.theme-contact-form select:focus-visible {
  outline: none;
}

.theme-contact-form span.wpcf7-spinner {
  width: 24px;
  margin-bottom: -24px;
}

.theme-contact-form .form-btn-full{
  width: 100%;
}

.theme-contact-form .wpcf7-submit {
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  border: none;
  font-size: var(--theme-font-size-xsmall);
  font-weight: var(--theme-semi-bold-font-weight);
  line-height: var(--theme-line-height-heading);
}

.theme-contact-form .wpcf7-submit:hover {
  background-color: var(--theme-color-secondary);
}

.theme-contact-form .wpcf7-checkbox span,
.theme-contact-form .wpcf7-radio span,
.theme-contact-form .wpcf7-acceptance span,
.theme-contact-form .wpcf7-checkbox span label input,
.theme-contact-form .wpcf7-radio span label input,
.theme-contact-form .wpcf7-acceptance span label input {
  width: auto;
}

.theme-contact-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}

.theme-contact-form .wpcf7-list-item label {
  margin-bottom: 0;
}

input, 
textarea,
select{
  font-size: var(--theme-font-size-body-small);
  color: var(--theme-color-placeholder);
  border: 1px solid var(--theme-color-border);
  border-radius: var(--theme-box-rounded);
  padding: 15px 20px;
}

input:hover, 
select:hover, 
textarea:hover,
input:focus, 
select:focus,
textarea:focus{
  border-color: var(--theme-color-primary);
}

input:focus-visible, 
textarea:focus-visible{
  outline: none;
}

label,
.text-label{
  font-size: var(--theme-font-size-body-small);
  font-weight: var(--theme-medium-font-weight);
  margin-bottom: 10px;
}

p.comment-form-cookies-consent label{
  margin-bottom: 0px;
}

.no-comments{
  color: var(--theme-color-text);
}

body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{
  padding: var(--theme-space-none);
}

span.required{
  color: red;
}

.wp-caption {
    display: inline-block;
    max-width: 100%;
    padding: 0.25rem;
    margin: 0.5rem 0;
    text-align: center;
    background-color: var(--theme-color-whitesmoke); /* mirip bg-light Bootstrap */
    border: 1px solid var(--theme-color-border); /* mirip border Bootstrap */
    border-radius: 0.25rem;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--theme-color-placeholder); 
}

/* Gallery Caption */
.gallery-caption {
    font-size: 0.875rem;
    color: var(--theme-color-placeholder);
    text-align: center;
    margin-top: 0.25rem;
}

.alignright {
    float: right !important;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.alignleft {
    float: left !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption::after,
.gallery-caption::after {
    content: "";
    display: table;
    clear: both;
}

.bypostauthor {
    font-weight: inherit;
}

/* -------------------------------------------------------------------------------------------------
  02. Text Styles - Wira Theme
-------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
strong,
a, 
li,
.theme-accent-text, 
.theme-text-subheading,
.form-submit input, 
input.search-submit,
button, 
label{
  font-family: var(--theme-font-secondary), sans-serif;
  line-height: var(--theme-line-height-heading);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--theme-heading-font-weight);
  margin-bottom: 15px;
}

.theme-not-found-text { 
  font-size: var(--theme-font-size-xxl);
  letter-spacing: -2px;
}

h1,
.theme-very-big-title { 
  font-size: var(--theme-font-size-xl);
  letter-spacing: -1px;
}
h2,
.theme-big-title { 
  font-size: var(--theme-font-size-large); 
  letter-spacing: -0.7px;
}
h3,
.theme-medium-title { 
  font-size: var(--theme-font-size-medium); 
  letter-spacing: -0.6px;
}
h4,
.theme-standard-title { 
  font-size: var(--theme-font-size-standar); 
  letter-spacing: -0.5px;
}
h5,
.theme-small-title { 
  font-size: var(--theme-font-size-small); 
  letter-spacing: -0.4px;
}
h6,
.theme-extra-small-title { 
  font-size: var(--theme-font-size-xsmall); 
  letter-spacing: -0.3px;
}

.theme-section p {
  font-size: var(--theme-font-size-body);
  margin-bottom: 15px;
  line-height: var(--theme-line-height-body);
}

strong {
  font-weight: var(--theme-heading-font-weight);
}

a, 
.theme-btn-one, 
.theme-navbar-btn,
.theme-btn-two,
.dropdown-item span,
.nav-link,
button, 
.theme-blog-sidebar .wp-block-search__button,
.form-submit input,
input.search-submit,
.theme-accent-text {
  font-size: var(--theme-font-size-xsmall);
  font-weight: var(--theme-semi-bold-font-weight);
  line-height: var(--theme-line-height-heading);
  letter-spacing: -0.3px;
}

span.theme-text-small, 
p.theme-text-small, 
.theme-text-small {
  font-size: var(--theme-font-size-body-small);
}

.theme-text-subheading{
  font-size: var(--theme-font-size-body-xsmall);
  font-weight: var(--theme-medium-font-weight);
  text-transform: uppercase;
  letter-spacing: 1px;
}

i.theme-icon-big { 
  font-size: var(--theme-font-size-large); 
}

i.theme-icon-medium { 
  font-size: var(--theme-font-size-medium); 
}

i.theme-icon-standar { 
  font-size: var(--theme-font-size-standar); 
}

i.theme-icon-small { 
  font-size: var(--theme-font-size-small); 
  line-height: var(--theme-line-height-body);
}

i.theme-icon-extra-small { 
  font-size: var(--theme-font-size-xsmall); 
  line-height: var(--theme-line-height-body);
}

/* ---------------------------------------
  Responsive: Tablet (<= 991px)
---------------------------------------- */
@media (max-width: 991px) {

  .theme-not-found-text { 
    font-size: var(--theme-font-size-xxl-md); 
  }

  h1, 
  .theme-very-big-title { 
    font-size: var(--theme-font-size-xl-md); 
  }
  h2,
  .theme-big-title { 
    font-size: var(--theme-font-size-xl-md); 
  }
  h3,
  .theme-medium-title { 
    font-size: var(--theme-font-size-medium-md); 
  }
}

/* ---------------------------------------
  Responsive: Mobile (<= 768px)
------------------------------------------ */
@media (max-width: 768px) {

  h1,
  .theme-very-big-title { 
    font-size: var(--theme-font-size-xl-sm); 
  }
  h2,
  .theme-big-title { 
    font-size: var(--theme-font-size-xl-sm); 
  }
  h3,
  .theme-medium-title { 
    font-size: var(--theme-font-size-medium-sm); 
  }
  h4,
  .theme-standard-title { 
    font-size: var(--theme-font-size-standar-sm); 
  }
  h5,
  .theme-small-title { 
    font-size: var(--theme-font-size-small-sm); 
  }

}


/* -------------------------------------------------------------------------------------------------
  03. Utility Theme Class - Wira Theme
-------------------------------------------------------------------------------------------------- */

.theme-color-primary{
  color: var(--theme-color-primary);
}

.theme-color-primary-accent{
  color: var(--theme-color-primaryaccent);
}

.theme-color-secondary-accent{
  color: var(--theme-color-secondaryaccent);
}

.theme-color-secondary{
  color: var(--theme-color-secondary);
}

.theme-color-heading{
  color: var(--theme-color-accent);
}

.theme-color-body{
  color: var(--theme-color-text);
}

.theme-color-placeholder{
  color: var(--theme-color-placeholder);
}

.theme-color-white{
  color: var(--theme-color-white);
}

.theme-color-white-overlay{
  color: var(--theme-color-whiteoverlay);
}

/* ---------------------------------------
  Color Bg Class
------------------------------------------ */

.theme-bg-primary{
  background-color: var(--theme-color-primary);
}

.theme-bg-secondary{
  background-color: var(--theme-color-secondary);
}

.theme-bg-primary-accent{
  background-color: var(--theme-color-primaryaccent);
}

.theme-bg-secondary-accent{
  background-color: var(--theme-color-secondaryaccent);
}

.theme-bg-dark{
  background-color: var(--theme-color-tertiarydark);
}

.theme-bg-white{
  background-color: var(--theme-color-white);
}

.theme-bg-white-10{
  background-color: var(--theme-color-white10);
}

.theme-bg-whitesmoke{
  background-color: var(--theme-color-whitesmoke);
}

.theme-bg-tertiary{
  background-color: var(--theme-color-tertiary);
}

/* ---------------------------------------
  Box And Spacing
------------------------------------------ */

.theme-center-wrap{
  width: 100%;
  max-width: var(--theme-medium-center-width);
}

.theme-title-center-wrap{
  width: 100%;
  max-width: var(--theme-center-width);
}

.theme-section{
  width: 100%;
  max-width: var(--theme-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--theme-space-none);
  padding-right: var(--theme-space-none);
}

.theme-space-wider{
  padding-top: var(--theme-space-xl);
  padding-bottom: var(--theme-space-xl);
}

.theme-space-wide{
  padding-top: var(--theme-space-lg);
  padding-bottom: var(--theme-space-lg);
}

.theme-space-medium{
  padding: var(--theme-space-lg);
}

.theme-space-small{
  padding: var(--theme-space-md);
}

.theme-space-xs{
  padding: var(--theme-space-sm);
}

.theme-stack-big {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  font-size: var(--theme-font-size-large);
}


.theme-stack-medium {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: var(--theme-font-size-medium);
}

.theme-stack-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: var(--theme-font-size-small);
}

.theme-stack-extra-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: var(--theme-font-size-small);
}

@media(max-width: 991px){

  .theme-section{
    padding-left: var(--theme-section-x-space);
    padding-right: var(--theme-section-x-space);
  }

  .theme-space-wider{
    padding-top: var(--theme-space-lg);
    padding-bottom: var(--theme-space-lg);
  }
  .theme-space-medium{
    padding: var(--theme-space-md);
  }
}

.theme-rounded{
  border-radius: var(--theme-box-rounded);
}

.theme-rounded-o-hidden{
  border-radius: var(--theme-box-rounded);
}

.theme-box-shadow{
  box-shadow: var(--theme-box-shadow);
}

.theme-box-shadow-hover:hover{
  box-shadow: var(--theme-box-shadow-hover);
}

.theme-circle{
  border-radius: var(--theme-box-circle);
}

.magic-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

#ball {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--theme-color-primary);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out, background-color 0.3s, opacity 0.3s ease; 
  opacity: 1;
  pointer-events: none;
}

#ball.hidden {
  opacity: 0;
}

.wtoolkit-mc-text-wrapper{
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color-tertiarydark60);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 100%;
}


/* -------------------------------------------------------------------------------------------------
  04. Theme Header - Wira Theme
-------------------------------------------------------------------------------------------------- */

/* --- Preloader --- */
.theme-preloader{
  position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color-tertiarydark);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* - Ball Scale Multiple - */

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; 
}

/* - Ball Grid Pulse - */

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.22s;
            animation-delay: 0.22s;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: -0.03s;
            animation-delay: -0.03s;
    -webkit-animation-duration: 1.24s;
            animation-duration: 1.24s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
    -webkit-animation-duration: 1.37s;
            animation-duration: 1.37s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.43s;
            animation-delay: 0.43s;
    -webkit-animation-duration: 1.55s;
            animation-duration: 1.55s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    -webkit-animation-duration: 0.97s;
            animation-duration: 0.97s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
}

/* - Rotate - */
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

/* - Ball Clip Rotate Multiple - */

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; 
}

/* - Ball Clip Rotate Pulse - */

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #fff;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; 
}

/* - Square Spin - */

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; 
}

/* - Line Scale Pulse Out - */

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } 
}

/* --- End - Preloader --- */

/* - Header Bar */
@keyframes fadeInDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.theme-header{
  box-shadow: var(--theme-box-shadow-tight);
}

.site-header{
  position: relative;
  z-index: 997;
}

.theme-add-sticky-header{
  transition: all 1s ease;
}

.theme-header-sticky{
  position: fixed;
  top: 0;
  width: 100%;
  animation: fadeInDown 1s ease;
}

.theme-navbar-overlay{
  margin-bottom: -100px;
  background-color: var(--theme-color-transparent);
  box-shadow: none;
}

.theme-header-overlay{
  padding-top: 200px;
}

.theme-navbar-overlay .theme-nav ul .nav-item .nav-link{
  color: var(--theme-color-whiteoverlay);
}

.theme-nav ul .nav-item .dropdown-menu .dropdown-item .nav-link{
  color: var(--theme-color-text);
}

.theme-header-sticky.theme-navbar-bg-change{
  background-color: var(--theme-color-tertiarydark);
}

.theme-nav ul .nav-item .dropdown-menu,
.theme-nav ul .nav-item .dropdown-submenu,
.theme-nav ul .nav-item .theme-mega-menu{
  background: var(--theme-color-white);
  position: absolute;
  z-index: 999;
  padding: var(--theme-space-none);
  border-radius: var(--theme-box-square);
  border: none;
}

.dropdown,
.dropdown-item{
  position: relative;
}

@media(min-width: 991px){

  .theme-header{
    padding: 0px;
  }

  .dropdown.theme-dropdown ul.dropdown-menu,
  .dropdown-item.theme-dropdown ul.dropdown-submenu,
  .theme-nav ul .nav-item .theme-mega-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-3px);
    transition: all 0.3s ease;
  }
  
  .dropdown.theme-dropdown:hover ul.dropdown-menu,
  .dropdown-item.theme-dropdown:hover ul.dropdown-submenu,
  .has-mega-menu.theme-dropdown:hover .theme-mega-menu{
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .has-mega-menu{
    position: static;
  }

  .theme-nav ul .nav-item .theme-mega-menu{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: var(--theme-content-width);
    max-width: 100%;
  }

  .theme-nav ul .nav-item .dropdown-submenu{
    top: 0;
    margin-left: 166px;
  }

  .theme-nav .dropdown-menu li .nav-link,
  .theme-nav .dropdown-submenu li .nav-link{
    width: 166px;
  }
}

.theme-nav ul .nav-item.current-menu-item .nav-link, 
.theme-nav ul .nav-item .nav-link:hover, 
.theme-nav ul .nav-item .dropdown-toggle:hover , 
.theme-nav ul .dropdown:hover .dropdown-toggle{
  color: var(--theme-color-primary);
}

.theme-nav .dropdown-item:active{
  background-color: inherit;
  color: inherit;
}

.theme-nav ul li .dropdown-item a:hover{
  color: var(--theme-color-white);
}

.theme-nav ul .nav-item .nav-link{
    padding: 30px 15px;
    border-radius: var(--theme-box-square);
    color: var(--theme-color-text);
}

.theme-nav ul li .dropdown-item{
    padding: var(--theme-space-none);
}

.theme-nav ul .nav-item .dropdown-menu .dropdown-item .nav-link{
    padding: var(--theme-space-sm);
}

.theme-nav ul .nav-item .dropdown-menu .dropdown-item .nav-link:hover,
.theme-nav ul .dropdown-item:hover .dropdown-toggle-submenu{
    background-image: var(--theme-gradient-secondary);
    color: var(--theme-color-white);
}

@media (max-width: 991px) {

  .theme-header{
    padding: var(--theme-space-tiny) 0px;
  }

  .theme-header-overlay{
    padding-top: 150px;
  }

  .theme-nav ul .nav-item .dropdown-menu,
  .theme-nav ul .nav-item .dropdown-submenu,
  .theme-nav ul .nav-item .theme-mega-menu{
    position: relative;
  }
  
  .theme-mobile-nav ul.dropdown-menu,
  .theme-mobile-nav ul.dropdown-submenu,
  .theme-nav ul .nav-item .theme-mega-menu{
    display: none;
  }

  .theme-nav ul .nav-item .dropdown-menu,
  .theme-nav ul .nav-item .dropdown-submenu{
    background-color: var(--theme-color-whitesmoke);
    box-shadow: none;
  }


  .theme-nav ul .nav-item .nav-link,
  .theme-nav ul .nav-item .dropdown-menu .dropdown-item .nav-link{
    padding: var(--theme-space-xs);
  }

  .theme-nav ul .nav-item .nav-link.dropdown-toggle,
  .theme-nav ul .nav-item .nav-link.dropdown-toggle-submenu{
    width: 100%;
    justify-content: space-between;
  }

  .theme-nav ul .nav-item .dropdown-toggle::after,
  .theme-nav ul .nav-item .dropdown-toggle-submenu::after{
    margin-left: 0px;
  }

  .theme-mobile-menu.show , .theme-mobile-menu-overlay.show{
    margin-left: 0;
  }

}

button.theme-mobile-menu-btn, 
button.theme-mobile-menu-close{
  align-items: center;
  width: 45px;
  height: 45px;
  padding: var(--theme-space-none);
  border-radius: var(--theme-box-circle);
}

.theme-mobile-menu-btn i, .theme-mobile-menu-close i{
  font-size: var(--theme-font-size-xsmall);
  color: var(--theme-color-white);
  margin-bottom: -2px;
}

.theme-nav ul .nav-item .dropdown-toggle,
.theme-nav ul .nav-item .dropdown-toggle-submenu{
  display: flex;
  align-items: center;
}

.theme-nav ul .nav-item .dropdown-toggle::after,
.theme-nav ul .nav-item .dropdown-toggle-submenu::after{
  font-family: var(--theme-font-awesome);
  font-weight: var(--theme-icon-solid-font-weight);
  font-size: 12px;
  border: none;
  margin-left: 7px;
  content:"\f078"
}

/* ---------------------------------------
  Mobile Menu
------------------------------------------ */

.theme-mobile-menu-btn , .theme-mobile-menu-close{
  border: none;
}
.theme-mobile-menu , .theme-mobile-menu-overlay{
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  margin-left: -100%;
  transition: all 0.3s ease-in-out;
}

.theme-mobile-menu{
  background-color: var(--theme-color-white);
  width: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
}

.theme-mobile-menu-overlay{
  content: '';
  width: 100%;
  background-color: var(--theme-color-tertiarydark60);
  z-index: 998;
}

.theme-mobile-menu-overlay.show{
    transition-delay: 0s;
  }

.theme-mobile-menu.show , .theme-mobile-menu-overlay{
  transition-delay: 0.4s;
}


/* -------------------------------------------------------------------------------------------------
  05. Blog Style - Wira Theme
-------------------------------------------------------------------------------------------------- */

.theme-banner-section{
  background-size: cover;
  background-position: center;
}

.theme-banner-wrapper-overlay{
  background-image: var(--theme-gradient-dark-overlay);
}

.theme-breadcrumb i{
  line-height: inherit;
}

.breadcrumb-title--short { display: none; }
@media (max-width: 768px) {
  .breadcrumb-title--full { display: none; }
  .breadcrumb-title--short { display: inline; }
}

.theme-blog-card{
  overflow: hidden;
}

.theme-thumbnail-post-grid a img{
  width: 100%;
}

.theme-blog-title a {
  font-size: var(--theme-font-size-standar);
  font-weight: var(--theme-heading-font-weight);
}

span.theme-sticky-post{
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 35px;
  right: -55px;
  transform: rotatez(45deg);
}

.theme-post-category {
  position: absolute;
  top: 25px;
  left: 25px;
}

.theme-post-category ul.post-categories{
  display: flex;
  column-gap: 10px;
}

.theme-post-category a {
  display: block;
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
  padding: 10px 25px;
  border-radius: var(--theme-box-rounded);
}

.theme-post-category a:hover {
  color: var(--theme-color-white);
}

.theme-featured-image{
  border-radius: var(--theme-box-rounded);
  overflow: hidden;
}

.theme-thumbnail-post-grid a img {
  border-radius: 30px 30px 0 0;
}

.theme-body-content,
.theme-body-content p{
  color: var(--theme-color-text);
}

ul.theme-pagination{
  column-gap: 10px;
  margin-top: 45px;
  margin-bottom: 0px;
}

ul.theme-pagination li{
  align-items: center;
  justify-content: center;
}

ul.theme-pagination li a,
ul.theme-pagination li a:focus{
  color: var(--theme-color-secondary);
  box-shadow: none;
}

ul.theme-pagination .page-item span.page-link.dots{
  color: var(--theme-color-border);
}

ul.theme-pagination .page-item .prev::after,
ul.theme-pagination .page-item .next::after{
  font-family: var(--theme-font-awesome);
  font-weight: var(--theme-icon-solid-font-weight);
}

ul.theme-pagination .page-item .prev::after{
  content: '\f053';
}

ul.theme-pagination .page-item .next::after{
  content: '\f054';
}

ul.theme-pagination .page-item .page-link,
ul.theme-pagination .page-item.active span.page-link.current,
ul.theme-pagination .page-item span.page-link.dots{
  display: flex;
  border-radius: var(--theme-box-circle);
  padding: var(--theme-space-none);
  border: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

ul.theme-pagination .page-item a:not(.current).page-link{
  background-color: var(--theme-color-whitesmoke);
}

ul.theme-pagination .page-item a:not(.current).page-link:hover{
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

ul.theme-pagination .page-item.active span.page-link.current{
  background-color: var(--theme-color-primary);
}

.theme-blog-sidebar{
  padding: var(--theme-space-md);
  background-color: var(--theme-color-white);
  border-radius: var(--theme-box-rounded);
  margin-bottom: 24px;
  box-shadow: var(--theme-box-shadow);
}

.theme-blog-sidebar:last-child{
  margin-bottom: 0px;
}

.theme-sidebar-right .widget form label.wp-block-search__label , 
.theme-sidebar-right div .widget-title,
.theme-blog-sidebar div .wp-block-heading{
  font-size: var(--theme-font-size-small);
  font-weight: var(--theme-heading-font-weight);
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: dashed 1px var(--theme-color-border);
}

.theme-blog-sidebar .wp-block-search label{
  width: 100%;
}

.theme-blog-sidebar .wp-block-search__input{
  width: 60%;
  border: 1px solid var(--theme-color-border);
  padding: 15px 20px;
}

input.search-field{
  font-family: var(--theme-font-primary);
}

.theme-blog-sidebar .wp-block-search__input:hover{
  border: 1px solid var(--theme-color-primary);
}

.theme-blog-sidebar form.search-form,
.theme-search-wrapper form.search-form{
  display: flex;
  column-gap: 10px;
}

.theme-blog-sidebar form label,
.theme-search-wrapper form label{
  margin-bottom: 0px;
  width: 100%;
}

.theme-blog-sidebar form label input,
.theme-search-wrapper form label input{
	width: 100%;
  border-radius: var(--theme-box-rounded);
  background-color: var(--theme-color-white);
}

.theme-blog-sidebar form label span,
.theme-search-wrapper form label span{
  display: none;
}

.theme-blog-sidebar form input.search-submit,
.theme-search-wrapper form input.search-submit{
  width: 100%;
  max-width: 120px;
}

.theme-blog-sidebar ul{
  margin-bottom: 0px;
}

.theme-blog-sidebar ul li{
  margin-bottom: 15px;
}

.theme-blog-sidebar ul li:last-child{
  margin-bottom: 0px;
}

.comment-form p{
  display: flex;
  flex-direction: column;
}

.comment-notes, p.logged-in-as{
  color: var(--theme-color-text);
}

.comment-form-comment label{
  color: var(--theme-color-accent);
}

p.comment-form-cookies-consent , p.logged-in-as{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.features-grid{
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.features-grid.grid-col-3{
  grid-template-columns: 1fr 1fr 1fr;
}

.theme-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.feature-content-wrapper{
  width: 75%;
}

.theme-gallery-item {
	height: 350px;
	overflow: hidden;
}

.theme-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.form-wrapper{
  position: sticky;
  top: 120px;
}

@media(max-width: 991px){
  p.logged-in-as{
      flex-direction: column;
      align-items: start;
  }

  .theme-blog-sidebar form input.search-submit,
  .theme-search-wrapper form input.search-submit{
    max-width: 40%;
  }
}

@media(max-width: 768px){
  .theme-blog-sidebar form.search-form{
    flex-direction: column;
  }

  .theme-blog-sidebar form input.search-submit{
    max-width: 100%;
    margin-top: 15px;
  }

  .features-grid,
  .features-grid.grid-col-3{
    grid-template-columns: 1fr;
  }

  .feature-content-wrapper{
    width: 100%;
  }

  .theme-gallery-grid {
		grid-template-columns: 1fr;
	}

  .theme-gallery-item {
		height: 300px;
	}
}

.theme-blog-sidebar form.search-form

p.comment-form-cookies-consent label{
  margin-bottom: 0px;
}

.thumb.comments-img{
  width: 100%;
  max-width: 75px;
}

.theme-post-title-dark a{
  color: var(--theme-color-white);
}

.theme-post-title-dark a:hover{
  color: var(--theme-color-primary);
}

.theme-post-title-light a{
  color: var(--theme-color-accent);
}

.theme-post-title-light a:hover{
  color: var(--theme-color-primary);
}

.comment-content p, .comment-content{
  font-size: var(--theme-font-size-body-small);
  line-height: var(--theme-line-height-body);
}

.comment-reply-link{
  font-size: var(--theme-font-size-body-small);
}

.comment-reply-link:hover{
  color: var(--theme-color-primary);
}

h2.comments-title,
h3.comment-reply-title{
  font-size: var(--theme-font-size-small);
}

.comments-title{
  border-bottom: 1px solid var(--theme-color-border);
}

.comments-meta{
  color: var(--theme-color-placeholder);
}

p.form-submit{
  align-items: start;
  margin-bottom: 0px;
}

.reply-title small a{
  margin-left: 5px;
  border-radius: var(--theme-box-square);
}




/* -------------------------------------------------------------------------------------------------
  06. Button Style - Wira Theme
-------------------------------------------------------------------------------------------------- */


/* ---------------------------------------
  Button Style Group
------------------------------------------ */

a,
.theme-btn-text-one,
.wp-block-button__link,
.theme-blog-sidebar .wp-block-search__button,
.theme-btn-text-two,
.theme-btn-text-three,
.theme-btn-hover-one,
.theme-btn-hover-two,
.theme-box-shadow-hover,
input,
textarea,
select,
.theme-btn-arrow-end::after,
.text-btn-wrapper span,
.theme-btn-icon.icon-right{
  transition: all 0.3s ease-in-out;
}

.theme-btn-one:hover,
.theme-navbar-btn:hover,
.theme-btn-two:hover,
.theme-btn-three:hover{
  box-shadow: var(--theme-box-shadow-hover);
}

.theme-btn-one,
.theme-navbar-btn,
.theme-btn-two,
.theme-btn-one:hover,
.theme-navbar-btn:hover,
.theme-btn-two:hover,
.theme-btn-three:hover
button,
.form-submit input,
input.search-submit{
  color: var(--theme-color-white);
}

.theme-btn-three{
  color: var(--theme-color-tertiarydark);
}

.theme-btn span,
.theme-btn::after,
.wtoolkit-btn span{
  position: relative;
  z-index: 2;
}

.theme-btn-one,
.theme-navbar-btn,
.wp-block-button__link,
.theme-btn-two,
.theme-btn-three,
button,
.form-submit input,
input.search-submit{
  position: relative;
  padding: 15px 35px;
  border: none;
  border-radius: var(--theme-box-rounded);
  overflow: hidden;
}

.text-btn-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 1.3em;
  overflow: hidden;
}

.text-btn-wrapper span{
  transform: translateY(0%);
  transform-style: preserve-3d;
}

.theme-btn:hover .text-btn-wrapper span, 
.wtoolkit-btn:hover .text-btn-wrapper span, 
.theme-navbar-btn:hover .text-btn-wrapper span{
  transform: translateY(-100%);
}

.theme-btn-one,
.theme-navbar-btn,
.theme-btn-two,
.theme-btn-three{
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn-text-one,
.theme-btn-text-two,
.theme-btn-text-three{
  display: flex;
}

.theme-btn-one,
.theme-btn-two,
.theme-btn-three{
  transition: all 0.5s linear;
}

.theme-btn-arrow-end:hover.theme-btn-arrow-end::after,
.wtoolkit-btn:hover .theme-btn-icon.icon-right{
  transform: rotate(-45deg);
}

.theme-btn-arrow-end::after,
.theme-btn-arrow-start::before{
  font-family: var(--theme-font-awesome);
  font-weight: var(--theme-icon-solid-font-weight);
}

.theme-btn-arrow-end::after{
  margin-left: 12px;
  content: "\f061";
  transform-style: preserve-3d;
}

.theme-btn-arrow-start::before{
  margin-right: 12px;
  content: "\f060";
}

/* ---------------------------------------
  General Button
------------------------------------------ */

.theme-btn-one,
.theme-navbar-btn,
.theme-btn-two,
.theme-btn-three:hover,
.theme-blog-sidebar .wp-block-search__button,
button,
.form-submit input,
input.search-submit{
  background-image: var(--theme-gradient-primary);
  color: var(--theme-color-white);
}

.form-submit input:hover,
input.search-submit:hover,
.theme-blog-sidebar .wp-block-search__button:hover{
  background-image: var(--theme-gradient-secondary);
  color: var(--theme-color-white);
}

.theme-btn-one:hover,
.theme-navbar-btn:hover,
button:hover{
  background-image: var(--theme-gradient-secondary);
}


/* ---------------------------------------
  Button Text Only
------------------------------------------ */

.theme-btn-text-one,
.theme-btn-text-two,
.theme-btn-text-three,
.theme-breadcrumb-link{
  padding: var(--theme-space-none);
  background-color: transparent;
}

.theme-btn-text-one{
  color: var(--theme-color-secondary);
}

.theme-btn-text-one:hover,
.theme-btn-text-three:hover{
  color: var(--theme-color-primary);
}

.theme-btn-text-two,
.theme-breadcrumb-link{
  color: var(--theme-color-primary);
}

.theme-btn-text-three{
  color: var(--theme-color-white);
}

.theme-btn-text-two:hover,
.theme-breadcrumb-link:hover{
  color: var(--theme-color-secondary);
}

/* ---------------------------------------
  Btn Post Tag
------------------------------------------ */

.theme-btn-post-tag{
  padding: 10px 20px;
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  border-radius: var(--theme-box-rounded);
}

.theme-btn-post-tag:hover{
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

/* ---------------------------------------
  Back to top
------------------------------------------ */

.theme-back-to-top {
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: var(--theme-font-size-small);
  text-align: center;
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  border-radius: var(--theme-box-circle);
  transition: all 0.3s ease-in-out;
}

.theme-back-to-top:hover{
  background-color: var(--theme-color-secondary);
  color: var(--theme-color-white);
}

@media(max-width: 768px){
  .theme-back-to-top{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}