/*-----------------------------------------------------------------------------------

Theme Name: Network
Version: 1.11
Requires at least: 5.4
Tested up to: 6.0.1
Requires PHP: 7.3
Description: Designed by <a href="https://www.ghostpool.com">GhostPool.com</a>.
Author: GhostPool
Author URI: https://www.ghostpool.com
Theme URI: https://themeforest.net/item/network-intranet-extranet-community-wordpress-theme/50747807
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, threaded-comments, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: network

/*--------------------------------------------------------------------------------------

CSS Resets

--------------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  vertical-align: baseline;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*--------------------------------------------------------------------------------------

General Styling

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General Styling - Document
--------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
}
:root {
  --gp-overlay-page-title: #ffffff;
  --gp-overlay-meta-text-color: #eee;
  --gp-overlay-meta-text-color-hover: #ffffff;
}
html {
  height: 100%;
  overflow-x: hidden;
}
.admin-bar html {
  height: calc(100% - 46px);
}
body {
  /*height: 100%; - Added additional scrollbar on learnpress pages due to overflow-x: hidden*/
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.dialog-type-lightbox {
  z-index: 99999 !important;
}

/*--------------------------------------------------------------
General Styling - Text
--------------------------------------------------------------*/

a {
  text-decoration: none;
  transition: all 0.4s;
  color: var(--gp-link-color, var(--gp-primary-color));
}
a:hover {
  color: var(--gp-link-color-hover, var(--gp-secondary-color));
}
a:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  word-break: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
h1 {
  font-size: 2.44em;
}
h2 {
  font-size: 1.95em;
}
h3 {
  font-size: 1.56em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
em,
var,
q {
  font-style: italic;
}
small {
  font-size: small;
  line-height: 1em;
}
sup {
  vertical-align: top;
  font-size: xx-small;
  line-height: 1em;
}
sub {
  vertical-align: bottom;
  font-size: xx-small;
  line-height: 1em;
}
mark {
  padding: 3px 5px;
  border: 1px solid #ffd600;
  background: #ffeb00;
  color: #726c29;
  font-weight: var(--gp-strong-font-weight);
}
ins {
  text-decoration: underline;
}
dl {
  margin-bottom: 20px;
}
dd {
  padding-left: 20px;
  margin-bottom: 10px;
}
dt {
  font-weight: var(--gp-strong-font-weight);
}
hr:not(.wp-block-separator) {
  margin: 28px auto;
  border-top: 0;
  border-bottom-width: 1px;
}

/*--------------------------------------------------------------
General Styling - Lists
--------------------------------------------------------------*/

ol {
  margin: 0 0 1em 1.2rem;
  padding: 0;
}
ol li > * {
  margin-bottom: 0;
}
ul {
  margin: 0 0 1em 1.2rem;
  padding: 0;
  list-style-type: disc;
}
ul li > * {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
General Styling - Fields/Button styling
--------------------------------------------------------------*/

/* Inputs ************************************/

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
.wp-block-search__input,
textarea,
select,
::placeholder {
  max-width: 100%;
  font-family: inherit;
  background: var(--gp-section-bg-color);
  border-color: var(--gp-misc-border-color);
  color: var(--gp-tertiary-color);
  appearance: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.select2-dropdown {
  font-family: inherit;
  background: var(--gp-section-bg-color);
  border-color: var(--gp-misc-border-color);
  color: var(--gp-tertiary-color);
}
.select2-dropdown {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--gp-tertiary-color);
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
.wp-block-search__input:focus,
textarea:focus {
  background: #f8f8f8;
}
.gp-color-dark input[type="text"]:focus,
.gp-color-dark input[type="number"]:focus,
.gp-color-dark input[type="email"]:focus,
.gp-color-dark input[type="password"]:focus,
.gp-color-dark input[type="search"]:focus,
.gp-color-dark input[type="tel"]:focus,
.gp-color-dark input[type="url"]:focus,
.gp-color-dark input[type="date"]:focus,
.gp-color-dark .wp-block-search__input:focus,
.gp-color-dark textarea:focus {
  background: #171819;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin: 0 8px 0 0;
  background: none;
}
input[type="radio"] {
  appearance: radio;
}
input[type="checkbox"] {
  appearance: checkbox;
}
input[type="submit"] {
  cursor: pointer;
}
textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
}
select {
  appearance: auto;
}

/* Buttons ************************************/

button {
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.gp-theme .elementor-button {
  transition: all 0.4s;
  cursor: pointer;
  border: 0;
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  color: var(--gp-button-text-color);
  font-weight: var(--gp-strong-font-weight);
  white-space: nowrap;
  appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover,
.gp-theme .elementor-button:hover {
  background: var(--gp-button-bg-color-hover, var(--gp-secondary-color));
  color: var(--gp-button-text-color);
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus,
.button:focus,
.gp-theme .elementor-button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
  outline: 2px solid transparent;
}
input[type="button"]:focus:not(:focus-visible),
input[type="submit"]:focus:not(:focus-visible),
input[type="reset"]:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
.gp-theme .elementor-button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
input::-moz-focus-inner {
  margin-top: 0;
  margin-bottom: -1px;
  padding: 0;
  border: 0;
}

/* Other ************************************/

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Placeholder text ************************************/

::placeholder {
  opacity: 0.5;
  background: none;
  color: var(--gp-tertiary-color);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  background: none;
  color: var(--gp-tertiary-color);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
  background: none;
  color: var(--gp-tertiary-color);
}

/*--------------------------------------------------------------
General Styling - WP Editor
--------------------------------------------------------------*/

.gp-theme .wp-switch-editor {
  border-radius: 0;
  background: var(--gp-misc-bg-color);
  color: var(--gp-body-text-color);
  border-color: var(--gp-misc-border-color);
}
.gp-theme .wp-editor-container {
  border-color: var(--gp-misc-border-color);
}
.gp-theme .mce-textbox {
  background: none;
}

/* Tabs ************************************/

.gp-theme .html-active .switch-html,
.gp-theme .tmce-active .switch-tmce {
  background: var(--gp-misc-bg-color);
  color: var(--gp-body-text-color);
  border-bottom-color: var(--gp-misc-bg-color);
}

/* Quicktags Toolbar ************************************/

.gp-theme .wp-editor-wrap .quicktags-toolbar {
  border-color: var(--gp-misc-border-color);
  background: var(--gp-misc-bg-color);
}
.gp-theme .wp-editor-wrap.wp-core-ui .button,
.gp-theme .wp-editor-wrap.wp-core-ui .button-secondary {
  color: #2271b1;
  border-color: #2271b1;
  background: var(--gp-misc-bg-color);
}

/* MCE Toolbar ************************************/

.gp-theme div.mce-panel {
  background: var(--gp-misc-bg-color);
}

/* Paragraph Dropdown */
.gp-theme .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-radius: 2px;
  background: var(--gp-misc-bg-color);
  border: 1px solid var(--gp-quarternary-color);
  box-shadow: none;
}
.gp-theme .mce-menubtn button {
  color: var(--gp-quarternary-color);
}
.gp-theme .mce-panel .mce-btn i.mce-caret {
  border-top-color: var(--gp-quarternary-color);
}
.gp-theme .mce-panel .mce-btn:focus i.mce-caret,
.gp-theme .mce-panel .mce-btn:hover i.mce-caret {
  border-top-color: var(--gp-quarternary-color);
}
.gp-theme .mce-panel .mce-active i.mce-caret {
  border-bottom-color: var(--gp-quarternary-color);
}

/* MCE Buttons */
.gp-theme div.mce-toolbar-grp,
.gp-theme .mce-btn-group:not(:first-child) {
  border-color: var(--gp-misc-border-color);
}
.gp-theme .mce-toolbar .mce-btn button,
.gp-theme .qt-dfw {
  border-radius: 2px;
  border: 0;
  background: none;
  box-shadow: none;
}
.gp-theme .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.gp-theme .mce-toolbar .mce-btn-group .mce-btn:active,
.gp-theme .qt-dfw.active {
  background: var(--gp-misc-bg-color);
  border-color: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
}
.gp-theme .mce-toolbar .mce-btn-group .mce-btn:focus,
.gp-theme .mce-toolbar .mce-btn-group .mce-btn:hover,
.gp-theme .qt-dfw:focus,
.gp-theme .qt-dfw:hover {
  background: var(--gp-misc-bg-color);
  border-color: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  box-shadow: none;
}
.gp-theme .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus,
.gp-theme .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
  border-color: var(--gp-misc-bg-color);
}
.gp-theme .mce-btn.mce-active,
.gp-theme .mce-btn.mce-active button,
.gp-theme .mce-btn.mce-active i,
.gp-theme .mce-btn.mce-active:hover button,
.gp-theme .mce-btn.mce-active:hover i {
  background: var(--gp-misc-border-color);
  color: var(--gp-quarternary-color);
}
.gp-theme .wp-editor-container button:hover {
  background: transparent;
}
.gp-theme .mce-toolbar .mce-ico {
  color: var(--gp-quarternary-color);
}
.gp-theme .mce-menu-item.mce-disabled,
.gp-theme .mce-menu-item.mce-disabled:hover,
.gp-theme .mce-menu .mce-menu-item.mce-disabled:hover {
  background: var(--gp-misc-border-color);
}

/* Special Characters Popup ************************************/

.gp-theme .mce-charmap td:hover {
  background: var(--gp-primary-color);
}

/* Popups ************************************/

.gp-theme .mce-window .mce-window-head {
  background: var(--gp-misc-bg-color);
  border-color: var(--gp-misc-border-color);
}
.gp-theme .mce-window .mce-window-head .mce-title {
  color: var(--gp-body-text-color);
}
.gp-theme .mce-window .mce-foot {
  border-color: var(--gp-misc-border-color);
}

/* Insert Link ************************************/

.gp-theme div.mce-inline-toolbar-grp.mce-arrow-up:after {
  border-bottom-color: var(--gp-misc-bg-color);
}
.gp-theme #wp-link-wrap {
  background: var(--gp-misc-bg-color);
}
.gp-theme #link-modal-title {
  background: var(--gp-misc-bg-color);
  border-color: var(--gp-misc-border-color);
}
.gp-theme #wp-link .submitbox {
  background: var(--gp-misc-bg-color);
  border-color: var(--gp-misc-border-color);
}

