@charset "UTF-8";
/*!
Theme Name: Cetency
Theme URI: https://demo.webtend.net/wp/cetency
Author: Webtend
Author URI: https://webtend.net/
Description: Cetency Agency WordPress Theme. It is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes and impeccable polish in every details. Cetency will make your WordPress look beautiful everywhere.
Version: 1.0.0
Requires PHP: 7.2
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cetency
Tags: blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
*/
/** ===== Common ===== **/
body,
html {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  color: var(--color-body);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden !important;
  word-wrap: break-word;
  background-color: var(--color-white);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-heading);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

i,
span,
a {
  display: inline-block;
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}

p {
  margin: 0 0 20px;
}

.elementor-text-editor p:last-child {
  margin: 0;
}

.elementor-widget-text-editor p:last-child {
  margin: 0;
}

.elementor-icon-list-icon,
.elementor-icon-list-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

dl {
  margin-bottom: 28px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 28px;
}

ol,
ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
ol li li,
ul li li {
  list-style-position: inside;
}
ol li:not(:last-child),
ul li:not(:last-child) {
  margin-bottom: 5px;
}
ol li > ol, ol li > ul,
ul li > ol,
ul li > ul {
  margin-top: 5px;
  margin-bottom: 0;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

a {
  color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--color-secondary);
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a:active {
  color: inherit;
}

table {
  margin: 0 0 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: 1px solid var(--color-border);
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 600;
  color: var(--color-heading);
}

th,
td {
  padding: 12px;
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iframe {
  width: 100%;
  display: block;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 20px 0;
}

/** ===== Headings ===== **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: var(--color-heading);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--color-secondary);
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/** ===== Code ===== **/
pre {
  background: var(--color-light);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  color: #606060;
  white-space: pre-wrap;
  margin: 20px 0;
}

pre,
code,
kbd,
tt,
var {
  font-size: 87.5%;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/** ===== Site Layout ===== **/
.content-container {
  padding: 120px 15px;
  max-width: 1200px;
  margin: auto;
}
.content-container.full-width-container {
  max-width: 100%;
}

.container {
  position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.common-content-padding {
  padding: 130px 0;
}

.site-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-content-wrapper .content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.812%;
          flex: 0 0 65.812%;
  max-width: 65.812%;
}
@media (max-width: 1024px) {
  .site-content-wrapper .content-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-content-wrapper .sidebar-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.624%;
          flex: 0 0 31.624%;
  max-width: 31.624%;
}
@media (max-width: 1024px) {
  .site-content-wrapper .sidebar-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 80px;
  }
}
.site-content-wrapper.left-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.site-content-wrapper.no-sidebar .content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
}

.elementor-button .fa-arrow-right,
.elementor-button .fa-arrow-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/** ===== Input Fields ===== **/
input,
button,
select,
optgroup,
textarea {
  display: block;
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding: 0 30px;
  color: var(--color-body);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  border-color: var(--color-primary);
  color: var(--color-heading);
}

textarea {
  height: 200px;
  padding-top: 20px;
}

select {
  word-wrap: normal;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") !important;
  background-position: right 20px top 50% !important;
  background-repeat: no-repeat !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: transparent;
}

/** ===== Buttons ===== **/
[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=submit],
button[type=submit] {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 5px;
  border: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 35px;
}
input[type=submit]:hover,
button[type=submit]:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

/** ===== Wp Reset ===== **/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
}

/** ===== Gallery ===== **/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.elementor-image-gallery .gallery {
  margin-bottom: 0;
}
.elementor-image-gallery .gallery a {
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/** ===== Wp Block Reset ===== **/
.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 5px;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wp-block-button__link:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}