/* Text - Textarea ************************************/

.gp-theme .wp-editor-container textarea.wp-editor-area {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: inherit;
  color: var(--gp-tertiary-color);
}

/*--------------------------------------------------------------
General Styling - Table
--------------------------------------------------------------*/

table,
.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table {
  margin-top: 28px;
  margin-bottom: 28px;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: 10px;
  border: 1px solid var(--gp-misc-border-color);
}
table th,
.wp-block-table th {
  font-weight: var(--gp-strong-font-weight);
}

/*--------------------------------------------------------------
General Styling - Visibility
--------------------------------------------------------------*/

.gp-clear {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}
.gp-hidden {
  display: none;
}
.invisible {
  visibility: visible;
}
.js .invisible {
  visibility: hidden;
}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
General Styling - Embeds
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
General Styling - Other
--------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}
.elementor img.avatar,
.elementor .item-avatar img,
img.avatar,
.item-avatar img {
  border-radius: 50%;
}
.gp-color-dark .gp-invert-color {
  filter: invert(1);
}

/*--------------------------------------------------------------
General Styling - Icons
--------------------------------------------------------------*/

.gp-icon {
  transition: all 0.4s;
}
a .gp-icon {
  transition: none;
}
.gp-icon:not(.gp-fill-svg) {
  fill: none !important;
  stroke: currentColor;
}
.gp-icon.gp-fill-svg {
  stroke: none !important;
  fill: currentColor;
}

/*--------------------------------------------------------------
General Styling - Notices
--------------------------------------------------------------*/

.gp-notice {
  background: #ffc107;
  color: #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

/*--------------------------------------------------------------
General Styling - FlexSlider
--------------------------------------------------------------*/

/* General ************************************/

.gp-slider {
  position: relative;
  zoom: 1;
}
.gp-slider .slides {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style-type: none;
  line-height: 1;
}
.gp-slider .slides > li {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  backface-visibility: hidden;
}
.gp-slider .slides li > img {
  width: 100%;
  line-height: 0;
}
.gp-slider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .gp-slider .slides {
  display: block;
}
* html .gp-slider .slides {
  height: 1%;
}

/* Prev/next nav ************************************/

.gp-slider .flex-direction-nav {
  display: flex;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
.gp-slider .flex-direction-nav .flex-nav-prev {
  margin-left: 20px;
}
.gp-slider .flex-direction-nav .flex-nav-next {
  margin-right: 20px;
}
.gp-slider .flex-direction-nav a {
  display: flex;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.gp-slider .flex-direction-nav .gp-icon {
  stroke: var(--gp-button-text-color);
  width: 24px;
  height: 24px;
}
.gp-slider .flex-direction-nav a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gp-slider .flex-direction-nav .flex-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}

/* Buttons nav ************************************/

.gp-slider .flex-control-nav {
  display: flex;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 10px 0 0 0;
  line-height: 0;
  justify-content: center;
}
.gp-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 2px 0 2px;
  padding: 0;
  list-style: none;
}
.gp-slider .flex-control-nav li a {
  position: relative;
  z-index: 99;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  text-indent: -8999px;
  cursor: pointer;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
  background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
General Styling - Loader
--------------------------------------------------------------*/

.gp-loader {
  display: none;
}
.gp-loading .gp-loader {
  display: block;
}
.gp-loading .gp-loader .gp-section-style {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gp-circle {
  width: 10px;
  height: 10px;
  background-color: var(--gp-body-text-color);
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0;
  animation: fade 1s ease-in-out forwards;
  animation-iteration-count: infinite;
}
.gp-circle:nth-child(2) {
  animation-delay: 0.2s; /* Delay for the second circle */
}
.gp-circle:nth-child(3) {
  animation-delay: 0.4s; /* Delay for the third circle */
}

/*--------------------------------------------------------------------------------------

Sections

--------------------------------------------------------------------------------------*/

body .gp-section {
  padding: calc(var(--gp-section-margin) / 2);
}
.gp-section:empty {
  display: none;
}
.gp-section-style {
  height: 100%;
}

/*--------------------------------------------------------------------------------------

Footer

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Footer - General
--------------------------------------------------------------*/

.gp-footer.gp-section-style {
  padding: 15px 30px;
  align-items: center;
}
.gp-footer-text {
  width: 100%;
  color: var(--gp-body-text-color);
}

/*--------------------------------------------------------------
Footer - Back To Top Button
--------------------------------------------------------------*/

.gp-back-to-top-button {
  display: block;
  position: fixed;
  z-index: 9999;
  right: calc(var(--gp-page-padding) + (var(--gp-section-margin) / 2));
  bottom: calc(var(--gp-page-padding) + (var(--gp-section-margin) / 2));
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 50px;
  height: 50px;
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  border-radius: var(--gp-section-border-radius);
}
.gp-back-to-top-button.gp-active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gp-back-to-top-button .gp-arrow-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.gp-back-to-top-button .gp-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  fill: var(--gp-button-text-color);
  stroke: var(--gp-button-text-color);
  color: var(--gp-button-text-color);
}

/*--------------------------------------------------------------------------------------

Nav Menus

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Top level
--------------------------------------------------------------*/

/* Menu Ul ************************************/

.gp-menu-ul {
  position: relative;
  margin: 0;
  list-style: none;
  /*font-size: 0; /* Removes the .menu-item inline-block gaps */
}

/* Menu Li ************************************/

.menu-item {
  position: relative;
  line-height: 1;
}

/* Menu Link ************************************/

.gp-menu-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  word-break: normal;
  overflow-wrap: anywhere;
}
.gp-menu-color-switcher-link .gp-menu-link {
  justify-content: space-between;
}
.gp-menu-icon-link {
  display: flex;
  align-items: center;
}

/* Divider ************************************/

.gp-menu-divider {
  transition: width 0.45s ease;
  display: block;
  background-color: var(--gp-misc-border-color);
  width: 100%;
  height: 1px;
}

/* Sub menu ************************************/

.menu-item .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
}
.menu-item .sub-menu .sub-menu {
  display: block;
}
.gp-menu-li:hover .sub-menu {
  display: block;
}

/*--------------------------------------------------------------------------------------

Post

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Post - Text
--------------------------------------------------------------*/

.gp-page-text {
  overflow: hidden;
}
.gp-page-text p:first-child {
  margin-block-start: 0;
}

/*--------------------------------------------------------------
Post - Featured Image
--------------------------------------------------------------*/

/* Image */
.gp-featured-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gp-single-image-section .gp-featured-image {
  height: 310px;
}
.gp-featured-image-data {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.gp-featured-image-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video */
.gp-featured-video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.gp-featured-video iframe,
.gp-featured-video video {
  width: 100%;
  min-height: 100%;
}
.gp-featured-video .wp-video,
.gp-featured-video .mejs-container,
.gp-featured-video .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}

/* Audio */
.gp-theme .mejs-button > button,
.gp-theme .mejs-button > button:hover,
.gp-theme .mejs-button > button:focus {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

/* Gallery Slider */
.gp-gallery-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.gp-gallery-slider .slides,
.gp-gallery-slider .slides li {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.gp-gallery-slider .gp-gallery-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
Post - Page Title
--------------------------------------------------------------*/

.gp-page-title {
  margin: 0 0 12px 0;
}
.page .gp-page-title {
  margin: 0 0 24px 0;
}
.gp-image-data-overlay .gp-page-title {
  color: var(--gp-overlay-page-title);
}
.page .gp-image-data-overlay .gp-page-title {
  margin: 0;
}

/*--------------------------------------------------------------
Post - Meta Data
--------------------------------------------------------------*/

/* Plain Style  ************************************/

.gp-meta-data {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: start;
}
.gp-meta-data-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px 4px 0;
  color: var(--gp-tertiary-color);
}
.gp-meta-data-item.gp-meta-data-categories {
  margin: 0 10px 0 0;
}
.gp-meta-data-item,
.gp-meta-data-item a {
  font-size: 12px;
  line-height: 18px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-tertiary-color);
}
.gp-meta-data-item a:hover {
  color: var(--gp-secondary-color);
}
.gp-meta-data-item .gp-icon {
  margin: 0px 5px 0px 0px;
  width: 15px;
  height: 15px;
  font-size: 15px;
}
.gp-top-meta-data .gp-meta-data-categories-links {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gp-top-meta-data .gp-meta-data-categories-links a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 4px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.9em !important;
  line-height: 1 !important;
  background: var(--gp-primary-color);
}
.gp-top-meta-data .gp-meta-data-categories-links a:after {
  content: "";
  display: block;
  margin-bottom: -3px;
}

/* Boxed Style  ************************************/

.gp-style-boxed .gp-meta-data-item {
  margin: 0 10px 4px 0;
  padding: 4px 10px;
  border-radius: 50px;
  background: var(--gp-misc-bg-color);
  color: var(--gp-quarternary-color);
}
.gp-style-boxed .gp-meta-data-item a {
  color: var(--gp-secondary-color);
}
.gp-style-boxed .gp-meta-data-item .gp-icon {
  color: var(--gp-quarternary-color);
  width: 18px;
  height: 18px;
  font-size: 18px;
}

/* Featured Image Overlay  ************************************/

.gp-image-data-overlay .gp-style-plain .gp-meta-data-item,
.gp-image-data-overlay .gp-style-plain .gp-meta-data-item a {
  color: var(--gp-overlay-meta-text-color);
}
.gp-image-data-overlay .gp-style-plain .gp-meta-data-item a:hover {
  color: var(--gp-overlay-meta-text-color-hover);
}

/* Single Post/Page  ************************************/

.gp-single-meta-data.gp-bottom-meta-data {
  margin: 0 0 20px 0;
}
.gp-image-data-overlay .gp-single-meta-data.gp-bottom-meta-data {
  margin: 0;
}
.gp-single-meta-data .gp-meta-data-item {
  margin: 0 15px 10px 0;
}
.gp-single-meta-data .gp-meta-data-item .gp-icon {
  margin: 0 7px 0 0;
}

/*--------------------------------------------------------------
Post - Post Tags
--------------------------------------------------------------*/

.gp-post-tags {
  display: flex;
  flex-wrap: wrap;
  /*REMOVED since v1.3 
float: left;causes issues with like/dislike*/
  width: 100%;
  margin-top: 25px;
  clear: both;
  overflow: hidden;
}
.gp-post-tags a {
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
  background: var(--gp-misc-bg-color);
  border-radius: var(--gp-button-border-radius);
  color: var(--gp-quarternary-color);
}
.gp-post-tags a:hover {
  background: var(--gp-secondary-color);
  color: var(--gp-button-text-color);
}

/*--------------------------------------------------------------
Post - Like/Dislike
--------------------------------------------------------------*/

.gp-like-dislike-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  clear: both;
  overflow: hidden;
}
.gp-like-dislike-icon {
  display: flex;
  align-items: center;
  padding: 10px;
  background: var(--gp-misc-bg-color);
  border-radius: var(--gp-button-border-radius);
  cursor: pointer;
}
.gp-like-dislike-section[data-status="voted"] .gp-like-dislike-icon {
  cursor: default;
}
.gp-like-dislike-icon .gp-icon {
  display: block;
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
}
.gp-like-dislike-section[data-status=""] .gp-like-dislike-icon:hover .gp-icon,
.gp-like-dislike-icon.gp-selected .gp-icon {
  fill: var(--gp-secondary-color);
  stroke: var(--gp-secondary-color);
  color: var(--gp-secondary-color);
}
.gp-like-icon + .gp-dislike-icon {
  margin-left: 10px;
}
.gp-like-dislike-count {
  margin-left: 5px;
  font-size: 14px;
  line-height: 1;
  color: var(--gp-quarternary-color);
}
.gp-like-dislike-section[data-status=""]
  .gp-like-dislike-icon:hover
  .gp-like-dislike-count,
.gp-like-dislike-icon.gp-selected .gp-like-dislike-count {
  color: var(--gp-secondary-color);
}

/*--------------------------------------------------------------
Post - Author Info
--------------------------------------------------------------*/

.gp-author-post-nav-section {
  display: flex;
  flex-direction: column;
}
.gp-author-info-section {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
.gp-author-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}
.gp-author-info > div:nth-last-child(2) {
  flex-grow: 1;
}
.gp-author-info-name {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-body-text-color);
}
.gp-author-info-avatar {
  margin: 0 0 15px 0;
  line-height: 0;
}
.gp-author-info-avatar img {
  border-radius: 50%;
}
.gp-author-info-desc {
  font-size: 14px;
  line-height: 20px;
  color: var(--gp-tertiary-color);
}
.gp-author-info-social-links {
  margin-top: 20px;
}
.gp-author-info-social-links .gp-icon {
  fill: var(--gp-secondary-color);
  stroke: var(--gp-secondary-color);
  color: var(--gp-secondary-color);
  width: 30px;
  height: auto;
  font-size: 30px;
}
.gp-author-info-social-links a:hover .gp-icon {
  fill: var(--gp-primary-color);
  stroke: var(--gp-primary-color);
  color: var(--gp-primary-color);
}

/*--------------------------------------------------------------
Post - Post Navigation
--------------------------------------------------------------*/

.gp-post-navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gp-post-navigation-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.gp-post-navigation-link.gp-no-image {
  background: var(--gp-secondary-color);
}
.gp-post-navigation-link img {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.gp-post-navigation-data {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gp-no-image .gp-post-navigation-data {
  background-image: none;
}
.gp-post-navigation-title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-overlay-page-title);
}
.gp-post-navigation-label {
  margin: 0 0 10px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
Post - Related Posts 
--------------------------------------------------------------*/

.gp-related-post-heading {
  margin: 0 0 24px 0;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-body-text-color);
}
.gp-related-posts-inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
.gp-related-posts-image {
  margin: 0 0 15px 0;
}
.gp-related-post-title {
  margin: 0 0 5px 0;
}
.gp-related-post-title a {
  font-size: 16px;
  line-height: 22px;
  color: var(--gp-body-text-color);
  font-weight: var(--gp-strong-font-weight);
}
.gp-related-post-title a:hover {
  color: var(--gp-primary-color);
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
  position: relative;
}
.gp-comments-heading {
  display: flex;
  align-items: start;
  margin: 0 0 24px 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: var(--gp-strong-font-weight);
  letter-spacing: -0.5px;
}
.gp-comments-number {
  margin-left: 10px;
  padding: 5px 10px;
  align-self: center;
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  color: var(--gp-button-text-color);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: var(--gp-strong-font-weight);
}
.comment-reply-title {
  display: block;
  margin: 0 0 10px 0;
  font-weight: var(--gp-strong-font-weight);
}
.commentlist {
  margin: 0;
  list-style: none;
}
.gp-comment-li {
  position: relative;
  margin: 0;
  list-style: none;
}
.commentlist .children {
  position: relative;
  margin: 0 0 0 15px;
  list-style: none;
}
.commentlist .children .gp-comment-li:not(:last-child):before {
  position: absolute;
  top: 60px;
  left: 24px;
  width: 10px;
  height: calc(100% - 40px);
  border: 0 solid var(--gp-misc-border-color);
  border-left-width: 2px;
}
.gp-comment-body {
  display: flex;
  margin-bottom: 25px;
  word-break: normal;
  overflow-wrap: anywhere;
}
.children .gp-comment-body {
  margin-bottom: 30px;
}
.gp-comment-avatar {
  position: relative;
  height: 50px;
  flex-shrink: 0;
}
.children li:first-child > .gp-comment-body > .gp-comment-avatar:before {
  position: absolute;
  bottom: 14px;
  left: -26px;
  width: 10px;
  height: 70px;
  border: 0 solid var(--gp-misc-border-color);
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-bottom-left-radius: 10px;
}
.children
  .children
  li:first-child
  > .gp-comment-body
  > .gp-comment-avatar:before {
  bottom: 25px;
}
.gp-comment-avatar img {
  position: relative;
  width: 50px;
  height: auto;
  margin-right: 20px;
  border-radius: 50%;
}
.bypostauthor .gp-comment-avatar img {
  padding: 2px;
  border: 2px solid var(--gp-primary-color);
}
.gp-comment-content {
  position: relative;
  flex: 1 1 auto;
}
.gp-comment-has-replies > .gp-comment-body > .gp-comment-content:before {
  position: absolute;
  top: 60px;
  left: -46px;
  width: 10px;
  height: 100%;
  border: 0 solid var(--gp-misc-border-color);
  border-left-width: 2px;
}
.children
  .gp-comment-has-replies
  > .gp-comment-body
  > .gp-comment-content:before {
  height: calc(100% - 25px);
}
.gp-comment-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  line-height: 1;
}
.gp-comment-author {
  margin: 0 10px 5px 0;
}
.gp-comment-author,
.gp-comment-author a {
  color: var(--gp-body-text-color);
  font-size: 15px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
}
.gp-comment-author a:hover {
  color: var(--gp-primary-color);
}
.gp-comment-date-time {
  margin-bottom: 5px;
  flex: 1 0 auto;
  font-size: 13px;
  line-height: 15px;
  color: var(--gp-tertiary-color);
}
.gp-comment-text {
  margin: 0 0 12px -70px;
  font-size: 14px;
  line-height: 20px;
}
.gp-comment-text > p:last-child {
  margin-bottom: 0;
}
.gp-comment-username {
  margin-bottom: 15px;
  min-height: 19px;
  font-size: 13px;
  line-height: 19px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-tertiary-color);
}
.gp-comment-username a {
  color: var(--gp-tertiary-color);
}
.gp-comment-links {
  margin-left: -70px;
  line-height: 1;
  color: var(--gp-tertiary-color);
}
.gp-comment-links a {
  font-size: 13px;
  line-height: 19px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-tertiary-color);
}
.gp-comment-links a:hover {
  color: var(--gp-body-text-color);
}
#respond + .gp-comment-links {
  display: none;
}
.gp-comment-links a {
  margin-right: 20px;
}
.gp-comment-awaiting-approval {
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
  background: var(--gp-misc-bg-color);
  border-left: 5px solid #e2ab48;
  border-radius: 5px;
  color: var(--gp-body-text-color);
}
.comment-notes {
  font-size: 13px;
  line-height: 19px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-tertiary-color);
}

/*--------------------------------------------------------------
Comments - Pagination
--------------------------------------------------------------*/

.gp-comments .gp-pagination {
  margin: 0 0 25px 0;
}

/*--------------------------------------------------------------
Comments - Comment form
--------------------------------------------------------------*/

#respond {
  position: relative;
}
#respond label {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
#respond label[for="comment"] {
  display: none;
}
#commentform p {
  display: block;
  width: 100%;
  line-height: 0;
}
.gp-comment-field {
  margin-bottom: 20px;
}
#commentform .comment-form-comment {
  margin: 0;
  padding: 0;
}
.gp-comments-section .comment-form-comment textarea {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#commentform .form-submit {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: var(--gp-form-field-border-radius);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
  border-color: var(--gp-misc-border-color);
  text-align: right;
}
#commentform .form-submit button {
  padding: 15px !important;
  line-height: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