.is-style-outline .wp-block-button__link {
  padding: 13px 30px;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-calendar {
  margin: 20px 0;
}
.wp-block-calendar caption {
  font-weight: 500;
  font-size: 15px;
  color: var(--color-heading);
  text-align: left;
  margin-bottom: 5px;
}
.wp-block-calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.wp-block-calendar a {
  text-decoration: none;
}

.blocks-gallery-caption {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: center;
  font-size: 15px;
}

.wp-block-cover {
  margin-bottom: 1.5em;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-separator {
  margin: 40px 0;
}

.wp-block-separator:not(.is-style-dots) {
  background-color: #767676;
  border: 0;
  height: 2px;
  text-align: left;
  border-color: transparent;
  max-width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
  content: "···············";
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: calc(1.5 * 1rem);
  padding-left: calc(1.5 * 1rem);
}

blockquote {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 25px;
  border-left: 3px solid var(--color-primary);
  margin: 0 0 30px;
  color: var(--color-heading);
}
blockquote p {
  margin: 0;
}

blockquote cite,
.wp-block-quote cite,
.blockquote cite,
.wp-block-pullquote cite {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 1;
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 3px solid var(--color-primary);
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 30px;
  padding: 5px 30px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: left;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

.wp-block-pullquote {
  margin: 0 0 30px;
  border-top: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-heading);
  padding: 0;
}

.wp-block-pullquote blockquote {
  margin: 0;
  border: none;
  padding: 35px 25px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  width: 100%;
  text-align: center;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  visibility: visible;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  display: initial;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 18px;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

#wp-calendar caption {
  caption-side: top;
}

.wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.wp-block-tag-cloud a {
  text-transform: capitalize;
  line-height: 1;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  color: var(--color-heading);
  background-color: var(--color-light);
  padding: 8px 20px;
  border-radius: 25px;
  line-height: 1.5;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.entry-content .wp-block-search,
.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

/** ===== Site Preloader ===== **/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: var(--color-white);
}
#preloader #loader_inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-secondary);
  -webkit-animation: preloaderSpin 2s linear infinite;
          animation: preloaderSpin 2s linear infinite;
}
#preloader #loader_inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-secondary);
  -webkit-animation: preloaderSpin 3s linear infinite;
          animation: preloaderSpin 3s linear infinite;
}
#preloader #loader_inner::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-secondary);
  -webkit-animation: preloaderSpin 1.5s linear infinite;
          animation: preloaderSpin 1.5s linear infinite;
}

@-webkit-keyframes preloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** ===== Header Navigation ===== **/
.header-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: auto;
  max-width: 1550px;
}

.header-navigation {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100px;
}
.header-navigation .navigation-left,
.header-navigation .navigation-right,
.header-navigation .navigation-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/** ===== Site Menu ===== **/
.site-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-menu ul li {
  height: 100px;
  margin: 0 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1549px) {
  .site-menu ul li {
    margin: 0;
  }
}
.site-menu ul li a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1349px) {
  .site-menu ul li a {
    padding: 10px 8px;
    font-size: 15px;
  }
}
.site-menu ul li a::after {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 8px;
  line-height: 1;
  font-size: 80%;
  display: none;
}
.site-menu ul li a:hover {
  color: var(--color-secondary);
}
.site-menu ul li .sub-menu {
  display: block;
  position: absolute;
  min-width: 200px;
  background-color: var(--color-white);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
          box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  left: 0;
  top: calc(100% + 20px);
  visibility: hidden;
  opacity: 0;
}
.site-menu ul li .sub-menu li {
  height: auto;
  padding: 0;
  margin: 0;
}
.site-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}
.site-menu ul li .sub-menu li a {
  width: 100%;
  color: var(--color-heading);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.site-menu ul li .sub-menu li a:hover {
  color: var(--color-secondary);
}
.site-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.site-menu ul li .sub-menu li:hover .sub-menu {
  top: 0;
}
.site-menu ul li.menu-item-has-children > a::after {
  display: block;
}
.site-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.site-menu ul li.current_page_item > a {
  color: var(--color-secondary);
}

/** ===== Site Logo ===== **/
.site-logo {
  max-width: 250px;
}
.site-logo h2 {
  margin: 0;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
}

/** ===== Header Button ===== **/
.header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 16px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}
.header-btn i {
  font-size: 80%;
  margin-left: 8px;
}
.header-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media (max-width: 1349px) {
  .header-btn {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .header-btn {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .header-btn {
    display: none;
  }
}

/** ===== Canvas Area ===== **/
.canvas-btn {
  position: relative;
  height: 55px;
  width: 55px;
  padding: 15px;
  border-radius: 50%;
  background: rgba(56, 85, 223, 0.07);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
}
.canvas-btn span {
  width: 18px;
  height: 3px;
  background-color: var(--color-primary);
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.canvas-btn span::before, .canvas-btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -7px;
  height: 3px;
  width: 22px;
  background-color: var(--color-primary);
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.canvas-btn span::after {
  width: 13px;
  top: auto;
  bottom: -7px;
}
.canvas-btn:hover span, .canvas-btn:hover span::before, .canvas-btn:hover span::after {
  width: 22px;
}
@media (max-width: 1349px) {
  .canvas-btn {
    margin-left: 20px;
  }
}

.menu-toggler {
  width: 55px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
  background: rgba(56, 85, 223, 0.07);
  display: none;
}
.menu-toggler span {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: var(--color-primary);
}
.menu-toggler span::before, .menu-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  height: 3px;
  width: 30px;
  background-color: var(--color-primary);
}
.menu-toggler span::after {
  top: auto;
  bottom: -8px;
}

/** ===== Header Topbar ===== **/
.header-topbar {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 479px) {
  .header-topbar {
    display: none;
  }
}
.header-topbar .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header-topbar .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-topbar a {
  color: var(--color-body);
}
.header-topbar a:hover {
  color: var(--color-secondary);
}
.header-topbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-topbar ul li {
  margin: 0;
  padding: 0;
}
.header-topbar .contact-info li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .header-topbar .contact-info li:not(:last-child) {
    margin-right: 15px;
  }
}
.header-topbar .contact-info span {
  color: var(--color-secondary);
  margin-right: 5px;
  font-weight: 500;
}
.header-topbar .topbar-menu {
  text-transform: capitalize;
}
.header-topbar .topbar-menu li:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .header-topbar .topbar-menu li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-topbar .topbar-menu {
    margin-top: 10px;
  }
}