#commentform .form-submit button .gp-icon {
  fill: var(--gp-button-bg-color, var(--gp-primary-color));
  stroke: var(--gp-button-bg-color, var(--gp-primary-color));
  color: var(--gp-button-bg-color, var(--gp-primary-color));
}
#commentform .form-submit button:hover .gp-icon {
  fill: var(--gp-button-bg-color-hover, var(--gp-secondary-color));
  stroke: var(--gp-button-bg-color-hover, var(--gp-secondary-color));
  color: var(--gp-button-bg-color-hover, var(--gp-secondary-color));
}
#commentform p.logged-in-as,
#commentform p.comment-notes,
#commentform p.comment-form-cookies-consent label {
  display: none;
  margin-bottom: 12px;
  font-size: 90%;
  line-height: 1.4em;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#commentform p.comment-form-cookies-consent label {
  display: inline;
}
#cancel-comment-reply-link {
  display: block;
  margin: 5px 0 10px 0;
  font-size: small;
  line-height: 1;
}

/*--------------------------------------------------------------------------------------

Archives

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Archives - Archive Title
--------------------------------------------------------------*/

.gp-archive-title {
  margin: 0;
}
.gp-image-data-overlay .gp-archive-title {
  color: var(--gp-overlay-page-title);
}
.gp-archive-desc {
  color: var(--gp-overlay-meta-text-color-hover);
  margin: -30px 0 0 0;
}
.gp-image-data-overlay .gp-archive-desc {
  margin: 5px 0 0 0;
}
.gp-archive-desc p:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
Archives - Loop Items
--------------------------------------------------------------*/

/* Section ************************************/

.gp-loop-items-posts,
.gp-loop-items-courses {
  display: grid;
  grid-template-columns: 1fr;
}
.gp-loop-item .gp-section-style {
  display: flex;
}
.sticky.gp-loop-item .gp-section-style {
  border-left: 10px solid var(--gp-primary-color);
}
.gp-element-items .gp-loop-item .gp-section-style {
  box-shadow: none;
  background: none;
  border-color: var(--gp-misc-border-color);
}
.gp-element-items .gp-loop-item:last-child .gp-section-style {
  padding-bottom: 0 !important;
  border-width: 0 !important;
}
.gp-archive-posts .gp-loop-item .gp-section-style {
  flex-direction: column;
}

/* Featured Item ************************************/

.gp-loop-image {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}
.gp-archive-posts .gp-loop-image {
  width: 100%;
  margin: 0 0 15px 0;
}
.gp-loop-image img {
  width: 100%;
}

/* Post Title ************************************/

.gp-loop-title {
  margin: 0 0 7px 0;
}
.gp-loop-title,
.gp-loop-title a {
  color: var(--gp-body-text-color);
}
.gp-image-data-overlay .gp-loop-title,
.gp-image-data-overlay .gp-loop-title a {
  color: var(--gp-overlay-page-title);
}
.gp-loop-title a:hover {
  color: var(--gp-primary-color);
}

/* Excerpt ************************************/

.gp-loop-excerpt {
  display: none;
  margin: 0 0 9px 0;
  color: var(--gp-tertiary-color);
}
.gp-image-data-overlay .gp-loop-excerpt {
  color: var(--gp-overlay-meta-text-color);
}
.gp-loop-excerpt:empty {
  display: none;
}

/* Item Details ************************************/

.gp-loop-item-details > div:last-child {
  margin: 0 !important;
}

/* Other ************************************/

.gp-no-items-found-message {
  width: 100%;
}
.gp-element-items-wrapper.gp-loading .gp-element-items {
  opacity: 0.5;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/

.gp-pagination-section .gp-section-style {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gp-pagination ul.page-numbers,
.wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-query-pagination-numbers {
  width: auto;
}
span.page-numbers,
a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  fill: var(--gp-body-text-color);
  stroke: var(--gp-body-text-color);
  color: var(--gp-body-text-color);
  font-size: 12px;
  line-height: 30px;
  font-weight: var(--gp-strong-font-weight);
  border-radius: 50%;
}
.current.page-numbers {
  cursor: default;
}
.current.page-numbers,
a.page-numbers:hover {
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  fill: var(--gp-button-text-color);
  stroke: var(--gp-button-text-color);
  color: var(--gp-button-text-color);
}
.page-numbers .gp-icon {
  transition: none;
}

/*--------------------------------------------------------------
View All Link
--------------------------------------------------------------*/

.gp-view-all-link-section {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--gp-misc-border-color);
  margin-top: 30px;
  padding-top: 20px;
}
.gp-view-all-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3px;
  color: var(--gp-body-text-color);
  font-weight: var(--gp-strong-font-weight);
}
.gp-view-all-link:hover {
  color: var(--gp-primary-color);
}
.gp-view-all-link .gp-icon {
  margin-left: 5px;
  color: var(--gp-body-text-color);
  stroke: var(--gp-body-text-color);
  fill: var(--gp-body-text-color);
}
.gp-view-all-link:hover .gp-icon {
  color: var(--gp-primary-color);
  stroke: var(--gp-primary-color);
  fill: var(--gp-primary-color);
}

/*--------------------------------------------------------------------------------------

Search Results

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Search Filters
--------------------------------------------------------------*/

.gp-search-tabs.gp-section-style {
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gp-search-tabs a {
  margin: 5px 30px 5px 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-body-text-color);
}
.gp-search-tabs a:hover,
.gp-search-tabs a.gp-active {
  color: var(--gp-primary-color);
}
.gp-search-tabs .gp-count {
  position: relative;
  top: -1px;
  margin-left: 4px;
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  line-height: 10px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-button-text-color);
  background-color: var(--gp-button-bg-color, var(--gp-primary-color));
}

/*--------------------------------------------------------------
Members Loop
--------------------------------------------------------------*/

.gp-archive-posts .gp-loop-item.gp-search-bp-loop .gp-section-style {
  flex-direction: row;
  align-items: center;
}
.gp-search-bp-loop .gp-avatar-link {
  line-height: 0;
}
.gp-search-bp-loop .avatar {
  margin-right: 15px;
}
.gp-search-bp-loop .gp-loop-title {
  margin: 0;
}

/*--------------------------------------------------------------------------------------

Elementor

--------------------------------------------------------------------------------------*/

.elementor-element {
  border-color: var(--gp-misc-border-color);
}
.elementor-widget .elementor-icon-list-icon {
  color: var(--gp-primary-color);
}
.elementor-widget .elementor-icon-list-icon svg path[stroke] {
  stroke: var(--gp-primary-color);
}
.elementor-widget .elementor-icon-list-icon svg path[fill] {
  fill: var(--gp-primary-color);
}

/*--------------------------------------------------------------------------------------

Element - Icon List

--------------------------------------------------------------------------------------*/

.elementor-widget-text-editor ul,
.elementor-text-editor ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
}
.elementor-widget-text-editor ul li,
.elementor-text-editor ul li {
  position: relative;
}
.elementor-widget-text-editor ul li:before,
.elementor-text-editor ul li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: -17px;
  border-radius: 50%;
  background-color: var(--gp-primary-color);
}

/*--------------------------------------------------------------------------------------

Element - Profile Box

--------------------------------------------------------------------------------------*/

/* General  ************************************/

.gp-element-profile-box {
  display: flex;
  flex-direction: column;
}
.gp-profile-box-v-align-middle {
  align-items: center;
}

/* Avatar  ************************************/

.gp-profile-box-avatar {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  line-height: 0;
  margin: 0 0 20px 0;
}
.gp-profile-box-avatar img {
  height: auto;
}
.gp-edit-profile-button.button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  border: 3px solid var(--gp-section-bg-color) !important;
  box-shadow: none !important;
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  color: var(--gp-button-text-color);
}
.gp-edit-profile-button.button:hover {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: var(--gp-button-bg-color-hover, var(--gp-secondary-color));
}
.gp-edit-profile-button.button path {
  fill: var(--gp-button-text-color);
  stroke: var(--gp-button-text-color);
  color: var(--gp-button-text-color);
}

/* Profile Fields  ************************************/

.gp-profile-box-fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: start;
}
.gp-profile-box-field {
  width: 100%;
  align-self: start;
  line-height: 1;
  border-color: var(--gp-misc-border-color);
}
.gp-profile-box-field.gp-field-wrap {
  width: auto;
}
.gp-profile-box-field.gp-button-style {
  background: var(--gp-secondary-color);
}
.gp-profile-box-field .gp-label {
  color: var(--gp-tertiary-color);
}
.gp-profile-box-field .gp-value,
.gp-profile-box-field .gp-value a {
  color: var(--gp-body-text-color);
}
.gp-profile-box-field .gp-value a:hover {
  color: var(--gp-primary-color);
}
.gp-profile-box-field.gp-button-style .gp-value,
.gp-profile-box-field.gp-button-style .gp-value a {
  color: var(--gp-button-text-color);
}
.gp-profile-box-field-username .gp-value a {
  color: var(--gp-tertiary-color);
}
.gp-profile-box-field-username .gp-value a:hover {
  color: var(--gp-secondary-color);
}

/*--------------------------------------------------------------------------------------

Element - Progress Bar

--------------------------------------------------------------------------------------*/

.gp-theme .elementor-progress-wrapper {
  background: var(--gp-misc-bg-color);
}
.gp-theme .elementor-title {
  margin-bottom: 8px;
}

/*--------------------------------------------------------------------------------------

Element - Slider

--------------------------------------------------------------------------------------*/

.elementor-widget-ghostpool_slider.elementor-invisible {
  visibility: visible;
}
.gp-element-slider.gp-slider-no-template li {
  line-height: 0;
}
.gp-element-slider.gp-slider .flex-direction-nav {
  bottom: auto;
}
.gp-prev-next-position-relative.gp-element-slider.gp-slider
  .flex-direction-nav {
  position: relative;
  top: auto;
  left: auto;
}
.gp-prev-next-position-absolute.gp-element-slider.gp-slider
  .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: auto;
}
.gp-buttons-position-relative.gp-element-slider.gp-slider .flex-control-nav {
  position: relative;
  top: auto;
  left: auto;
}
.gp-buttons-position-absolute.gp-element-slider.gp-slider .flex-control-nav {
  position: absolute;
  top: 10px;
  left: auto;
}
.gp-stretch-buttons.gp-element-slider.gp-slider .flex-control-nav li {
  width: 100%;
  flex: 1 1 auto;
}
.gp-stretch-buttons.gp-element-slider.gp-slider .flex-control-nav li a {
  width: 100%;
}