/** ===== Mobile Panel ===== **/
.mobile-panel-wrapper .mobile-panel-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
  background-color: var(--color-heading);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.mobile-panel-wrapper .mobile-panel-inner {
  position: fixed;
  z-index: 999;
  background-color: var(--color-white);
  overflow: hidden;
  width: 340px;
  height: 100vh;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 75px 30px 45px;
}
.mobile-panel-wrapper .mobile-panel-inner::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 479px) {
  .mobile-panel-wrapper .mobile-panel-inner {
    width: calc(100% - 30px);
  }
}
.mobile-panel-wrapper.show-panel .mobile-panel-overly {
  opacity: 0.5;
  visibility: visible;
}
.mobile-panel-wrapper.show-panel .mobile-panel-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-panel-wrapper .panel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-secondary);
}
.mobile-panel-wrapper .mobile-panel-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--color-border);
}
.mobile-panel-wrapper .mobile-panel-menu ul li {
  margin: 0;
}
.mobile-panel-wrapper .mobile-panel-menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 45px 10px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-heading);
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.mobile-panel-wrapper .mobile-panel-menu ul li a .link-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  line-height: 1;
  z-index: 2;
  border-left: 1px solid var(--color-border);
  font-size: 14px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li a .link-icon::before, .mobile-panel-wrapper .mobile-panel-menu ul li a .link-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.mobile-panel-wrapper .mobile-panel-menu ul li a .link-icon::after {
  content: "";
}
.mobile-panel-wrapper .mobile-panel-menu ul li a:hover {
  color: var(--color-secondary);
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu {
  display: none;
  border: none;
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu a {
  padding-left: 20px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu .sub-menu .sub-menu a {
  padding-left: 60px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 80px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 100px;
}
.mobile-panel-wrapper .mobile-panel-menu ul li.current_page_item > a {
  color: var(--color-secondary);
}

.site-header.breakpoint-on .menu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header.breakpoint-on .site-menu {
  display: none;
}
.site-header.breakpoint-on .canvas-btn {
  display: none;
}

body.admin-bar .mobile-panel-wrapper .mobile-panel-overly,
body.admin-bar .mobile-panel-wrapper .mobile-panel-inner {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-panel-wrapper .mobile-panel-overly,
body.admin-bar .mobile-panel-wrapper .mobile-panel-inner {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

/** ===== Page Title ===== **/
.page-title-wrapper {
  background-color: var(--color-light);
  padding: 100px 0;
}
.page-title-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-title-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-title-wrapper .page-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page-title-wrapper .page-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
.page-title-wrapper .page-title .title-bg {
  font-size: 20px;
  color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -1;
  line-height: 1;
  max-width: 90%;
}
@media (max-width: 479px) {
  .page-title-wrapper .page-title .title-bg {
    top: 5px;
  }
}
.page-title-wrapper .breadcrumb-wrap {
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-title-wrapper .breadcrumb-wrap {
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .page-title-wrapper .breadcrumb-wrap {
    font-size: 15px;
  }
}
.page-title-wrapper .breadcrumb-wrap a {
  color: var(--color-heading);
}
.page-title-wrapper .breadcrumb-wrap a:hover {
  color: var(--color-secondary);
}
.page-title-wrapper .breadcrumb-wrap > span:not(:first-child) {
  margin-left: 8px;
}

/** ===== Entry Post ===== **/
.entry-post {
  margin-bottom: 50px;
}
.entry-post .entry-summary .entry-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .entry-post .entry-summary .entry-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .entry-post .entry-summary .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .entry-post .entry-summary .entry-title {
    font-size: 22px;
  }
}
.entry-post .entry-summary .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.entry-post .entry-summary .entry-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.entry-post .entry-summary .entry-meta li:not(:last-child) {
  margin-right: 20px;
}
.entry-post .entry-summary .entry-meta li a {
  color: var(--color-body);
}
.entry-post .entry-summary .entry-meta li a:hover {
  color: var(--color-secondary);
}
.entry-post .entry-summary .entry-meta li i {
  margin-right: 5px;
  color: var(--color-secondary);
}
.entry-post .entry-summary .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .entry-post .entry-summary .read-more {
    padding: 16px 20px;
  }
}
.entry-post .entry-summary .read-more i {
  margin-left: 10px;
}
.entry-post .entry-summary .read-more:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.entry-post .entry-summary p {
  margin: 0;
}
@media (max-width: 479px) {
  .entry-post .entry-summary p {
    font-size: 15px;
  }
}
.entry-post .entry-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-post .entry-media img {
  border-radius: 5px;
}
.entry-post .entry-media .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}
.entry-post .entry-media .post-categories a {
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-secondary);
  margin-right: 10px;
  margin-bottom: 10px;
}

/** ===== Entry Post Details ===== **/
@media (max-width: 479px) {
  .entry-post-details .entry-content {
    font-size: 15px;
  }
}
.entry-post-details .entry-content .entry-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .entry-post-details .entry-content .entry-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .entry-post-details .entry-content .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .entry-post-details .entry-content .entry-title {
    font-size: 22px;
  }
}
.entry-post-details .entry-content .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry-post-details .entry-content .entry-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.entry-post-details .entry-content .entry-meta .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .entry-post-details .entry-content .entry-meta .post-categories {
    max-width: 100%;
  }
}
.entry-post-details .entry-content .entry-meta .post-categories a {
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 15px;
  color: var(--color-secondary);
  background-color: rgba(255, 126, 26, 0.15);
}
.entry-post-details .entry-content .entry-meta .post-categories a:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.entry-post-details .entry-content .entry-meta .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-post-details .entry-content .entry-meta .post-author {
    margin-left: 0;
  }
}
.entry-post-details .entry-content .entry-meta .post-author img.avatar {
  border-radius: 50%;
}
.entry-post-details .entry-content .entry-meta .post-author .author-left {
  margin-right: 15px;
}
.entry-post-details .entry-content .entry-meta .post-author .author-name {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.entry-post-details .entry-content .entry-meta .post-author .post-date {
  font-size: 12px;
}
@media (max-width: 767px) {
  .entry-post-details .entry-content .entry-meta > div:not(:first-child) {
    margin-top: 30px;
  }
}
.entry-post-details .entry-content .post-password-form label {
  width: 100%;
  margin: 0;
}
.entry-post-details .entry-content .post-password-form p {
  position: relative;
}
.entry-post-details .entry-content .post-password-form p:last-child {
  margin-bottom: 0;
}
.entry-post-details .entry-content .post-password-form input {
  margin-top: 10px;
  height: 50px;
}
.entry-post-details .entry-content .post-password-form input[type=submit] {
  position: absolute;
  width: auto;
  height: 50px;
  bottom: 0;
  right: 0;
  padding: 0 45px;
}
.entry-post-details .entry-content .post-password-form input[type=password] {
  padding-right: 140px;
}
.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-rss {
  padding: 0;
}
.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-archives-list li,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-comments li,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-latest-posts li,
.entry-post-details .entry-content .wp-block-rss,
.entry-post-details .entry-content .wp-block-rss li {
  list-style: none;
}
.entry-post-details .entry-content .wp-block-search__button {
  border: none;
}
.entry-post-details .content-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-post-details .content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.entry-post-details .content-bottom h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.entry-post-details .content-bottom .post-share {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 767px) {
  .entry-post-details .content-bottom .post-share {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.entry-post-details .content-bottom .post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-post-details .content-bottom .post-share li {
  margin: 0;
  padding: 0;
}
.entry-post-details .content-bottom .post-share li:not(:last-child) {
  margin-right: 20px;
}
.entry-post-details .content-bottom .post-share a {
  color: var(--color-body);
  font-size: 18px;
}
.entry-post-details .content-bottom .post-share a:hover {
  color: var(--color-secondary);
}
.entry-post-details .content-bottom .related-tags {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .entry-post-details .content-bottom .related-tags {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.entry-post-details .content-bottom .related-tags a {
  font-size: 14px;
  line-height: 1;
  color: var(--color-body);
  background-color: var(--color-light);
  padding: 8px 15px;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.entry-post-details .content-bottom .related-tags a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.entry-post-details .content-bottom .related-tags span {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px 10px 0;
}
@media (min-width: 768px) {
  .entry-post-details .content-bottom > div:not(:first-child) {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .entry-post-details .content-bottom > div:not(:first-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .entry-post-details .content-bottom > div:not(:first-child) ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .entry-post-details .content-bottom > div:not(:first-child) {
    margin-top: 20px;
  }
}
.entry-post-details .post-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  padding-top: 35px;
}
.entry-post-details .post-nav-links > div {
  max-width: 45%;
}
.entry-post-details .post-nav-links a {
  color: var(--color-primary);
  font-size: 14px;
  border: 1px solid var(--color-primary);
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .entry-post-details .post-nav-links a {
    padding: 10px 20px;
  }
}
.entry-post-details .post-nav-links a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.entry-post-details .post-nav-links .next-post i {
  margin-left: 8px;
}
@media (max-width: 479px) {
  .entry-post-details .post-nav-links .next-post i {
    margin-left: 5px;
  }
}
.entry-post-details .post-nav-links .prev-post i {
  margin-right: 8px;
}
@media (max-width: 479px) {
  .entry-post-details .post-nav-links .prev-post i {
    margin-right: 5px;
  }
}

/** ===== Comment Template ===== **/
.comments-area {
  margin-top: 80px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  position: relative;
  font-size: 28px;
  padding: 0 0 15px;
  margin: 0 0 40px;
}
.comments-area .comments-title::before, .comments-area .comments-title::after,
.comments-area .comment-reply-title::before,
.comments-area .comment-reply-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
}
.comments-area .comments-title::after,
.comments-area .comment-reply-title::after {
  width: 5px;
  left: 45px;
  background-color: var(--color-white);
  z-index: 2;
}
.comments-area .comment-respond .comment-notes {
  display: none;
}
.comments-area .comment-respond form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent,
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.comments-area .comment-respond .comment-form-url {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 15px;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-author {
    padding: 0;
  }
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 15px;
}
@media (max-width: 479px) {
  .comments-area .comment-respond .comment-form-email {
    padding: 0;
  }
}
.comments-area .comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}
.comments-area .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.comments-area .comment-respond .form-submit {
  margin: 0;
}
.comments-area .comment-respond .logged-in-as {
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: -15px 0 20px;
}
.comments-area .comment-respond .logged-in-as a {
  color: var(--color-heading);
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: var(--color-primary);
}
.comments-area .comment-respond input:not([type=submit]),
.comments-area .comment-respond textarea {
  border-width: 0 0 2px 0;
  border-color: #ebebeb;
  border-radius: 0;
  padding: 0 25px;
  background-color: transparent;
}
.comments-area .comment-respond input:not([type=submit]):focus,
.comments-area .comment-respond textarea:focus {
  background-color: #fbfbfb;
}
.comments-area .comment-respond textarea {
  padding-top: 25px;
  height: 140px;
}
.comments-area .comment-list {
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list li:not(:last-child) {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px dashed #cecece;
}
.comments-area .comment-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list .children li:first-child {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed #cecece;
}
.comments-area .comment-list li.depth-2 > .comment-body {
  padding-left: calc( 100px * 1 );
}
.comments-area .comment-list li.depth-3 > .comment-body {
  padding-left: calc( 100px * 2 );
}
.comments-area .comment-list li.depth-4 > .comment-body {
  padding-left: calc( 100px * 3 );
}
.comments-area .comment-list li.depth-5 > .comment-body {
  padding-left: calc( 100px * 4 );
}
.comments-area .comment-list .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .comments-area .comment-list .comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comments-area .comment-list .comment-body .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .comments-area .comment-list .comment-body .comment-avatar {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.comments-area .comment-list .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comments-area .comment-list .comment-body .comment-content p:last-of-type {
  margin: 0;
}
.comments-area .comment-list .comment-body .comment-content img {
  margin: 15px 0;
}
.comments-area .comment-list .comment-body .comment-content li {
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.comments-area .comment-list .comment-body .comment-content .author-info {
  line-height: 1;
  padding-left: 20px;
}
.comments-area .comment-list .comment-body .comment-content .name {
  font-size: 18px;
  margin: 0 0 20px;
}
.comments-area .comment-list .comment-body .comment-content .date {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-body .comment-content .comment-text {
  border-radius: 5px;
  padding: 15px 20px;
  background-color: var(--color-light);
  font-size: 15px;
  line-height: 1.8;
}
.comments-area .comment-list .comment-body .comment-content .comment-reply-wrapper {
  padding-left: 20px;
  margin-top: 15px;
  line-height: 1.4;
}
.comments-area .comment-list .comment-body .comment-content .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-body);
}
.comments-area .comment-list .comment-body .comment-content .comment-reply-link:hover {
  color: var(--color-primary);
}
.comments-area .comment-list .comment-respond {
  margin-top: 50px;
}
.comments-area .no-comments {
  margin: 40px 0 0;
  font-weight: 600;
  color: var(--color-heading);
}

/** ===== Widget ===== **/
.widget {
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget.widget_block ul, .widget.widget_block ol,
.widget ul,
.widget ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget.widget_block ul li, .widget.widget_block ol li,
.widget ul li,
.widget ol li {
  margin: 0;
}
.widget .widget-title {
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0 0 25px;
  position: relative;
}
.widget .widget-title::before, .widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
}
.widget .widget-title::after {
  width: 5px;
  left: 45px;
  background-color: var(--color-white);
  z-index: 2;
}
.widget a {
  color: var(--color-body);
}
.widget a:hover {
  color: var(--color-secondary);
}
.widget.widget_block .wp-block-categories li, .widget.widget_block .wp-block-archives li, .widget.widget_categories li, .widget.widget_archive li {
  line-height: 1;
}
.widget.widget_block .wp-block-categories li a, .widget.widget_block .wp-block-archives li a, .widget.widget_categories li a, .widget.widget_archive li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.6;
}
.widget.widget_block .wp-block-categories li:not(:last-child), .widget.widget_block .wp-block-archives li:not(:last-child), .widget.widget_categories li:not(:last-child), .widget.widget_archive li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.widget.widget_block .wp-block-categories li .children, .widget.widget_block .wp-block-archives li .children, .widget.widget_categories li .children, .widget.widget_archive li .children {
  padding-left: 15px;
}
.widget.widget_block .wp-block-categories li .children li:first-child, .widget.widget_block .wp-block-archives li .children li:first-child, .widget.widget_categories li .children li:first-child, .widget.widget_archive li .children li:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.widget.widget_calendar caption {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-heading);
  text-align: center;
  margin-bottom: 10px;
}
.widget.widget_calendar table {
  margin: 0 0 15px;
}
.widget.widget_calendar a {
  color: var(--color-secondary);
}
.widget.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.widget.widget_calendar .wp-calendar-nav a {
  color: var(--color-heading);
}
.widget.widget_calendar .wp-calendar-nav a:hover {
  color: var(--color-secondary);
}
.widget.widget_block .wp-block-latest-posts li:not(:last-child), .widget.widget_pages li:not(:last-child), .widget.widget_meta li:not(:last-child), .widget.widget_nav_menu li:not(:last-child), .widget.widget_recent_entries li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget_block .wp-block-latest-posts li .children,
.widget.widget_block .wp-block-latest-posts li .sub-menu, .widget.widget_pages li .children,
.widget.widget_pages li .sub-menu, .widget.widget_meta li .children,
.widget.widget_meta li .sub-menu, .widget.widget_nav_menu li .children,
.widget.widget_nav_menu li .sub-menu, .widget.widget_recent_entries li .children,
.widget.widget_recent_entries li .sub-menu {
  margin-top: 10px;
  padding-left: 15px;
}
.widget.widget_block .wp-block-latest-posts li a, .widget.widget_pages li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_recent_entries li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.widget.widget_block .wp-block-latest-posts li a:hover, .widget.widget_pages li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_recent_entries li a:hover {
  padding-left: 5px;
}
.widget.widget_block .wp-block-latest-comments li:not(:last-child), .widget.widget_recent_comments li:not(:last-child) {
  margin-bottom: 15px;
}
.widget.widget_block .wp-block-latest-comments li a, .widget.widget_recent_comments li a {
  color: var(--color-heading);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}
.widget.widget_block .wp-block-latest-comments li a:hover, .widget.widget_recent_comments li a:hover {
  color: var(--color-secondary);
}
.widget.widget_block .wp-block-latest-comments li .comment-author-link a, .widget.widget_recent_comments li .comment-author-link a {
  font-weight: 500;
}
.widget.widget_rss li:not(:last-child) {
  margin-bottom: 25px;
}
.widget.widget_rss li a.rsswidget {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--color-heading);
  margin-bottom: 5px;
  line-height: 1.4;
}
.widget.widget_rss li a.rsswidget:hover {
  color: var(--color-secondary);
}
.widget.widget_rss li span.rss-date,
.widget.widget_rss li cite {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--color-heading);
}
.widget.widget_rss li cite {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
.widget .wp-block-rss__item:not(:last-child) {
  margin-bottom: 20px;
}
.widget .wp-block-rss__item .wp-block-rss__item-title a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: var(--color-heading);
  margin-bottom: 5px;
  line-height: 1.4;
}
.widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
  color: var(--color-secondary);
}
.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--color-heading);
}
.widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-bottom: 15px;
  display: block;
}
.widget.widget_text {
  font-size: 15px;
}
.widget.widget_text .wp-caption-text {
  padding: 0;
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.widget.widget_tag_cloud .tagcloud a {
  display: block;
  font-size: 16px !important;
  background-color: var(--color-light);
  padding: 8px 18px;
  border-radius: 25px;
  line-height: 1.5;
  margin: 0 10px 10px 0;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.widget.widget_search form {
  position: relative;
}
.widget.widget_search input {
  background-color: var(--color-light);
  height: 50px;
  padding: 0 65px 0 20px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}
.widget.widget_search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  font-size: 15px;
}
.widget.widget_block.widget_search .wp-block-search__label {
  display: block;
}
.widget.widget_block.widget_search .wp-block-search__input {
  padding: 0 30px;
  border: 0;
  height: 60px;
}
.widget.widget_block.widget_search .wp-block-search__button {
  min-width: 90px;
  height: 60px;
  position: static;
  font-size: 14px;
  padding: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--color-border);
}
.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button {
  margin: 0;
  min-width: 60px;
}
.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button svg {
  fill: var(--color-white);
}
.widget .blocks-gallery-grid .blocks-gallery-image,
.widget .blocks-gallery-grid .blocks-gallery-item,
.widget .wp-block-gallery .blocks-gallery-image,
.widget .wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
}
.widget .blocks-gallery-grid .blocks-gallery-image:last-child,
.widget .blocks-gallery-grid .blocks-gallery-item:last-child,
.widget .wp-block-gallery .blocks-gallery-image:last-child,
.widget .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