/*--------------------------------------------------------------------------------------

Element - Stats

--------------------------------------------------------------------------------------*/

.gp-element-stats {
  display: flex;
  flex-wrap: wrap;
}
.gp-stat {
  display: flex;
  margin-bottom: 20px;
}
.gp-element-stats.gp-icon-align-top .gp-stat,
.gp-element-stats.gp-icon-align-bottom .gp-stat {
  flex-direction: column;
}
.gp-stat-label {
  margin-bottom: 5px;
  line-height: 1;
}
.gp-stat-number {
  font-size: 30px;
  line-height: 1;
}
.gp-element-stats .gp-element-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-element-stats .gp-element-icon i {
  font-size: 25px;
}
.gp-element-stats .gp-element-icon svg {
  width: 25px;
}
.gp-element-stats.gp-icon-align-right .gp-element-icon {
  margin-left: 15px;
}
.gp-element-stats.gp-icon-align-left .gp-element-icon {
  margin-right: 15px;
}
.gp-element-stats.gp-icon-align-top .gp-element-icon {
  margin-bottom: 15px;
}
.gp-element-stats.gp-icon-align-bottom .gp-element-icon {
  margin-top: 15px;
}

/*--------------------------------------------------------------------------------------

Header

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Header - General
--------------------------------------------------------------*/

.gp-header {
  display: flex;
  position: relative;
  z-index: 97;
}

/*--------------------------------------------------------------
Header - Search Bar
--------------------------------------------------------------*/

.gp-header-search-bar-section {
  flex: 1 0 auto;
}
.gp-header-search-bar {
  height: 100%;
}
.gp-header-search-bar.gp-section-style {
  padding: 0;
}
.gp-header-search-bar .gp-search-form {
  position: relative;
  display: flex;
  height: 100%;
  flex: 1 0 auto;
  align-items: center;
}
.gp-header-search-bar .gp-search-form-submit {
  position: absolute;
  margin: 0 0 0 20px;
  padding: 0;
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  line-height: 0;
  order: 1;
}
.gp-header-search-bar .gp-search-form-submit:hover {
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.gp-header-search-bar .gp-search-icon-right .gp-search-form-submit {
  order: 2;
}
.gp-header-search-bar .gp-search-form-input {
  height: 100%;
  flex: 1 0 auto;
  order: 2;
  padding: 0 20px 0 55px !important;
}
.gp-header-search-bar .gp-search-form-input input {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--gp-tertiary-color) !important;
  font-size: 16px;
  line-height: 1;
}
.gp-header-search-bar .gp-search-form-input input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: var(--gp-tertiary-color);
}
.gp-header-search-bar .gp-search-form-submit .gp-icon {
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  font-size: 22px;
  width: 22px;
}
.gp-header-search-bar .gp-search-form-submit:hover .gp-icon {
  fill: var(--gp-body-text-color);
  stroke: var(--gp-body-text-color);
  color: var(--gp-body-text-color);
}

/* Ajax Search  ************************************/

/* Results */
.gp-ajax-search-results-section {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  background: var(--gp-section-bg-color);
  border-radius: var(--gp-section-border-radius);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow: auto;
}
.gp-color-dark .gp-ajax-search-results-section {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.gp-ajax-search-results-object-group {
  margin-bottom: 10px;
}
.gp-ajax-search-results-object-group:last-child {
  margin-bottom: 0;
}
.gp-ajax-search-results-object-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--gp-strong-font-weight);
}
.gp-ajax-search-results-entry {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  background: var(--gp-misc-bg-color);
  color: var(--gp-body-text-color);
  border-radius: 10px;
}
.gp-ajax-search-results-entry:hover {
  color: var(--gp-body-text-color);
  background: var(--gp-misc-border-color);
}
.gp-ajax-search-results-entry:last-child {
  margin-bottom: 0;
}
.gp-ajax-search-results .avatar {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

/* No Results Text */
.gp-ajax-search-no-results-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
}

/* Results Link */
.gp-ajax-search-results-link {
  margin-top: 20px;
  padding: 0;
  justify-content: end;
}
.gp-loading .gp-ajax-search-results-link {
  display: none;
}
.gp-ajax-search-results-link a {
  display: flex;
  align-items: center;
  color: var(--gp-quarternary-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--gp-strong-font-weight);
}
.gp-ajax-search-results-link a:hover {
  color: var(--gp-secondary-color);
}

/*--------------------------------------------------------------
Header - Login/Register Menu
--------------------------------------------------------------*/

.gp-login-register-menu-section {
  width: 100%;
}
.gp-login-register-menu-section .gp-login-register-menu {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding: 0 10px 0 0;
}
.gp-has-header-logo .gp-login-register-menu {
  justify-content: space-between;
}
.gp-header-search-bar-section:not(.gp-sm-hide) + .gp-login-register-menu {
  flex: 0 0 auto;
}
.gp-login-register-menu-inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.gp-login-register-menu .gp-menu-ul {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  justify-content: end;
  flex: 0 1 auto;
}
.gp-login-register-menu li {
  margin: 0 10px;
}
.gp-login-register-menu a {
  font-size: 14px;
  line-height: 14px;
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  font-weight: var(--gp-strong-font-weight);
}
.gp-login-register-menu a:hover {
  fill: var(--gp-body-text-color);
  stroke: var(--gp-body-text-color);
  color: var(--gp-body-text-color);
}
.gp-login-register-menu .gp-menu-label {
  display: none;
}
.gp-login-register-menu .gp-icon {
  width: 30px;
  height: 30px;
  margin: 0;
  font-size: 30px;
}
.gp-login-register-menu .gp-no-icon {
  display: none;
}

/*--------------------------------------------------------------
Header - Sidebar Toggle Button
--------------------------------------------------------------*/