/** ===== Block Widgets Title ===== **/
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6,
.widget.widget_block .wp-block-search__label {
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0 0 25px;
  position: relative;
}
.widget.widget_block h1::before, .widget.widget_block h1::after,
.widget.widget_block h2::before,
.widget.widget_block h2::after,
.widget.widget_block h3::before,
.widget.widget_block h3::after,
.widget.widget_block h4::before,
.widget.widget_block h4::after,
.widget.widget_block h5::before,
.widget.widget_block h5::after,
.widget.widget_block h6::before,
.widget.widget_block h6::after,
.widget.widget_block .wp-block-search__label::before,
.widget.widget_block .wp-block-search__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
}
.widget.widget_block h1::after,
.widget.widget_block h2::after,
.widget.widget_block h3::after,
.widget.widget_block h4::after,
.widget.widget_block h5::after,
.widget.widget_block h6::after,
.widget.widget_block .wp-block-search__label::after {
  width: 5px;
  left: 45px;
  background-color: var(--color-white);
  z-index: 2;
}

/** ===== Offcanvas Sidebar ===== **/
/** ===== OffCanvas Panel ===== **/
.offcanvas-panel-wrapper .offcanvas-panel-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
  background-color: var(--color-heading);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner {
  position: fixed;
  z-index: 999;
  background-color: var(--color-heading);
  overflow: hidden;
  width: 350px;
  height: 100vh;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 80px 40px 40px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner::-webkit-scrollbar {
  width: 0;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget a,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h1,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h2,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h3,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h4,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h5,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget h6 {
  color: var(--color-white);
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget:not(:last-child) {
  margin-bottom: 40px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget .widget-title {
  color: var(--color-white);
  font-size: 24px;
  margin: 0 0 35px;
  padding: 0;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget .widget-title::before, .offcanvas-panel-wrapper .offcanvas-panel-inner .widget .widget-title::after {
  display: none;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget .tagcloud a {
  color: var(--color-body);
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget .tagcloud a:hover {
  color: var(--color-white);
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget input,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget select,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget textarea {
  background-color: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget textarea {
  padding-top: 25px;
  height: 135px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget select option {
  color: var(--color-body);
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget input[type=submit],
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget button[type=submit] {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 0 30px;
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget input[type=submit]:hover,
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget button[type=submit]:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.offcanvas-panel-wrapper .offcanvas-panel-inner .widget.widget_search input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 45px;
}
.offcanvas-panel-wrapper.show-panel .offcanvas-panel-overly {
  opacity: 0.6;
  visibility: visible;
}
.offcanvas-panel-wrapper.show-panel .offcanvas-panel-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas-panel-wrapper .panel-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-white);
}

body.admin-bar .offcanvas-panel-wrapper .offcanvas-panel-overly,
body.admin-bar .offcanvas-panel-wrapper .offcanvas-panel-inner {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .offcanvas-panel-wrapper .offcanvas-panel-overly,
body.admin-bar .offcanvas-panel-wrapper .offcanvas-panel-inner {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

/** ===== Pagination ===== **/
.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-pagination li {
  margin: 15px 15px 0 0 !important;
}
.page-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 5px;
  background-color: var(--color-light);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-body);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-pagination .page-numbers.current, .page-pagination .page-numbers:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.page-links {
  clear: both;
  margin: 0;
  padding: 25px 0;
}
.page-links .post-page-numbers {
  background-color: var(--color-light);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px 5px;
  color: var(--color-body);
}
.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.page-links .page-links-title {
  margin-right: 10px;
}

/** ===== Contact Form ===== **/
.contact-form-wrapper {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-wrapper .name-field,
.contact-form-wrapper .email-field {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 30px;
}
.contact-form-wrapper .name-field {
  padding-right: 15px;
}
.contact-form-wrapper .email-field {
  padding-left: 15px;
}
.contact-form-wrapper .textarea-field {
  margin-bottom: 30px;
}
.contact-form-wrapper .textarea-field,
.contact-form-wrapper .submit-field {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.contact-form-wrapper textarea {
  height: 150px;
}
.contact-form-wrapper .submit-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.offcanvas-panel-wrapper .contact-form-wrapper .email-field,
.offcanvas-panel-wrapper .contact-form-wrapper .name-field,
.offcanvas-panel-wrapper .contact-form-wrapper .textarea-field {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  margin-bottom: 20px;
}
.offcanvas-panel-wrapper .contact-form-wrapper .submit-field {
  margin: 0;
}

.newsletter-wrapper {
  position: relative;
}
.newsletter-wrapper input {
  height: 70px;
  font-weight: 400;
  border-radius: 10px;
  padding: 0 200px 0 25px;
}
.newsletter-wrapper input[type=submit],
.newsletter-wrapper button[type=submit] {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: auto;
  padding: 5px 30px;
  border-radius: 8px;
}
.newsletter-wrapper button i {
  font-size: 80%;
  margin-left: 8px;
}

/*======= Not Found =======*/
.not-found .not-found-title {
  font-size: 42px;
}
@media (max-width: 767px) {
  .not-found .not-found-title {
    font-size: 32px;
  }
}
.not-found .not-found-content form {
  position: relative;
}
.not-found .not-found-content form input {
  width: 100%;
  padding: 0 80px 0 30px;
  height: 60px;
}
.not-found .not-found-content form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 60px;
  font-size: 18px;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.error-404 {
  padding: 100px 0;
}
.error-404 .error-content {
  text-align: center;
}
.error-404 .error-content .error-img {
  margin-bottom: 40px;
}
.error-404 .error-content .title {
  font-size: 40px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .error-404 .error-content .title {
    font-size: 32px;
  }
}
.error-404 .error-content p {
  font-weight: 500;
  margin: 0;
}
.error-404 .error-content .error-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.error-404 .error-content .error-btn i {
  margin-left: 10px;
}
.error-404 .error-content .error-btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.header-on-content .error-404 {
  padding: 180px 0 100px;
}

/** ===== Site Footer ===== **/
.footer-widgets {
  background-color: var(--color-light);
  padding: 100px 0 60px;
}
.footer-widgets .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-widgets .footer-row .footer-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .footer-widgets .footer-row .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-widgets .footer-row .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-widgets .widget {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 0 40px;
  border-radius: 0;
}
.footer-widgets .widget .widget-title {
  font-size: 20px;
  color: var(--color-primary);
  padding: 0;
  margin-bottom: 25px;
}
.footer-widgets .widget .widget-title a {
  color: var(--color-primary);
}
.footer-widgets .widget .widget-title::before, .footer-widgets .widget .widget-title::after {
  display: none;
}
.footer-widgets .widget.widget_block .wp-block-categories li, .footer-widgets .widget.widget_block .wp-block-archives li, .footer-widgets .widget.widget_categories li, .footer-widgets .widget.widget_archive li {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
}
.footer-widgets .widget.widget_block .wp-block-categories li:not(:last-child), .footer-widgets .widget.widget_block .wp-block-archives li:not(:last-child), .footer-widgets .widget.widget_categories li:not(:last-child), .footer-widgets .widget.widget_archive li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets .widget.widget_block .wp-block-categories li a, .footer-widgets .widget.widget_block .wp-block-archives li a, .footer-widgets .widget.widget_categories li a, .footer-widgets .widget.widget_archive li a {
  font-weight: 400;
}
.footer-widgets .widget.widget_block .wp-block-categories li .children, .footer-widgets .widget.widget_block .wp-block-archives li .children, .footer-widgets .widget.widget_categories li .children, .footer-widgets .widget.widget_archive li .children {
  padding-left: 15px;
  margin-top: 10px;
}
.footer-widgets .widget.widget_block .wp-block-categories li .children li, .footer-widgets .widget.widget_block .wp-block-archives li .children li, .footer-widgets .widget.widget_categories li .children li, .footer-widgets .widget.widget_archive li .children li {
  margin: 0;
  padding: 0;
  border: none;
}
.footer-widgets .widget.widget_block .wp-block-latest-posts li a, .footer-widgets .widget.widget_pages li a, .footer-widgets .widget.widget_meta li a, .footer-widgets .widget.widget_nav_menu li a, .footer-widgets .widget.widget_recent_entries li a {
  font-size: 16px;
  font-weight: 500;
}
.footer-widgets .widget.widget_search input {
  background-color: var(--color-white);
}
.footer-widgets .widget.widget_tag_cloud .tagcloud a {
  background-color: var(--color-white);
}
.footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.footer-copyright {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 15px 0;
}
.footer-copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-copyright .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-copyright .copyright-text {
  margin: 0;
}
@media (max-width: 767px) {
  .footer-copyright .copyright-text {
    margin-top: 15px;
    font-size: 15px;
  }
}