.gp-header-sidebar-toggle-button {
  position: relative;
  display: flex;
  height: 100%;
  cursor: pointer;
  line-height: 0;
  flex: 1 0 auto;
  align-items: center;
  opacity: 0;
  transition: background-color 0.4s;
  padding: 10px;
  border-right: var(--gp-section-margin) solid var(--gp-page-bg-color);
  border-radius: var(--gp-section-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gp-header-sidebar-toggle-button:hover {
  background: var(--gp-button-bg-color, var(--gp-primary-color));
}
.gp-header-sidebar-toggle-button .gp-icon {
  transition: none;
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  width: 22px;
  font-size: 22px;
}
.gp-header-sidebar-toggle-button:hover .gp-icon {
  fill: var(--gp-button-text-color);
  stroke: var(--gp-button-text-color);
  color: var(--gp-button-text-color);
}
.gp-header-sidebar-toggle-button > .gp-icon:last-child,
.gp-header-sidebar-toggle-button.gp-selected > .gp-icon:first-child {
  display: none;
}
.gp-header-sidebar-toggle-button.gp-selected > .gp-icon:last-child {
  display: flex;
}

/*--------------------------------------------------------------
Header - Logo
--------------------------------------------------------------*/

.gp-header-logo {
  opacity: 0;
}
.gp-color-light.gp-toggle-sidebar-small .gp-has-logo-light-small .gp-logo-dark,
.gp-color-dark.gp-toggle-sidebar-small .gp-has-logo-dark-small .gp-logo-light,
.gp-color-light.gp-toggle-sidebar-large .gp-has-logo-light-large .gp-logo-dark,
.gp-color-dark.gp-toggle-sidebar-large .gp-has-logo-dark-large .gp-logo-light {
  display: none;
}

/*--------------------------------------------------------------
Header - Profile Menu
--------------------------------------------------------------*/

/* Profile Menu ************************************/

.gp-profile-menu-section {
  flex: 1 0 auto;
}
.gp-profile-menu-section .gp-profile-menu {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 0 0;
}
.gp-has-header-logo .gp-profile-menu {
  justify-content: space-between;
}
.gp-header-search-bar-section:not(.gp-sm-hide) + .gp-profile-menu-section {
  flex: 0 0 auto;
}
.gp-profile-menu-inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.gp-profile-menu-icon {
  position: relative;
  margin: 0 10px;
  line-height: 0;
}
.gp-profile-menu-icon .gp-icon {
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  width: 24px;
  font-size: 24px;
}
.gp-profile-menu-icon:hover .gp-icon {
  fill: var(--gp-secondary-color);
  stroke: var(--gp-secondary-color);
  color: var(--gp-secondary-color);
}
.gp-profile-menu-icon path {
  stroke-width: 1.8;
}
.gp-update-indicator {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  right: 0;
  border: 2px solid var(--gp-section-bg-color);
  background: var(--gp-primary-color);
}

/* Profile Menu - Search ************************************/

.gp-profile-menu-search-icon {
  cursor: pointer;
}
.gp-profile-menu .gp-header-search-bar {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.gp-profile-menu .gp-header-search-bar .gp-search-form {
  margin: 0;
}
.gp-profile-menu .gp-header-search-bar .gp-search-form-input {
  padding: 0 55px 0 55px !important;
}
.gp-profile-menu-search-close-icon {
  position: absolute;
  right: 0;
  display: block;
  margin: 0 20px 0 0;
  order: 3;
  cursor: pointer;
}
.gp-header > .gp-header-search-bar .gp-profile-menu-search-close-icon {
  display: none;
}
.gp-profile-menu-search-close-icon .gp-icon {
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  font-size: 18px;
  width: 18px;
}
.gp-profile-menu-search-close-icon:hover .gp-icon {
  fill: var(--gp-secondary-color);
  stroke: var(--gp-secondary-color);
  color: var(--gp-secondary-color);
}

/* Profile Avatar ************************************/

.gp-profile-menu-avatar {
  display: flex;
  align-items: center;
  line-height: 0;
}
.gp-profile-menu-avatar img {
  margin: 0 5px 0 10px;
  border: 5px solid var(--gp-page-bg-color);
  border-radius: 50%;
}
.gp-profile-menu-avatar .gp-profile-menu-avatar-dropdown-menu-icon .gp-icon {
  cursor: pointer;
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  width: 20px;
  font-size: 20px;
}
.gp-profile-menu-avatar .gp-profile-menu-avatar-dropdown-menu > li > .sub-menu {
  position: absolute;
  width: 250px;
  right: 0;
  padding: 12px 20px;
  background: var(--gp-section-bg-color);
  border-radius: var(--gp-section-border-radius);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.gp-color-dark
  .gp-profile-menu-avatar
  .gp-profile-menu-avatar-dropdown-menu
  > li
  > .sub-menu {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.gp-profile-menu-avatar:hover .sub-menu {
  display: block;
}
.gp-profile-menu-avatar
  .gp-profile-menu-avatar-dropdown-menu
  > li
  > .sub-menu:after {
  content: ""; /* Required to display content */
  position: absolute; /* Sets the position absolute to the top div */
  top: 0;
  right: 34px;
  margin-top: -10px; /* Set margin equal to border px */
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: 10px solid var(--gp-section-bg-color); /* Creates the arrow pointing up, to change to a notch instead user border-top */
  border-left: 15px solid transparent; /* Creates triangle effect */
  border-right: 15px solid transparent; /* Creates triangle effect */
}
.gp-profile-menu-avatar .sub-menu .gp-menu-link {
  color: var(--gp-quarternary-color);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--gp-strong-font-weight);
  min-height: 44px;
  border-radius: 10px;
}
.gp-profile-menu-avatar-dropdown-menu a.gp-menu-link:hover {
  background: var(--gp-misc-bg-color);
}
.gp-profile-menu-avatar-dropdown-menu .gp-menu-label {
  padding: 0 10px;
}
.gp-profile-menu-avatar .sub-menu .gp-icon {
  padding: 0 0 0 10px;
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  width: 24px;
  font-size: 24px;
  padding: 0 0 0 10px;
  flex: 1 0 auto;
  box-sizing: content-box;
}
.gp-profile-menu-avatar .sub-menu .gp-dropdown-menu-icon,
.gp-profile-menu-avatar .sub-menu .gp-no-icon {
  display: none;
}
.gp-profile-menu-avatar-dropdown-menu .gp-notification-counter {
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  border-radius: 4px;
  margin: 0 0 0 5px;
  padding: 3px 6px;
  color: var(--gp-button-text-color);
  font-size: 10px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
}
.gp-profile-menu-avatar:hover .sub-menu .sub-menu {
  margin-left: 10px;
}

/* Profile Icon Menu  ************************************/

.gp-profile-menu-icon .sub-menu {
  display: none;
  position: absolute;
  width: 250px;
  top: 38px;
  right: -38px;
  margin: 0;
  padding: 20px;
  background: var(--gp-section-bg-color);
  border-radius: var(--gp-section-border-radius);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.gp-color-dark .gp-profile-menu-icon .sub-menu {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.gp-profile-menu-icon:hover .sub-menu {
  display: block;
}
.gp-profile-menu-icon .sub-menu:after {
  content: ""; /* Required to display content */
  position: absolute; /* Sets the position absolute to the top div */
  top: 0;
  right: 34px;
  margin-top: -10px; /* Set margin equal to border px */
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: 10px solid var(--gp-section-bg-color); /* Creates the arrow pointing up, to change to a notch instead user border-top */
  border-left: 15px solid transparent; /* Creates triangle effect */
  border-right: 15px solid transparent; /* Creates triangle effect */
}

/* BuddyPress Menus  ************************************/

/* General */
.gp-profile-menu-icon .gp-bp-profile-menu {
  width: 350px;
}
.gp-bp-profile-menu li {
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid var(--gp-misc-border-color);
}
.gp-bp-profile-menu li:hover {
  background: var(--gp-misc-bg-color);
}
.gp-bp-profile-menu li:last-child {
  border: 0;
}
.gp-bp-profile-menu li .gp-bp-profile-menu-link {
  display: flex;
  color: var(--gp-body-text-color);
}
.gp-bp-profile-menu-avatar {
  flex-shrink: 0;
  margin-right: 15px;
}
.gp-bp-profile-menu-avatar img {
  width: 30px;
  height: 30px;
}
.gp-bp-profile-menu-info {
  flex-grow: 1;
}
.gp-bp-profile-menu-name {
  display: block;
  font-weight: var(--gp-strong-font-weight);
}
.gp-bp-profile-menu-name a {
  color: var(--gp-body-text-color);
}
.gp-bp-profile-menu-name a:hover {
  color: var(--gp-primary-color);
}
.gp-bp-profile-menu-excerpt {
  display: block;
  color: var(--gp-tertiary-color);
  font-size: 12px;
  line-height: 18px;
}
.gp-bp-profile-menu-date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  line-height: 17px;
  color: var(--gp-tertiary-color);
}

/* Buttons */
.gp-bp-profile-menu-buttons {
  display: flex;
  justify-content: end;
}
.gp-bp-profile-menu-buttons a {
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  color: var(--gp-quarternary-color);
  font-weight: var(--gp-strong-font-weight);
}
.gp-bp-profile-menu-buttons a:hover {
  color: var(--gp-secondary-color);
}

/* See All Links */
.gp-bp-profile-menu .gp-bp-profile-menu-see-all-link {
  margin-top: 10px;
  padding: 0;
  justify-content: end;
}
.gp-bp-profile-menu .gp-bp-profile-menu-see-all-link:hover {
  background: none;
}
.gp-bp-profile-menu .gp-bp-profile-menu-see-all-link a {
  display: flex;
  align-items: center;
  color: var(--gp-quarternary-color);
  font-weight: var(--gp-strong-font-weight);
}
.gp-bp-profile-menu-see-all-link a:hover {
  color: var(--gp-secondary-color);
}
.gp-bp-profile-menu .gp-bp-profile-menu-see-all-link a .gp-icon {
  stroke: var(--gp-quarternary-color);
}
.gp-bp-profile-menu .gp-bp-profile-menu-see-all-link a:hover .gp-icon {
  stroke: var(--gp-secondary-color);
}

/* Color Switcher  ************************************/

.gp-color-switcher {
  margin-left: 20px;
}
.gp-menu-link .gp-color-switcher {
  margin: 0;
}
.gp-color-switcher .gp-toggle {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 40px;
  background-color: var(--gp-secondary-color);
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border-radius: 20px;
  transition: background-color 500ms ease;
}
.gp-color-switcher .gp-toggle:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  right: 22px;
  border-radius: 50%;
  background-color: var(--gp-section-bg-color);
  transition: right 500ms ease, background-color 500ms ease,
    box-shadow 500ms ease;
}
.gp-color-switcher.gp-is-dark .gp-toggle:after {
  right: 3px;
}

/*--------------------------------------------------------------------------------------

Wrappers

--------------------------------------------------------------------------------------*/

.gp-page-wrapper {
  display: flex;
  min-height: 100%;
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.3s linear;
}
body:not(.gp-show-only-content) .gp-page-wrapper {
  padding: var(--gp-page-padding);
}
.gp-main-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: width 0.3s linear;
}
.gp-content-sidebar-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gp-content-sidebar-wrapper:has(.gp-sidebar-wrapper) {
  flex-direction: row;
}
.gp-content-wrapper-outer {
  order: 1;
  width: 100%;
}
.gp-content-wrapper-inner {
  clear: both;
  overflow: hidden;
}
.gp-sidebar-wrapper {
  order: 2;
  width: 100%;
}

/*--------------------------------------------------------------------------------------

404 Page

--------------------------------------------------------------------------------------*/

.gp-color-light .gp-404-image-dark {
  display: none;
}
.gp-color-dark .gp-404-image-light:not(.gp-invert-color) {
  display: none;
}
.gp-color-dark .gp-invert-color.gp-404-image-light {
  display: block;
  filter: invert(1);
}

/*--------------------------------------------------------------------------------------

Toggle Sidebar

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Toggle Sidebar - Container
--------------------------------------------------------------*/

.gp-toggle-sidebar-wrapper-section {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  flex: 0 0 auto;
  transition: width 0.3s linear;
}
.gp-toggle-sidebar-wrapper,
.gp-toggle-sidebar-inner,
.gp-toggle-sidebar-spacer {
  width: 250px;
}
.gp-toggle-sidebar-small-width {
  position: absolute;
  width: var(--gp-small-toggle-sidebar-width-padding);
}
.gp-toggle-sidebar-small .gp-toggle-sidebar-wrapper,
.gp-toggle-sidebar-small .gp-toggle-sidebar-spacer {
  width: 0;
}
.gp-toggle-sidebar-spacer {
  flex: 1 0 auto;
  box-sizing: content-box;
  transition: width 0.3s linear;
}
.gp-toggle-sidebar-wrapper {
  overflow: hidden;
  position: fixed;
  padding-bottom: calc(50px + (var(--gp-section-margin) * 2));
  transition: width 0.3s linear;
}
.gp-no-toggle-button .gp-toggle-sidebar-wrapper {
  padding-bottom: var(--gp-section-margin);
}
.gp-full-height .gp-toggle-sidebar-wrapper {
  position: relative;
}
.gp-toggle-sidebar-outer {
  position: relative;
  border-bottom-left-radius: 0 !important;
}
.gp-no-toggle-button .gp-toggle-sidebar-outer {
  border-bottom-left-radius: var(
    --gp-section-bottom-left-border-radius
  ) !important;
}
.gp-full-height .gp-toggle-sidebar-outer {
  padding: 0 !important;
}
.gp-toggle-sidebar-inner {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-overflow-style: none;
}
.gp-full-height .gp-toggle-sidebar-inner {
  position: relative;
  overflow: hidden;
}
.gp-toggle-sidebar-inner::-webkit-scrollbar {
  width: 0 !important;
}
.gp-toggle-sidebar-bottom-gradient {
  background: var(--gp-section-bg-color);
  background: linear-gradient(
    to top,
    var(--gp-section-bg-color) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  left: 0;
  z-index: 1;
  border-bottom-left-radius: var(--gp-section-bottom-left-border-radius);
  border-bottom-right-radius: var(--gp-section-bottom-right-border-radius);
}
.gp-toggle-sidebar-background-overlay {
  display: none;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
Toggle Sidebar - Logo
--------------------------------------------------------------*/

.gp-toggle-sidebar-large-logo-image,
.gp-toggle-sidebar-small-logo-image {
  opacity: 0;
  width: 0;
  transition: opacity 0.5s linear;
}
.gp-toggle-sidebar-small .gp-toggle-sidebar-small-logo-image,
.gp-toggle-sidebar-large .gp-toggle-sidebar-large-logo-image,
.gp-toggle-sidebar-small .gp-toggle-sidebar-small-text-logo,
.gp-toggle-sidebar-large .gp-toggle-sidebar-large-text-logo {
  width: auto;
  opacity: 1;
}

/*--------------------------------------------------------------
Toggle Sidebar - Menu
--------------------------------------------------------------*/

/* General ************************************/

.gp-menu-nav {
  padding: 0 20px 20px 20px;
}

/* Top Level Menu ************************************/

/* Top Level Menu - Menu Link (Large) */
.gp-toggle-sidebar-large .gp-toggle-sidebar-menu li:not(.gp-menu-header-link) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gp-toggle-sidebar-menu li > .gp-menu-link {
  min-height: 44px;
}
.gp-toggle-sidebar-menu > li > .gp-menu-link {
  justify-content: space-between;
}
.gp-toggle-sidebar-menu li:not(.gp-menu-header-link) > .gp-menu-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--gp-strong-font-weight);
  color: var(--gp-quarternary-color);
}
.gp-toggle-sidebar-large .gp-toggle-sidebar-menu li > .gp-menu-link {
  border-radius: 10px;
  min-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gp-toggle-sidebar-large
  .gp-toggle-sidebar-menu
  li:not(.gp-menu-header-link)
  > a.gp-menu-link:hover {
  background: var(--gp-misc-bg-color);
}

/* Top Level Menu - Menu Link (Small) */
.gp-toggle-sidebar-small .gp-toggle-sidebar-menu > li {
  width: 100%;
}

/* Top Level Menu - Dropdown Icon */
@keyframes openMenu {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes closeMenu {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.gp-toggle-sidebar-menu .gp-dropdown-menu-icon {
  animation: closeMenu 0.2s forwards;
}
.gp-toggle-sidebar-menu .gp-dropdown-menu-icon.gp-selected {
  animation: openMenu 0.2s forwards;
}
.gp-toggle-sidebar-menu > li .gp-menu-link .gp-dropdown-menu-icon .gp-icon {
  padding: 0 10px;
}

/* Top Level Menu - Menu Link Icon (Large) */
.gp-toggle-sidebar-menu > li .gp-menu-link .gp-icon {
  stroke: var(--gp-quarternary-color);
  fill: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  font-size: 24px;
  width: 24px;
  padding: 0 0 0 10px;
  flex: 1 0 auto;
  box-sizing: content-box;
}

/* Top Level Menu - Menu Link Icon (Small) */
.gp-toggle-sidebar-small .gp-toggle-sidebar-menu li > .gp-menu-link .gp-icon {
  margin: 0;
  padding: 10px;
  font-size: 24px;
  width: 24px;
  border-radius: 10px;
}
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  li
  > a.gp-menu-link:hover
  .gp-icon {
  background: var(--gp-misc-bg-color);
}

/* Top Level Menu - No Icon */
.gp-toggle-sidebar-menu li > .gp-menu-link .gp-no-icon {
  width: 0;
  padding: 0;
}
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  li
  > .gp-menu-link
  .gp-no-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  height: 24px;
}
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  .gp-no-icon
  .gp-icon-dot:before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  li
  > .gp-menu-link
  .gp-no-icon
  .gp-icon-dot:before {
  background: var(--gp-tertiary-color);
}

/* Menu Text ************************************/

.gp-menu-label {
  transition: opacity 0.45s ease;
}
.gp-toggle-sidebar-large .gp-toggle-sidebar-menu .gp-menu-label {
  padding: 0 10px;
  opacity: 1;
}
.gp-toggle-sidebar-small .gp-toggle-sidebar-menu .gp-menu-label {
  opacity: 0;
}

/* Menu Header ************************************/

.gp-toggle-sidebar-menu .gp-menu-header-link .gp-menu-link {
  color: var(--gp-quarternary-color);
  font-size: 12px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
  text-transform: uppercase;
  opacity: 0.8;
}

/* Menu Divider ************************************/

.gp-toggle-sidebar-small .gp-toggle-sidebar-menu .gp-menu-divider {
  width: 45px;
}

/* Sub Menu ************************************/

.gp-toggle-sidebar-menu .sub-menu {
  position: relative;
  margin: 0 0 0 22px;
}
.gp-toggle-sidebar-small .gp-toggle-sidebar-menu .sub-menu {
  display: none !important;
}
.gp-toggle-sidebar-menu .sub-menu .sub-menu {
  margin-left: 10px;
}
.gp-toggle-sidebar-menu li.current-menu-ancestor .sub-menu {
  display: block;
}

/* Sub Menu - Menu Link */
.gp-toggle-sidebar-menu .sub-menu li .gp-menu-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gp-toggle-sidebar-menu .sub-menu li > .gp-menu-link:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  border-left: 1px solid var(--gp-misc-border-color);
  opacity: 0.5;
}
.gp-toggle-sidebar-menu .sub-menu li > a.gp-menu-link:hover:before {
  opacity: 1;
}
.gp-toggle-sidebar-menu .sub-menu .gp-menu-label {
  padding-left: 15px;
}

/* Sub Menu - No Icon Dot */
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  .sub-menu
  li
  > .gp-menu-link
  .gp-no-icon
  .gp-icon-dot:before {
  background: var(--gp-quarternary-color);
}

/* Sub Menu - Dropdown Icon */
.gp-toggle-sidebar-menu .sub-menu .gp-dropdown-menu-icon,
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  .sub-menu
  .gp-dropdown-menu-icon {
  display: none;
}
.gp-toggle-sidebar-small
  .gp-toggle-sidebar-menu
  .sub-menu
  li
  .gp-menu-link
  .gp-icon {
  padding: 0 10px;
  fill: var(--gp-tertiary-color);
  stroke: var(--gp-tertiary-color);
  color: var(--gp-tertiary-color);
  font-size: 24px;
  width: 24px;
  border-radius: 10px;
}

/* Counter */
.gp-toggle-sidebar-menu .gp-notification-counter {
  margin-left: 5px;
  padding: 3px 6px;
  background: var(--gp-button-bg-color, var(--gp-primary-color));
  font-size: 10px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
  border-radius: 4px;
  color: var(--gp-button-text-color);
}

/*--------------------------------------------------------------
Toggle Sidebar - Toggle Button
--------------------------------------------------------------*/

.gp-toggle-sidebar-toggle-button-wrapper {
  display: flex;
  justify-content: space-between;
}
.gp-toggle-sidebar-toggle-button-spacer {
  flex: 0 1 auto;
  width: 100%;
  height: auto;
  border-top: 0 !important;
  padding: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.gp-toggle-sidebar-toggle-button {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: var(--gp-section-margin);
  margin-left: var(--gp-section-margin);
  padding: 0 !important;
  line-height: 0;
  transition: background-color 0.4s;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.gp-theme .gp-toggle-sidebar-toggle-button:hover {
  background: var(--gp-button-bg-color, var(--gp-primary-color));
}
.gp-toggle-sidebar-toggle-button .gp-icon {
  fill: var(--gp-quarternary-color);
  stroke: var(--gp-quarternary-color);
  color: var(--gp-quarternary-color);
  font-size: 22px;
  width: 22px;
  transition: none;
}
.gp-toggle-sidebar-toggle-button:hover .gp-icon {
  fill: var(--gp-button-text-color);
  stroke: var(--gp-button-text-color);
  color: var(--gp-button-text-color);
}
.gp-toggle-sidebar-toggle-button > .gp-icon:last-child,
.gp-toggle-sidebar-toggle-button.gp-selected > .gp-icon:first-child {
  display: none;
}
.gp-toggle-sidebar-toggle-button.gp-selected > .gp-icon:last-child {
  display: block;
}

/*--------------------------------------------------------------------------------------

Homepage

--------------------------------------------------------------------------------------*/

.gp-homepage .e-con {
  --padding-block-start: var(--padding-block-start, 0px);
  --padding-inline-end: var(--padding-inline-end, 0px);
  --padding-block-end: var(--padding-block-end, 0px);
  --padding-inline-start: var(--padding-inline-start, 0px);
}
.gp-elementor-container-section-full,
.gp-elementor-container-section-margin {
  border: calc(var(--gp-section-margin) / 2) solid var(--gp-page-bg-color);
  border-top-left-radius: calc(
    var(--gp-section-top-left-border-radius) + (var(--gp-section-margin) / 2)
  ) !important;
  border-top-right-radius: calc(
    var(--gp-section-top-right-border-radius) + (var(--gp-section-margin) / 2)
  ) !important;
  border-bottom-left-radius: calc(
    var(--gp-section-bottom-left-border-radius) + (var(--gp-section-margin) / 2)
  ) !important;
  border-bottom-right-radius: calc(
    var(--gp-section-bottom-right-border-radius) +
      (var(--gp-section-margin) / 2)
  ) !important;
}
.gp-elementor-container-section-full {
  padding: var(--gp-section-padding-top, 0) var(--gp-section-padding-right, 0)
    var(--gp-section-padding-bottom, 0) var(--gp-section-padding-left, 0) !important;
}

/*--------------------------------------------------------------------------------------

Sidebar Widgets

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

.widget {
  position: relative;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
.gp-sidebar-widget {
  height: auto;
}
.gp-sidebar-widget:last-child {
  margin: 0;
}
.widget-title,
.gp-sidebar-widget .wp-block-heading,
.gp-sidebar-widget.widget_block .wp-block-group__inner-container > h2,
.gp-sidebar-widget .widget_block .wp-block-search__label {
  display: block;
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: var(--gp-strong-font-weight);
}
.widget ol,
.widget ul,
.widget_block > .wp-block-group {
  margin: 0;
}
.widget ul {
  padding-left: 18px;
}
.widget ul li {
  position: relative;
}
.widget ul li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 9px;
  left: -17px;
  border-radius: 50%;
  background-color: var(--gp-primary-color);
}
.widget ul li a {
  color: var(--gp-body-text-color);
}
.widget ul li a:hover {
  color: var(--gp-primary-color);
}
.widget li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.widget li:last-child {
  margin: 0;
}
.widget .children li,
.widget .sub-menu li {
  padding-left: 10px;
}
.widget .children li:last-child,
.widget .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/*--------------------------------------------------------------
Calendar widget
--------------------------------------------------------------*/

.calendar_wrap {
  position: relative;
}
.wp-calendar-table {
  margin: 0;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: var(--gp-tertiary-color);
}
.wp-calendar-table caption {
  color: var(--gp-body-text-color);
  border-bottom: 1px solid var(--gp-misc-border-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
}
.wp-calendar-table th {
  padding: 5% 0;
  text-align: center;
  font-weight: var(--gp-strong-font-weight);
  border: none;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
  opacity: 0.5;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: none;
}
.wp-calendar-table td {
  padding: 5% 0;
  text-align: center;
  border: none;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--gp-strong-font-weight);
}
.wp-calendar-table #today {
  color: var(--gp-primary-color);
}
.wp-calendar-nav {
  padding-top: 5%;
  font-size: 12px;
  font-weight: var(--gp-strong-font-weight);
}

/*--------------------------------------------------------------
RSS widget
--------------------------------------------------------------*/

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  margin-left: 12px;
  font-size: 11px;
}

/*--------------------------------------------------------------
Search widget
--------------------------------------------------------------*/

.widget_search .gp-search-form-input input {
  width: 100%;
}
.searchform .accessibly-hidden {
  display: none;
}

/*--------------------------------------------------------------------------------------

Other Plugins

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
Rank Math / Yoast SEO - Breadcrumbs
--------------------------------------------------------------*/

.gp-breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--gp-strong-font-weight);
}
.gp-breadcrumbs p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*--------------------------------------------------------------
WPForms
--------------------------------------------------------------*/

.gp-theme div.wpforms-container-full,
.gp-theme div.wpforms-container-full .wpforms-form * {
  visibility: unset;
}
.gp-theme .wpforms-container label.wpforms-error {
  margin-top: 10px;
}
.gp-theme div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: inherit;
  font-weight: inherit;
}
.gp-theme div.wpforms-container-full .wpforms-form input[type="date"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="datetime"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="datetime-local"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="email"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="month"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="number"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="password"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="range"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="search"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="tel"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="text"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="time"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="url"],
.gp-theme div.wpforms-container-full .wpforms-form input[type="week"],
.gp-theme div.wpforms-container-full .wpforms-form select,
.gp-theme div.wpforms-container-full .wpforms-form textarea {
  height: auto;
}

/*--------------------------------------------------------------
WP Debug Bar 
--------------------------------------------------------------*/

#querylist {
  z-index: 99999;
}

/*--------------------------------------------------------------
WPML
--------------------------------------------------------------*/

.wpml-elementor-ls .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  width: 100%;
}
.wpml-elementor-ls .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-elementor-ls .wpml-ls-legacy-list-horizontal a {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------------------------------

Media Queries

--------------------------------------------------------------------------------------*/

/* Small and below */
@media only screen and (max-width: 767px) {
  .gp-sm-hide {
    display: none;
  }

  /* Fix for spacing issues on mobile browsers */
  .gp-top-meta-data .gp-meta-data-categories-links a:after {
    margin-bottom: 0;
  }
}

/* Medium */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gp-md-hide {
    display: none;
  }
  .gp-toggle-sidebar-small .gp-toggle-sidebar-wrapper-section {
    position: relative;
  }
}

/* Large */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gp-lg-hide {
    display: none;
  }
}

/* Extra large and above */
@media only screen and (min-width: 1200px) {
  .gp-ex-lg-hide {
    display: none;
  }
}

/* Extra Small and above */
@media only screen and (min-width: 482px) {
  .gp-login-register-menu .gp-menu-label {
    display: flex;
  }
  .gp-login-register-menu .gp-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 5px;
  }

  .gp-archive-posts .gp-loop-item .gp-section-style {
    flex-direction: row;
  }
  .gp-archive-posts .gp-loop-image {
    margin: 0 20px 0 0;
    width: 220px;
  }

  .gp-related-posts-inner {
    grid-template-columns: 1fr 1fr;
  }
  .gp-related-posts-inner .gp-loop-item:last-child {
    grid-column: 1 / 3;
  }
}

/* Medium and above */
@media only screen and (min-width: 768px) {
  body:not(.gp-show-only-content) .gp-toggle-sidebar-small .gp-main-wrapper {
    width: calc(100% - var(--gp-small-toggle-sidebar-width-padding));
  }

  body:not(.gp-show-only-content)
    .gp-toggle-sidebar-large.gp-toggle-sidebar-expand-over-content
    .gp-main-wrapper {
    width: calc(100% - var(--gp-small-toggle-sidebar-width-padding));
  }

  .gp-header-search-bar-section.gp-md-hide + .gp-profile-menu-section {
    flex: 1 0 auto;
  }
  .gp-header-search-bar-section:not(.gp-md-hide) + .gp-profile-menu-section {
    flex: 0 0 auto;
  }

  .gp-profile-menu-section .gp-profile-menu,
  .gp-profile-menu .gp-header-search-bar {
    padding: 0 20px 0 10px;
  }

  .gp-login-register-menu-section {
    width: auto;
  }
  .gp-login-register-menu-section .gp-login-register-menu {
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .gp-toggle-sidebar-small .gp-toggle-sidebar-wrapper,
  .gp-toggle-sidebar-small .gp-toggle-sidebar-spacer {
    width: var(--gp-small-toggle-sidebar-width);
  }

  .gp-profile-box-layout-left {
    flex-direction: row;
  }
  .gp-profile-box-layout-above {
    flex-direction: column;
  }
  .gp-profile-box-layout-right {
    flex-direction: row-reverse;
  }
  .gp-profile-box-layout-left .gp-profile-box-avatar {
    margin: 0 20px 0 0;
  }
  .gp-profile-box-layout-above .gp-profile-box-avatar {
    margin: 0 0 20px 0;
  }
  .gp-profile-box-layout-right .gp-profile-box-avatar {
    margin: 0 0 0 20px;
  }

  .gp-archive-posts .gp-loop-image {
    margin: 0 30px 0 0;
    width: 300px;
  }
  .gp-loop-excerpt {
    display: block;
  }

  .gp-author-post-nav-section {
    flex-direction: row;
  }
  .gp-post-navigation {
    width: 100%;
  }
  .gp-author-info-section {
    width: 40%;
  }
  .gp-author-info-section + .gp-post-navigation {
    width: 60%;
  }
  .gp-post-navigation-link-section {
    flex-grow: 1;
    min-height: 200px;
  }
  .gp-post-navigation-link {
    min-height: auto;
  }

  .gp-related-posts-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gp-related-posts-inner .gp-loop-item:last-child {
    grid-column: auto;
  }

  .commentlist .children {
    margin: 0 0 0 50px;
  }
  .commentlist .children .gp-comment-li:not(:last-child):before {
    content: "";
  }
  .gp-comment-body {
    margin-bottom: 30px;
  }
  .children li:first-child > .gp-comment-body > .gp-comment-avatar:before {
    content: "";
  }
  .gp-comment-has-replies > .gp-comment-body > .gp-comment-content:before {
    content: "";
  }
  .gp-comment-username:empty {
    min-height: 0;
  }
  .gp-comment-text {
    margin-left: 0;
  }
  .gp-comment-links {
    margin-left: 0;
  }
  .gp-comments .gp-pagination {
    margin: 0 0 55px 0;
  }
}

/* Small and above */
@media only screen and (min-width: 783px) {
  html {
    height: calc(100% - 32px);
  }
}

/* Large and above */
@media only screen and (min-width: 992px) {
  .gp-toggle-sidebar-large:not(.gp-toggle-sidebar-expand-over-content)
    .gp-main-wrapper {
    width: calc(100% - var(--gp-large-toggle-sidebar-width));
  }

  .gp-header-search-bar-section.gp-lg-hide + .gp-profile-menu-section {
    flex: 1 0 auto;
  }
  .gp-header-search-bar-section:not(.gp-lg-hide) + .gp-profile-menu-section {
    flex: 0 0 auto;
  }

  .gp-toggle-sidebar-wrapper-section {
    position: relative;
  }
  .gp-toggle-sidebar-large.gp-toggle-sidebar-expand-over-content
    .gp-toggle-sidebar-wrapper-section {
    position: absolute;
  }
}

/* Extra large and above */
@media only screen and (min-width: 1200px) {
  .gp-header-search-bar-section.gp-ex-lg-hide + .gp-profile-menu-section {
    flex: 1 0 auto;
  }
  .gp-header-search-bar-section:not(.gp-ex-lg-hide) + .gp-profile-menu-section {
    flex: 0 0 auto;
  }
  .gp-single-image-section .gp-featured-image {
    height: 400px;
  }
  .gp-whatsapp-icon {
    display: none;
  }
}

/* Extra extra large */
@media only screen and (min-width: 1400px) {
  .gp-content-sidebar-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .gp-sidebar-wrapper:not(.gp-ex-lg-hide) + .gp-content-wrapper-outer {
    width: 72%;
  }
  .gp-sidebar-wrapper {
    width: 28%;
  }
}
