/*
This file is used to contain all vendor imports.
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
/*
This file can be used to overwrite any normailze settings.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html *,
body * {
  box-sizing: inherit;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

p {
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1080px;
}

a.group-button.leave-group {
  box-sizing: border-box;
  padding: 11px 36px !important;
  background: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  border: 1px solid #25cbd4 !important;
  color: #071021 !important;
  transition: 0.25s;
  border-radius: 32px;
}
a.group-button.leave-group:hover {
  background: #25cbd4 !important;
  color: #ffffff !important;
}

.leave-group-button,
.invite-group-button,
#buddypress .bd-container .bp-infocard #item-buttons .group-button a {
  border-radius: 60px;
  background: #fe8278;
  padding: 11px 34px 11px 34px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #f6f1f1;
  transition: 0.25s;
  border: 1px solid #fe8278;
}
.leave-group-button:hover,
.invite-group-button:hover,
#buddypress .bd-container .bp-infocard #item-buttons .group-button a:hover {
  color: #fe8278;
  background: #f6f1f1;
}

.zl-live-chat-btn {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

span.activity-read-more a {
  position: relative;
  font-size: 0px;
  color: transparent;
  /*border: 1px solid #25cbd4 !important;*/
  background: none;
  display: inline-block !important;
  vertical-align: top !important;
  border-radius: 60px;
  padding: 0 36px !important;
  transition: ease 350ms all;
}
span.activity-read-more a::after {
  content: "Read More";
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #071021 !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  transition: ease 350ms all;
}
span.activity-read-more a:hover,
span.activity-read-more a:focus{
  background: transparent;
  opacity: 0.6;
}
span.activity-read-more a:hover::after {
  color: #071021 !important;
}

.post-type-archive-gd_place .content_wrap a.add-create {
  border: 8px solid #fff !important;
  border-radius: 60px !important;
  background: #25cbd4 !important;
  font-size: 16px !important;
  padding: 12px 34px !important;
  color: #fff !important;
}
.post-type-archive-gd_place .content_wrap a.add-create:hover {
  background: #fff !important;
  color: #25cbd4 !important;
}

a.add-create {
  border: 8px solid #fff !important;
  border-radius: 60px !important;
  background: #25cbd4 !important;
  font-size: 16px !important;
  padding: 12px 34px !important;
  color: #fff !important;
}
a.add-create:hover {
  background: #fff !important;
  color: #25cbd4 !important;
}

a.reset-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  width: 100%;
  max-width: 306px;
  min-height: 46px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(7, 16, 33);
  border: 1px solid rgb(37, 203, 212);
  border-radius: 16px;
  background: transparent;
  border-width: 1px !important;
}
a.reset-btn:hover {
  background: rgb(37, 203, 212);
  color: white !important;
}
a.reset-btn::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url(https://cdn.app.mishmish.io/wp-content/uploads/2023/08/24113637/system-uicons_reset.svg) center no-repeat;
}

body.menu_side_present .page_wrap .page_content_wrap {
  padding-top: 0 !important;
}

.wp-admin .hero-banner-wrap .hero-banner-slider-nav {
  width: 80%;
}
.wp-admin #wpbody-content .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-title {
  color: var(--dashboard-text-white, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .wp-admin #wpbody-content .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-title {
    font-size: 32px;
  }
}

.hero-banner-wrap {
  position: relative;
  height: calc(100vh - 87px);
  margin-bottom: 40px;
}
.hero-banner-wrap .hero-banner-slider {
  height: 100%;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide {
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1b1b1b 100%), lightgray 50%/cover no-repeat;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item {
  position: relative;
  height: calc(100vh - 87px);
  display: flex;
  align-items: center;
  padding: 0px 80px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 577px) and (max-width: 990px) {
  .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item {
    padding: 20px;
  }
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item > .hero-banner-slider-item---cover {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item > .hero-banner-slider-item---cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item > .hero-banner-slider-item---cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container {
  max-width: 1070px;
  text-align: center;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-category {
  color: var(--dashboard-text-white, #fff);
  text-align: center;
  /* Dashboard/Headlines/H3 */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  border-radius: 2px;
  background: var(--dashboard-button-primary, #fe8278);
  padding: 4px 12px;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-title {
  color: var(--dashboard-text-white, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-title {
    font-size: 32px;
  }
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-content {
  color: var(--dashboard-text-white, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-content p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-subdesc {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--dashboard-text-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-subdesc strong {
  font-weight: 600;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-subdesc .hero-banner-slider-item-subdesc-date {
  padding-left: 30px;
  font-weight: 600;
  position: relative;
}
.hero-banner-wrap .hero-banner-slider .slick-list .slick-track .slick-slide .hero-banner-slider-item .hero-banner-slider-item-container .hero-banner-slider-item-subdesc .hero-banner-slider-item-subdesc-date::after {
  content: " ";
  background: url(../../../assets/img/banner-clock.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner-wrap .hero-banner-slider-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1170px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .hero-banner-wrap .hero-banner-slider-nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide {
    max-width: 100%;
  }
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide.slick-current .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row {
  border-top: 3px solid var(--dashboard-icon-turquoise, #12a9b1);
  padding-top: 27px;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide.slick-current .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-image img {
  filter: none;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide.slick-current .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content .hero-banner-slider-nav-item-content-title {
  color: var(--dashboard-text-white, #fff);
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide:first-child .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row {
  border-radius: 12px 0px 0px 0px;
  border-right: 0.5px solid rgba(209, 210, 211, 0.1803921569);
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide:last-child .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row {
  border-radius: 0px 12px 0px 0px;
  border-left: 0.5px solid rgba(209, 210, 211, 0.1803921569);
}
@media screen and (max-width: 990px) {
  .hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item {
    max-width: 100%;
  }
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 30px;
  align-items: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-image {
  min-width: 100px;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-image img {
  border-radius: 100px;
  filter: grayscale(1);
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content .hero-banner-slider-nav-item-content-cat {
  color: var(--dashboard-button-disabled, #f1f3f6);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content .hero-banner-slider-nav-item-content-title {
  color: var(--dashboard-stroke-grey-medium, #d1d2d3);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content .hero-banner-slider-nav-item-content-date {
  color: var(--dashboard-button-disabled, #f1f3f6);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
  position: relative;
  padding-left: 18px;
}
.hero-banner-wrap .hero-banner-slider-nav .slick-list .slick-slide .hero-banner-slider-nav-item .hero-banner-slider-nav-item-row .hero-banner-slider-nav-item-content .hero-banner-slider-nav-item-content-date::after {
  content: " ";
  background: url(../../../assets/img/banner-calendar.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero-banner-wrap .hero-banner-slider-nav > button {
  display: none !important;
}

section.homepage-events.post-type-archive-tribe_events .tribe-events-calendar-list {
  width: 100%;
}
section.homepage-events.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  max-width: 100%;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  section.homepage-events.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    margin-bottom: 20px !important;
  }
}
section.homepage-events .homepage-events---title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
section.homepage-events .homepage-events---title h3 {
  margin: 0px 24px 0px 0px;
}
section.homepage-events .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.homepage-events .btn-wrap button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d1d2d3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.25s;
}
section.homepage-events .btn-wrap button:hover {
  background-color: #12A9B1;
}
section.homepage-events .btn-wrap button:hover svg path {
  stroke: #000000;
}
section.homepage-events .slick-track .slick-slide {
  margin: 0px 20px 20px 0px;
}
section.homepage-events .progress {
  display: block;
  width: 1309px;
  max-width: 90%;
  margin: 0 20px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #E4E4E4;
  border: 1px solid #D1D2D3;
  background-image: linear-gradient(to right, #12a9b1, #12a9b1);
  background-repeat: no-repeat;
  background-size: 16.6667% 100%;
  transition: background-size 0.4s ease-in-out;
}

section.homepage-communities .homepage-communities---title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
section.homepage-communities .homepage-communities---title h3 {
  margin: 0px 24px 0px 0px;
}
section.homepage-communities .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.homepage-communities .btn-wrap button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d1d2d3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.25s;
}
section.homepage-communities .btn-wrap button:hover {
  background-color: #12A9B1;
}
section.homepage-communities .btn-wrap button:hover svg path {
  stroke: #000000;
}
section.homepage-communities .slick-track .slick-slide {
  margin: 0px 10px 20px 10px;
}
section.homepage-communities .slick-track .slick-slide > div:first-child {
  margin-bottom: 20px;
}
section.homepage-communities .progress---community {
  display: block;
  width: 1309px;
  max-width: 90%;
  margin: 0 20px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #E4E4E4;
  border: 1px solid #D1D2D3;
  background-image: linear-gradient(to right, #12a9b1, #12a9b1);
  background-repeat: no-repeat;
  background-size: 16.6667% 100%;
  transition: background-size 0.4s ease-in-out;
}
@media screen and (max-width: 576px) {
  section.homepage-communities .groups-archive {
    margin: 0;
    width: 560px;
    max-width: 100%;
  }
  section.homepage-communities .groups-archive .group-single__data {
    max-width: 70%;
  }
}

section.section---business-categories .section---business-categories---title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
  min-height: 46px;
}
section.section---business-categories .section---business-categories---title h3 {
  margin: 0px 24px 0px 0px;
}
section.section---business-categories .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.section---business-categories .btn-wrap button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d1d2d3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.25s;
}
section.section---business-categories .btn-wrap button:hover {
  background-color: #12a9b1;
}
section.section---business-categories .btn-wrap button:hover svg path {
  stroke: #000000;
}
section.section---business-categories .slick-track .slick-slide {
  margin: 0px 20px 20px 0px;
}
section.section---business-categories .slick-track .slick-slide > div:first-child {
  margin-bottom: 20px;
}
section.section---business-categories .progress---business {
  display: block;
  width: 629px;
  max-width: 80%;
  margin: 0 20px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e4e4e4;
  border: 1px solid #d1d2d3;
  background-image: linear-gradient(to right, #12a9b1, #12a9b1);
  background-repeat: no-repeat;
  background-size: 16.6667% 100%;
  transition: background-size 0.4s ease-in-out;
}
section.section---business-categories .business-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  section.section---business-categories .business-container {
    flex-direction: column;
  }
}
section.section---business-categories .business-container > .listing-list {
  width: 68%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  section.section---business-categories .business-container > .listing-list {
    width: 100%;
  }
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home {
  width: 500px;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  border-radius: 32px;
  padding: 12px;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--image {
  width: 100%;
  height: 200px;
  border-radius: 31px;
  background-color: rgba(0, 0, 0, 0.05);
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--image img {
  border-radius: 31px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--icon {
  width: 100px;
  height: 100px;
  margin: -50px auto 0 auto;
  background-color: #FE8278;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--description h3 {
  margin: 12px 0 4px 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
section.section---business-categories .business-container > .listing-list .hold .cat-item---home .cat-item--description span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e1e1e;
}
section.section---business-categories .business-container > .business-container---top {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  gap: 2%;
}
@media screen and (max-width: 1024px) {
  section.section---business-categories .business-container > .business-container---top {
    width: 100%;
  }
}
section.section---business-categories .business-container---top .single-topcat {
  position: relative;
  width: 245px;
  max-width: 49%;
  height: 168px;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  section.section---business-categories .business-container---top .single-topcat {
    margin-bottom: 20px;
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  section.section---business-categories .business-container---top .single-topcat {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
section.section---business-categories .business-container---top .single-topcat > a {
  display: flex;
  height: 168px;
}
section.section---business-categories .business-container---top .single-topcat > img {
  position: absolute;
  top: 0;
  z-index: -2;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.section---business-categories .business-container---top .single-topcat > img[src=""] {
  display: none;
}
section.section---business-categories .business-container---top .single-topcat h4 {
  margin: auto 14px 14px 14px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  word-break: break-word;
  color: #ffffff;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  section.section---business-categories .business-container---top .single-topcat h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
section.section---business-categories .business-container---top .single-topcat::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
}

section.jobs-listing .jobs---title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
section.jobs-listing .jobs---title h3 {
  margin: 0px 24px 0px 0px;
}
section.jobs-listing .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.jobs-listing .btn-wrap button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d1d2d3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.25s;
}
section.jobs-listing .btn-wrap button:hover {
  background-color: #12A9B1;
}
section.jobs-listing .btn-wrap button:hover svg path {
  stroke: #000000;
}
section.jobs-listing .slick-track .slick-slide {
  margin: 0px 20px 20px 0px;
}
section.jobs-listing .progress---jobs {
  display: block;
  width: 1309px;
  max-width: 90%;
  margin: 0 20px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #E4E4E4;
  border: 1px solid #D1D2D3;
  background-image: linear-gradient(to right, #12a9b1, #12a9b1);
  background-repeat: no-repeat;
  background-size: 16.6667% 100%;
  transition: background-size 0.4s ease-in-out;
}

section.jobs-listing {
  margin: 0;
  display: block;
  width: 100%;
  width: 30.5%;
}
section.jobs-listing:not(:first-child) {
  margin: 0;
  display: block;
  width: 100%;
}
section.jobs-listing .jobs-listing__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item {
  flex: 0 0 32%;
  width: 100%;
  background: #fff;
  border-radius: 32px !important;
  padding: 32px 32px 64px !important;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: none !important;
  position: relative;
  border: 2px solid #fff !important;
  cursor: pointer;
  transition: ease 350ms all;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item:hover {
  border-color: #fe8278 !important;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .left-col {
  width: calc(100% - 94px);
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .left-col span.date {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1e1e1f;
  margin: 0 0 5px;
  font-weight: 300;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .left-col .location {
  font-size: 14px;
  line-height: 24px;
  color: #7a7e83;
  background: url("../../images/jobs/j-loc.svg") 0 0 no-repeat;
  padding: 0 0 0 32px;
  vertical-align: top;
  margin: 0 0 8px;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .left-col h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 4px;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .pos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .pos .job-type {
  font-size: 12px;
  line-height: 18px;
  color: #071021;
  padding: 0 8px;
  background: #e0f5f6;
  border-radius: 4px;
  margin: 0 10px 0 0;
  font-weight: 500;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .cat {
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1f;
  font-weight: 300;
  background: url("../../images/jobs/check.svg") 100% 0 no-repeat;
  padding-right: 28px;
  display: inline list-item;
  vertical-align: top;
  margin: 0 0 12px;
  background-size: 17px auto;
  list-style: none;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .job-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .job-item button.btn {
  border: 1px solid #25cbd4;
  color: #071021;
  background: none;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .job-item button.btn:hover {
  background: #25cbd4;
  color: #fff;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .right-col {
  width: 74px;
  text-align: right;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .right-col img {
  width: 74px;
  height: auto;
  border-radius: 50%;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .bottom-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  box-sizing: border-box;
  padding: 0 32px;
  align-items: center;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .bottom-meta a.btn {
  font-size: 12px;
  line-height: 18px;
  color: #1e1e1f;
  background: none;
  font-weight: 500;
  border-radius: 60px;
  border: 1px solid #25cbd4;
  padding: 11px 34px;
  width: auto;
  transition: ease 350ms all;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .bottom-meta a.btn:hover {
  background: #25cbd4;
  color: #fff;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item span.salary {
  color: #071021;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item span.salary.add-field {
  font-size: 28px;
  color: #071021;
  letter-spacing: 0;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item span.salary.add-field em {
  font-style: normal;
  font-size: 14px;
  color: #7a7e83;
  padding-left: 5px;
  font-weight: 300;
}
section.jobs-listing .jobs-listing__list .jobs-listing__list_item .work-exp {
  font-size: 14px;
  line-height: 24px;
  color: #7a7e83;
  background: url("../../images/jobs/exp.svg") 0 0 no-repeat;
  padding: 0 0 0 32px;
  vertical-align: top;
  margin: 0 0 16px;
}
section.jobs-listing .jobs-listing__list li.active {
  border-color: #fe8278 !important;
}
section.jobs-listing .jobs-listing__list li.no_job_listings_found {
  background: none !important;
  border: none !important;
}

section.news_list {
  width: 100%;
}
section.news_list .content {
  width: 100%;
  display: flex;
  gap: 24px 1.5%;
}
section.news_list .content .left-col---news {
  width: 61%;
}
section.news_list .content .left-col---news .left-col---news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.news_list .content .left-col---news .left-col---news_title h3 {
  margin: 0;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
section.news_list .content .left-col---news .left-col---news_title .pages-line {
  width: 930px;
  max-width: 92%;
  height: 6px;
  border: 1px solid #d1d2d3;
  border-radius: 12px;
  background-color: #e4e4e4;
}
section.news_list .content .left-col---news .news-section---container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
section.news_list .content .left-col---news .news-section---container .single-article {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  padding: 32px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
section.news_list .content .left-col---news .news-section---container .single-article:first-child {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.news_list .content .left-col---news .news-section---container .single-article:first-child .single-article---media {
  width: 100%;
}
section.news_list .content .left-col---news .news-section---container .single-article:not(:first-child) .single-article---media {
  width: 324px;
  max-width: calc(40% - 16px);
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---media {
  height: 320px;
  background-color: lightgray;
  border-radius: 24px;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  max-height: 100%;
  border-radius: 24px;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content {
  display: flex;
  flex-direction: column;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content.featured {
  align-items: center;
  max-width: 100%;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content.featured .single-article---content_excerpt {
  width: 886px;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content.featured h2.single-article---content_title {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content.featured .single-article---content_excerpt {
  text-align: center;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content:not(.featured) {
  max-width: calc(60% - 16px);
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content:not(.featured) h2.single-article---content_title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content h2.single-article---content_title {
  margin: 18px 0 0 0;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_excerpt {
  margin-top: 24px;
  max-width: 100%;
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1e1e1e;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_authorndate {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_authorndate .single-article---content_author {
  color: #1e1e1e;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_authorndate .single-article---content_author b {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_authorndate .single-article---content_date {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1e;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .article-tags .article-tag {
  padding: 2px 12px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 4px;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .article-tags .article-tag.green {
  background-color: #44c577;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .article-tags .article-tag.teal {
  background-color: #12a9b1;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content a.read-more---btn {
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 24px;
  padding: 11px 32px;
  border: 1px solid #25cbd4;
  border-radius: 60px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #071021;
  transition: 0.25s;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content a.read-more---btn:hover {
  background: #25cbd4;
  color: #ffffff;
}
section.news_list .content .left-col---news .news-section---container .single-article .single-article---content a.read-more---btn:hover svg path {
  stroke: #ffffff;
}
section.news_list .content .right-col---picks {
  width: 37.5%;
}
section.news_list .content .right-col---picks h3 {
  margin: 0;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
section.news_list .content .right-col---picks .top-picks---container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick {
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  background-color: #ffffff;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick h2 {
  margin: 18px 0 0 0;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick h2.single-pick---content_title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_excerpt {
  margin-top: 20px;
  max-width: 100%;
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1e1e1e;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .pick-tags .pick-tag {
  padding: 2px 12px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 4px;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .pick-tags .pick-tag.green {
  background-color: #44c577;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .pick-tags .pick-tag.teal {
  background-color: #12a9b1;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate .single-pick---content_author {
  color: #1e1e1e;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate .single-pick---content_author b {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate .single-pick---content_date {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1e;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  body section.news_list .content .left-col---news .single-article {
    flex-direction: column;
  }
  body section.news_list .content .left-col---news .single-article .single-article---media,
  body section.news_list .content .left-col---news .single-article .single-article---content {
    width: 100% !important;
    max-width: 100% !important;
  }
  section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body section.news_list .content .left-col---news .single-article {
    flex-direction: column;
  }
  body section.news_list .content .left-col---news .single-article .single-article---media,
  body section.news_list .content .left-col---news .single-article .single-article---content {
    width: 100% !important;
    max-width: 100% !important;
  }
  section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_authorndate {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 20px;
  }
  section.news_list .content {
    flex-direction: column;
  }
  section.news_list .content .left-col---news {
    width: 100%;
  }
  section.news_list .content .right-col---picks {
    width: 100%;
  }
  section.news_list .content .left-col---news .left-col---news_title .pages-line {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  section.news_list .content .left-col---news .news-section---container .single-article .single-article---media {
    height: 180px;
  }
  section.news_list .content .left-col---news .left-col---news_title .pages-line {
    max-width: 60%;
  }
  section.news_list .content .left-col---news .news-section---container .single-article .single-article---content.featured h2.single-article---content_title {
    font-size: 24px;
    line-height: 36px;
  }
  section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_excerpt, section.news_list .content .right-col---picks .top-picks---container .single-pick .single-pick---content_excerpt {
    font-size: 16px;
    line-height: 24px;
  }
  section.news_list .content .left-col---news .news-section---container .single-article .single-article---content .single-article---content_authorndate {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.section---mini-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.section---mini-banner .section---mini-banner_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 1284px;
  min-height: 228px;
  padding: 108px 32px 32px 32px;
  max-width: 100%;
  border-radius: 24px;
}
section.section---mini-banner .section---mini-banner_content .section---mini-banner_media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.section---mini-banner .section---mini-banner_content .section---mini-banner_media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
section.section---mini-banner .section---mini-banner_content h2 {
  margin: 0;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
section.section---mini-banner .section---mini-banner_content p {
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

div.gap {
  height: var(--space-desktop);
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  div.gap {
    height: var(--space-tablet);
  }
}
@media screen and (max-width: 576px) {
  div.gap {
    height: var(--space-mobile);
  }
}

section#housing-layout .housing_listings {
  max-width: 100%;
}
section#housing-layout .housing_listings form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1590px;
  max-width: 100%;
  min-height: 285px;
  background: linear-gradient(0deg, rgba(21, 127, 132, 0.5), rgba(21, 127, 132, 0.5)), linear-gradient(0deg, #d9d9d9, #d9d9d9);
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23044023/Rectangle-26.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#housing-layout .housing_listings form {
    min-height: 380px;
  }
}
section#housing-layout .housing_listings form .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1540px;
  max-width: calc(100% - 50px);
  background: rgba(21, 127, 132, 0.8);
  border-radius: 32px;
  min-height: 166px;
  margin: 0px 25px;
}
@media screen and (max-width: 768px) {
  section#housing-layout .housing_listings form .wrapper {
    min-height: 350px;
  }
}
section#housing-layout .housing_listings form .wrapper .housing_types--container {
  width: 1476px;
  max-width: calc(100% - 64px);
  position: relative;
}
section#housing-layout .housing_listings form .wrapper .search_housings {
  width: 1476px;
  max-width: calc(100% - 64px);
  min-height: 72px;
  padding: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  background-color: rgb(241, 243, 246);
  border-radius: 16px;
  /*label {
      display: none;
  }*/
}
@media screen and (max-width: 768px) {
  section#housing-layout .housing_listings form .wrapper .search_housings {
    flex-direction: column;
  }
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container {
  width: 429px;
  max-width: 100%;
  border: 1px solid rgb(228, 228, 228);
  position: relative;
  padding-left: 43px;
  border-radius: 16px;
  background-color: white;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container input:not([type=submit]),
section#housing-layout .housing_listings form .wrapper .search_housings .search-container select:not([type=submit]) {
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(30, 30, 31);
  border: none;
  padding: 12px 0px;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container input:not([type=submit])::placeholder,
section#housing-layout .housing_listings form .wrapper .search_housings .search-container select:not([type=submit])::placeholder {
  color: rgb(30, 30, 31);
  transition: 0.25s;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container input:not([type=submit]):focus::placeholder,
section#housing-layout .housing_listings form .wrapper .search_housings .search-container select:not([type=submit]):focus::placeholder {
  color: transparent;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search-container select option {
  border-radius: 6px;
  background-color: lightgray;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_categories {
  position: relative;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_categories::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23062550/chevron-down.svg");
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_general::before {
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23054856/search.svg");
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_location::before {
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23054904/map-pin.svg");
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_categories::before {
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23054912/Vector.svg");
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_categories select option[disabled=disabled] {
  display: none;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_submit input.search-btn__housing {
  padding: 11px 35px;
  background: rgb(37, 203, 212) !important;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: capitalize;
  box-shadow: inset 0 0 0 0 rgb(37, 203, 212);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
section#housing-layout .housing_listings form .wrapper .search_housings .search_submit input.slide_right:hover {
  box-shadow: inset 120px 0 0 0 rgba(21, 127, 132, 0.8);
}
section#housing-layout .housing_listings form .wrapper div.filters {
  margin-top: 17px;
  background: transparent !important;
  padding: 0px 0px 0px 27px;
  position: relative;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
section#housing-layout .housing_listings form .wrapper div.filters::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/23063727/filter.svg");
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list {
  display: none;
  margin-top: 20px;
  width: 1470px;
  max-width: calc(100% - 50px);
  list-style-type: none;
  position: absolute;
  background: white;
  padding: 16px;
  border-radius: 32px;
  z-index: 9;
  left: -16px;
  top: 20px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list--in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list--in .select_container {
  width: 520px;
  max-width: 100%;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list--in select {
  width: 520px;
  max-width: 100% !important;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list ul.items li {
  list-style: none;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list.visible .anchor {
  color: #0094ff;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list .dropdown-check-list.visible .items {
  display: block;
}
section#housing-layout .housing_listings form .wrapper .dropdown-check-list.active {
  display: flex !important;
}
section#housing-layout .housing_listings .housing_listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
}
section#housing-layout .housing_listings .housing-item {
  width: 500px;
  max-width: 100%;
  border-radius: 32px;
  background: white;
  padding: 32px;
  border: 2px solid transparent;
  transition: 0.5s;
}
section#housing-layout .housing_listings .housing-item .content-type {
  max-width: 100%;
}
section#housing-layout .housing_listings .housing-item .wrapper {
  justify-content: space-between;
}
section#housing-layout .housing_listings .housing-item:hover,
section#housing-layout .housing_listings .housing-item .active {
  border: 2px solid rgb(254, 130, 120);
}
section#housing-layout .housing_listings .housing-item span.tagline {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
section#housing-layout .housing_listings .housing-item span.tagline.green-theme {
  background-color: rgb(68, 197, 119);
  padding: 2px 8px;
  border-radius: 4px;
}
section#housing-layout .housing_listings .housing-item span.tagline.pearl-theme {
  background-color: rgb(254, 130, 120);
  padding: 2px 8px;
  border-radius: 4px;
}
section#housing-layout .housing_listings .housing-item h3 {
  max-width: 280px;
  margin-top: 10px;
  margin-bottom: unset;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 16, 33);
}
section#housing-layout .housing_listings .housing-item p.excerpt {
  margin-top: 4px;
  margin-bottom: unset;
  width: 342px;
  max-width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
section#housing-layout .housing_listings .housing-item .specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
section#housing-layout .housing_listings .housing-item .specs > div {
  display: flex;
  align-items: center;
}
section#housing-layout .housing_listings .housing-item .specs > div svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
section#housing-layout .housing_listings .housing-item .specs > div span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
section#housing-layout .housing_listings .housing-item .bottom-meta {
  display: flex;
  justify-content: flex-end;
}
section#housing-layout .housing_listings .housing-item .bottom-meta button {
  border: 1px solid #25cbd4;
  color: #071021;
  background: none;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
}
section#housing-layout .housing_listings .housing-item .bottom-meta button:hover {
  background: #25cbd4;
  color: #fff;
}

div.query {
  width: 1540px;
  max-width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  div.query {
    flex-direction: column;
  }
}
div.query .right-col {
  display: flex;
  flex-direction: column;
  width: 1070px;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  div.query .right-col {
    max-width: 90%;
  }
}
div.query .right-col .sliders {
  display: flex;
}
div.query .right-col .slider-for {
  width: 890px;
  max-width: 100%;
}
div.query .right-col .slider-for img {
  width: 860px;
  height: 470px;
  object-fit: cover;
  border-radius: 16px;
  margin-left: 20px;
}
div.query .right-col .slider-nav {
  width: 110px;
  max-width: 100%;
}
div.query .right-col .slider-nav .slick-track {
  margin: unset !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
div.query .right-col .slider-nav .slick-list {
  padding: 0px !important;
}
div.query .right-col .slider-nav .slick-slide {
  width: 110px !important;
}
div.query .right-col .slider-nav .slick-current img {
  border: 4px solid rgb(37, 203, 212);
}
div.query .right-col .slider-nav img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
}

.wrapper_blog {
  display: flex;
}

section.events__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 1148px;
  max-width: 100%;
}

article.event {
  display: flex;
  flex-direction: column;
  width: 260px;
  max-width: 100%;
  min-height: 487px;
  height: fit-content;
  padding: 16px 16px 24px 16px;
  border-radius: 24px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  background-color: white;
}
article.event .event__img {
  width: 240px;
  height: 179px;
  max-width: 100%;
  background: lightgray;
  border-radius: 12px;
}
article.event .event__img img {
  width: 240px;
  height: 179px;
  object-fit: cover;
  object-position: top left;
  border-radius: 12px;
}
article.event .event__tags {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 10px 8px;
}
article.event .event__tags .event__tag {
  padding: 2px 8px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 16, 33);
  background-color: rgb(224, 245, 246);
  border-radius: 4px;
}
article.event .event__content h3 {
  margin-top: 10px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 16, 33);
}
article.event .event__content .event__metadata {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
article.event .event__content .event__metadata .event__author,
article.event .event__content .event__metadata time {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
article.event .event__content .event__excerpt {
  margin-top: 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(30, 30, 31);
}
article.event .event__content .event__activity {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  padding: 2px;
}
article.event .event__content .event__activity .event__likes,
article.event .event__content .event__activity .event__comments {
  display: flex;
  align-items: center;
}
article.event .event__content .event__activity .event__likes svg,
article.event .event__content .event__activity .event__comments svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
article.event .event__content .event__activity .event__likes span,
article.event .event__content .event__activity .event__comments span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(118, 120, 124);
}
article.event .event__content a.btn {
  display: flex;
  width: fit-content;
  margin-top: 24px;
}

section#sidebar {
  width: 370px;
  max-width: 100%;
  min-height: 240px;
  height: fit-content;
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  background-color: rgb(255, 255, 255);
}
section#sidebar h2 {
  color: rgb(7, 16, 33);
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: unset;
}
section#sidebar #filter {
  flex-direction: column;
  margin-top: 12px;
}
section#sidebar #filter .filter__tab {
  transition: 0.75s;
  padding: 12px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(228, 228, 228);
  cursor: pointer;
}
section#sidebar #filter .filter__tab .filter__theme {
  display: flex;
  justify-content: space-between;
}
section#sidebar #filter .filter__tab .filter__theme h4 {
  position: static;
  z-index: 1;
  margin: unset;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 16, 33);
}
section#sidebar #filter .filter__tab .filter__theme svg {
  transition: 0.25s;
  stroke: rgb(7, 16, 33);
}
section#sidebar #filter .filter__tab .filter__description {
  margin-top: 0px;
  max-height: 0px;
  opacity: 0;
  transition: 0.2s;
  z-index: 0;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags {
  width: 190px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label::before {
  display: none;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag {
  display: block;
  padding: unset;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag.hiddenTag {
  display: none;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag input {
  visibility: hidden;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag input::before {
  display: none;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag input + div {
  padding: 2px 8px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(7, 16, 33);
  background-color: rgb(241, 243, 246);
  border-radius: 4px;
  cursor: pointer;
}
section#sidebar #filter .filter__tab .filter__description .filter__tags label.filter__tag input:checked + div {
  background-color: rgb(37, 203, 212);
  color: rgb(255, 255, 255);
}
section#sidebar #filter .filter__tab .filter__description .show-more {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  color: rgb(254, 130, 120);
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  padding: unset;
  background: unset;
}
section#sidebar #filter .filter__tab .filter__description .show-more.btn-hidden {
  display: none;
}
section#sidebar #filter .filter__tab.activeTab .filter__theme svg {
  transform: rotate(180deg);
  stroke: rgb(37, 203, 212);
}
section#sidebar #filter .filter__tab.activeTab .filter__description {
  margin-top: 12px;
  max-height: max-content;
  opacity: 1;
  background: transparent;
  box-sizing: content-box;
}
section#sidebar .reset-btn {
  position: relative;
  border-radius: 60px;
}
section#sidebar .reset-btn::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/08/24113637/system-uicons_reset.svg") center no-repeat;
}
section#sidebar .reset-btn:hover::before {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
section#sidebar .reset-btn input {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: rgb(7, 16, 33);
  border: 1px solid rgb(37, 203, 212);
  background: transparent;
  border-width: 1px !important;
}
section#sidebar .reset-btn input:hover {
  background: rgb(37, 203, 212);
  color: white;
}

.single-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-news section.top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1150px;
  max-width: 100%;
  min-height: 278px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  border-radius: 24px;
}
.single-news section.top h1 {
  font-family: Inter;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
  margin: unset;
}
.single-news section.top .event__metadata {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #76787c;
}
.single-news section.top .event__tags {
  margin-top: 8px;
}
.single-news section.top .event__tags .event__tag {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #071021;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e0f5f6;
}
.single-news section.top .event__activity {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  padding: 2px;
}
.single-news section.top .event__activity .event__likes,
.single-news section.top .event__activity .event__comments {
  display: flex;
  align-items: center;
}
.single-news section.top .event__activity .event__likes svg,
.single-news section.top .event__activity .event__comments svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.single-news section.top .event__activity .event__likes span,
.single-news section.top .event__activity .event__comments span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(118, 120, 124);
}
.single-news section.top .event__activity .event__likes .count-box {
  border: none;
  box-shadow: none;
}
.single-news section.top .event__activity .event__likes .count-box::before {
  display: none;
}
.single-news section.top .event__activity .event__likes .wp_ulike_btn {
  background: transparent;
  padding: unset;
  min-height: unset;
  min-width: unset;
}
.single-news section.top .event__activity .event__likes .wpulike {
  display: flex;
  align-items: center;
}
.single-news section.mid {
  width: 1150px;
  max-width: 100%;
  padding: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  border-radius: 24px;
}
.single-news section.mid p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1f;
}
.single-news section.bottom {
  width: 1150px;
  max-width: 100%;
  padding: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  border-radius: 24px;
}
.single-news section.bottom .comment-container {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 32px;
}
.single-news section.bottom .comment-container .comment-reply {
  padding-left: 50px;
  border-right: 2px solid black;
}
.single-news section.bottom .comment-container .comment, .single-news section.bottom .comment-container .comment-reply {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
}
.single-news section.bottom .comment-container .comment .comment__author, .single-news section.bottom .comment-container .comment-reply .comment__author {
  display: flex;
}
.single-news section.bottom .comment-container .comment .comment__author .comment__author_avatar img, .single-news section.bottom .comment-container .comment-reply .comment__author .comment__author_avatar img {
  width: 56px;
  height: 56px;
  border-radius: 56px;
}
.single-news section.bottom .comment-container .comment .comment__author .comment__author_data, .single-news section.bottom .comment-container .comment-reply .comment__author .comment__author_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}
.single-news section.bottom .comment-container .comment .comment__author .comment__author_data .comment__author_name h4, .single-news section.bottom .comment-container .comment-reply .comment__author .comment__author_data .comment__author_name h4 {
  margin: unset;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.single-news section.bottom .comment-container .comment .comment__author .comment__author_data .comment__author_date, .single-news section.bottom .comment-container .comment-reply .comment__author .comment__author_data .comment__author_date {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1f;
}
.single-news section.bottom .comment-container .comment .comment__content, .single-news section.bottom .comment-container .comment-reply .comment__content {
  margin-top: 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.single-news section.bottom .comment-container .comment .comment__interaction, .single-news section.bottom .comment-container .comment-reply .comment__interaction {
  display: flex;
  margin-top: 13px;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_like .cld-like-dislike-wrap, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_like .cld-like-dislike-wrap {
  margin-bottom: unset;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_like .cld-common-wrap, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_like .cld-common-wrap {
  min-width: unset;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_like .cld-common-wrap > a.cld-like-dislike-trigger, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_like .cld-common-wrap > a.cld-like-dislike-trigger {
  color: #76787c;
  cursor: pointer;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_reply, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_reply {
  display: flex;
  align-items: center;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_reply a, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_reply a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-news section.bottom .comment-container .comment .comment__interaction .comment__interaction_reply span, .single-news section.bottom .comment-container .comment-reply .comment__interaction .comment__interaction_reply span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #76787c;
}
.single-news section.bottom .comment-container .comment-respond h3 {
  margin: unset;
}
.single-news section.bottom .comment-container .comment-respond form {
  margin-top: 24px;
}
.single-news section.bottom .comment-container .comment-respond form p.form-submit {
  background: white;
  width: fit-content;
  border: 1px solid #25CBD4;
  border-radius: 60px;
}
.single-news section.bottom .comment-container .comment-respond form p.form-submit input[type=submit] {
  background-color: white !important;
}
.single-news section.bottom .comment-container .comment-respond form p.form-submit input[type=submit]:hover {
  background-color: #25CBD4 !important;
}
.single-news .pagination {
  display: flex;
  width: 1150px;
  max-width: 100%;
  justify-content: space-between;
}

.related-posts-grid {
  width: 1030px;
  max-width: 100%;
}
.related-posts-grid .slick-track {
  width: 1030px !important;
  max-width: 100%;
}

.slick-list {
  flex: 1;
}

.pagination {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .wrapper_blog {
    flex-direction: column-reverse;
  }
  section.events__container {
    margin-top: 24px;
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
    gap: 20px;
    width: 1148px;
    max-width: 100%;
  }
  article.event {
    display: flex;
    flex-direction: column;
    width: unset;
  }
}
body.geodir-page-add .post_content_title h1 {
  font-size: 24px;
  margin: 0 0 32px;
  padding: 0;
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post {
  background: #fff;
  border-radius: 32px;
}
@media screen and (min-width: 769px) {
  body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post {
    padding: 30px 20px;
  }
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post fieldset {
  margin-bottom: unset;
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post fieldset h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post div.form-group {
    display: flex;
    flex-direction: column;
  }
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post div.form-group input:not([type=search]) {
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  padding: 17px 24px;
  font-size: 16px;
  font-weight: 300;
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post div.form-group textarea {
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  padding: 17px 24px;
  color: #1e1e1f;
  font-size: 16px;
  font-weight: 300;
}
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post #geodir-add-listing-submit button,
body.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing form#geodirectory-add-post #geodir-add-listing-submit a {
  padding: 8px 18px;
  font-size: 12px;
}

body.post-type-archive-gd_place h1.main-title {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
body.post-type-archive-gd_place h1.main-title .business-custom-logo {
  background: white;
  padding: 12px 20px;
}

.page-heading h1.main-title .back-btn {
  border-color: #FFFFFF;
}
.page-heading h1.main-title .back-btn svg path {
  fill: #FFFFFF;
}

.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=icon-]:before {
  background-color: transparent !important;
  font-size: 1.8em !important;
}

@media screen and (max-width: 768px) {
  .jobs .left-part .btn-red {
    margin-top: 20px !important;
  }
}
body.my-account #buddypress #profile-edit-form ul.button-nav, body.bp-user.single #buddypress #profile-edit-form ul.button-nav {
  margin: 0px 0px 80px 0px;
  padding: unset;
}
body.my-account #buddypress #profile-edit-form ul.button-nav li a, body.bp-user.single #buddypress #profile-edit-form ul.button-nav li a {
  padding: 11px 34px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
  border: 1px solid #25cbd4;
  border-radius: 60px;
  border-width: 1px !important;
}
body.my-account #buddypress #profile-edit-form ul.button-nav li a:hover, body.bp-user.single #buddypress #profile-edit-form ul.button-nav li a:hover {
  background: #25cbd4;
  color: #ffffff;
}
body.my-account #buddypress #item-header,
body.my-account #buddypress #item-nav,
body.my-account #buddypress #item-body, body.bp-user.single #buddypress #item-header,
body.bp-user.single #buddypress #item-nav,
body.bp-user.single #buddypress #item-body {
  width: 100%;
}
body.my-account #buddypress #invite-anyone-group-list li, body.bp-user.single #buddypress #invite-anyone-group-list li {
  height: unset;
  background: #ffffff;
  width: 45%;
  padding: 20px 30px;
  border-radius: 32px;
}
@media screen and (max-width: 1024px) {
  body.my-account #buddypress #invite-anyone-group-list li, body.bp-user.single #buddypress #invite-anyone-group-list li {
    width: 100%;
  }
}
body.my-account #buddypress #invite-anyone-group-list li label, body.bp-user.single #buddypress #invite-anyone-group-list li label {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 40px;
}
body.my-account #buddypress #invite-anyone-group-list li label::before, body.bp-user.single #buddypress #invite-anyone-group-list li label::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid black !important;
  left: 0px;
}
body.my-account #buddypress #invite-anyone-group-list li label span, body.bp-user.single #buddypress #invite-anyone-group-list li label span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  body.my-account #buddypress #invite-anyone-group-list li label, body.bp-user.single #buddypress #invite-anyone-group-list li label {
    flex-direction: column;
  }
  body.my-account #buddypress #invite-anyone-group-list li label span, body.bp-user.single #buddypress #invite-anyone-group-list li label span {
    margin: 20px auto 0px auto;
    text-align: center;
  }
}
body.my-account #buddypress #invite-anyone-steps, body.bp-user.single #buddypress #invite-anyone-steps {
  margin: unset;
  padding: unset;
}
body.my-account #buddypress div.submit, body.bp-user.single #buddypress div.submit {
  padding: unset;
}
body.my-account #buddypress div.submit input[type=submit], body.bp-user.single #buddypress div.submit input[type=submit] {
  padding: 11px 34px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
  border: 1px solid #25cbd4;
  border-radius: 60px;
  border-width: 1px !important;
}
body.my-account #buddypress div.submit input[type=submit]:hover, body.bp-user.single #buddypress div.submit input[type=submit]:hover {
  background: #25cbd4;
  color: #ffffff;
}

body.bp-user.my-friends:not(.my-account) div#buddypress #item-body #subnav {
  padding: 20px;
}
@media screen and (min-width: 577px) {
  body.bp-user.my-friends:not(.my-account) div#buddypress #item-body #subnav > ul > li#members-order-select {
    margin: 0 20px 0 0 !important;
  }
}

.bp-legacy.media #buddypress div#item-header div#item-header-content a.gamipress-buddypress-achievement-thumbnail {
  border: unset !important;
}

body.groups.single-item .bp-related {
  width: 100%;
  flex-direction: column;
}
body.bp-user.single .bp-related {
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.bp-user.single .bp-related .bp-membership,
body.bp-user.single .bp-related .bp-events {
  width: 47.5%;
}
body.bp-user.single .bp-related, body.groups.single-item .bp-related {
  display: flex;
  gap: 20px;
}
body.bp-user.single .bp-related .bp-membership,
body.bp-user.single .bp-related .bp-events, body.groups.single-item .bp-related .bp-membership,
body.groups.single-item .bp-related .bp-events {
  box-sizing: border-box;
  max-width: 100%;
  height: fit-content;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  border-radius: 32px;
  padding: 20px 15px;
  background: #ffffff;
}
body.bp-user.single .bp-related .bp-membership h3,
body.bp-user.single .bp-related .bp-events h3, body.groups.single-item .bp-related .bp-membership h3,
body.groups.single-item .bp-related .bp-events h3 {
  margin: unset;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming {
  margin-top: 24px;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single {
  display: flex;
  min-height: 90px;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n) .bp-events_upcoming-date,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n) .bp-events_upcoming-date, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n) .bp-events_upcoming-date,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n) .bp-events_upcoming-date {
  background-image: url("/wp-content/themes/mishmish-theme-anesta/assets/images/dates/blue.svg");
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n-1) .bp-events_upcoming-date,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n-1) .bp-events_upcoming-date, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n-1) .bp-events_upcoming-date,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single:nth-child(2n-1) .bp-events_upcoming-date {
  background-image: url("/wp-content/themes/mishmish-theme-anesta/assets/images/dates/pearl.svg");
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 24px 1px 6px 1px;
  background-position: center;
  background-size: cover;
  color: #071021;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-day,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-day, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-day,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-day {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-monthname,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-monthname, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-monthname,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-date .bp-events_upcoming-date-monthname {
  font-family: Inter;
  font-size: 8px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 238px;
  max-width: 100%;
  margin-left: 12px;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data h5,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data h5, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data h5,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data h5 {
  margin: unset;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
body.bp-user.single .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data p,
body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data p, body.groups.single-item .bp-related .bp-membership .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data p,
body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data p {
  color: #1e1e1f;
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups, body.groups.single-item .bp-related .bp-membership .bp-membership_groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single {
  display: flex;
  align-items: center;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_image img, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_image img {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: auto;
  border-radius: 50%;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
  margin-left: 12px;
  max-width: 200px;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4 {
  margin: unset;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #071021;
}
body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_add, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_add {
  margin-left: auto;
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body.bp-user.single .bp-related, body.groups.single-item .bp-related {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.bp-user.single .bp-related, body.groups.single-item .bp-related {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body.bp-user.single .bp-related, body.groups.single-item .bp-related {
    width: 100%;
    flex-direction: column;
  }
  body.bp-user.single .bp-related .bp-membership,
  body.bp-user.single .bp-related .bp-events, body.groups.single-item .bp-related .bp-membership,
  body.groups.single-item .bp-related .bp-events {
    width: 100%;
  }
  body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
    max-width: 100%;
  }
  body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single, body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  body.bp-user.single .bp-related, body.groups.single-item .bp-related {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  body.bp-user.single .bp-related .bp-membership,
  body.bp-user.single .bp-related .bp-events, body.groups.single-item .bp-related .bp-membership,
  body.groups.single-item .bp-related .bp-events {
    width: 100%;
    padding: 24px;
  }
  body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
    max-width: 150px;
  }
  body.bp-user.single .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4, body.groups.single-item .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4 {
    font-size: 18px;
    line-height: 22px;
  }
  body.bp-user.single .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single, body.groups.single-item .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single {
    width: 280px;
  }
}

.widget_calendar nav.wp-calendar-nav {
  margin: 0;
  box-shadow: none;
  background: #ffffff;
}

.single-item.groups .page_content_wrap {
  padding: 0 !important;
}

div#buddypress #item-body #whats-new-form + #subnav {
  box-shadow: none !important;
}

#buddypress .bd-container .bp-maincontent div#item-body > div#bbpress-forums h2 {
  margin: 0;
}

body.menu_side_present .page_content_wrap > .content_wrap {
  padding-bottom: 100px;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  body.menu_side_present .page_content_wrap > .content_wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  body.menu_side_present .page_content_wrap > .content_wrap {
    padding-bottom: 20px;
  }
}
body.groups.docs div#buddypress #item-body #subnav {
  margin-top: 0 !important;
  box-shadow: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.groups.docs div#buddypress .bp-docs .doctable_wrap, body.groups.docs div#buddypress .bp-docs .docs-info-header .currently-viewing {
  box-shadow: none !important;
}

body.groups.docs.single-item div#buddypress .bp-docs .docs-folder-manage {
  margin: 0 32px;
  height: auto;
  min-height: 20px;
}
body.groups.docs.single-item div#buddypress #item-body #subnav + h3 {
  margin-left: 32px;
}

body.groups.hierarchy .parent-group-breadcrumbs h3 {
  margin-top: 0px !important;
}

body.groups.group-members div#buddypress #item-body #subnav {
  margin-top: 0 !important;
  padding: 16px 32px 32px 32px !important;
  box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

div#buddypress .pagination .pagination-links {
  display: flex;
}
@media screen and (max-width: 479px) {
  div#buddypress .pagination .pagination-links {
    margin-top: 50px;
  }
}
div#buddypress .pagination .pagination-links > span,
div#buddypress .pagination .pagination-links a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#buddypress ul.item-list li div.action {
  top: 15px;
  bottom: 0;
  display: flex;
  height: fit-content;
}

body.groups.buddypress form {
  margin: 0 auto;
}
body.groups.buddypress div#buddypress ul.item-list#groups-list {
  position: relative;
}
body.groups.buddypress div#buddypress ul.item-list#groups-list > li {
  height: auto;
  overflow: visible;
}
body.groups.buddypress div#buddypress .child-groups-container .child-groups {
  overflow: visible;
  position: absolute;
  z-index: 999;
  margin-left: unset !important;
  border: none !important;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
  background: #FFFFFF;
  width: 80%;
  padding: 20px 10px;
  border-radius: 32px;
}
body.groups.buddypress div#buddypress .child-groups-container .child-groups #groups-list {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin-left: 0 !important;
  height: 40vh;
  overflow-y: scroll;
}
body.groups.buddypress div#buddypress .child-groups-container .child-groups #groups-list li {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}
body.groups.buddypress div#buddypress .child-groups-container .child-groups #groups-list li .item-avatar {
  display: none;
  visibility: hidden;
}
body.groups.buddypress div#buddypress .child-groups-container .child-groups #pag-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.child-groups-container {
  margin-top: 10px;
}

body.bp-user #item-header,
body.bp-user #item-nav,
body.bp-user #item-body {
  width: 100%;
}
body.bp-user #buddypress ul.item-list li .bp-group-avatar-content img.avatar,
body.bp-user #buddypress ul.item-list li .bp-member-avatar-content img.avatar {
  border-radius: 50%;
  border: 3px solid #25cbd4;
}

div#buddypress #item-body #subnav > ul > li#activity-filter-select {
  display: block !important;
}

div#buddypress .standard-form .checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
}

body.my-groups .content_wrap {
  max-width: calc(100% - 40px);
  margin: 20px auto !important;
}
body.my-groups .sidebar.widget_area {
  display: block !important;
}

body.group-home div#buddypress #item-body form {
  padding: 0 !important;
  margin-top: unset !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

body.invite-anyone #item-body > p {
  padding: 16px 32px;
  margin-top: 10px;
  background: #FFFFFF;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

body.group-admin form textarea#group-desc {
  min-height: 120px;
  padding: 10px 30px;
}

body.media div#buddypress #item-body #subnav {
  margin-top: 0 !important;
  box-shadow: none !important;
}
body.media div#buddypress #item-body #subnav > ul > li {
  padding: 0px 12px !important;
}
body.media #item-header {
  width: 100%;
}
body.media #item-header #item-header-cover-image {
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
body.media #item-nav {
  width: 100%;
  margin: 0 auto;
}
body.media #item-body {
  width: 100%;
  margin: 0 auto;
}
body.media #item-body .item-list-tabs#subnav {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: none !important;
}
body.media #item-body .item-list-tabs#subnav > ul {
  justify-content: space-between;
  position: relative;
}
body.media #item-body .item-list-tabs#subnav > ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0px;
}

body.group-members #buddypress .bd-container .bp-maincontent div#item-body #subnav ul::after, body.group-home #buddypress .bd-container .bp-maincontent div#item-body #subnav ul::after {
  display: none;
}

body.zl-live-chat #item-body {
  background: #ffffff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

body.groups.about #item-body {
  background: #ffffff;
  padding: 16px 32px !important;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

@media screen and (max-width: 1560px) {
  body.invite-anyone #buddypress ul.item-list li div.action {
    position: static;
  }
}
body.invite-anyone #buddypress ul.item-list li div.action a {
  border: 1px solid #25cbd4;
  width: fit-content;
  border-radius: 60px;
  padding: 11px 34px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
body.invite-anyone #buddypress ul.item-list li div.action a:hover {
  background: #25cbd4;
  color: #ffffff;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent {
  background: #ffffff;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #item-body > p {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #item-body > p a {
  width: fit-content;
  margin: 10px 0px;
  padding: 12px 34px;
  border: 1px solid #25cbd4;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #071021;
  transition: 0.25s;
  border-radius: 60px;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #item-body > p a:hover {
  background: #25cbd4;
  color: #ffffff;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent form .left-menu > p {
  color: #000000;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent form#send-invite-form ul.first {
  padding: unset;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent form#send-invite-form div.submit {
  border: 1px solid #25cbd4;
  width: fit-content;
  border-radius: 60px;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent form#send-invite-form div.submit input[type=submit] {
  padding: 11px 34px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent form#send-invite-form div.submit input[type=submit]:hover {
  background: #25cbd4;
  color: #ffffff;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #invite-anyone-member-list {
  border: none;
  border-radius: 5px;
  padding: 20px 10px;
  background: white;
  /* Handle on hover */
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #invite-anyone-member-list::-webkit-scrollbar {
  width: 10px;
  height: 420px;
  background: #25cbd4;
  border-radius: 4px;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #invite-anyone-member-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #invite-anyone-member-list::-webkit-scrollbar-thumb {
  background: #25cbd4;
}
body.invite-anyone #buddypress .bd-container .bp-maincontent #invite-anyone-member-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.group-admin #buddypress .bd-container .bp-maincontent div#item-body #subnav {
  border-radius: 0px;
  padding-top: 0px;
  margin-top: 0px !important;
}

#buddypress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#buddypress .bd-banner {
  width: 100%;
  min-height: 40px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  z-index: 0;
  background: #3d4962;
}
#buddypress .bd-banner img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
#buddypress .bd-banner img[src=""] {
  display: none;
}
#buddypress .bd-container {
  z-index: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}
#buddypress .bd-container .bp-infocard {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 15px 20px 15px;
  height: fit-content;
  max-width: 100%;
  border-radius: 32px;
  background: #ffffff;
}
#buddypress .bd-container .bp-infocard #item-header-avatar {
  display: flex;
  justify-content: center;
}
#buddypress .bd-container .bp-infocard #item-header-avatar a img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#buddypress .bd-container .bp-infocard h3.bp_group_name {
  margin-top: 16px;
  margin-bottom: unset;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
}
#buddypress .bd-container .bp-infocard .bp_group_type {
  margin-top: 4px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e1e1f;
}
#buddypress .bd-container .bp-infocard .bp_group_admins {
  display: flex;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#buddypress .bd-container .bp-infocard .bp_group_admins span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e1e1f;
}
#buddypress .bd-container .bp-infocard .bp_group_admins ul#group-admins {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: unset;
  margin: 0 8px 0 0;
  margin-left: 4px;
}
#buddypress .bd-container .bp-infocard .bp_group_admins ul#group-admins li a img {
  width: 24px;
  height: 24px;
  border: 1px solid #f1f3f6;
  border-radius: 50%;
}
#buddypress .bd-container .bp-infocard .bp_group_description {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
#buddypress .bd-container .bp-infocard #item-buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0px;
}
#buddypress .bd-container .bp-infocard #item-buttons .bp_group_like {
  width: 86px;
  height: 46px;
  border-radius: 60px;
  border: 1px solid #fe8278;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  display: none;
  cursor: pointer;
}
#buddypress .bd-container .bp-infocard #item-buttons .bp_group_like:hover {
  background: #fe8278;
}
#buddypress .bd-container .bp-infocard #item-buttons .bp_group_like:hover svg path {
  fill: #ffffff;
}
#buddypress .bd-container .bp-infostats-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 22%;
}
#buddypress .bd-container .bp-infostats-sidebar .bp-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  padding: 34px 24px;
  gap: 12px;
  border-radius: 32px;
  background: #ffffff;
  display: none !important;
}
#buddypress .bd-container .bp-infostats-sidebar .bp-stats .bp-stats-single {
  width: 155px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#buddypress .bd-container .bp-infostats-sidebar .bp-stats .bp-stats-single .bp-stats-single_number {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
}
#buddypress .bd-container .bp-infostats-sidebar .bp-stats .bp-stats-single .bp-stats-single_naming {
  margin-top: 5px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
#buddypress .bd-container .bp-maincontent {
  width: 56%;
  height: fit-content;
  border-radius: 32px;
}
#buddypress .bd-container .bp-maincontent div#item-nav {
  padding: 16px 10px 32px 10px !important;
  border-radius: 32px 32px 0 0 !important;
  background: #ffffff;
  box-shadow: unset !important;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 0px;
  position: relative;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0px;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li {
  margin: unset;
  padding: 12px 6px;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li#leaderboard-groups-li {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li#nav-hierarchy-groups-li {
  border: 2px solid #fe8278;
  display: block !important;
  visibility: visible !important;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li#nav-hierarchy-groups-li.selected::before {
  display: none;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li.selected {
  position: relative;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li.selected::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #fe8278;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li.selected a {
  color: #fe8278;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li a {
  font-family: Inter;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li a span {
  background-color: #fe8278 !important;
}
#buddypress .bd-container .bp-maincontent div#item-nav ul li a:hover {
  color: #fe8278;
}
#buddypress .bd-container .bp-maincontent div#item-body .rtm-load-more {
  width: fit-content;
  margin: 0 auto;
}
#buddypress .bd-container .bp-maincontent div#item-body .rtm-load-more #rtMedia-galary-next {
  position: relative;
  padding: 11px 36px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
#buddypress .bd-container .bp-maincontent div#item-body .rtm-load-more #rtMedia-galary-next[style="display:none;"] {
  display: none !important;
}
#buddypress .bd-container .bp-maincontent div#item-body .rtm-load-more #rtMedia-galary-next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 60px;
  border: 1px solid #25cbd4;
}
#buddypress .bd-container .bp-maincontent div#item-body .rtm-load-more #rtMedia-galary-next:hover {
  background: #25cbd4;
  color: #ffffff;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content .rtm-upload-button-wrapper {
  border: 1px solid #25cbd4;
  width: fit-content;
  border-radius: 60px;
  margin: 0 auto;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content .rtm-upload-button-wrapper:hover .rtmedia-add-media-button {
  background: #25cbd4;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content .rtm-upload-button-wrapper:hover .rtmedia-add-media-button span {
  filter: brightness(0) invert(1);
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content .rtm-upload-button-wrapper button.rtmedia-add-media-button {
  position: relative;
  z-index: 1;
  padding: 11px 36px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #25cbd4;
  color: #071021;
  transition: 0.25s;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content #whats-new-submit {
  border: 1px solid #25cbd4;
  width: fit-content;
  border-radius: 60px;
  margin: 0 auto;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content #whats-new-submit:hover #aw-whats-new-submit {
  background: #25cbd4;
  color: #ffffff;
}
#buddypress .bd-container .bp-maincontent div#item-body #whats-new-content #whats-new-submit input#aw-whats-new-submit {
  padding: 13px 36px 11px 36px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
#buddypress .bd-container .bp-maincontent div#item-body > div#bbpress-forums {
  background: #ffffff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
#buddypress .bd-container .bp-maincontent div#item-body .zl-lc-channel-shortcode {
  padding: 0px 40px;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list {
  background: #ffffff;
  border-radius: 32px;
  padding: 16px 32px;
  margin-top: 30px;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li {
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 0px 5px 1px rgba(122, 126, 131, 0.1);
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  box-sizing: border-box;
  padding: 10px 16px !important;
  background: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  border: 1px solid #25cbd4;
  color: #071021;
  transition: 0.25s !important;
  border-radius: 32px;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a:hover {
  background: #25cbd4 !important;
  color: #ffffff !important;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a.pending_friend:not(.remove) {
  background: #fe8278 !important;
  border: 1px solid #fe8278 !important;
  color: #ffffff !important;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a.pending_friend:not(.remove):hover {
  background: #ffffff !important;
  color: #fe8278 !important;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a.remove {
  border: 1px solid #fe8278 !important;
  color: #fe8278 !important;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a.remove:hover {
  background: #fe8278 !important;
  color: #ffffff !important;
}
#buddypress .bd-container .bp-maincontent div#item-body #members-group-list #pag-top {
  margin-top: unset;
}
#buddypress .bd-container .bp-maincontent div#item-body form p.activity-greeting {
  font-family: Inter;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: 0em;
  text-align: left;
}
#buddypress .bd-container .bp-maincontent div#item-body .gamipress-leaderboard table {
  padding: 0px 40px 20px 40px;
  border-radius: 0px 0px 32px 32px !important;
}
#buddypress .bd-container .bp-maincontent .bbp-topic-form {
  padding: unset !important;
  box-shadow: unset !important;
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  #buddypress .bd-banner {
    height: 10px;
    min-height: unset;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #buddypress .bd-banner {
    height: 0;
    min-height: unset;
  }
  #buddypress .bd-container {
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
  }
  #buddypress .bd-container .bp-maincontent {
    width: 64%;
  }
  #buddypress .bd-container .bp-infostats-sidebar {
    width: 32%;
  }
  #buddypress .bd-container .bp-infostats-sidebar .bp-infocard,
  #buddypress .bd-container .bp-infostats-sidebar .bp-stats {
    width: 100%;
  }
  div#bbpress-forums .bbp-topics .bbp-topic-voice-count, div#bbpress-forums .bbp-topics .bbp-topic-reply-count, div#bbpress-forums .bbp-topics .bbp-topic-freshness, div#bbpress-forums .bbp-topics .bbp-topic-title {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #buddypress .bd-banner {
    height: 0;
    min-height: unset;
  }
  #buddypress .bd-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #buddypress .bd-container .bp-infostats-sidebar {
    width: 35%;
  }
  #buddypress .bd-container .bp-maincontent {
    width: 62%;
  }
  #buddypress .bd-container .bp-infostats-sidebar .bp-infocard,
  #buddypress .bd-container .bp-infostats-sidebar .bp-stats {
    width: 100%;
  }
  #buddypress .bd-container .bp-related {
    width: 100%;
    justify-content: space-between;
  }
  div#bbpress-forums .bbp-topics .bbp-topic-voice-count, div#bbpress-forums .bbp-topics .bbp-topic-reply-count, div#bbpress-forums .bbp-topics .bbp-topic-freshness, div#bbpress-forums .bbp-topics .bbp-topic-title {
    font-size: 8px;
  }
  div#buddypress #item-body #subnav > ul > li#group_members-order-select {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #buddypress .bd-banner {
    height: 0;
    min-height: unset;
  }
  #buddypress .bd-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #buddypress .bd-container .bp-infostats-sidebar {
    width: 100%;
  }
  #buddypress .bd-container .bp-infostats-sidebar .bp-stats,
  #buddypress .bd-container .bp-infostats-sidebar .bp-infocard {
    width: 100%;
  }
  #buddypress .bd-container .bp-maincontent {
    width: 100%;
  }
  #buddypress .bd-container .bp-related {
    width: 100%;
    flex-direction: column;
  }
  #buddypress .bd-container .bp-related .bp-membership,
  #buddypress .bd-container .bp-related .bp-events {
    width: 100%;
  }
  #buddypress .bd-container .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
    max-width: 100%;
  }
  #buddypress .bd-container .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single {
    width: calc(100% - 60px);
  }
  #item-body .activity {
    margin-bottom: 0;
  }
  #buddypress .bd-container .bp-maincontent div#item-body #members-group-list #member-list > li .action a {
    padding: 10px 8px !important;
  }
}
@media screen and (max-width: 576px) {
  #buddypress .bd-banner {
    height: 0;
    min-height: unset;
  }
  #buddypress .bd-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #buddypress .bd-container .bp-infostats-sidebar {
    width: 100%;
  }
  #buddypress .bd-container .bp-infostats-sidebar .bp-stats,
  #buddypress .bd-container .bp-infostats-sidebar .bp-infocard {
    width: 100%;
  }
  #buddypress .bd-container .bp-maincontent {
    width: 100%;
  }
  #buddypress .bd-container .bp-maincontent div#item-body form p.activity-greeting {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0em;
    text-align: left;
  }
  #buddypress .bd-container .bp-maincontent div#item-nav ul li a span {
    padding: 2px 4px;
    border-radius: 4px;
    color: #ffffff;
  }
  #buddypress .bd-container .bp-related {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  #buddypress .bd-container .bp-related .bp-membership,
  #buddypress .bd-container .bp-related .bp-events {
    width: 100%;
    padding: 24px;
  }
  #buddypress .bd-container .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
    max-width: 150px;
  }
  #buddypress .bd-container .bp-related .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4 {
    font-size: 18px;
    line-height: 22px;
  }
  #buddypress .bd-container .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single {
    width: 280px;
    max-width: 100%;
  }
  #buddypress .bd-container .bp-related .bp-events .bp-events_upcoming .bp-events_upcoming-single .bp-events_upcoming-data h5 {
    font-size: 14px;
    line-height: 18px;
  }
  div#buddypress #item-body #members-list li .action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
form .ac-reply-content button.rtmedia-comment-media-upload {
  position: relative;
  padding: 11px 36px !important;
  background: #25cbd4 !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  border: 1px solid #25cbd4 !important;
  color: #ffffff !important;
  transition: 0.25s !important;
}
form .ac-reply-content button.rtmedia-comment-media-upload::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 1px solid #25cbd4;
  border-radius: 60px;
  transition: 0.25s !important;
}
form .ac-reply-content button.rtmedia-comment-media-upload:hover {
  background: #ffffff !important;
  color: #25cbd4 !important;
}
form .ac-reply-content input[type=submit] {
  box-sizing: border-box;
  padding: 11px 36px !important;
  background: #25cbd4 !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #ffffff !important;
  transition: 0.25s !important;
  border: 1px solid #25cbd4 !important;
}
form .ac-reply-content input[type=submit]:hover {
  background: #ffffff !important;
  color: #25cbd4 !important;
}
form .ac-reply-content a.ac-reply-cancel {
  padding: 11px 36px !important;
  background: #FFFFFF !important;
  border: 1px solid #fe8278 !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  transition: 0.25s !important;
  color: #fe8278 !important;
}
form .ac-reply-content a.ac-reply-cancel:hover {
  background: #fe8278 !important;
  color: #FFFFFF !important;
}

@media screen and (max-width: 576px) {
  form .ac-reply-content {
    display: flex;
    flex-direction: column;
  }
  form .ac-reply-content button,
  form .ac-reply-content input,
  form .ac-reply-content a {
    width: 100%;
  }
  form .ac-reply-content input[type=submit] {
    margin-top: 10px !important;
  }
}
body div#buddypress .activity-comments form input {
  border-width: 1px !important;
}
body div#buddypress .activity-comments form div.ac-reply-content a.ac-reply-cancel {
  border-width: 1px !important;
}

.load-more a {
  position: relative;
  width: fit-content !important;
  background: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #071021 !important;
}
.load-more a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 1px solid #25cbd4;
}
.load-more a:hover {
  background-color: #25cbd4 !important;
  color: #ffffff !important;
}

a.subscription-toggle {
  position: relative;
  width: fit-content;
  background: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #071021 !important;
}
a.subscription-toggle::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 1px solid #25cbd4;
}
a.subscription-toggle:hover {
  background-color: #25cbd4 !important;
  color: #ffffff !important;
}

button.submit {
  position: relative;
  width: fit-content;
  background: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #071021 !important;
}
button.submit::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 1px solid #25cbd4;
}
button.submit:hover {
  background-color: #25cbd4 !important;
  color: #ffffff !important;
}

a#bp-create-doc-button {
  position: relative;
  width: fit-content;
  background-color: #ffffff !important;
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
  text-align: center !important;
  color: #071021 !important;
}
a#bp-create-doc-button::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 1px solid #25cbd4;
}
a#bp-create-doc-button:hover {
  background-color: #25cbd4 !important;
  color: #ffffff !important;
}

@media screen and (min-width: 1241px) {
  body.single-item.docs #bp-create-doc-button {
    transform: translate(0, -15px);
  }
}
@media screen and (max-width: 1240px) {
  body.single-item.docs #bp-create-doc-button {
    margin-left: unset !important;
  }
}
body.single-item.docs thead.emptyHidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

body div#buddypress .bp-docs {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body.post-type-archive-bp_doc .post_content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  div#buddypress .bp-docs #doc-form #doc-submit-options input[type=submit] {
    width: 100%;
    text-align: center;
  }
  div#buddypress .bp-docs #doc-form #doc-submit-options a.action {
    width: 100%;
    text-align: center;
  }
}
.groups-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 49px;
  width: 100%;
  padding: 0px 26px;
}
.groups-title h2 {
  margin: unset;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #071021;
}
.groups-title a.group-create-btn {
  display: flex;
  padding: 11px 34px;
  border-radius: 60px;
  border: 1px solid #25cbd4;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
.groups-title a.group-create-btn svg {
  transition: 0.25s;
  margin-right: 4px;
}
.groups-title a.group-create-btn:hover {
  background-color: #25cbd4;
  color: #ffffff;
}
.groups-title a.group-create-btn:hover svg {
  filter: brightness(0) invert(1);
}

.groups-banner {
  display: flex;
  width: 100%;
  min-height: 284px;
  margin-top: 22px;
  background-image: url("https://cdn.app.mishmish.io/wp-content/uploads/2023/09/01050148/Rectangle-26.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.groups-banner .groups-banner__form-placer {
  margin: auto;
  width: calc(100% - 52px);
  min-height: 166px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  background-color: rgba(255, 255, 255, 0.3);
}

.groups-stats {
  width: calc(100% - 56px);
  display: flex;
  margin: 30px auto 0 auto;
}
.groups-stats .groups-stats__numbering {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #1e1e1f;
}

.groups-archive {
  max-width: calc(100% - 52px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin: 32px auto;
}
@media screen and (max-width: 1280px) {
  .groups-archive {
    gap: 30px;
  }
}
.groups-archive .group-single {
  width: calc(33.3333333333% - 20px);
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  background-color: #ffffff;
}
@media screen and (min-width: 1281px) {
  .groups-archive .group-single:nth-child(3n-1) {
    margin-left: 30px;
  }
  .groups-archive .group-single:nth-child(3n) {
    margin-left: 30px;
  }
}
.groups-archive .group-single .group-single__data_wrapper {
  display: flex;
  justify-content: space-between;
}
.groups-archive .group-single .group-single__data_wrapper .group-single__data .group-single__data-published-date {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1f;
  margin: 0 0 4px 0;
}
.groups-archive .group-single .group-single__data_wrapper .group-single__data .group-single__data-title {
  margin: unset;
  font-family: Inter;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.groups-archive .group-single .group-single__data_wrapper .group-single__data .group-single__data-type {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e1f;
}
.groups-archive .group-single .group-single__data_wrapper .group-single__media-avatar img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.groups-archive .group-single .group-single__buttons {
  margin-top: 26px;
}
.groups-archive .group-single .group-single__buttons a {
  padding: 11px 34px;
  border-radius: 60px;
  border: 1px solid #25cbd4;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #071021;
  transition: 0.25s;
}
.groups-archive .group-single .group-single__buttons a:hover {
  background-color: #25cbd4;
  color: #ffffff;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .groups-archive .group-single {
    width: 48.5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .groups-archive .group-single {
    width: 48%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .groups-archive .group-single {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .groups-archive .group-single {
    width: 100%;
  }
}
div#buddypress div.activity #activity-stream .activity-content .activity-inner {
  color: #000000 !important;
}

div#buddypress div.activity #activity-stream .activity-content .activity-header a.view {
  width: 120px;
  max-width: 100%;
  padding-bottom: 4px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since {
  position: relative;
  width: fit-content;
}
div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since::after {
  content: "\e9c1";
  font-family: "fontello";
  position: absolute;
  right: -16px;
  top: 5px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  transition: 0.25s;
}
div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since:hover::after, div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since:focus::after, div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since:focus-visible::after, div#buddypress div.activity #activity-stream .activity-content .activity-header a.view span.time-since:focus-within::after {
  transform: rotate(180deg);
}
div#buddypress div.activity #activity-stream .activity-content .activity-header a.view::after {
  margin-top: 0px !important;
  border: 1px solid #25cbd4;
  background-color: #25cbd4 !important;
  color: #ffffff !important;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 500;
}

body {
  /* SUBNAV for MANAGE */
}
body.group-admin {
  /* SUBNAV for MANAGE */
}
body.group-admin form#group-settings-form {
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: none !important;
  background: #FFFFFF !important;
  padding: 50px 32px 16px 32px !important;
}
body.group-admin div#subnav.item-list-tabs {
  width: 100%;
  left: 0;
  z-index: 3;
  overflow: visible !important;
  height: 45px;
  line-height: 45px;
  margin-top: 0 !important;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.1px;
  font-weight: 300;
  font-style: normal;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
body.group-admin div#subnav.item-list-tabs ul {
  max-height: 45px;
  padding: 4px 30px 4px 0px;
  text-align: left;
  border-radius: 3px;
  transition: 0.25s;
  border-radius: 32px;
  width: 260px;
  max-width: 100%;
}
body.group-admin div#subnav.item-list-tabs ul li {
  display: block;
  position: relative;
  border-bottom: none !important;
}
body.group-admin div#subnav.item-list-tabs ul li.current a {
  border-bottom: 2px solid #25cbd4;
}
body.group-admin div#subnav.item-list-tabs ul li a {
  display: none;
  font-size: 1.5rem;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4a5564;
}
body.group-admin div#subnav.item-list-tabs ul li:first-child:before {
  position: absolute;
  content: " Choose the option ";
  position: relative;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
body.group-admin div#subnav.item-list-tabs ul li:first-child:after {
  position: absolute;
  top: 0;
  right: -12px;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  content: "\f0d7";
  color: #25cbd4;
  padding-right: 10px;
}
body.group-admin div#subnav.subnav-is-visible ul {
  max-height: max-content;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.0392156863);
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 260px;
  max-width: 100%;
  padding: 4px 30px 30px 0px;
}
body.group-admin div#subnav.subnav-is-visible ul li {
  padding-left: 30px;
}
body.group-admin div#subnav.subnav-is-visible ul li:first-child:after {
  content: "\f00d";
}
body.group-admin div#subnav.subnav-is-visible ul li:first-child:before {
  margin-left: -30px;
}
body.group-admin div#subnav.subnav-is-visible ul li a {
  display: flex;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 4px !important;
  width: fit-content;
}
body.group-admin div#subnav.subnav-is-visible ul li a:hover {
  border-bottom: 2px solid #25cbd4;
}
body.group-admin div#subnav.subnav-is-visible ul li:last-child {
  margin-bottom: 10px;
}
body.group-admin div#subnav.subnav-is-visible ul li:not(:first-child) {
  margin-top: 12px !important;
}

body.group-admin #buddypress .bd-container .bp-maincontent div#item-body #subnav {
  box-shadow: none !important;
}

body.page-parent.groups.single-item.docs #item-body {
  padding: 0px !important;
}

body.page-parent.groups.single-item.invite-anyone #item-body {
  padding: 0px !important;
}

body.page-parent.groups.single-item.groups.group-admin #item-body {
  padding: 0px !important;
  box-shadow: none !important;
}

body.media div#buddypress #item-body #subnav > ul > li {
  border: none;
}
body.media div#buddypress #item-body #subnav > ul > li.selected {
  border-bottom: 1px solid #25cbd4;
}
body.media div#buddypress #item-body #subnav > ul > li a {
  border: none;
}

.page_content_blocks div#buddypress #send-invite-form {
  box-shadow: none !important;
}

body.group-admin.manage-members div#buddypress #members-dir-search {
  box-shadow: none !important;
}

body.groups.forum div#bbpress-forums .bbp-topics {
  box-shadow: none !important;
}

.page_content_blocks.bp-docs .directory-title, .page_content_blocks.bp-docs .docs-filters {
  box-shadow: none !important;
}

div#buddypress .bp-docs .docs-folder-manage ~ h3 {
  margin-left: 32px;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta a span, div#buddypress div.activity #activity-stream .activity-content .activity-meta a {
  color: #000000 !important;
  font-size: 15px !important;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta a:before {
  font-size: 18px !important;
  margin-right: 6px !important;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta a {
  background-color: transparent !important;
  border-radius: 12px;
  padding: 6px 24px !important;
  transition: 0.25s;
  margin-right: 0 !important;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta a:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta a.acomment-reply {
  /*background-color: rgba(0, 0, 0, 0.05) !important;*/
}

div#buddypress div.activity #activity-stream .activity-item .activity-comments form {
  display: block !important;
  padding: 15px 20px !important;
}

html body div#buddypress div.activity #activity-stream .activity-item .activity-comments .ac-form .ac-reply-content .ac-textarea{
  margin-bottom: 15px ;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta {
  margin-bottom: 17px !important;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  div#buddypress div.activity #activity-stream .activity-item .activity-comments form {
    padding: 32px !important;
  }
}
@media screen and (max-width: 576px) {
  div#buddypress div.activity #activity-stream .activity-item .activity-comments form {
    padding: 32px 24px !important;
  }
  div#buddypress div.activity #activity-stream .activity-content .activity-meta {
    display: flex !important;
    gap: 10px !important;
    flex-direction: column !important;
    align-items: self-start !important;
  }
}
body.groups.single-item #item-body {
  background: #F1F3F6;
  border-bottom-left-radius: 32px;
  padding: 0 !important;
  border-bottom-right-radius: 32px;
}

body.groups.group-invites.send-invites #item-body {
  background: #fff;
}

body.groups.single-item.group-home #item-body,
body.groups.group-members.members #item-body,
body.groups.single-item.media #item-body,
body.groups.single-item.docs #item-body
{
  background: transparent;
}

body.groups.single-item #item-body #whats-new-form, body.groups.single-item #item-body #whats-new-form + #subnav, body.groups.single-item #item-body > div#bbpress-forums, body.groups.single-item #item-body .parent-group-breadcrumbs, body.groups.single-item #item-body .child-groups-directory, body.groups.single-item #item-body .zlcp-group-about {
  padding: 16px 32px !important;
  background-color: #FFFFFF;
}
body.groups.single-item #item-body .child-groups-directory {
  border-radius: 32px;
}
body.groups.single-item #item-body .parent-group-breadcrumbs, body.groups.single-item #item-body .zlcp-group-about {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
body.groups.single-item div#buddypress #groups-list > li {
  width: 45% !important;
  overflow: visible !important;
}
@media screen and (max-width: 1440px) {
  body.groups.single-item div#buddypress #groups-list > li {
    width: 100% !important;
  }
}
body.groups.single-item .rtmedia-activity-text {
  color: #000000 !important;
}

html div#buddypress form#search-groups-form .wrapper .field.languages select {
  background: #fff url(../../img/topic.png) no-repeat 14px 50% !important;
}

.directory.buddypress.groups #groups-dir-search {
  width: calc(100% + 90px) !important;
  margin: 0 !important;
  background: #FFFFFF !important;
}

.directory.buddypress.groups #groups-dir-search .wrap {
  padding: 0;
}

body.directory.buddypress.groups .page_content_wrap {
  position: relative;
}
body.directory.buddypress.groups .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/comm/comm-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.directory.groups.buddypress .post_content_title h1 {
  color: #FFFFFF;
}

.directory.groups.buddypress .post_content_title a.btn:not(.red) {
  background-color: #25cbd4;
  color: #FFFFFF;
  border: 8px solid #fff !important;
}
.directory.groups.buddypress .post_content_title a.btn:not(.red):hover {
  background-color: #FFFFFF;
  color: #25cbd4;
}

/*=========== COMMUNITIES ARCHIVE MAIN FORM ===========*/
form #pag-bottom.pagination {
  margin-top: 48px !important;
}

/*=========== RESPONSIVE STYLING for ARCHIVE MAIN FORM ===========*/
/*--- DESKTOP / High Resolution laptops ---*/
/*--- LAPTOPS ---*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .directory.buddypress #buddypress { /*OVERRIDING PRIORITY*/ }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px 2.5%;
    display: flex;
  }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list li {
    width: 47.5% !important;
    margin: unset !important;
  }
}
/*--- BIG TABLET ---*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .directory.buddypress #buddypress { /*OVERRIDING PRIORITY*/ }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px 2.5%;
    display: flex;
  }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list li {
    width: 47.5% !important;
    margin: unset !important;
  }
}
/*--- SMALL TABLET ---*/
@media screen and (min-width: 577px) and (max-width: 768px) {
  .directory.buddypress #buddypress { /*OVERRIDING PRIORITY*/ }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px 2.5%;
    display: flex;
  }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list li {
    width: 100% !important;
    margin: unset !important;
  }
}
/*--- MOBILE ---*/
@media screen and (max-width: 576px) {
  .directory.buddypress #buddypress { /*OVERRIDING PRIORITY*/ }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list {
    max-width: 100%;
    justify-content: space-between;
    gap: 30px 2.5%;
    display: flex;
  }
  .directory.buddypress #buddypress form#groups-directory-form div.dir-list.groups ul#groups-list li {
    width: 100% !important;
    margin: unset !important;
  }
}
body.post-type-archive-gd_place .post_content_title a.btn {
  background-color: #FFFFFF;
}
body.post-type-archive-gd_place .post_content_title a.btn:hover {
  background-color: #25CBD4;
}
body.post-type-archive-gd_place .page_content_wrap {
  position: relative;
}
body.post-type-archive-gd_place .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/business/meeting.jpg");
  background-position: center -340px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 2561px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    background-position: center -760px;
  }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    background-position: center -480px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    background-position: center -270px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    background-position: center -240px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    background-position: center -190px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    height: 230px;
    background-position: center -180px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    height: 280px;
    background-position: center;
  }
}
@media screen and (max-width: 577px) {
  body.post-type-archive-gd_place .page_content_wrap::before {
    height: 270px;
    background-position: center;
  }
}
body.post-type-archive-gd_place .listing-list .cat-item {
  padding: 0;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-gd_place .listing-list .cat-item img {
  position: static;
}
body.post-type-archive-gd_place .listing-list .cat-item .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  min-height: 90px;
  margin-top: auto;
  background: #ffffff;
}
body.post-type-archive-gd_place .listing-list .cat-item h3 {
  margin: 0;
  background: none;
  color: #071021;
  text-transform: uppercase;
  text-align: center;
}
body.post-type-archive-gd_place .listing-list .cat-item span.listings-count {
  color: #7a7e83 !important;
}
body.post-type-archive-gd_place .cat-item--image {
  padding: 12px;
}
body.post-type-archive-gd_place .listing-list .cat-item span.overlay {
  display: none !important;
}
body.post-type-archive-gd_place .listing-list .cat-item img {
  width: 100%;
  height: 100%;
}
body.geodir-page-term .page-heading h1.main-title .back-btn {
  margin: 0 !important;
}

body.search-active .listing-filter {
  display: none !important;
  visibility: hidden;
}
body.search-active .columns-hold {
  margin-top: 80px;
}

body.post-type-archive-gd_place h1.main-title {
  color: #ffffff !important;
}

.post-type-archive-gd_place .sub-categories .cat-item {
  display: flex;
  width: fit-content;
}
.post-type-archive-gd_place .sub-categories .cat-item a {
  background: #25cbd4;
  border: 1px solid #25cbd4;
  padding: 4px 12px;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.post-type-archive-gd_place .sub-categories .cat-item a:hover {
  color: #25cbd4;
  background: #ffffff;
}
.post-type-archive-gd_place .sub-categories .cat-item a.selected {
  background: #FFFFFF;
  border-width: 2px;
}

button.show-more-categories {
  margin-top: 20px;
  background-color: lightgray !important;
  color: #000000 !important;
}
button.show-more-categories:hover {
  background: #25cbd4 !important;
  color: #FFFFFF !important;
}

.sub-categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 10px 16px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

form#commentform .gd-rating-foreground {
  visibility: hidden;
}

div.job_listings .job_filters,
div.job_listings .job_filters .search_jobs {
  background: none !important;
}

div.job_listings .job_filters .wrapper {
  background: #f1f3f6;
  padding: 32px;
}

div.job_listings form.job_filters {
  background: #ffffff !important;
  padding: 32px 26px !important;
}

div.job_listings .job_filters .job_types label {
  color: #071021 !important;
  cursor: pointer;
}

div.job_listings .job_filters .search_jobs {
  padding: 0 !important;
}

body.jobs .page_content_wrap {
  position: relative;
  padding-top: 130px !important;
}

body.jobs .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/jobs/jobs-header.png");
  background-size: cover;
  background-repeat: no-repeat;
}

body.jobs .post_content_title a.btn:not(.red) {
  background-color: #25cbd4;
  color: #ffffff;
  border: 8px solid #fff !important;
}
body.jobs .post_content_title a.btn:not(.red):hover {
  background-color: #ffffff;
  color: #25cbd4;
}

.jobs .left-part a.btn.red {
  border: 8px solid #fff !important;
}
.jobs .left-part a.btn.red:hover {
  background-color: #ffffff;
  color: #fe8278;
}

body.jobs .post_content_title a.btn {
  font-size: 14px !important;
}

div.job_listings ul.job_listings li .left-col .location {
  background: url("../../images/jobs/carbon_location-filled.svg") 0 0 no-repeat;
  color: #1e1e1e;
}
div.job_listings ul.job_listings li .left-col .location,
div.job_listings ul.job_listings li .left-col .work-exp {
  background-size: 20px auto;
  background-position: left center;
  padding: 0 0 0 24px;
}
div.job_listings ul.job_listings li .left-col span.salary.add-field em {
  color: #1e1e1e;
}
div.job_listings ul.job_listings li .right-col img {
  border: 1px solid #f1f3f6;
}

.list-wrapper .job-details .single_job_listing span.date {
  color: #1E1E1F;
}

div.job_listings ul.job_listings li .work-exp {
  color: #000000;
  background: url("../../images/jobs/exp-black.svg") 0 0 no-repeat;
}

.knowledge-hub #epkb-main-page-container .wrap {
  background: #FFFFFF !important;
  padding: 32px 26px !important;
}

.page_content_blocks .eckb-kb-template #epkb-main-page-container.epkb-tabs-template .epkb-doc-search-container {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.page_content_blocks .eckb-kb-template #epkb-main-page-container.epkb-tabs-template .epkb-doc-search-container .epkb-doc-search-container__title {
  margin-bottom: 20px;
}

body.knowledge-hub .page_content_wrap {
  position: relative;
  padding-top: 180px !important;
}
body.knowledge-hub .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/knowledge/knowledge-hub.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.post-type-archive-tribe_events .listing-filter {
  background: #FFFFFF !important;
  padding: 32px 26px !important;
}
.post-type-archive-tribe_events .listing-filter::after {
  display: none;
}

.post-type-archive-tribe_events .listing-filter .form-wrapper {
  background: #F1F3F6;
  padding: 0px;
}

.post-type-archive-tribe_events .page_content_wrap {
  position: relative;
  padding-top: 180px !important;
}
.post-type-archive-tribe_events .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/listing/listing-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-type-archive-tribe_events .post_content_title h1 {
  color: #FFFFFF;
}

.post-type-archive-tribe_events .post_content_title h1 a.btn {
  background-color: #25cbd4;
  color: #FFFFFF;
  border: 8px solid #fff !important;
  font-size: 14px !important;
}
.post-type-archive-tribe_events .post_content_title h1 a.btn:hover {
  background-color: #FFFFFF;
  color: #25cbd4;
}

.page_content_blocks.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  transition: ease 350ms all;
  cursor: pointer;
}

.page_content_blocks.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row:not(.active) {
  border: 2px solid transparent;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper img {
  border: 1px solid #F1F3F6;
}

@media screen and (max-width: 576px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column;
  }
}
body.post-type-archive-tribe_events .comments_wrap .comment-respond form.comment-form input[type=submit]:hover, .post-type-archive-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:hover {
  background: #25cbd4 !important;
  color: #FFFFFF !important;
}
body.post-type-archive-tribe_events .comments_wrap .comment-respond form.comment-form input[type=submit]:hover::before, .post-type-archive-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:hover::before {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.event-main-wrapper .event-left-side .tribe-events-content, .event-wrapper, .elementor-widget-video-playlist .e-tabs-items-wrapper {
  overflow: initial !important;
}

body.post-type-archive-tribe_events .page_title_demo {
  display: none;
}

div#tribe-event-share {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin: 80px 0px 120px 0px;
  background: #ffffff;
  padding: 32px;
  border-radius: 32px;
  transition: 0.5s;
}
div#tribe-event-share::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -50%;
  width: 200%;
  height: calc(100% + 160px);
  background: linear-gradient(rgba(254, 130, 120, 0.1) 0%, rgb(254, 130, 120) 100%), url("../../images/listing/listing-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  div#tribe-event-share::before {
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  div#tribe-event-share::before {
    background-size: cover;
  }
}
div#tribe-event-share h2 {
  margin: 0;
}
div#tribe-event-share .tribe-event-share-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  div#tribe-event-share .tribe-event-share-container {
    flex-direction: column;
    gap: 50px;
  }
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_txt span {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_copy {
  display: flex;
  align-items: center;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_copy input {
  width: 360px;
  max-width: 100%;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  border-radius: 0;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_copy input::selection {
  color: #ffffff;
  background: #fe8278;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_copy img {
  cursor: pointer;
  border-radius: 10px;
  transition: 0.25s;
  border: 2px solid transparent;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--main .tribe-event-share-container--main_copy img:hover {
  border: 2px solid #fe8278;
  padding: 4px;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional span {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional .share-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional .share-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fe8278;
  transition: 0.25s;
  border: 2px solid transparent;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional .share-btns a svg path {
  transition: 0.25s;
  fill: #ffffff;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional .share-btns a:hover {
  background: #ffffff;
  border: 2px solid #fe8278;
}
div#tribe-event-share .tribe-event-share-container .tribe-event-share-container--additional .share-btns a:hover svg path {
  fill: #fe8278;
}

body.single-tribe_events.single .page_content_wrap {
  padding-top: 0.1px !important;
}
body.single-tribe_events.single .listing-filter {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.tribe-events-calendar---global .widget ul > li.tribe-events-c-top-bar__nav-list-date {
  color: #1e1e1f;
}
.tribe-events-calendar---global .widget ul > li::before {
  display: none;
}
.tribe-events-calendar---global .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day-cell--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tribe-events-calendar---global .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day-cell--selected {
  background-color: #25cbd4;
}
.tribe-events-calendar---global .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day-cell--selected time {
  color: #ffffff;
}
.tribe-events-calendar---global a.tribe-events-widget-events-month__view-more-link {
  font-family: "Inter";
  color: #071021 !important;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #25cbd4 !important;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  padding: 11px 34px;
  transition: ease 350ms all;
}
.tribe-events-calendar---global a.tribe-events-widget-events-month__view-more-link:hover {
  background: #25cbd4;
  color: #fff !important;
}
.tribe-events-calendar---global .tribe-events-calendar-month-mobile-events__day-marker .tribe-events-c-day-marker__date {
  font-weight: 700;
  background: #fe8278;
  padding: 4px 12px;
  border-radius: 12px;
  color: #ffffff;
}

form#members-directory-form {
  width: 100%;
}

@media (max-width: 768px) {
  .gt_switcher.notranslate {
    width: 90px !important;
  }
}
.gtranslate_wrapper .gt_selected {
  border-radius: 12px;
}
.gtranslate_wrapper .gt_selected a {
  display: flex !important;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 12px;
}
.gtranslate_wrapper .gt_selected:hover a {
  color: #ffffff !important;
}
@media screen and (min-width: 577px) {
  .gtranslate_wrapper .gt_selected:hover a::after {
    filter: brightness(0) invert(1);
  }
}
.gtranslate_wrapper .gt_selected img {
  margin: 0px 8px !important;
}
@media screen and (max-width: 768px) {
  .gtranslate_wrapper .gt_switcher .gt_selected {
    width: 80px;
  }
}
.gtranslate_wrapper .gt_switcher .gt_option {
  margin-top: 10px;
  border-radius: 12px;
  border: none;
  position: absolute !important;
}
.gtranslate_wrapper .gt_switcher .gt_option a {
  width: 173px;
  box-sizing: border-box;
  padding: 3px 5px 3px 14px !important;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .gtranslate_wrapper .gt_switcher .gt_option a {
    width: fit-content !important;
  }
}
.gtranslate_wrapper .gt_switcher .gt_option a:hover {
  color: #ffffff !important;
  background: #25cbd4 !important;
}
.gtranslate_wrapper .gt_switcher .gt_option a img {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .gt_switcher .gt_selected a {
    font-size: 0px !important;
    width: fit-content !important;
  }
}
.post_content_title.sc_layouts_title_title {
  padding-top: 80px;
}

div.page-heading {
  display: flex;
  min-height: 260px;
  width: 100%;
  position: relative;
  z-index: 0;
}
div.page-heading .post_content_title.sc_layouts_title_title {
  width: 100%;
  padding-top: 80px;
  margin-bottom: 0 !important;
}
div.page-heading .post_content_title.sc_layouts_title_title h1 {
  color: #ffffff !important;
}
div.page-heading::before {
  content: "";
  position: absolute;
  width: 120%;
  left: -10%;
  top: 0;
  z-index: -1;
  height: 100%;
  min-height: 260px;
  background-color: rgba(0, 0, 0, 0.2);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title,
.elementor-widget-video-playlist .simplebar-content-wrapper {
  background: #fe8278 !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper {
  padding: 0px 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
  padding: 0px !important;
  margin-bottom: 24px !important;
}

.e-tabs .e-tabs-main-area .e-tab-title-text a,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration {
  color: #ffffff !important;
}

.elementor-widget-video-playlist .e-tabs-header {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 24px 32px 0px 32px;
  border-bottom: none !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  margin-right: 10px !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom, .elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top {
  display: none !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
  overflow: initial !important;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title,
.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
  color: #ffffff !important;
}

.elementor-widget-video-playlist .e-tabs-main-area {
  display: flex;
  gap: 30px;
}

body.home-page.home {
  /*=================================== FLOATING LOGIN FORM ===================================*/
}
body.home-page.home div.job_listings .job_filters {
  padding: 0px !important;
}
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next,
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 60px;
  border-radius: 32px;
  border: 1px solid transparent;
  background: #fe8278;
}
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next:hover,
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev:hover {
  background: #ffffff;
  border: 1px solid #25cbd4;
}
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next i,
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev i {
  background: transparent;
}
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 50px;
}
body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 50px;
}
body.home-page.home section#recent-jobs--homepage .elementor-inner-section,
body.home-page.home section#recent-jobs--homepage .elementor-element-populated.elementor-widget-wrap {
  box-shadow: none;
  border: none;
}
body.home-page.home .elementor-widget-video-playlist .e-tabs-header .e-tabs-title,
body.home-page.home .elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
  color: #ffffff !important;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-ul {
  padding: 12px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: rgba(122, 126, 131, 0.04) 0px 8px 16px 0px;
  width: 19%;
  margin: 0 0.8% 1.5% 0;
  max-width: 19%;
}
@media screen and (max-width: 768px) {
  body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-ul {
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: rgba(122, 126, 131, 0.04) 0px 8px 16px 0px;
    width: 100%;
    margin: 0 0 1.5% 0;
    max-width: 100%;
  }
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-ul img.card-img.embed-item-cover-xy {
  object-position: top center;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-categories-widget.border-primary {
  border: none !important;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-cat-left {
  background: #ffffff;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-cat-right a {
  color: #071021 !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600 !important;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-cat-right span {
  color: #071021 !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600 !important;
}
body.home-page.home #gd-categories-business-widget---homepage .card-img-overlay {
  background: none !important;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-ul > .card {
  border: none !important;
  box-shadow: none !important;
}
body.home-page.home #gd-categories-business-widget---homepage .card-body {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home-page.home #gd-categories-business-widget---homepage .gd-cptcat-li-sub-container.dropdown {
  display: none;
}
body.home-page.home .e-tabs .e-tabs-main-area {
  display: flex;
  gap: 24px;
}
body.home-page.home .floating-chat {
  max-height: 90vh;
}
@media screen and (max-width: 768px) {
  body.home-page.home .floating-chat {
    max-height: 70vh;
  }
}
body.home-page.home .floating-chat button.chat-trigger {
  cursor: pointer;
}
body.home-page.home .floating-chat .bp-messages-wrap-main {
  max-height: 100%;
}
body.home-page.home .floating-chat .bp-messages-wrap-main .bp-messages-wrap {
  max-height: 100%;
}
body.home-page.home .floating-chat .chat-hold {
  max-height: 100%;
}
@media screen and (min-width: 769px) {
  body.home-page.home .floating-chat .chat-hold {
    margin-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  body.home-page.home .floating-chat .chat-hold {
    margin-right: 18px;
  }
}
body.home-page.home .floating-chat .chat-hold svg.close {
  position: absolute;
  left: -54px;
  top: -40px;
  background: white;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #25CBD4;
  transition: 0.25s;
}
@media screen and (max-width: 576px) {
  body.home-page.home .floating-chat .chat-hold svg.close {
    left: 0px;
    top: -60px;
  }
}
body.home-page.home .floating-chat .chat-hold svg.close:hover {
  background: #25CBD4;
}
body.home-page.home .floating-chat .chat-hold svg.close:hover path {
  fill: #FFFFFF;
}
body.home-page.home .floating-chat .bm-login-form {
  border-radius: 12px;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 10px;
    top: 80%;
  }
  body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 10px;
    top: 80%;
  }
}
@media screen and (max-width: 576px) {
  body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 10px;
    top: 70%;
  }
  body.home-page.home .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 10px;
    top: 70%;
  }
  .bp-messages-wrap .threads-list-wrapper {
    max-height: 50vh;
  }
  .floating-chat .bp-messages-wrap-main .bp-messages-wrap {
    height: fit-content !important;
  }
  .bp-messages-wrap .bp-messages-threads-wrapper {
    height: 60vh !important;
  }
}
body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content span {
  color: #FFFFFF !important;
}

.menu_mobile {
  z-index: 999999 !important;
}
.menu_mobile .menu_mobile_nav_area {
  background: #3d4962;
  height: calc(100% - 79px) !important;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item > a {
  color: #ffffff !important;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=icon-]::before {
  color: #25cbd4 !important;
  top: -2px !important;
  box-shadow: none !important;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=icon-] > a {
  font-size: 15px !important;
  font-weight: 600;
  line-height: 24px;
  padding: 6px 4px 6px 48px !important;
  color: #ffffff !important;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
  top: 8px !important;
  color: #ffffff !important;
}
.menu_mobile .menu_mobile_nav_area li.apple-app a,
.menu_mobile .menu_mobile_nav_area li.android-app a {
  background-color: #fe8278 !important;
  border-radius: 32px;
}
.menu_mobile .menu_mobile_nav_area li.apple-app a {
  background: url("../../images/google.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.menu_mobile .menu_mobile_nav_area li.android-app a {
  background: url("../../images/appstore.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.menu_mobile .menu_mobile_nav_area li.fine-print a:hover {
  color: #ffffff !important;
}

@media screen and (max-height: 799px) {
  nav.menu_mobile_nav_area li.apple-app,
  nav.menu_mobile_nav_area li.android-app,
  nav.menu_mobile_nav_area li.fine-print {
    position: static !important;
  }
}
body .menu_mobile.is_opened .menu_mobile_close::before {
  content: "\e837";
  font-size: 24px;
  font-weight: 500;
  color: #fe8278 !important;
}

@media screen and (max-width: 576px) {
  .menu_mobile:not(.is_opened) nav.menu_mobile_nav_area {
    background: white;
  }
}
.menu_mobile {
  z-index: 9999999;
}

.header-rightside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 9999;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .header-rightside {
    gap: 0px;
    align-items: baseline;
  }
}
.header-rightside .header-rightside_activity {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 5px 30px;
}
@media screen and (max-width: 768px) {
  .header-rightside .header-rightside_activity {
    display: none;
  }
}
.header-rightside .header-rightside_activity::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 20px;
  background-color: lightgray;
}
.header-rightside .header-rightside_activity::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 20px;
  background-color: lightgray;
}
.header-rightside .header-rightside_activity .notifications {
  position: relative;
}
.header-rightside .header-rightside_activity .notifications .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #25cbd4;
  color: #ffffff;
}
.header-rightside .header-rightside_activity a {
  font-size: 24px;
  line-height: 1em;
  width: 1.2em;
  display: block;
  text-align: left;
  color: var(--theme-color-text_dark);
}
@media screen and (max-width: 768px) {
  .header-rightside .header-rightside_langs {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    height: fit-content;
  }
}
.header-rightside .header-rightside_login.logged-in {
  position: relative;
  width: 160px;
  max-width: 100%;
}
.header-rightside .header-rightside_login.logged-in img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .header-rightside .header-rightside_login.logged-in img.avatar {
    visibility: hidden;
  }
}
.header-rightside .header-rightside_login.logged-in .loggedin_userdata .loggedin_userdata-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 12px;
  color: var(--theme-color-text_dark);
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-rightside .header-rightside_login.logged-in .loggedin_userdata .loggedin_userdata-main {
    right: 0px;
  }
}
.header-rightside .header-rightside_login.logged-in .loggedin_userdata .loggedin_userdata-main img {
  margin-left: 4px;
}
.header-rightside .header-rightside_login.logged-in .loggedin_userdata ul.loggedin_userdata-dropdown {
  position: absolute;
  width: 180px;
  left: -10px;
  opacity: 0;
  transform: translateY(-140%);
  transition: 0.5s;
  background: #FFFFFF;
  padding: 6px 18px;
  border-radius: 12px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-rightside .header-rightside_login.logged-in .loggedin_userdata ul.loggedin_userdata-dropdown.active-useroptions {
  opacity: 1;
  transform: translateY(0%);
}
.header-rightside .header-rightside_login.logged-in .loggedin_userdata ul.loggedin_userdata-dropdown li a {
  padding-left: 12px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  white-space: initial;
}
.header-rightside .header-rightside_login:not(.logged-in) a {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: var(--theme-color-text_dark);
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .header-rightside .header-rightside_login:not(.logged-in) a {
    font-size: 10px;
  }
}
.header-rightside .header-rightside_login:not(.logged-in) a::before {
  position: absolute;
  left: 0px;
  content: "\e9a7";
  font-family: "fontello";
  font-size: 1.5rem;
  line-height: 1em !important;
}

/*--- FLEX BASED CLASSES END---*/
.container-boxed {
  display: flex;
  width: 1170px;
  margin: 0 auto;
}

.gravity-form-mishmish form {
  width: 840px;
  max-width: 100%;
  background: #ffffff;
  padding: 32px;
  border-radius: 32px;
}
.gravity-form-mishmish form .gfield.gfield--type-checkbox .gform-field-label {
  cursor: pointer;
}
.gravity-form-mishmish form .gfield input,
.gravity-form-mishmish form .gfield select {
  background: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  color: #000000;
  border: 1px solid #e4e4e4;
  padding: 10px 14px !important;
}
.gravity-form-mishmish form .gfield input::placeholder,
.gravity-form-mishmish form .gfield select::placeholder {
  color: #000000;
}
.gravity-form-mishmish form .gfield input:focus::placeholder,
.gravity-form-mishmish form .gfield select:focus::placeholder {
  color: transparent;
}
.gravity-form-mishmish form .gfield textarea {
  background: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  color: #000000;
  border: 1px solid #e4e4e4;
  padding: 16px;
}
.gravity-form-mishmish form .gfield textarea::placeholder {
  color: #000000;
}
.gravity-form-mishmish form .gfield textarea:focus::placeholder {
  color: transparent;
}
.gravity-form-mishmish form .gfield .gfield_label {
  color: #000000;
}
.gravity-form-mishmish form .gfield--type-section h3 {
  display: none;
}
.gravity-form-mishmish form .gform_footer {
  padding-bottom: 0;
}
.gravity-form-mishmish form .gform_footer input {
  margin-bottom: 0;
}
.gravity-form-mishmish form .gform_footer input[type=submit] {
  color: #071021;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #25cbd4 !important;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  padding: 11px 34px;
  transition: ease 350ms all;
}
.gravity-form-mishmish form .gform_footer input[type=submit]:hover {
  background: #25cbd4;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .gravity-form-mishmish form .ginput_container_date input {
    width: 100% !important;
  }
}
.gravity-form-mishmish#form-inspirmish fieldset.gfield--type-checkbox {
  margin-top: 30px;
}
@media screen and (min-width: 577px) {
  .gravity-form-mishmish#form-inspirmish fieldset.gfield--type-checkbox .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 5px;
  }
}

.tribe-community-events.form {
  width: 1024px;
  max-width: 100%;
}
.tribe-community-events.form .select2-container--default .select2-selection--single .select2-selection__clear {
  display: flex;
  justify-content: center;
}
.tribe-community-events.form form tr.tribe-datetime-block {
  margin-top: 30px;
}
.tribe-community-events.form .tribe-datetime-separator {
  margin: 0px 10px;
}
.tribe-community-events.form .my-events-header h2 {
  text-align: left;
}
.tribe-community-events.form .tribe-events-community-footer input {
  margin: 0;
  font-family: "Inter";
  color: #071021 !important;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #25cbd4 !important;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  padding: 11px 34px;
  transition: ease 350ms all;
  width: initial !important;
}
.tribe-community-events.form .tribe-events-community-footer input:hover {
  color: #ffffff !important;
}
.tribe-community-events.form input,
.tribe-community-events.form textarea,
.tribe-community-events.form select {
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
}
.tribe-community-events.form button#tribe-add-recurrence, .tribe-community-events.form button#tribe-add-exclusion {
  font-family: "Inter";
  color: #071021 !important;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #25cbd4 !important;
  background: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  padding: 11px 34px;
  transition: ease 350ms all;
  width: initial !important;
}
.tribe-community-events.form button#tribe-add-recurrence:hover, .tribe-community-events.form button#tribe-add-exclusion:hover {
  color: #ffffff !important;
  background: #25cbd4;
}
.tribe-community-events.form a.tribe-button {
  font-family: "Inter";
  font-size: 12px;
  line-height: 18px;
  border: 1px solid transparent;
}
.tribe-community-events.form a.tribe-button:hover {
  color: #071021 !important;
  background: #ffffff;
  border: 1px solid #25cbd4 !important;
}

.tribe-events-sub-nav {
  justify-content: flex-start !important;
}

#tribe-events-footer::before, #tribe-events-footer::after {
  display: none !important;
}

#buddypress .dir-form {
  min-width: 100%;
}

div#buddypress form#search-groups-form {
  display: flex;
  justify-content: space-between;
}
div#buddypress form#search-groups-form .wrapper {
  display: flex;
  width: calc(100% - 131px);
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
}
div#buddypress form#search-groups-form .wrapper .field {
  width: 49.8%;
}
div#buddypress form#search-groups-form .wrapper .field #groups_search {
  width: 100%;
}
div#buddypress form#search-groups-form .wrapper .field.languages select {
  background: #fff url(../../images/listing/lang.svg) no-repeat 14px 50% !important;
  padding-left: 40px;
}
div#buddypress #groups-dir-list .loader {
  background: rgba(255, 255, 255, 0.98) url(../../images/jobs/loader.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 60px;
  height: 60px;
  border-radius: 32px;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
  border-color: #e4e4e4;
  border: 1px solid #e4e4e4;
}

@media screen and (max-width: 992px) {
  div#buddypress form#search-groups-form {
    display: block;
  }
  div#buddypress form#search-groups-form .wrapper {
    display: block;
    width: 100%;
  }
  div#buddypress form#search-groups-form .wrapper .field {
    width: 100%;
    margin-bottom: 15px;
  }
  div#buddypress #groups-dir-search #groups_search_submit {
    margin-top: 0 !important;
  }
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  background: #fff !important;
  color: var(--dashboard-text-dark, #071021) !important;
  border: 1px solid var(--dashboard-button-secondary, #25CBD4);
  background: var(--dashboard-background-white, #FFF);
  display: flex;
  align-items: center;
  text-transform: none !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../img/plus.svg) no-repeat center;
  background-size: contain;
}

body .comments_wrap .comment-respond form.comment-form input[type=submit] {
  background: #fff !important;
  color: var(--dashboard-text-dark, #071021) !important;
  border: 1px solid var(--dashboard-button-secondary, #25CBD4) !important;
  background: var(--dashboard-background-white, #FFF) !important;
  text-transform: none !important;
}

body .select2-container {
  width: initial !important;
}

.tribe-community-events.form {
  background: #fff;
  border-radius: 32px;
  padding: 60px;
  border: none;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form {
    padding: 30px;
  }
}
.tribe-community-events.form .my-events-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  font-family: Inter, sans-serif;
  flex-wrap: wrap;
  gap: 15px;
}
.tribe-community-events.form .my-events-header h2 {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form .my-events-header h2 {
    text-align: center;
    width: 100%;
  }
  .tribe-community-events.form .my-events-header a {
    width: 100%;
  }
}
.tribe-community-events.form #tribe-add-exclusion, .tribe-community-events.form #tribe-add-exclusion:visited, .tribe-community-events.form #tribe-add-exclusion:active, .tribe-community-events.form #tribe-add-exclusion:focus,
.tribe-community-events.form .button,
.tribe-community-events.form .button:visited,
.tribe-community-events.form .button:active,
.tribe-community-events.form .button:focus,
.tribe-community-events.form .button-primary,
.tribe-community-events.form .button-primary:visited,
.tribe-community-events.form .button-primary:active,
.tribe-community-events.form .button-primary:focus,
.tribe-community-events.form .button-secondary,
.tribe-community-events.form .button-secondary:visited,
.tribe-community-events.form .button-secondary:active,
.tribe-community-events.form .button-secondary:focus,
.tribe-community-events.form .tribe-add-recurrence.tribe-button,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:visited,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:active,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:focus,
.tribe-community-events.form .tribe-button,
.tribe-community-events.form .tribe-button:visited,
.tribe-community-events.form .tribe-button:active,
.tribe-community-events.form .tribe-button:focus,
.tribe-community-events.form #tribe-add-exclusion,
.tribe-community-events.form #tribe-add-exclusion:visited,
.tribe-community-events.form #tribe-add-exclusion:active,
.tribe-community-events.form #tribe-add-exclusion:focus,
.tribe-community-events.form .button,
.tribe-community-events.form .button:visited,
.tribe-community-events.form .button:active,
.tribe-community-events.form .button:focus,
.tribe-community-events.form .button-primary,
.tribe-community-events.form .button-primary:visited,
.tribe-community-events.form .button-primary:active,
.tribe-community-events.form .button-primary:focus,
.tribe-community-events.form .button-secondary,
.tribe-community-events.form .button-secondary:visited,
.tribe-community-events.form .button-secondary:active,
.tribe-community-events.form .button-secondary:focus,
.tribe-community-events.form .tribe-add-recurrence.tribe-button,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:visited,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:active,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:focus,
.tribe-community-events.form .tribe-button,
.tribe-community-events.form .tribe-button:visited,
.tribe-community-events.form .tribe-button:active,
.tribe-community-events.form .tribe-button:focus {
  font-size: 11px;
  padding: 8px var(--theme-var-btn_padding3);
  line-height: 20px;
  vertical-align: middle;
  border-color: var(--theme-color-accent_link4);
  background-color: var(--theme-color-accent_link4);
  box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link4_02);
  border-radius: var(--theme-var-rad);
  font-weight: bold;
  color: #fff !important;
}
.tribe-community-events.form #tribe-add-exclusion:hover, .tribe-community-events.form #tribe-add-exclusion:visited:hover, .tribe-community-events.form #tribe-add-exclusion:active:hover, .tribe-community-events.form #tribe-add-exclusion:focus:hover,
.tribe-community-events.form .button:hover,
.tribe-community-events.form .button:visited:hover,
.tribe-community-events.form .button:active:hover,
.tribe-community-events.form .button:focus:hover,
.tribe-community-events.form .button-primary:hover,
.tribe-community-events.form .button-primary:visited:hover,
.tribe-community-events.form .button-primary:active:hover,
.tribe-community-events.form .button-primary:focus:hover,
.tribe-community-events.form .button-secondary:hover,
.tribe-community-events.form .button-secondary:visited:hover,
.tribe-community-events.form .button-secondary:active:hover,
.tribe-community-events.form .button-secondary:focus:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:visited:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:active:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:focus:hover,
.tribe-community-events.form .tribe-button:hover,
.tribe-community-events.form .tribe-button:visited:hover,
.tribe-community-events.form .tribe-button:active:hover,
.tribe-community-events.form .tribe-button:focus:hover,
.tribe-community-events.form #tribe-add-exclusion:hover,
.tribe-community-events.form #tribe-add-exclusion:visited:hover,
.tribe-community-events.form #tribe-add-exclusion:active:hover,
.tribe-community-events.form #tribe-add-exclusion:focus:hover,
.tribe-community-events.form .button:hover,
.tribe-community-events.form .button:visited:hover,
.tribe-community-events.form .button:active:hover,
.tribe-community-events.form .button:focus:hover,
.tribe-community-events.form .button-primary:hover,
.tribe-community-events.form .button-primary:visited:hover,
.tribe-community-events.form .button-primary:active:hover,
.tribe-community-events.form .button-primary:focus:hover,
.tribe-community-events.form .button-secondary:hover,
.tribe-community-events.form .button-secondary:visited:hover,
.tribe-community-events.form .button-secondary:active:hover,
.tribe-community-events.form .button-secondary:focus:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:visited:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:active:hover,
.tribe-community-events.form .tribe-add-recurrence.tribe-button:focus:hover,
.tribe-community-events.form .tribe-button:hover,
.tribe-community-events.form .tribe-button:visited:hover,
.tribe-community-events.form .tribe-button:active:hover,
.tribe-community-events.form .tribe-button:focus:hover {
  border-color: var(--theme-color-accent_hover4);
  background-color: var(--theme-color-accent_hover4);
}
.tribe-community-events.form .tribe-handle {
  display: flex;
}
.tribe-community-events.form .tribe-events-community-footer {
  margin: 0;
}
.tribe-community-events.form .tribe-events-community-footer input {
  margin: 0 auto;
}
.tribe-community-events.form .recurrence-container {
  margin-bottom: 15px;
}
.tribe-community-events.form .tribe-dependent.tribe-active {
  display: flex;
}
.tribe-community-events.form .tribe-dependent.tribe-active .tribe-field-inline-text {
  font-size: 16px;
  margin-right: 10px;
  white-space: nowrap;
  min-width: 50px;
}
.tribe-community-events.form .tribe-dependent.tribe-active .recurrence-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tribe-community-events.form .tribe-dependent.tribe-active .recurrence-time .tribe-field-inline-text {
  margin: 0 10px;
  text-align: center;
}
.tribe-community-events.form .tribe-dependent.tribe-active .recurrence-time input {
  width: 110px;
}
.tribe-community-events.form .tribe-dependent.tribe-active .recurrence-time .select2 {
  width: 100%;
  margin-top: 10px;
}
.tribe-community-events.form .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 1em;
  margin-top: 0;
  line-height: 15px;
  text-align: center;
  padding: 0;
}
.tribe-community-events.form form table {
  background-color: transparent !important;
  box-shadow: none !important;
}
.tribe-community-events.form form table td,
.tribe-community-events.form form table tr {
  padding: 0 !important;
  border: 0 !important;
}
.tribe-community-events.form form > div {
  display: flex;
  border: none;
  margin-bottom: 32px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form > div {
    flex-direction: column;
  }
}
.tribe-community-events.form form .tribe-section .linked-post-dropdown {
  margin-bottom: 0;
}
.tribe-community-events.form form input,
.tribe-community-events.form form textarea {
  margin: 0;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  padding: 17px 24px;
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
  background-color: var(--theme-color-input_bg_color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
}
.tribe-community-events.form form input {
  height: 55px;
}
.tribe-community-events.form form textarea {
  height: 224px;
}
.tribe-community-events.form form .tribe-datetime-block,
.tribe-community-events.form form .tribe-datetime-block td,
.tribe-community-events.form form .tribe-datetime-block tr,
.tribe-community-events.form form .tribe-datetime-block tbody {
  display: block;
}
.tribe-community-events.form form .eventForm .tribe-datetime-block .tribe-field-end_date,
.tribe-community-events.form form .eventForm .tribe-datetime-block .tribe-field-end_time,
.tribe-community-events.form form .eventForm .tribe-datetime-block .tribe-field-start_date,
.tribe-community-events.form form .eventForm .tribe-datetime-block .tribe-field-start_time {
  height: 55px;
}
.tribe-community-events.form form .tribe-section div.tribe-section-content {
  width: 100%;
  margin: 0 !important;
}
.tribe-community-events.form form .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.tribe-community-events.form form .select2-container.select2-container--default span.select2-choice,
.tribe-community-events.form form .select2-container.select2-container--default span.select2-selection {
  padding: 0 !important;
}
.tribe-community-events.form form .select2-container.select2-container--default span.select2-choice,
.tribe-community-events.form form .select2-container.select2-container--default span.select2-selection {
  box-shadow: none;
  padding: 0;
  border: none;
}
.tribe-community-events.form form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.tribe-community-events.form form .select2-container--default .select2-selection--single span.select2-selection__rendered,
.tribe-community-events.form form .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  padding: 17px 24px !important;
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none !important;
  background-color: var(--theme-color-input_bg_color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
  height: 55px;
}
.tribe-community-events.form form .select2-container--default .select2-selection--single span.select2-selection__rendered::placeholder,
.tribe-community-events.form form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #1E1E1F;
}
.tribe-community-events.form form [for=allDayCheckbox] {
  width: 100%;
  padding-left: 30px;
  font-size: 13px;
  margin: 10px 0;
}
.tribe-community-events.form form label,
.tribe-community-events.form form .tribe-section-header {
  width: 25%;
  min-width: 25%;
  font-size: 20px;
  font-weight: 500;
  color: #071021;
  text-transform: none;
  font-family: Inter, sans-serif;
  margin: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form label,
  .tribe-community-events.form form .tribe-section-header {
    margin-bottom: 15px;
    width: 100%;
  }
}
.tribe-community-events.form form label h3,
.tribe-community-events.form form label label,
.tribe-community-events.form form .tribe-section-header h3,
.tribe-community-events.form form .tribe-section-header label {
  font-size: 20px;
  font-weight: 500;
  color: #071021;
  text-transform: none;
  font-family: Inter, sans-serif;
}
.tribe-community-events.form form [for=tribe-events-status-status],
.tribe-community-events.form form .tribe-section-cost .tribe-section-content-label,
.tribe-community-events.form form .tribe-section-website .tribe-section-content-label,
.tribe-community-events.form form .saved-organizer-table-cell,
.tribe-community-events.form form .saved-venue-table-cell {
  display: none;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form .tribe-section-cost table,
  .tribe-community-events.form form .tribe-section-website table {
    width: 100%;
  }
}
.tribe-community-events.form form .tribe-section-cost table td,
.tribe-community-events.form form .tribe-section-website table td {
  width: 100%;
}
.tribe-community-events.form form .tribe-section-cost table td input,
.tribe-community-events.form form .tribe-section-website table td input {
  width: 100% !important;
}
.tribe-community-events.form form .tribe-section-cost {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tribe-community-events.form form .tribe-section-cost .tribe-section-content {
  width: 75%;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form .tribe-section-cost .tribe-section-content {
    width: 100%;
  }
}
.tribe-community-events.form form .tribe-section-cost .tribe-section-content p {
  margin-bottom: 0;
  padding: 0;
}
.tribe-community-events.form form .tribe-section-image-uploader .tribe-section-header label {
  font-size: 20px;
  font-weight: 500;
  color: #071021;
  text-transform: none;
  font-family: Inter, sans-serif;
  text-transform: none;
}
.tribe-community-events.form form .tribe-section-custom-fields table,
.tribe-community-events.form form .tribe-section-custom-fields tbody,
.tribe-community-events.form form .tribe-section-custom-fields tr,
.tribe-community-events.form form .tribe-section-custom-fields td,
.tribe-community-events.form form .tribe-section-organizer table,
.tribe-community-events.form form .tribe-section-organizer tbody,
.tribe-community-events.form form .tribe-section-organizer tr,
.tribe-community-events.form form .tribe-section-organizer td,
.tribe-community-events.form form .tribe-section-venue table,
.tribe-community-events.form form .tribe-section-venue tbody,
.tribe-community-events.form form .tribe-section-venue tr,
.tribe-community-events.form form .tribe-section-venue td {
  display: block;
  width: 100%;
}
.tribe-community-events.form form .tribe-section-custom-fields .tribe-section-content-label label,
.tribe-community-events.form form .tribe-section-organizer .tribe-section-content-label label,
.tribe-community-events.form form .tribe-section-venue .tribe-section-content-label label {
  font-size: 16px !important;
  margin-bottom: 10px;
}
.tribe-community-events.form form .tribe-section-custom-fields label.radio_label,
.tribe-community-events.form form .tribe-section-custom-fields label.dem__radio_label,
.tribe-community-events.form form .tribe-section-custom-fields label.checkbox_label,
.tribe-community-events.form form .tribe-section-organizer label.radio_label,
.tribe-community-events.form form .tribe-section-organizer label.dem__radio_label,
.tribe-community-events.form form .tribe-section-organizer label.checkbox_label,
.tribe-community-events.form form .tribe-section-venue label.radio_label,
.tribe-community-events.form form .tribe-section-venue label.dem__radio_label,
.tribe-community-events.form form .tribe-section-venue label.checkbox_label {
  padding-left: 25px !important;
}
.tribe-community-events.form form .tribe-section-custom-fields .saved-organizer-table-cell,
.tribe-community-events.form form .tribe-section-custom-fields .saved-venue-table-cell,
.tribe-community-events.form form .tribe-section-organizer .saved-organizer-table-cell,
.tribe-community-events.form form .tribe-section-organizer .saved-venue-table-cell,
.tribe-community-events.form form .tribe-section-venue .saved-organizer-table-cell,
.tribe-community-events.form form .tribe-section-venue .saved-venue-table-cell {
  display: none;
}
.tribe-community-events.form form .tribe-section-custom-fields .edit-linked-post-link,
.tribe-community-events.form form .tribe-section-organizer .edit-linked-post-link,
.tribe-community-events.form form .tribe-section-venue .edit-linked-post-link {
  margin: 5px 0 15px 24px;
}
.tribe-community-events.form form .tribe-section-custom-fields .linked-post,
.tribe-community-events.form form .tribe-section-organizer .linked-post,
.tribe-community-events.form form .tribe-section-venue .linked-post {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form .tribe-section-custom-fields .linked-post,
  .tribe-community-events.form form .tribe-section-organizer .linked-post,
  .tribe-community-events.form form .tribe-section-venue .linked-post {
    flex-direction: column;
  }
}
.tribe-community-events.form form .tribe-section-custom-fields .linked-post input,
.tribe-community-events.form form .tribe-section-organizer .linked-post input,
.tribe-community-events.form form .tribe-section-venue .linked-post input {
  width: 100%;
}
.tribe-community-events.form form .tribe-section-custom-fields .linked-post td:first-child,
.tribe-community-events.form form .tribe-section-organizer .linked-post td:first-child,
.tribe-community-events.form form .tribe-section-venue .linked-post td:first-child {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .tribe-community-events.form form .tribe-section-custom-fields .linked-post td:first-child,
  .tribe-community-events.form form .tribe-section-organizer .linked-post td:first-child,
  .tribe-community-events.form form .tribe-section-venue .linked-post td:first-child {
    width: 100%;
  }
}
.tribe-community-events.form form .tribe-section-custom-fields .linked-post td:first-child,
.tribe-community-events.form form .tribe-section-custom-fields .linked-post td:first-child label,
.tribe-community-events.form form .tribe-section-organizer .linked-post td:first-child,
.tribe-community-events.form form .tribe-section-organizer .linked-post td:first-child label,
.tribe-community-events.form form .tribe-section-venue .linked-post td:first-child,
.tribe-community-events.form form .tribe-section-venue .linked-post td:first-child label {
  font-size: 16px !important;
  font-weight: 500;
  color: #071021;
  text-transform: none;
  font-family: Inter, sans-serif;
  text-transform: none;
}
.tribe-community-events.form form .tribe-section-datetime .tribe-event-recurrence.tribe-event-recurrence-rule select,
.tribe-community-events.form form .tribe-section-datetime .tribe-event-recurrence.tribe-event-recurrence-rule input,
.tribe-community-events.form form .tribe-section-datetime .tribe-dependent.tribe-active .recurrence-time select,
.tribe-community-events.form form .tribe-section-datetime .tribe-dependent.tribe-active .recurrence-time input,
.tribe-community-events.form form .tribe-section-datetime .tribe-section-content-field select,
.tribe-community-events.form form .tribe-section-datetime .tribe-section-content-field input {
  width: 100px;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.tribe-community-events.form form .tribe-section-datetime .tribe-event-recurrence.tribe-event-recurrence-rule .select2,
.tribe-community-events.form form .tribe-section-datetime .tribe-dependent.tribe-active .recurrence-time .select2,
.tribe-community-events.form form .tribe-section-datetime .tribe-section-content-field .select2 {
  min-width: 200px;
}
.tribe-community-events.form form .tribe-section-event-status .tribe-events-status-components-textarea-control__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tribe-community-events.form form .tribe-section-event-status .tribe-events-status-components-textarea-control__container * {
  width: 100%;
}
.tribe-community-events.form form .tribe-section-event-status .tribe-events-status-components-textarea-control__container label {
  font-size: 16px;
  margin-bottom: 15px;
}
.tribe-community-events.form form .select2 .select2-selection--multiple:after {
  top: 29px;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered {
  position: relative;
  padding-top: 55px;
  background-color: none !important;
  box-shadow: none !important;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered .select2-selection__clear {
  padding: 0;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 14px;
  z-index: 2;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice {
  padding: 4px 12px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
  background-color: var(--theme-color-accent_link);
  border-radius: var(--theme-var-rad);
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice span {
  margin-top: 0;
  color: #fff;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered .select2-search.select2-search--inline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
}
.tribe-community-events.form form .select2 .select2-selection--multiple ul.select2-selection__rendered .select2-search.select2-search--inline input {
  width: 100% !important;
}

body .select2-container--default .select2-dropdown {
  border: none !important;
}
body .select2-container--default .select2-search--dropdown {
  padding: 0;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  padding: 17px 24px;
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
  background-color: var(--theme-color-input_bg_color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
  height: 55px;
}

.tribe-community-events .tribe-section.tribe-section-organizer .tribe-dropdown,
.tribe-community-events .tribe-section.tribe-section-venue .tribe-dropdown {
  margin-top: 0 !important;
}

.tribe-events-single .tribe-events-notices {
  display: none;
}

.listing-filter .main-bar select {
  height: 41px;
}

.post-type-archive-tribe_events .listing-filter .main-bar .field.community .select_container:after {
  bottom: calc(50% - 6px) !important;
}

.post-type-archive-tribe_events .listing-filter .field {
  width: 24.7%;
}

.tribe-events-c-subscribe-dropdown__content {
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .page_content_blocks.single-tribe_events .type-tribe_events,
  .page_content_blocks.single-tribe_events .comments_wrap {
    padding: 60px !important;
  }
}

.post-type-archive-tribe_events .listing-filter .form-wrapper {
  background: rgba(255, 99, 95, 0.8);
}

.event-main-wrapper .tribe-events-event-image {
  overflow: hidden;
  border-radius: 12px;
}

.listing-list .sticky-wrapper {
  position: relative;
}
.listing-list .sticky-wrapper .loader {
  background: rgba(255, 255, 255, 0.98) url("../../images/jobs/loader.gif") no-repeat center center;
  border-radius: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}

.listing-filter {
  min-height: 300px;
}
.listing-filter .main-bar select {
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
}
.listing-filter .main-bar .field.search {
  line-height: 41px;
  height: 41px !important;
}
.listing-filter .main-bar .field.community .select_container:after {
  bottom: calc(50% - 2px);
}
.listing-filter .main-bar .field.community select {
  border: none;
  padding-left: 40px;
  background: #fff url(../../images/listing/comm.svg) no-repeat 12px 11px !important;
  background-size: 22px !important;
}
.listing-filter .main-bar .field.lang {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 26px;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background: #fff url("../../images/listing/lang.svg") no-repeat 14px 50% !important;
  line-height: 41px;
  height: 41px !important;
  box-sizing: border-box;
}
.listing-filter .main-bar .field.lang .lang-holder {
  width: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 32px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 10;
}
.listing-filter .main-bar .field.lang .lang-holder label {
  display: block;
  margin: 0 0 12px;
}
.listing-filter .main-bar .field.lang .lang-holder input {
  clip: inherit;
  opacity: 0;
}
.listing-filter .main-bar .field.lang .lang-holder div:last-child label {
  margin-bottom: 0;
}
.listing-filter .main-bar .field.lang.active .lang-holder {
  display: block;
}

.event-main-wrapper {
  display: flex;
  gap: 32px;
}
.event-main-wrapper .tribe-events-event-image {
  padding-bottom: 55%;
  position: relative;
}
.event-main-wrapper .tribe-events-event-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.event-main-wrapper .event-left-side {
  width: 50%;
  padding-bottom: 55%;
  position: relative;
}
.event-main-wrapper .event-left-side h1 {
  margin: 0 0 32px;
}
.event-main-wrapper .event-left-side .tribe-events-content {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 80px);
}
.event-main-wrapper .event-left-side .tribe-events.tribe-common {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.event-main-wrapper .tribe-events-single-event-description {
  flex: 1 0 auto;
}
.event-main-wrapper .tribe-common {
  margin-top: 24px;
}
.event-main-wrapper .tribe-events-event-image {
  width: 50% !important;
  margin: 0 !important;
}

.tribe-events-single .type-tribe_events .tribe-events-event-meta.primary,
.tribe-events-single .type-tribe_events .tribe-events-event-meta.secondary,
.tribe-events-single .type-tribe_events .tribe-events-single-section,
.tribe-events-single .tribe_events .tribe-events-event-meta.primary,
.tribe-events-single .tribe_events .tribe-events-event-meta.secondary,
.tribe-events-single .tribe_events .tribe-events-single-section {
  width: 100% !important;
  float: none;
}
.tribe-events-single .type-tribe_events .single-event-meta-block,
.tribe-events-single .tribe_events .single-event-meta-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.tribe-events-single .type-tribe_events .single-event-meta-block *,
.tribe-events-single .tribe_events .single-event-meta-block * {
  box-sizing: border-box;
}
.tribe-events-single .type-tribe_events .single-event-meta-block > div,
.tribe-events-single .tribe_events .single-event-meta-block > div {
  width: 100%;
  min-width: 33%;
  padding-right: 32px;
}

.tribe-events-single .tribe-events-schedule {
  display: none;
}

.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-single > .tribe_events .tribe-events-event-meta dt,
.tribe-events-event-meta dt {
  color: #000 !important;
  font-family: Inter;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-bottom: 24px;
}

body.page_content_blocks.single-tribe_events .type-tribe_events {
  margin-top: 0 !important;
  border-radius: 32px !important;
}

.event-single-comments {
  margin-top: 32px !important;
}

.event-wrapper {
  max-height: 95vh;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.tribe-events-event-meta dt,
.tribe-events-single > .tribe_events .tribe-events-event-meta dt {
  margin-bottom: 12px;
}

.tribe-events-single > .tribe_events .tribe-events-single-section {
  width: 100% !important;
}

body .tribe-events-single > .tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  margin-top: 32px;
}
body .tribe-events-single > .tribe_events .tribe-events-event-meta .tribe-events-venue-map > iframe,
body .tribe-events-single > .tribe_events .tribe-events-event-meta .tribe-events-venue-map,
body .tribe-events-venue-map,
body .tribe-events-meta-group.tribe-events-meta-group-gmap,
body .tribe-events-venue-map > div,
body .tribe-events-venue-map > iframe,
body .tribe-events-meta-group.tribe-events-meta-group-gmap {
  width: 100% !important;
  height: 431px !important;
  max-height: 431px !important;
}

body.page_content_blocks.single-tribe_events .type-tribe_events,
.page_content_blocks.single-tribe_events .comments_wrap {
  border-radius: 0;
  box-shadow: none;
}

.events-page-archive .wrapper {
  justify-content: space-between;
}

.events-listing {
  width: 30.5%;
}

.sticky-wrapper {
  width: 67%;
}

.single-event-listing-content .tribe-events-single {
  margin-bottom: 20px;
}

.single-event-listing-content .event-single-comments,
.single-event-listing-content .type-tribe_events {
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  border-radius: 12px;
  overflow: hidden;
}

#tribe-events-header {
  margin-top: 32px;
}

.tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
}
.tribe-events-sub-nav li {
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tribe-events-sub-nav li span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  background: var(--dashboard-button-white, #FFF);
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}

body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single {
  margin-top: 30px !important;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-left-side {
  padding-bottom: 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-left-side .tribe-events.tribe-common {
  position: static;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-event-image {
  padding-bottom: 0;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-event-image img {
  position: static;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .event-left-side .tribe-events-content {
  max-height: initial;
  overflow: initial;
  height: initial;
  position: static;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .single-event-meta-block {
  margin-top: 0;
}
body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-single-section {
  padding-top: 0;
}

.post-type-archive-tribe_events .listing-filter .main-bar .field.community select,
.post-type-archive-tribe_events .listing-filter .main-bar .field.categories select {
  padding: 0 36px 0 40px !important;
  line-height: 42px;
}

.post-type-archive-tribe_events .listing-filter .main-bar .field.lang {
  height: 43px !important;
}

.post-type-archive-tribe_events .listing-filter .field {
  height: 43px;
}

@media screen and (max-width: 1200px) {
  .event-page-single .event-main-wrapper {
    flex-direction: row;
  }
  .event-page-single .event-main-wrapper .event-left-side,
  .event-page-single .event-main-wrapper .tribe-events-event-image {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper {
    flex-direction: column;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .event-left-side {
    width: 100%;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .event-left-side .tribe-events-content {
    position: static;
    height: initial;
    overflow: initial;
    width: 100%;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .event-left-side .tribe-events.tribe-common {
    position: static;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .tribe-events-event-image {
    width: 100% !important;
    padding: 0;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .tribe-events-event-image img {
    position: static;
    width: 100%;
    height: auto;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .event-main-wrapper .event-left-side {
    padding-bottom: 0;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-event-meta {
    font-size: 14px !important;
  }
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-event-meta dt,
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-meta-group .tribe-events-single-section-title,
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-single > .tribe_events .tribe-events-event-meta dt {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  body.page_content_blocks.single-tribe_events .type-tribe_events.event-page-single .tribe-events-event-meta .single-event-meta-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
    width: 100%;
  }
  .event-main-wrapper {
    flex-direction: column;
  }
  .event-main-wrapper .event-left-side {
    width: 100%;
  }
  .event-main-wrapper .event-left-side .tribe-events-content {
    position: static;
    height: initial;
    overflow: initial;
    width: 100%;
  }
  .event-main-wrapper .event-left-side .tribe-events.tribe-common {
    position: static;
  }
  .event-main-wrapper .tribe-events-event-image {
    width: 100% !important;
    padding: 0;
  }
  .event-main-wrapper .tribe-events-event-image img {
    position: static;
    width: 100%;
    height: auto;
  }
  .event-main-wrapper .event-left-side {
    padding-bottom: 0;
  }
  .tribe-events-event-meta {
    font-size: 14px !important;
  }
  .tribe-events-event-meta dt,
  .tribe-events-meta-group .tribe-events-single-section-title,
  .tribe-events-single > .tribe_events .tribe-events-event-meta dt {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .listing-filter .wrap,
  .listing-filter .main-bar {
    flex-direction: column;
    width: 100% !important;
    margin: 0;
  }
  .listing-filter .field {
    width: 100% !important;
    margin-bottom: 15px !important;
    height: 41px !important;
  }
  #sticky-wrapper,
  .single-event-listing-content {
    display: none;
  }
  body .post-type-archive-tribe_events .tribe-events-calendar-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row,
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(2n),
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(3n),
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    width: calc(50% - 12px) !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row.active {
    border: none !important;
  }
  .listing-list .pagination {
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row,
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(2n),
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(3n),
  body .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    width: 100% !important;
  }
}
/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
#comments .comments-closed {
  font-size: 13px;
  line-height: 23px;
  padding: var(--theme-var-msg_padding) !important;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: var(--theme-color-text) !important;
  background-color: var(--theme-color-content_bg) !important;
  border: 1px solid var(--theme-color-bd_color) !important;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  margin: 0 !important;
  border-color: var(--theme-color-accent_link3_05) !important;
}

#comments .comments-closed:empty {
  display: none;
}

#comments .comments-closed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color-menu_bg);
  display: block !important;
  transform: translateZ(-1px);
}

#comments .comments-closed:after {
  display: none;
}

#comments .comments-closed * {
  background-color: transparent !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

#comments .comments-closed *:before {
  display: none !important;
}

#comments .comments-closed img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin-right: 7px;
}

#comments .comments-closed:before {
  background-color: var(--theme-color-accent_link3_005);
}

.structured_data_snippets {
  display: none;
}

.post_item_single::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
  padding: 0;
  text-align: left;
}

.post_item_single.format-quote .post_content {
  background-color: transparent;
  padding-top: 0;
}

.sidebar_hide.narrow_content .post_item_single.post_type_post {
  width: 75%;
  margin: 0 auto;
}

.post_content_single:empty {
  display: none;
}

.post_content_single:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.post_content_single > *:last-child {
  margin-bottom: 0;
}

.post_content_single > .widget_area {
  margin-top: var(--theme-font-p_margin-top);
  margin-bottom: var(--theme-font-p_margin-bottom);
}

.post_content_single > .widget_area:last-child {
  margin-bottom: 0;
}

.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content .elementor-text-editor > h1:first-child,
.post_item_single .post_content .elementor-text-editor > h2:first-child,
.post_item_single .post_content .elementor-text-editor > h3:first-child,
.post_item_single .post_content .elementor-text-editor > h4:first-child,
.post_item_single .post_content .elementor-text-editor > h5:first-child,
.post_item_single .post_content .elementor-text-editor > h6:first-child {
  margin-top: -0.2em;
}

.post_item_single .post_title {
  margin-top: -0.2em;
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_categories {
  margin-bottom: -6px;
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_categories a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3px 15px;
  margin-bottom: 6px;
  margin-right: 6px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link);
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_categories a:hover,
.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_categories a:focus {
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link3);
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item_cat_separator {
  display: none;
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_sponsored {
  margin-bottom: -6px;
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_sponsored a,
.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_sponsored span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3px 15px;
  margin-bottom: 6px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link2);
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_sponsored a:hover,
.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item.post_sponsored a:focus {
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link3);
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_info_subtitle + .post_info_title {
  margin-top: 15px;
  margin-bottom: 0px;
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_info_title + .post_info_meta {
  margin-top: 8px;
}

.post_item_single.format-video .post_featured.with_video .post_info_video a {
  color: var(--theme-color-accent_text);
}

.post_item_single.format-video .post_featured.with_video .post_info_video a:hover,
.post_item_single.format-video .post_featured.with_video .post_info_video a:focus {
  color: var(--theme-color-accent_link3);
}

.post_item_single.format-video .post_featured.with_video .post_info_video .post_meta_item:not(a) {
  color: var(--theme-color-accent_text);
}

.post_item_single .post_header_single .post_meta_item.post_categories {
  margin-bottom: -6px;
}

.post_item_single .post_header_single .post_meta_item.post_categories a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3px 15px;
  margin-bottom: 6px;
  margin-right: 6px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link);
}

.post_item_single .post_header_single .post_meta_item.post_categories a:hover,
.post_item_single .post_header_single .post_meta_item.post_categories a:focus {
  color: var(--theme-color-accent_text) !important;
  background-color: var(--theme-color-accent_link3);
}

.post_item_single .post_header_single .post_meta_item_cat_separator {
  display: none;
}

.post_item_single .post_header_single .post_meta_item.post_sponsored {
  margin-bottom: -6px;
}

.post_item_single .post_header_single .post_meta_item.post_sponsored a,
.post_item_single .post_header_single .post_meta_item.post_sponsored span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3px 15px;
  margin-bottom: 6px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  color: var(--theme-color-accent_text);
  background-color: var(--theme-color-accent_link2);
}

.post_item_single .post_header_single .post_meta_item.post_sponsored a:hover,
.post_item_single .post_header_single .post_meta_item.post_sponsored a:focus {
  color: var(--theme-color-accent_text) !important;
  background-color: var(--theme-color-accent_link3);
}

.post_item_single .post_header_single .post_meta + .post_title {
  margin-top: calc(var(--theme-var-sm_grid_gap) + var(--theme-var-grid_gap_koef) * 3px);
}

.post_item_single .post_header_single .post_title {
  margin-bottom: 0;
}

.post_item_single .post_header_single .post_title + .post_subtitle {
  margin-top: 9px;
}

.post_item_single .post_header_single .post_subtitle {
  color: var(--theme-color-accent_text);
}

.post_item_single .post_header_single .post_title + .post_meta,
.post_item_single .post_header_single .post_title + .post_meta_other,
.post_item_single .post_header_single .post_subtitle + .post_meta_other {
  margin-top: 15px;
}

.post_item_single .post_header_single .post_meta_label {
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  .single-format-gallery .post_header_wrap_in_header {
    overflow: hidden;
  }
}
.post_footer_single {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 12px);
}

.post_footer_single:empty {
  display: none;
}

.post_footer_single .page_links {
  text-align: left;
}

.post_footer_single .page_links + .post_tags_single {
  margin-top: var(--theme-var-grid_gap);
}

.post_item_single .post_tags_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post_item_single .post_tags_single .post_meta_label {
  display: none;
  vertical-align: middle;
  margin-right: 0.5em;
}

.post_item_single .post_tags_single a {
  display: block;
  padding: 2px 9px;
  margin: 0 4px 4px 0;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-border-radius: var(--theme-var-rad);
  -ms-border-radius: var(--theme-var-rad);
  border-radius: var(--theme-var-rad);
  color: var(--theme-color-text_dark);
  background-color: var(--theme-color-bg_color);
}

.post_item_single .post_tags_single a:hover {
  background-color: var(--theme-color-navigate_bg);
}

.post_item_single .trx_addons_emotions {
  margin-top: 3em;
}

.post_item_single .post_meta_single {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid var(--theme-color-bd_color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_item_single .post_content > .trx_addons_emotions + .post_meta_single {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item {
  margin: 0.5em 0 0.5em 0.5em;
}

.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item:first-child {
  margin-left: 0;
}

.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item .social_icon {
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
}

.post_tags_single + .nav-links-single {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 16px);
  padding-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 16px);
  border-top: 1px solid var(--theme-color-bd_color);
}

.nav-links-single .nav-links {
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  text-transform: none;
}

.nav-links-single .nav-links a {
  display: block;
}

.nav-links-single .nav-links .nav-arrow-label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
}

.nav-links-single .nav-links .nav-arrow-label:before,
.nav-links-single .nav-links .nav-arrow-label:after {
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}

.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
  width: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-links-single .nav-links .nav-previous {
  float: left;
  text-align: left;
  padding-right: 15px;
}

.nav-links-single .nav-links .nav-previous .nav-arrow-label:before {
  content: "\e92a";
  margin-right: 10px;
}

.nav-links-single .nav-links .nav-previous .post-title {
  font-weight: 500;
  text-align: left;
}

.nav-links-single .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
}

.nav-links-single .nav-links .nav-next .nav-arrow-label:after {
  content: "\e92b";
  margin-left: 10px;
}

.nav-links-single .nav-links .nav-next .post-title {
  font-weight: 500;
  text-align: right;
}

.nav-links-single .nav-links .nav-arrow-label,
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.nav-links-single .nav-links .post-title {
  margin: 12px 0 0;
}

.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.nav-links-single .nav-links .nav-arrow-label,
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
  color: var(--theme-color-text_light);
}

.nav-links-single .nav-links .post_date {
  display: none;
}

.nav-links-single .nav-links a:hover .post-title {
  color: var(--theme-color-accent_link);
}

.nav-links-single + .author_info {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px);
}

.author_info {
  position: relative;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 5px);
  background-color: var(--theme-color-bg_color);
}

.author_info .author_avatar {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 10px);
  left: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 10px);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.author_info .author_avatar img {
  width: 100%;
  height: auto;
}

.author_info .author_description {
  padding-left: 6em;
  display: flex;
  flex-direction: column;
}

.author_info .author_label {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  color: var(--theme-color-text_light);
  margin-bottom: 9px;
  order: 2;
}

.author_info .author_title {
  font-size: 15px;
  font-weight: 500;
  margin: 13px 0 4px;
  order: 1;
}

.author_info .author_bio {
  order: 3;
}

.author_info .author_bio p {
  margin: 0;
}

.author_info .author_bio p + p {
  margin-top: 0.6em;
}

.author_info .author_bio .author_links {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author_info .author_bio .socials_wrap .social_item {
  margin: 0 18px 0 0;
  color: var(--theme-color-text_dark);
}

.author_info .author_bio .socials_wrap .social_item:hover {
  color: var(--theme-color-accent_link);
}

.author_info .author_bio .socials_wrap .social_item .social_icon {
  background-color: transparent !important;
  width: 16px;
  height: auto;
  line-height: inherit;
  text-align: left;
}

.related_wrap {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px);
}

.related_wrap .related_wrap_header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 3px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.related_wrap .related_wrap_header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color-bd_color);
  position: absolute;
  bottom: 0px;
}

.related_wrap .related_wrap_header .related_wrap_title {
  margin-top: 0;
  margin-bottom: 0;
}

.related_wrap .related_wrap_header .related_wrap_button .sc_button {
  vertical-align: bottom;
}

.related_wrap .related_item {
  text-align: center;
}

.related_wrap .related_item .post_title {
  margin: 0;
  font-weight: 500;
}

.related_wrap .related_item .post_meta + .post_title {
  margin-top: 5px;
}

.post_content .related_wrap {
  margin: var(--theme-var-grid_gap) 0 1em;
  padding: 0.02px 0;
  border-top: none;
}

.post_content .related_wrap.related_position_inside_left {
  float: left;
  margin: 0 var(--theme-var-grid_gap) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 6px) 0;
  max-width: 18em;
}

.post_content .related_wrap.related_position_inside_right {
  float: right;
  margin: 0 0 calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 6px) var(--theme-var-grid_gap);
  max-width: 18em;
}

.post_content .related_wrap.related_position_inside_left .slider_container:not(.slider_multi):not(.slider_type_images),
.post_content .related_wrap.related_position_inside_left .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide,
.post_content .related_wrap.related_position_inside_right .slider_container:not(.slider_multi):not(.slider_type_images),
.post_content .related_wrap.related_position_inside_right .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
  min-height: 5em;
}

.post_content .related_wrap .slider_outer_controls_top {
  padding-top: calc(var(--theme-var-sm_grid_gap) + 43px);
  margin-top: calc(var(--theme-var-sm_grid_gap) - (var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 3px));
}

.related_position_below_page {
  margin-top: var(--theme-var-grid_gap);
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
  background-color: var(--theme-color-content_bg);
  padding: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 14px);
}

.related_wrap.related_style_classic .post_featured {
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 1em;
}

.related_wrap.related_style_classic .post_featured[class*=hover_] {
  display: inline-block;
  vertical-align: top;
}

.related_wrap.related_style_classic .post_featured img {
  max-width: 100%;
  height: auto;
}

.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio {
  right: var(--theme-var-grid_gap);
  left: var(--theme-var-grid_gap);
}

.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio .mejs-button > button {
  margin-left: 0;
}

.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio .mejs-controls .mejs-horizontal-volume-slider,
.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio .mejs-controls .mejs-horizontal-volume-total {
  width: 30px;
}

.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio .mejs-controls .mejs-currenttime-container {
  padding-left: 0px !important;
  padding-right: 9px !important;
}

.related_wrap.related_style_classic .format-audio .post_featured.with_thumb .post_audio .mejs-controls .mejs-duration-container {
  padding-left: 10px !important;
  padding-right: 9px !important;
}

.related_wrap.related_style_classic .format-audio .post_featured[class*=hover] .post_info_audio {
  display: none;
}

.page_contact_form {
  border-color: var(--theme-color-bd_color);
}

.body_style_fullscreen .comments_wrap {
  margin-bottom: 3em;
}

.comments_wrap {
  display: none;
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px);
}

.comments_wrap.opened {
  display: block;
}

.show_comments_single {
  text-align: center;
  margin-top: var(--theme-var-grid_gap);
}

.show_comments_single .show_comments_button {
  display: block;
  width: 100%;
}

.comments_list_wrap .comments_list_title {
  margin-top: 0;
  margin-bottom: 1.05em;
}

.comments_list_wrap .comments_closed {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--theme-color-text_dark);
}

.comments_list_wrap > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comments_list_wrap ul > li {
  display: block;
  position: relative;
}

.comments_list_wrap ul > li:before {
  display: none;
}

.comments_list_wrap ul ul {
  padding-left: 6em;
}

.comments_list_wrap ul ul ul ul ul {
  padding-left: 0;
  border-left: none;
}

.comments_list_wrap li + li.comment {
  margin-top: calc(var(--theme-var-sm_grid_gap) + var(--theme-var-grid_gap_koef) * 9px) !important;
}

.comments_list_wrap li ul {
  margin-top: calc(var(--theme-var-sm_grid_gap) + var(--theme-var-grid_gap_koef) * 6px);
}

.comments_list_wrap li ul .comment_content {
  padding-left: 3.6em;
}

.comments_list_wrap li ul .comment_author_avatar {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
}

.comments_list_wrap .comment_author_avatar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.comments_list_wrap .comment_author_avatar img {
  width: 100%;
}

.comments_list_wrap .comment_content {
  padding-left: 5.93em;
  overflow: hidden;
}

.comments_list_wrap .comment_info {
  margin-top: 2px;
  margin-bottom: 9px;
  position: relative;
}

.comments_list_wrap .bypostauthor .comment_bypostauthor {
  padding: 0.1em 1em;
  -webkit-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  background-color: var(--theme-color-bg_color);
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
  will-change: transform;
}

.comments_list_wrap .comment_author {
  font-weight: 500;
  margin: 0 4px 0 0;
  display: inline-block;
}

.comments_list_wrap .comment_posted {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: var(--theme-color-text_light);
}

.comments_list_wrap .comment_posted_label {
  display: none;
}

.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time,
.comments_list_wrap .comment_time_label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.3em;
}

.comments_list_wrap .comment_not_approved {
  padding: 0.2em 0 0.5em 0;
  font-style: italic;
}

.comments_list_wrap .trx_addons_reviews_text {
  font-weight: bold;
}

.comments_list_wrap .comment_text {
  color: var(--theme-color-text);
}

.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
  margin: 0;
  padding: 0 0 0 1.15em;
}

.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
  display: list-item;
}

.comments_list_wrap .comment_text ul {
  list-style: disc outside;
}

.comments_list_wrap .comment_text ul ul {
  list-style-type: circle;
}

.comments_list_wrap .comment_text ul ul ul {
  list-style-type: square;
}

.comments_list_wrap .comment_text ul ul ul ul {
  list-style-type: disc;
}

.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
  margin-top: 0.5em;
}

.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
  min-height: 0;
  padding: 0;
  margin: 0 0 0.5em 0;
  overflow: visible;
}

.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
  border: none;
}

.comments_list_wrap .comment_text p:last-child {
  margin: 0;
}

.comments_list_wrap .comment_counters {
  display: none;
  vertical-align: middle;
  margin-right: 1em;
}

.comments_list_wrap .comment_counters_item:before {
  margin: 0 0.3em 0 0;
  font-style: normal;
}

.comments_list_wrap .comment_counters .comment_counters_label {
  display: none;
}

.comments_list_wrap .comment_counters_item .comment_counters_number_separator {
  margin: 0 0.2em;
}

.comments_list_wrap .comment_reply {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}

.comments_list_wrap .comment-respond {
  position: relative;
  overflow: hidden;
  margin: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 10px) 0;
}

.comments_list_wrap .comment-respond > .comments_form_title {
  margin-top: 0;
}

.comments_list_wrap .comment_footer a {
  color: var(--theme-color-text);
}

.comments_list_wrap .comment_footer a:hover,
.comments_list_wrap .comment_footer a:focus {
  color: var(--theme-color-accent_hover);
}

.comments_wrap .comments_notes {
  color: var(--theme-color-text_light);
}

.comments_list > li.pingback,
.comments_list > li.trackback {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 4em;
  min-height: 0;
  position: relative;
}

.comments_list > li.pingback + li,
.comments_list > li.trackback + li {
  margin-top: 1em;
}

.comments_list > li.pingback p,
.comments_list > li.trackback p {
  font-style: italic;
  padding-bottom: 0.8em;
}

.comments_list > li.pingback p a,
.comments_list > li.trackback p a {
  font-style: normal;
}

.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
  position: absolute;
  z-index: 1;
  top: 1em;
  right: 0;
}

.comments_list_wrap + .comments_form_wrap {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 17px);
  padding-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 16px);
  border-top: 1px solid var(--theme-color-bd_color);
}

.comments_form_wrap .comments_form_title {
  margin-top: 0;
  margin-bottom: 1em;
}

.comments_form_wrap form {
  position: relative;
  overflow: hidden;
}

form.comment-form br {
  display: none;
}

form.comment-form p {
  margin-bottom: 0;
  padding: 0;
}

form.comment-form p + .radio,
form.comment-form p + .checkbox {
  margin-top: var(--theme-font-p_margin-bottom);
}

form.comment-form code {
  margin-bottom: 14px;
}

form.comment-form > label:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label),
form.comment-form > label:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label),
form.comment-form *:not(h3):not(.radio):not(.checkbox) > label:first-child:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label),
form.comment-form *:not(h3):not(.radio):not(.checkbox) > label:first-child:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label),
form.comment-form *:not(.radio):not(.checkbox) > *:not([type=checkbox]):not([type=radio]) + label:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label),
form.comment-form *:not(.radio):not(.checkbox) > *:not([type=checkbox]):not([type=radio]) + label:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin: var(--theme-var-label_margin);
  display: block;
  color: var(--theme-color-text_dark);
}

form.comment-form > label:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label) strong,
form.comment-form > label:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label) strong,
form.comment-form *:not(h3):not(.radio):not(.checkbox) > label:first-child:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label) strong,
form.comment-form *:not(h3):not(.radio):not(.checkbox) > label:first-child:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label) strong,
form.comment-form *:not(.radio):not(.checkbox) > *:not([type=checkbox]):not([type=radio]) + label:not([for=delete-group-understand]):not(.radio_label):not(.checkbox_label) strong,
form.comment-form *:not(.radio):not(.checkbox) > *:not([type=checkbox]):not([type=radio]) + label:not([for=bp-docs-group-enable]):not([for=group-notify-members]):not(.radio_label):not(.checkbox_label) strong {
  font-weight: inherit;
}

form.comment-form label.radio_label,
form.comment-form label.checkbox_label {
  display: block;
  margin: var(--theme-var-checkbox_margin);
}

form.comment-form input[type=radio] + label,
form.comment-form input[type=checkbox] + label {
  font-weight: 400;
  color: var(--theme-color-text);
  margin-bottom: var(--theme-var-grid_gap);
}

form.comment-form input[type=radio]:checked + label,
form.comment-form input[type=checkbox]:checked + label {
  color: var(--theme-color-text_dark);
}

form.comment-form select,
form.comment-form .select_container .select2-container {
  width: inherit;
  margin: 0 !important;
}

form.comment-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not(.taggle_input),
form.comment-form textarea,
form.comment-form .select_container,
form.comment-form .select2-container,
form.comment-form .bp-emojionearea,
form.comment-form .taggle_list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 var(--theme-var-grid_gap) !important;
}

form.comment-form .logged-in-as {
  margin-bottom: 1.6em;
}

form.comment-form .logged-in-as a {
  color: var(--theme-color-text_dark);
}

form.comment-form .logged-in-as a:hover,
form.comment-form .logged-in-as a:focus {
  color: var(--theme-color-accent_link);
}

form.comment-form .comments_field > label {
  display: none !important;
}

form.comment-form .comments_author,
form.comment-form .comments_email {
  width: calc(50% - var(--theme-var-grid_gap) / 2);
  float: left;
}

form.comment-form .comments_email {
  float: right;
}

form.comment-form .comments_url {
  clear: both;
}

form.comment-form .comments_field textarea {
  min-height: 12.8em;
}

form.comment-form .form-submit {
  margin-bottom: 0;
}

form.comment-form .form-submit:before {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

form.comment-form .form-submit input[type=submit] {
  font-size: 13px;
  padding: 16px 3.85em;
  display: inline-block;
}

form.comment-form .comment-form-cookies-consent {
  float: left;
  margin: var(--theme-var-checkbox_margin);
}

form.comment-form .comments_i_agree_privacy_policy {
  display: inline-block;
  margin: 13px 0 0 20px;
  max-width: calc(100% - 280px);
}

form.comment-form .comments_i_agree_privacy_policy + .form-submit {
  display: inline-block;
  float: left;
}

form.comment-form input[type=radio] + label,
form.comment-form input[type=checkbox] + label {
  margin-bottom: 0;
}

form.comment-form .error_field {
  border-color: var(--theme-color-accent_link2_05) !important;
}

.comments_wrap .trx_addons_reviews_mark {
  display: block;
}

.comments_wrap form .trx_addons_reviews_mark {
  margin: -1.5em 0 1em;
}

.comments_form_wrap form .wp-social-login-widget {
  position: absolute;
  z-index: 1;
  top: -6.2em;
  right: 0;
}

.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
  display: none;
}

.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
  padding: 0;
}

.single_style_style-1 .post_header_wrap {
  position: relative;
}

.single_style_style-1 .post_header_wrap .post_featured img {
  max-width: none;
  width: 100%;
}

.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg {
  height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single_style_style-1 .post_header_wrap .post_featured:not(.post_featured_bg) + .entry-caption,
.single_style_style-1 .post_header_wrap .post_featured:not(.post_featured_bg) + .post_header,
.single_style_style-1 .post_content_single {
  margin-top: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 13px);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg:before {
  content: " ";
  display: block !important;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0.55;
  pointer-events: none;
  background: linear-gradient(210deg, rgba(0, 0, 0, 0) 0%, black 70%, black 100%);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header {
  position: absolute;
  z-index: 101;
  bottom: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px);
  left: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 14px);
  right: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 14px);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta.post_meta_categories a {
  color: var(--theme-color-accent_text);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta.post_meta_categories a:hover {
  color: var(--theme-color-accent_text);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_title {
  color: var(--theme-color-accent_text);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta .post_meta_item {
  color: var(--theme-color-accent_text);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a {
  color: var(--theme-color-accent_text);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a:hover,
.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a:focus {
  color: var(--theme-color-accent_link3);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a.social_item {
  color: var(--theme-color-accent_link4);
}

.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a.social_item:hover,
.sidebar_show.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header .post_meta a.social_item:focus {
  color: var(--theme-color-accent_link3);
}

.sidebar_hide.single_style_style-1.body_style_wide:not(.expand_content) [class*=content_wrap] > .content {
  width: calc(var(--theme-var-content) - var(--theme-var-grid_gap) * 2);
}

.sidebar_hide.single_style_style-1 .post_header_wrap .post_featured.post_featured_bg + .post_header {
  text-align: center;
  padding: calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 19px) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 14px) calc(var(--theme-var-grid_gap) + var(--theme-var-grid_gap_koef) * 15px);
  background-color: var(--theme-color-content_bg);
  margin-top: -100px;
  z-index: 101;
  position: relative;
}

:root {
  --tec-grid-gutter: 48px;
  --tec-grid-gutter-negative: calc(var(--tec-grid-gutter)*-1);
  --tec-grid-gutter-half: calc(var(--tec-grid-gutter)/2);
  --tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half)*-1);
  --tec-grid-gutter-small: 42px;
  --tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small)*-1);
  --tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small)/2);
  --tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half)*-1);
  --tec-grid-gutter-page: 42px;
  --tec-grid-gutter-page-small: 19.5px;
  --tec-grid-width-default: 1176px;
  --tec-grid-width-min: 320px;
  --tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);
  --tec-grid-width-1-of-2: 50%;
  --tec-grid-width-1-of-3: 33.333%;
  --tec-grid-width-1-of-4: 25%;
  --tec-grid-width-1-of-5: 20%;
  --tec-grid-width-1-of-7: 14.285%;
  --tec-grid-width-1-of-8: 12.5%;
  --tec-grid-width-1-of-9: 11.111%;
  --tec-spacer-0: 4px;
  --tec-spacer-1: 8px;
  --tec-spacer-2: 12px;
  --tec-spacer-3: 16px;
  --tec-spacer-4: 20px;
  --tec-spacer-5: 24px;
  --tec-spacer-6: 28px;
  --tec-spacer-7: 32px;
  --tec-spacer-8: 40px;
  --tec-spacer-9: 48px;
  --tec-spacer-10: 56px;
  --tec-spacer-11: 64px;
  --tec-spacer-12: 80px;
  --tec-spacer-13: 96px;
  --tec-spacer-14: 160px;
  --tec-z-index-spinner-container: 100;
  --tec-z-index-views-selector: 30;
  --tec-z-index-dropdown: 30;
  --tec-z-index-events-bar-button: 20;
  --tec-z-index-search: 10;
  --tec-z-index-filters: 9;
  --tec-z-index-scroller: 7;
  --tec-z-index-week-event-hover: 5;
  --tec-z-index-map-event-hover: 5;
  --tec-z-index-map-event-hover-actions: 6;
  --tec-z-index-multiday-event: 5;
  --tec-z-index-multiday-event-bar: 2;
  --tec-color-text-primary: #141827;
  --tec-color-text-primary-light: rgba(20, 24, 39, .62);
  --tec-color-text-secondary: #5d5d5d;
  --tec-color-text-disabled: #d5d5d5;
  --tec-color-text-events-title: var(--tec-color-text-primary);
  --tec-color-text-event-title: var(--tec-color-text-events-title);
  --tec-color-text-event-date: var(--tec-color-text-primary);
  --tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
  --tec-color-icon-primary: #5d5d5d;
  --tec-color-icon-primary-alt: #757575;
  --tec-color-icon-secondary: #bababa;
  --tec-color-icon-active: #141827;
  --tec-color-icon-disabled: #d5d5d5;
  --tec-color-icon-focus: #334aff;
  --tec-color-icon-error: #da394d;
  --tec-color-event-icon: #141827;
  --tec-color-event-icon-hover: #334aff;
  --tec-color-accent-primary: #334aff;
  --tec-color-accent-primary-hover: rgba(51, 74, 255, .8);
  --tec-color-accent-primary-active: rgba(51, 74, 255, .9);
  --tec-color-accent-primary-background: rgba(51, 74, 255, .07);
  --tec-color-accent-secondary: #141827;
  --tec-color-accent-secondary-hover: rgba(20, 24, 39, .8);
  --tec-color-accent-secondary-active: rgba(20, 24, 39, .9);
  --tec-color-accent-secondary-background: rgba(20, 24, 39, .07);
  --tec-color-button-primary: var(--tec-color-accent-primary);
  --tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
  --tec-color-button-primary-active: var(--tec-color-accent-primary-active);
  --tec-color-button-primary-background: var(--tec-color-accent-primary-background);
  --tec-color-button-secondary: var(--tec-color-accent-secondary);
  --tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
  --tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
  --tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
  --tec-color-link-primary: var(--tec-color-text-primary);
  --tec-color-link-accent: var(--tec-color-accent-primary);
  --tec-color-link-accent-hover: rgba(51, 74, 255, .8);
  --tec-color-border-default: #d5d5d5;
  --tec-color-border-secondary: #e4e4e4;
  --tec-color-border-tertiary: #7d7d7d;
  --tec-color-border-hover: #5d5d5d;
  --tec-color-border-active: #141827;
  --tec-color-background: #fff;
  --tec-color-background-events: transparent;
  --tec-color-background-transparent: hsla(0, 0%, 100%, .6);
  --tec-color-background-secondary: #f7f6f6;
  --tec-color-background-messages: rgba(20, 24, 39, .07);
  --tec-color-background-secondary-hover: #f0eeee;
  --tec-color-background-error: rgba(218, 57, 77, .08);
  --tec-color-box-shadow: rgba(0, 0, 0, .14);
  --tec-color-box-shadow-secondary: rgba(0, 0, 0, .1);
  --tec-color-scroll-track: rgba(0, 0, 0, .25);
  --tec-color-scroll-bar: rgba(0, 0, 0, .5);
  --tec-color-background-primary-multiday: rgba(51, 74, 255, .24);
  --tec-color-background-primary-multiday-hover: rgba(51, 74, 255, .34);
  --tec-color-background-secondary-multiday: rgba(20, 24, 39, .24);
  --tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, .34);
  --tec-color-accent-primary-week-event: rgba(51, 74, 255, .1);
  --tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, .2);
  --tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, .04);
  --tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, .14);
  --tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
  --tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background) ;
}

#tribe-events-header,
.recurring-info-tooltip,
.single-featured-image-header,
.tribe-events-ajax-loading,
.tribe-events-divider {
  display: none;
}

#tribe-events-pg-template {
  margin: 0 auto;
  max-width: 1048px;
  padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}

.tribe-events-after-html p,
.tribe-events-before-html p {
  margin: 0 0 10px;
}

.tribe-events-back {
  margin-bottom: var(--tec-spacer-5);
}

.tribe-events-single > .tribe_events {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.tribe-events-single > .tribe_events > :not(.primary, .secondary, .tribe-events-related-events-title, .tribe-related-events) {
  order: 1;
  width: 100%;
}

.tribe-events-notices {
  margin-bottom: var(--tec-spacer-4);
  padding-bottom: var(--tec-spacer-2);
}

.tribe-events-notices li,
.tribe-events-notices ul,
.tribe-events-single-event-title {
  margin: 0;
  padding: 0;
}

.tribe-events-schedule {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: var(--tec-spacer-1) 0 var(--tec-spacer-4);
}

.tribe-events-schedule h2 {
  margin-bottom: var(--tec-spacer-1);
  margin-right: var(--tec-spacer-1);
  order: 0;
  width: 100%;
}

.tribe-events-schedule .recurringinfo,
.tribe-related-event-info .recurringinfo {
  margin-right: var(--tec-spacer-1);
  order: 2;
  padding: 0 var(--tec-spacer-1);
  position: relative;
}

.tribe-events-schedule .recurringinfo:before,
.tribe-related-event-info .recurringinfo:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.797.797 0 0 1-.592.26.797.797 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.797.797 0 0 1 2.43 15a.797.797 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.952.952 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.797.797 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.948.948 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174 0-.065 0-.13.02-.174 0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152z' fill='%23141827'/%3E%3C/svg%3E") 0/12px no-repeat;
  content: "";
  height: 20px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.tribe-events-schedule .recurringinfo .tribe-events-divider,
.tribe-related-event-info .recurringinfo .tribe-events-divider {
  display: none;
}

.tribe-events-schedule .recurringinfo .event-is-recurring,
.tribe-related-event-info .recurringinfo .event-is-recurring {
  padding-left: var(--tec-spacer-4);
  visibility: hidden;
}

.tribe-events-schedule .recurringinfo a,
.tribe-related-event-info .recurringinfo a {
  visibility: visible;
}

.tribe-events-schedule .recurringinfo {
  margin-right: var(--tec-spacer-1);
  order: 2;
  padding: 0 var(--tec-spacer-1);
}

.tribe-events-schedule .tribe-events-cost {
  margin-right: var(--tec-spacer-1);
  order: 1;
}

.tribe-events-event-image {
  align-self: flex-start;
  margin-bottom: var(--tec-spacer-3);
}

.tribe-events-event-image img {
  display: block;
}

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  margin-bottom: 0.75em;
}

.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
  margin-bottom: var(--tec-spacer-3);
}

.tribe-events-content ol:last-child,
.tribe-events-content p:last-child,
.tribe-events-content ul:last-child {
  margin-bottom: var(--tec-spacer-6);
}

.tribe-events-content ol,
.tribe-events-content ul {
  padding: 0;
}

.tribe-events-content ol {
  list-style-type: decimal;
}

.tribe-events-content pre {
  margin-bottom: var(--tec-spacer-5);
  padding: var(--tec-spacer-5);
}

.tribe-events-content blockquote p {
  display: inline-block;
}

.tribe-events-cal-links {
  margin-bottom: var(--tec-spacer-7);
}

.tribe-events-cal-links a {
  display: inline-block;
}

.single-tribe_events .tribe-events-cal-links a,
.tribe-events-cal-links a {
  padding-left: var(--tec-spacer-7);
}

.tribe-events-cal-links a:not(:last-of-type) {
  margin-right: var(--tec-spacer-5);
}

.tribe-events-event-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 var(--tec-spacer-7);
}

.tribe-events-event-meta dl {
  margin-top: var(--tec-spacer-1);
}

.tribe-events-event-meta dd,
.tribe-events-event-meta dt {
  margin: 0 0 var(--tec-spacer-0);
  padding: 0;
}

.tribe-events-event-meta dd[class$=url],
.tribe-events-event-meta dt:not(:first-child) {
  margin-top: var(--tec-spacer-3);
}

.tribe-events-event-meta dt[class*=url] + dd {
  margin-top: 0;
}

.tribe-events-event-meta .tribe-events-address {
  margin: 0;
}

.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
  margin-bottom: var(--tec-spacer-1);
  order: 2;
  padding-top: var(--tec-spacer-5);
  position: relative;
  width: 100%;
}

.tribe-events-event-meta.primary + .event-tickets,
.tribe-events-event-meta.secondary + .event-tickets {
  margin-bottom: var(--tec-spacer-7);
  margin-top: calc(var(--tec-spacer-6) * -1);
}

.tribe-events-event-meta.primary + .event-tickets + .event-tickets,
.tribe-events-event-meta.secondary + .event-tickets + .event-tickets {
  margin-bottom: var(--tec-spacer-1);
  margin-top: calc(var(--tec-spacer-7) * -1);
}

.tribe-events-event-meta:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tribe-events-meta-group {
  flex: 1 0 140px;
  margin-right: var(--tec-spacer-5);
  order: 0;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
  order: 1;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  flex-basis: 100%;
  margin-top: var(--tec-spacer-1);
  padding-top: var(--tec-spacer-5);
  width: auto;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-bottom: var(--tec-spacer-1);
}

.tribe-events-venue-map {
  margin: 0 0 var(--tec-spacer-5);
  order: -1;
  width: 100%;
}

.tribe-events-venue-map > div,
.tribe-events-venue-map > iframe {
  margin-bottom: 0;
  max-height: 241px;
}

.tribe-events-related-events-title,
.tribe-related-events {
  order: 2;
}

.tribe-events-related-events-title {
  margin-bottom: var(--tec-spacer-5);
  padding-top: var(--tec-spacer-7);
  width: 100%;
}

.tribe-events-single ul.tribe-related-events {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.tribe-events-single ul.tribe-related-events li {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: var(--tec-spacer-6);
  padding: 0;
  width: auto;
}

.tribe-events-single ul.tribe-related-events li:last-child {
  margin-right: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
  margin-bottom: var(--tec-spacer-3);
  width: 100%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
  display: block;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(2);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"] {
  transform: translate(-50%, -50%) scale(1);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start {
  margin: var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time {
  margin-left: var(--tec-spacer-0);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo {
  margin: 0 var(--tec-spacer-1) var(--tec-spacer-2) 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone {
  margin-left: var(--tec-spacer-0);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type {
  margin-right: var(--tec-spacer-1);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
  margin-bottom: var(--tec-spacer-1);
  width: 100%;
}

#tribe-events-footer {
  padding: var(--tec-spacer-4) 0;
}

.tribe-events-single .tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
  margin: 0;
}

.tribe-events-single .tribe-events-sub-nav a span {
  display: none;
}

.tribe-events-nav-next a:after,
.tribe-events-nav-previous a:before {
  margin-top: -2px;
  width: 7px;
}

.tribe-theme-twentynineteen .tribe-events-single > .tribe_events {
  margin-top: 0;
}

.tribe-theme-twentytwenty .tribe-events-schedule h2 {
  margin-left: 0;
}

.tribe-theme-twentytwenty .tribe-events-content h2,
.tribe-theme-twentytwenty .tribe-events-content h3,
.tribe-theme-twentytwenty .tribe-events-content h4,
.tribe-theme-twentytwenty .tribe-events-content h5,
.tribe-theme-twentytwenty .tribe-events-content h6 {
  margin-top: 0;
}

.tribe-theme-twentytwenty .tribe-events-content ol,
.tribe-theme-twentytwenty .tribe-events-content ul {
  margin-left: 0;
}

.tribe-theme-twentytwenty .tribe-events-related-events-title,
.tribe-theme-twentytwenty .tribe-events-single-section-title {
  margin-top: 0;
}

#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template {
  max-width: 1048px;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule {
  margin-top: var(--tec-spacer-1);
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3 {
  margin-right: var(--tec-spacer-1);
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-content,
#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar {
  margin-left: 0;
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner > .event-tickets {
  width: 100%;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group {
  margin-right: var(--tec-spacer-5);
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta {
  margin-top: 0;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,
.event-tickets .tribe-tickets__rsvp-actions-button-not-going,
.event-tickets .tribe-tickets__rsvp-form-button,
.event-tickets .tribe-tickets__tickets-item-quantity button {
  background-color: transparent;
  background-image: none;
  border: none;
  outline: none;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,
.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,
.event-tickets .tribe-tickets__rsvp-form-button:focus,
.event-tickets .tribe-tickets__tickets-item-quantity button:focus {
  outline: none;
}

@media (min-width: 768px) {
  .tribe-events-back {
    margin-bottom: var(--tec-spacer-8);
  }
  .tribe-events-schedule {
    align-items: baseline;
    flex-wrap: nowrap;
    margin: var(--tec-spacer-5) 0 var(--tec-spacer-7);
  }
  .tribe-events-schedule h2 {
    margin-bottom: 0;
    width: auto;
  }
  .tribe-events-schedule .recurringinfo {
    margin-left: var(--tec-spacer-1);
    padding: var(--tec-spacer-1) var(--tec-spacer-3);
  }
  .tribe-events-schedule .recurringinfo:before {
    left: 16px;
  }
  .tribe-events-schedule .recurringinfo .event-is-recurring {
    visibility: visible;
  }
  .tribe-events-schedule .tribe-events-cost {
    margin: 0 var(--tec-spacer-1);
  }
  .tribe-events-event-image {
    margin-bottom: var(--tec-spacer-7);
  }
  .tribe-events-cal-links {
    margin-bottom: var(--tec-spacer-8);
  }
  .tribe-events-cal-links a:not(:last-of-type) {
    margin-right: var(--tec-spacer-8);
  }
  .tribe-events-event-meta {
    margin-bottom: var(--tec-spacer-3);
  }
  .tribe-events-event-meta.primary,
  .tribe-events-event-meta.secondary {
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    width: auto;
  }
  .tribe-events-event-meta.primary + .event-tickets,
  .tribe-events-event-meta.secondary + .event-tickets {
    margin-bottom: var(--tec-spacer-8);
  }
  .tribe-events-event-meta.primary + .event-tickets + .event-tickets,
  .tribe-events-event-meta.secondary + .event-tickets + .event-tickets {
    margin-bottom: var(--tec-spacer-3);
    margin-top: calc(var(--tec-spacer-8) * -1);
  }
  .tribe-events-event-meta:before {
    top: auto;
  }
  .tribe-events-meta-group {
    padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
    width: 168px;
  }
  .tribe-events-meta-group.tribe-events-meta-group-venue {
    order: 0;
  }
  .tribe-events-meta-group.tribe-events-meta-group-gmap {
    flex-basis: 140px;
    margin-top: 0;
    padding-top: 0;
  }
  .tribe-events-venue-map {
    margin-top: var(--tec-spacer-7);
    order: 1;
    width: 211px;
  }
  .tribe-events-venue-map > div,
  .tribe-events-venue-map > iframe {
    max-height: 211px;
  }
  .tribe-events-single ul.tribe-related-events {
    flex-direction: row;
    justify-content: space-between;
  }
  #tribe-events-footer {
    padding: var(--tec-spacer-6) 0;
  }
  .tribe-events-nav-previous a:before {
    margin-right: var(--tec-spacer-1);
    width: 9px;
  }
  .tribe-events-nav-next a:after {
    margin-left: var(--tec-spacer-1);
    width: 9px;
  }
  #top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule {
    margin-top: var(--tec-spacer-4);
  }
  #top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group {
    padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
    width: 168px;
  }
  #top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta {
    margin-top: var(--tec-spacer-5);
  }
  #top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map {
    margin-top: var(--tec-spacer-7);
    width: 211px;
  }
}
.sc_layouts_logo img {
  max-height: 75px;
}

header.top_panel .elementor-section.elementor-top-section {
  padding-top: 21px;
  padding-bottom: 20px;
}

nav.menu_mobile_nav_area ul.menu_mobile_nav > li:before {
  z-index: -1 !important;
}

.geodir-search-container.bsui {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  margin-bottom: 32px;
  border-radius: 0 !important;
  padding: 60px 26px !important;
  margin: 0 0 0 -26px !important;
  width: calc(100% + 52px);
  box-sizing: border-box;
  background: url(../../images/comm/comm-bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  background: url(../../images/listing/listing-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 30px !important;
}
.geodir-search-container.bsui .geodir-search-form-wrapper {
  padding: 16px;
  background: #F1F3F6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
  padding: 32px;
  border-radius: 32px;
}
.geodir-search-container.bsui .geodir-search-form-wrapper form {
  background: #E4E4E4;
  padding: 16px;
  box-sizing: border-box !important;
  border-radius: 16px;
}
.geodir-search-container.bsui .geodir-search {
  padding: 0;
  border-radius: 0;
  background: none;
  margin: 0;
}
.geodir-search-container.bsui .geodir-search .select_container select {
  background: #fff url(http://mishmish.localhost/wp-content/uploads/2023/06/columns.png) no-repeat 10px 50% !important;
  background-size: auto 20px !important;
  padding-left: 35px !important;
}
.geodir-search-container.bsui .form-group select.custom-select {
  height: 40px;
  line-height: normal;
  color: #7A7E83;
  border: 1px solid #E4E4E4;
  border-radius: 60px;
  font-size: 12px;
}
.geodir-search-container.bsui .form-group input {
  height: 40px;
  line-height: normal;
  color: #7A7E83;
  border: 1px solid #E4E4E4;
  border-radius: 60px;
  font-size: 12px;
}
.geodir-search-container.bsui .geodir-search-input-label i.fa-search:before {
  content: "";
  background: url(http://mishmish.localhost/wp-content/uploads/2023/06/search.png) no-repeat 0 8px;
  width: 20px;
  height: 26px;
  display: block;
  background-size: 17px auto;
}
.geodir-search-container.bsui .geodir-search-input-label i.fa-map-marker-alt:before {
  content: "";
  background: url(http://mishmish.localhost/wp-content/uploads/2023/06/map-pin.png) no-repeat 0 8px;
  width: 20px;
  height: 26px;
  display: block;
  background-size: 17px auto;
}

.single-gd_place .bsui .embed-item-cover-xy {
  object-fit: contain;
}
.single-gd_place .post_content_title.sc_layouts_title_title:after {
  display: none;
}
.single-gd_place h1.sc_layouts_title_caption {
  font-size: 24px;
  line-height: 29px;
  color: #071021;
}
.single-gd_place .sidebar.widget_area {
  margin-top: 80px;
}
.single-gd_place .sidebar.widget_area h5.widget_title {
  font-size: 20px !important;
  line-height: 28px;
  color: #071021;
  margin: 0 0 15px;
  font-weight: 600;
}
.single-gd_place .sidebar.widget_area h5.widget_title:after {
  display: none;
}
.single-gd_place .sidebar.widget_area h4 {
  font-size: 20px !important;
  line-height: 28px;
  color: #071021;
  margin: 0 0 15px;
  font-weight: 600;
}
.single-gd_place .sidebar > .sidebar_inner > .widget {
  padding: 32px;
}
.single-gd_place .sidebar .geodir_post_meta_icon {
  width: 36px;
  height: 36px;
  background: #F1F3F6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 0;
}
.single-gd_place .sidebar .geodir_post_meta_icon i {
  color: #25CBD4;
}
.single-gd_place .sidebar div.geodir_post_meta {
  display: flex;
  align-items: center;
}
.single-gd_place .sidebar .geodir-field-address {
  display: block !important;
}
.single-gd_place .sidebar .geodir-field-address .geodir_post_meta_title {
  display: none;
}
.single-gd_place .sidebar .geodir-field-address br {
  display: none;
}
.single-gd_place .sidebar .geodir-field-address .geodir-i-address {
  float: left;
}
.single-gd_place .sidebar .geodir-field-address span {
  font-size: 14px;
  line-height: 24px;
  color: #7A7E83;
}
.single-gd_place .sidebar .geodir_post_meta a {
  font-size: 14px;
}
.single-gd_place .sidebar .geodir-field-business_hours {
  display: none !important;
}
.single-gd_place .sidebar .widget.widget_block .geodir_post_meta {
  margin-bottom: 8px !important;
}
.single-gd_place .sidebar .widget.widget_block .geodir-field-health_service_type {
  font-size: 14px;
  line-height: 24px;
  color: #7A7E83;
  margin: -15px 0 24px !important;
}
.single-gd_place .sidebar .geodir-field-health_service_specialties ul {
  padding: 0;
  margin: 0 0 16px !important;
}
.single-gd_place .sidebar .geodir-field-health_service_specialties ul li {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px;
  color: #fff;
  background: #25CBD4;
  font-size: 14px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
}
.single-gd_place .sidebar .geodir-field-health_service_specialties ul li:before {
  display: none;
}
.single-gd_place .sidebar .geodir-field-health_medical_centre_services ul {
  padding: 0;
  margin: 0 0 16px !important;
}
.single-gd_place .sidebar .geodir-field-health_medical_centre_services ul li {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px;
  color: #fff;
  background: #25CBD4;
  font-size: 14px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
}
.single-gd_place .sidebar .geodir-field-health_medical_centre_services ul li:before {
  display: none;
}
.single-gd_place .sidebar .geodir-field-facebook a {
  color: #7A7E83;
  font-size: 14px;
  line-height: 24px;
}
.single-gd_place .sidebar .geodir-field-twitter a {
  color: #7A7E83;
  font-size: 14px;
  line-height: 24px;
}
.single-gd_place .sidebar .geodir-field-instagram a {
  color: #7A7E83;
  font-size: 14px;
  line-height: 24px;
}
.single-gd_place .sidebar .widget {
  border-radius: 32px;
  border-radius: 32px !important;
  padding: 32px !important;
  margin-bottom: 20px !important;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-single-taxonomies {
  display: none;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-single-next-prev {
  display: none;
}
.single-gd_place #gd-tabs {
  display: flex;
  align-items: flex-start;
}
.single-gd_place #gd-tabs .geodir-tab-head {
  width: 180px;
  background: #F1F3F6;
  padding: 32px 16px;
  border-radius: 16px;
}
.single-gd_place #gd-single-tabs {
  display: block;
  padding: 0 !important;
  border: none !important;
}
.single-gd_place #gd-single-tabs a.nav-link {
  font-size: 12px;
  line-height: 18px;
  color: #071021;
  font-weight: 500;
}
.single-gd_place #gd-single-tabs a.nav-link i {
  color: #25CBD4;
  margin-right: 9px !important;
}
.single-gd_place #gd-single-tabs a.nav-link.active {
  color: #fff;
  border-radius: 8px;
}
.single-gd_place #gd-single-tabs a.nav-link.active i {
  color: #fff;
}
.single-gd_place .geodir-tabs-content {
  padding-left: 24px;
  width: 100%;
}
.single-gd_place .geodir-tabs-content p {
  font-size: 14px;
  line-height: 24px;
}
.single-gd_place #post_map .geodir-wgt-map.bsui {
  padding: 0;
}
.single-gd_place .commentlist .card-footer .row {
  margin-bottom: 0;
}
.single-gd_place #post_images .geodir-post-meta-container:before {
  content: "Media";
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #071021;
  margin: 0 0 15px;
}
.single-gd_place #post_images span.geodir-cf-file-name {
  display: none;
}
.single-gd_place .geodir-field-post_images {
  display: flex;
  flex-wrap: wrap;
}
.single-gd_place .geodir-field-post_images .geodir-images {
  margin: 0 12px 12px 0;
  max-width: 23%;
}
.single-gd_place .geodir-field-post_images .geodir-images img {
  width: 100%;
  height: auto;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-recent-reviews {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  margin-bottom: 32px;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-recent-reviews .geodir_recent_reviews {
  margin-left: 0;
  margin-right: 0;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-single-tabs {
  border-radius: 32px !important;
  padding: 32px !important;
  margin-bottom: 20px !important;
}
.single-gd_place div.wp-block-columns .wp-block-column {
  margin-bottom: 20px !important;
}
.single-gd_place div.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
  margin-bottom: 20px !important;
}
.single-gd_place .wp-block-spacer {
  display: none;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui h4 {
  font-size: 20px;
  line-height: 24px;
  color: #071021;
  margin: 0 0 24px;
  font-weight: 600;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .card {
  border: none;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .card .gd-rating-outer-wrap {
  position: absolute;
  right: 0;
  top: -40px;
  width: 95px !important;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .card-header {
  border: none;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .geodir_reviewer_image {
  margin: 0 12px 0 0 !important;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .geodir_reviewer_author {
  margin-bottom: 0 !important;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .geodir_reviewer_author a {
  font-size: 16px;
  line-height: 19px;
  color: #071021;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4px;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .geodir_reviewer_author .text-muted {
  color: #7A7E83;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .card-body {
  position: relative;
  padding: 0;
}
.single-gd_place .comments-area.geodir-comments-area .commentlist-wrap {
  display: none;
}
.single-gd_place .comments-area .gd-rating-input-group {
  width: 295px;
  background: #F1F3F6;
  border-radius: 8px !important;
  border: none;
  margin: 0 0 12px;
}
.single-gd_place .comments-area .gd-rating-input-group .gd-rating-text {
  border: none !important;
  background: none !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.single-gd_place .comments-area #respond input#submit {
  max-width: 154px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
.single-gd_place .comments-area textarea#comment {
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #7A7E83;
}
.single-gd_place .comment-respond .comment-reply-title {
  font-size: 20px;
  line-height: 24px;
  color: #071021;
  font-weight: 600;
}
.single-gd_place ul.geodir_recent_reviews li {
  border-bottom: 2px solid #F1F3F6;
  padding-bottom: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.single-gd_place ul.geodir_recent_reviews li .card-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-gd_place ul.geodir_recent_reviews li .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-gd_place ul.geodir_recent_reviews li .card-body p {
  color: #7A7E83;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.single-gd_place ul.geodir_recent_reviews li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.single-gd_place .tag-cloud-link {
  padding: 2px 12px;
  background: #E0F5F6;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 0;
  color: #071021;
}
.single-gd_place .carousel.slide.geodir-image-wrapper {
  display: flex;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators {
  order: 1;
  min-width: 110px !important;
  max-width: 110px;
  display: block;
  overflow: hidden !important;
  margin: 0 20px 0 0 !important;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators li {
  width: 100% !important;
  height: auto !important;
  fill: none !important;
  background: none !important;
  opacity: 1 !important;
  margin: 0 0 10px !important;
  border-radius: 16px;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators li:hover img {
  border: 4px solid #25CBD4 !important;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators img {
  width: 100%;
  height: auto;
  opacity: 1;
  box-sizing: border-box;
  border-radius: 16px;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators li.active img {
  border: 4px solid #25CBD4 !important;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .geodir-images {
  order: 2;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .geodir-images .carousel-item {
  height: 100%;
}
.single-gd_place .carousel.slide.geodir-image-wrapper .geodir-images .carousel-item .embed-responsive {
  height: 100%;
}
.single-gd_place .wp-block-geodirectory-geodir-widget-post-images {
  background: none !important;
  box-shadow: none !important;
}
.single-gd_place .geodir-image-container .carousel-control-prev {
  left: 130px;
}
.single-gd_place .video-slider .slider .slick-dots {
  margin: 10px auto !important;
  display: flex;
  justify-content: center;
}
.single-gd_place .video-slider .slider .slick-dots li.slick-active button {
  background-color: #25cbd4;
}
.single-gd_place .business-slider .slider,
.single-gd_place .video-slider .slider {
  height: 450px;
  margin: 0 0 15px;
}
.single-gd_place .business-slider .slider .video-slide-item,
.single-gd_place .video-slider .slider .video-slide-item {
  display: flex;
  justify-content: center;
}
.single-gd_place .business-slider .slider .slick-list, .single-gd_place .business-slider .slider .slick-track,
.single-gd_place .video-slider .slider .slick-list,
.single-gd_place .video-slider .slider .slick-track {
  height: 100%;
}
.single-gd_place .business-slider .slider .el,
.single-gd_place .video-slider .slider .el {
  float: left;
  height: 100%;
}
.single-gd_place .business-slider .slider img,
.single-gd_place .video-slider .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.single-gd_place .business-slider .slider .slick-dots,
.single-gd_place .video-slider .slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-gd_place .business-slider .slider .slick-dots li,
.single-gd_place .video-slider .slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  vertical-align: top;
  display: inline-block;
}
.single-gd_place .business-slider .slider .slick-dots li button,
.single-gd_place .video-slider .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #25CBD4;
  text-indent: -9999px;
  background: none;
}
.single-gd_place .business-slider .slider-thumbs .slick-track,
.single-gd_place .video-slider .slider-thumbs .slick-track {
  margin: 0 !important;
  min-width: 100%;
}
.single-gd_place .business-slider .slider-thumbs .slick-list,
.single-gd_place .video-slider .slider-thumbs .slick-list {
  padding: 0;
}
.single-gd_place .business-slider .slider-thumbs img,
.single-gd_place .video-slider .slider-thumbs img {
  width: 110px !important;
  height: 110px !important;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 24px 24px 0;
  cursor: pointer;
}
.single-gd_place .business-slider .slider-thumbs img.slick-current,
.single-gd_place .video-slider .slider-thumbs img.slick-current {
  border: 4px solid #25CBD4;
}
@media all and (max-width: 920px) {
  .single-gd_place .business-slider .slider-thumbs,
  .single-gd_place .video-slider .slider-thumbs {
    display: none !important;
  }
}

.geodir-wgt-map.bsui {
  border-radius: 32px;
  margin-bottom: 40px;
}
.geodir-wgt-map.bsui p {
  display: none;
}
.geodir-wgt-map.bsui br {
  display: none;
}

.wp-block-geodirectory-geodir-widget-loop-actions .geodir-loop-actions-container.bsui .geodir-sort-by {
  height: 40px;
  width: 128px;
  background: none;
  margin-right: 20px;
}
.wp-block-geodirectory-geodir-widget-loop-actions .geodir-loop-actions-container.bsui .geodir-sort-by .btn-group {
  width: 100%;
}
.wp-block-geodirectory-geodir-widget-loop-actions .geodir-loop-actions-container.bsui .geodir-sort-by #geodir-sort-by {
  width: 100%;
  background: url(http://mishmish.localhost/wp-content/uploads/2023/06/trello-icon.png) no-repeat 12px 50%;
  background-size: 18px auto;
  border: 1px solid #D1D2D3;
  border-radius: 8px !important;
  font-size: 12px;
  color: #7A7E83 !important;
  height: 40px;
}
.wp-block-geodirectory-geodir-widget-loop-actions .geodir-loop-actions-container.bsui .geodir-sort-by #geodir-sort-by i.fas.fa-sort {
  position: absolute;
  top: 7px;
  right: 0;
  height: 24px;
  width: 32px;
  border-left: 1px solid #ccc;
  font-size: 0;
}
.wp-block-geodirectory-geodir-widget-loop-actions .geodir-loop-actions-container.bsui .geodir-sort-by #geodir-sort-by i.fas.fa-sort:before {
  background: url("http://mishmish.localhost/wp-content/uploads/2023/06/b-arrow.png") no-repeat 50% 0;
  background-size: auto 5px;
  width: 10px;
  height: 5px;
  display: inline-block;
  font-size: 0;
  content: "";
  top: 9px;
  right: 10px;
  position: absolute;
}

.btn-group.gd-list-view-select .gd-list-view-select-grid#gd-list-view-select-grid {
  border: 1px solid #D1D2D3 !important;
  border-radius: 8px !important;
  background: none !important;
  height: 40px;
}
.btn-group.gd-list-view-select .gd-list-view-select-grid#gd-list-view-select-grid i {
  color: #7A7E83;
  width: 26px;
  height: 24px;
  background: url("http://mishmish.localhost/wp-content/uploads/2023/06/grid.png") no-repeat 50% 50%;
  background-size: auto;
  background-size: 20px auto;
  position: relative;
  top: 2px;
}
.btn-group.gd-list-view-select .gd-list-view-select-grid#gd-list-view-select-grid i:before {
  display: none;
}

.geodir-loop-actions-container .bsui .dropdown-item {
  font-size: 12px;
}

.geodir-loop-actions-container.bsui {
  padding-left: 70px;
  position: relative;
}
.geodir-loop-actions-container.bsui:before {
  content: "Sort by:";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #000;
  font-size: 14px;
}
.geodir-loop-actions-container.bsui .justify-content-end {
  margin-bottom: 20px !important;
}

.geodir-loop-container.bsui .geodir-images a.geodir-link-image img {
  border-radius: 32px;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-body {
  padding: 20px !important;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-body .row.justify-content-center {
  margin: 0;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-body h2 {
  font-size: 20px;
  line-height: 28px;
  color: #071021;
  margin: 0 0 10px;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-body h2 a {
  color: #071021;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-body .geodir_post_meta {
  font-size: 14px;
  line-height: 24px;
  color: #7A7E83;
}
.geodir-loop-container.bsui .geodir-listing-posts .card-footer {
  border: none;
  background: #fff;
  padding: 0 20px 0 !important;
}
.geodir-loop-container.bsui .geodir-listing-posts .geodir-author-actions {
  display: none;
}
.geodir-loop-container.bsui .ab-top-right {
  top: 20px;
  right: 20px;
}
.geodir-loop-container.bsui .ab-top-left {
  top: 20px;
  left: 20px;
  font-size: 10px;
  line-height: 16px;
}

.geodir-map-wrap {
  border-radius: 16px;
}

.geodir-listing-search .geodir-search .gd-search-field-categories {
  width: 30% !important;
}
.geodir-listing-search .geodir-search .gd-search-field-search {
  width: 30% !important;
}
.geodir-listing-search .geodir-search .gd-search-field-search:last-child {
  width: auto !important;
}
.geodir-listing-search .geodir-search .gd-search-field-near {
  width: 30% !important;
}

.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .bsui .card {
  border-radius: 32px !important;
}
.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .bsui .col > .card {
  transition: ease 350ms box-shadow;
}
.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .bsui .col > .card:hover {
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.5);
}
.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .geodir-loop-container.bsui .geodir_post_meta a {
  font-size: 12px;
}
.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .geodir-loop-container.bsui .geodir_post_meta a:hover {
  text-decoration: none;
}
.post-type-archive-gd_place .wp-block-geodirectory-geodir-widget-loop .geodir-loop-container.bsui .geodir_post_meta a i {
  font-size: 13px;
}
.post-type-archive-gd_place .gd-list-view-select {
  display: none;
}
.post-type-archive-gd_place .geodir-category-list-view .col {
  flex: 0 0 25%;
  max-width: 25%;
}
.post-type-archive-gd_place .post_content_title h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-type-archive-gd_place .post_content_title h1 a.btn {
  order: 2;
}
.post-type-archive-gd_place .bsui .dropdown-toggle {
  font-size: 0 !important;
  position: relative;
  top: 5px;
}
.post-type-archive-gd_place .bsui .dropdown-toggle:after {
  display: none;
}
.post-type-archive-gd_place .bsui .dropdown-toggle font {
  font-size: 13px;
}
.post-type-archive-gd_place .page_content_wrap {
  padding-top: 130px !important;
}
.post-type-archive-gd_place .content_wrap a.btn strong {
  font-weight: 800;
}
.post-type-archive-gd_place select#states {
  margin-bottom: 10px;
}
.post-type-archive-gd_place .field.location span.loader {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../../images/jobs/loader.gif) no-repeat;
}
.post-type-archive-gd_place .sub-categories {
  margin-bottom: 20px;
}
.post-type-archive-gd_place .sub-categories a {
  color: #071021;
  text-decoration: none;
  transition: ease 350ms all;
}
.post-type-archive-gd_place .sub-categories a:hover, .post-type-archive-gd_place .sub-categories a.selected {
  color: #25CBD4;
}
.post-type-archive-gd_place .sub-categories a.selected {
  font-weight: 600;
}
.post-type-archive-gd_place .sub-categories .cat-item {
  margin-bottom: 5px;
}

.wp-block-geodirectory-geodir-widget-single-tabs #post_map {
  margin-bottom: -32px;
}

.wp-block-geodirectory-geodir-widget-recent-reviews.empty {
  display: none;
}

.widget.widget_block.empty {
  display: none;
}

body.menu_side_present .page_content_wrap {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
body.menu_side_present .page_content_wrap > .content_wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.menu_side_present .menu_mobile:not(.is_opened):not(.is_hovered) {
  width: 84px;
}

body.menu_side_present.sidebar_show .content_wrap > .content {
  width: calc(100% - 375px);
}

.geodir-page-cpt-gd_place.geodir-page-add #logo_row {
  flex-wrap: nowrap !important;
}
.geodir-page-cpt-gd_place.geodir-page-add #logo_row .form-text.text-muted {
  display: none !important;
}
.geodir-page-cpt-gd_place.geodir-page-add #logo_row .col-sm-10 {
  display: none !important;
}
.geodir-page-cpt-gd_place.geodir-page-add #logo_row:after {
  display: none;
}
.geodir-page-cpt-gd_place.geodir-page-add #post_images_row {
  flex-wrap: nowrap !important;
}
.geodir-page-cpt-gd_place.geodir-page-add #post_images_row:after {
  display: none;
}
.geodir-page-cpt-gd_place.geodir-page-add #post_images_row .col-sm-10 {
  display: none !important;
}
.geodir-page-cpt-gd_place.geodir-page-add #post_images_row .mx-3.w-100 {
  max-width: 100% !important;
  width: 100% !important;
}
.geodir-page-cpt-gd_place.geodir-page-add .geodir-add-files {
  max-width: 100% !important;
}

.page_content_blocks:not(.single-post):not(.single-job_listing):not(.elementor-page) .content div.job_listings {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.page_content_blocks div#buddypress #activity-stream .activity-item {
  border-radius: 32px;
}
.page_content_blocks div#buddypress #item-body #whats-new-form {
  box-shadow: none !important;
}

.page_content_blocks.jobs .post_content .post_content_title.sc_layouts_title_title {
  display: block;
}

div.job_listings .job_filters {
  padding: 60px 26px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 32px -26px;
  width: calc(100% + 52px);
  background: url("../../images/jobs/jobs-header.jpg") 50% 100% no-repeat;
  background-size: cover;
}
div.job_listings .job_filters .job_types label {
  color: #fff;
}
div.job_listings .job_filters label.checkbox_label.checked:before {
  background: #25cbd4 url("../../images/jobs/checkmark.svg") 50% 0 no-repeat;
  box-shadow: none;
  border: none;
}
div.job_listings .job_filters .wrapper {
  background: rgba(253, 199, 95, 0.8);
  border-radius: 32px;
  padding: 32px;
}
div.job_listings .job_filters .search_categories {
  display: none;
}
div.job_listings .job_filters .search_jobs {
  border-radius: 16px;
}
div.job_listings .job_filters .search_jobs.search_listings {
  padding: 32px;
  box-sizing: border-box;
  background: rgba(253, 199, 95, 0.8);
  border-radius: 32px;
}
div.job_listings .job_filters .search_jobs.search_listings .wpjmsf-wrapper {
  background: #F1F3F6;
  padding: 16px;
  border-radius: 16px;
}
div.job_listings ul.job_listings {
  margin: 0;
  display: block;
  width: 100%;
  width: 30.5%;
}
div.job_listings ul.job_listings:not(:first-child) {
  margin: 0;
  display: block;
  width: 100%;
}
div.job_listings ul.job_listings li {
  width: 100%;
  background: #fff;
  border-radius: 32px !important;
  padding: 32px 32px 64px !important;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: none !important;
  position: relative;
  border: 2px solid #fff !important;
  cursor: pointer;
  transition: ease 350ms all;
}
div.job_listings ul.job_listings li:hover {
  border-color: #FE8278 !important;
}
div.job_listings ul.job_listings li .left-col {
  width: calc(100% - 94px);
}
div.job_listings ul.job_listings li .left-col span.date {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1E1E1F;
  margin: 0 0 5px;
  font-weight: 300;
}
div.job_listings ul.job_listings li .left-col .location {
  font-size: 14px;
  line-height: 24px;
  color: #7A7E83;
  background: url("../../images/jobs/j-loc.svg") 0 0 no-repeat;
  padding: 0 0 0 32px;
  vertical-align: top;
  margin: 0 0 8px;
}
div.job_listings ul.job_listings li .left-col h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 4px;
}
div.job_listings ul.job_listings li .pos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
div.job_listings ul.job_listings li .pos .job-type {
  font-size: 12px;
  line-height: 18px;
  color: #071021;
  padding: 0 8px;
  background: #E0F5F6;
  border-radius: 4px;
  margin: 0 10px 0 0;
  font-weight: 500;
}
div.job_listings ul.job_listings li .cat {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
  font-weight: 300;
  background: url("../../images/jobs/check.svg") 100% 0 no-repeat;
  padding-right: 28px;
  display: inline list-item;
  vertical-align: top;
  margin: 0 0 12px;
  background-size: 17px auto;
  list-style: none;
}
div.job_listings ul.job_listings li .job-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
div.job_listings ul.job_listings li .right-col {
  width: 74px;
  text-align: right;
}
div.job_listings ul.job_listings li .right-col img {
  width: 74px;
  height: auto;
  border-radius: 50%;
}
div.job_listings ul.job_listings li .bottom-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  box-sizing: border-box;
  padding: 0 32px;
  align-items: center;
}
div.job_listings ul.job_listings li .bottom-meta a.btn {
  font-size: 12px;
  line-height: 18px;
  color: #1E1E1F;
  background: none;
  font-weight: 500;
  border-radius: 60px;
  border: 1px solid #25CBD4;
  padding: 11px 34px;
  width: auto;
  transition: ease 350ms all;
}
div.job_listings ul.job_listings li .bottom-meta a.btn:hover {
  background: #25CBD4;
  color: #fff;
}
div.job_listings ul.job_listings li span.salary {
  color: #071021;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
div.job_listings ul.job_listings li span.salary.add-field {
  font-size: 28px;
  color: #071021;
  letter-spacing: 0;
}
div.job_listings ul.job_listings li span.salary.add-field em {
  font-style: normal;
  font-size: 14px;
  color: #7A7E83;
  padding-left: 5px;
  font-weight: 300;
}
div.job_listings ul.job_listings li .work-exp {
  font-size: 14px;
  line-height: 24px;
  color: #7A7E83;
  background: url("../../images/jobs/exp.svg") 0 0 no-repeat;
  padding: 0 0 0 32px;
  vertical-align: top;
  margin: 0 0 16px;
}
div.job_listings ul.job_listings li.active {
  border-color: #FE8278 !important;
}
div.job_listings ul.job_listings li.no_job_listings_found {
  background: none !important;
  border: none !important;
}

.home div.job_listings .job_filters {
  background: none;
  padding: 0;
}
.home div.job_listings .job_filters .wrapper {
  background: rgba(255, 255, 255, 0.3);
  padding-top: 0;
  padding-bottom: 0;
}
.home div.job_listings .job_filters .job_types label {
  color: #000;
}
.home div.job_listings ul.job_listings li.job_listing {
  padding: 26px 0 0 !important;
  margin: 0;
  box-shadow: none;
  border-top: 1px solid var(--theme-color-bd_color) !important;
  border-radius: 0 !important;
}
.home div.job_listings ul.job_listings li.job_listing .bottom-meta {
  display: none;
}
.home div.job_listings ul.job_listings li {
  border: none;
  transition: none !important;
  border: solid #e4e4e4 !important;
  border-width: 1px 0 0 0 !important;
}
.home div.job_listings ul.job_listings li span.salary {
  display: none;
}
.home div.job_listings ul.job_listings li:hover {
  border-color: transparent !important;
  border-color: transparent !important;
  border-color: transparent !important;
  border: none;
  border: none;
  transition: none !important;
  transition: none !important;
  border: solid #e4e4e4 !important;
  border: solid #e4e4e4 !important;
  border-width: 1px 0 0 0 !important;
  border-width: 1px 0 0 0 !important;
}
.home div.job_listings ul.job_listings li .left-col h3 {
  font-size: 18px;
}
.home div.job_listings ul.job_listings li:nth-child(4n) {
  margin-right: 0;
}
.home div.job_listings ul.job_listings li.active {
  border-color: transparent !important;
  border: none;
  transition: none !important;
  border: solid #e4e4e4 !important;
  border-width: 1px 0 0 0 !important;
}
.home .j-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  top: 0;
  left: 0;
}
.home .widget .widget_title:after {
  display: none;
}
.home .sc_item_title {
  border-bottom: none;
}
.home .post_featured.with_thumb img {
  height: 200px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.home .top-post .sc_item_title {
  display: none;
}
.home .top-post .post_content_wrap {
  padding: 0;
  margin-top: 20px;
}
.home .top-post .post_featured {
  border-radius: 15px;
}
.home .top-post .sc_item_button {
  display: none;
}
.home .post_layout_classic {
  border: none;
}
.home .latest-news {
  background: #fff;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
  border-radius: 15px;
}
.home .latest-news .post_header .post_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .latest-news .post_header .post_meta_item.post_date {
  display: block;
}
.home .latest-news .post_meta_item.post_date {
  display: none;
}
.home .latest-news .post_meta_item.post_author {
  display: none;
}
.home .latest-news .post_meta_item.post_share {
  display: none;
}
.home .latest-news .post_meta_views {
  display: none;
}
.home .latest-news .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.home .latest-news .post_layout_classic:not(.sticky) .post_content_wrap {
  padding: 0;
}
.home .latest-news .post_featured.with_thumb {
  margin: 32px 0 0;
}
.home .latest-news article {
  box-shadow: none !important;
}
.home .latest-news .more-link {
  display: none;
}
.home .latest-news .post_meta_item.post_categories a {
  background-color: #E0F5F6;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 5px;
}
.home .ld-course-list-items .ld_course_grid .thumbnail.course img {
  height: 180px;
  object-fit: cover;
}
.home .sc_skills_counter:not([data-col="1"]):not([data-col="2"]) .sc_skills_item_title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.home .page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .sc_skills_counter:not(.is_block):not([data-col="1"]):not([data-col="2"]) .sc_skills_column:nth-child(1) .sc_skills_item_wrap {
  background-color: #25CBD4;
}
.home .page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .sc_skills_counter:not(.is_block):not([data-col="1"]):not([data-col="2"]) .sc_skills_column:nth-child(2) .sc_skills_item_wrap {
  background-color: #FEAF38;
}
.home .page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .sc_skills:not(.is_block):not([data-col="1"]):not([data-col="2"]) .sc_skills_item_wrap {
  background-color: #44C577;
}
.home #members-list-options {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.home #members-list-options a {
  background-color: #fff;
  color: #000;
  border-radius: 32px;
  border: 1px solid #25CBD4;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  width: calc(33.3% - 6px);
  text-align: center;
}
.home #members-list-options a:hover {
  background-color: #25CBD4 !important;
  color: #fff;
}
.home #members-list-options a.selected {
  background-color: #25CBD4 !important;
  color: #fff;
}
.home .wp-widget-bp_core_members_widget .sc_button.sc_button_simple {
  background-color: #fff;
  color: #000;
  border-radius: 32px;
  border: 1px solid #25CBD4;
  text-align: center;
  padding: 0 !important;
}
.home .wp-widget-bp_core_members_widget .sc_button.sc_button_simple:hover {
  background-color: #25CBD4 !important;
  color: #fff;
}
.home .wp-widget-bp_core_members_widget .sc_button.sc_button_simple .sc_button_text {
  border: 1px solid #25CBD4;
  padding: 7px 25px;
  border-radius: 32px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.home .wp-widget-bp_core_members_widget .sc_button.sc_button_simple:after {
  display: none;
}
.home .wp-widget-bp_core_members_widget .sc_button.sc_button_simple:before {
  display: none;
}
.home .wp-widget-bp_core_members_widget .sc_button_wrap {
  border: none !important;
}
.home .wp-widget-bp_core_members_widget .item-list li .item:before {
  display: none;
}
.home .wp-widget-bp_core_members_widget a.sc_button.sc_button_simple {
  display: none;
}
.home .elementor-widget-alert {
  margin: 0 !important;
}
.home .elementor-widget-alert a {
  color: #fff;
  text-decoration: underline;
}
.home .job-manager-pagination {
  border: none;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.home .video-slider .elementor-widget-wrap {
  background: #fff;
  border-radius: 32px;
  padding: 29px;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
}
.home .video-slider .elementor-widget-wrap .elementor-carousel-image-overlay {
  position: static !important;
  opacity: 1 !important;
  color: #071021;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  background: none;
  height: auto;
}
.home .video-slider .elementor-carousel-image {
  border-radius: 8px;
  height: 100%;
  background-size: cover;
}
.home .video-slider .elementor-main-swiper.swiper {
  padding-bottom: 125px;
}
.home .video-slider .swiper-slide {
  overflow: visible;
}
.home .video-slider .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
  top: 32%;
}
.home .video-slider .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button i {
  color: #071021;
}
.home .video-slider .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -30px;
}
.home .video-slider .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: -30px;
}
.home .welcome-block {
  background: #fff;
  border-radius: 32px;
  padding: 29px;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
}
.home .welcome-block .video-placer {
  overflow: hidden;
  border-radius: 16px;
}
.home .welcome-block .video-placer iframe {
  border-radius: 16px;
}

.elementor-shortcode ul.job_listings {
  width: 100% !important;
}
.elementor-shortcode div.job_listings ul.job_listings li {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.elementor-shortcode .list-wrapper .job-details {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70% !important;
  height: 80% !important;
  z-index: 10011;
}

.post_content_title:after {
  display: none !important;
}
.post_content_title a.btn {
  font-size: 12px;
  float: right;
  line-height: 18px;
  color: #071021;
  text-align: center;
  border-radius: 60px;
  border: 1px solid #25CBD4;
  padding: 10px 38px;
  font-weight: 500;
  transition: ease 350ms all;
}
.post_content_title a.btn span {
  font-size: 14px;
}
.post_content_title a.btn:hover {
  background: #25CBD4;
  color: #fff;
}
.post_content_title a.btn.resume {
  margin-right: 10px;
}

.single-job_listing.sidebar_hide .single_job_listing .company {
  top: 62px;
}

.single-job_listing .post_content_title:after {
  display: none;
}

.search_listings .wpjmsf-job-section .fields-wrapper-normal-grid .vue-grid-layout {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item {
  position: static !important;
  width: 23% !important;
  height: auto !important;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-search_keywords {
  order: 1;
  margin-right: 15px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-search_keywords input {
  background: #fff url("../../images/listing/search.svg") no-repeat 14px 50%;
  background-size: auto;
  padding-left: 45px;
  background-size: 24px auto;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-search_location {
  order: 2;
  margin-right: 15px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-search_location input {
  background: #fff url("../../images/listing/search.svg") no-repeat 14px 50%;
  background-size: auto;
  padding-left: 45px;
  background-size: 24px auto;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50%;
  padding-left: 45px;
  background-size: 24px auto;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-community {
  order: 3;
  margin-right: 15px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-community input {
  background: #fff url("../../images/jobs/community.svg") no-repeat 14px 50%;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-languages {
  order: 4;
  margin-right: 15px;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-field-grid-item-languages input {
  background: #fff url("../../images/listing/lang.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 500;
}
.search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-button-field-type {
  order: 5;
  width: 130px !important;
}
.search_listings .el-input > .el-input__inner {
  height: 47px;
}
.search_listings .el-select .el-input.is-focus .el-input__inner {
  border-color: #e4e4e4;
}
.search_listings .el-select .el-input .el-input__inner:focus {
  border-color: #e4e4e4;
}
.search_listings .wpjmsf-button-field {
  height: 47px;
}

.resumes .left-part,
.jobs .left-part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.resumes .left-part a.btn.red,
.jobs .left-part a.btn.red {
  margin-left: 10px;
  color: #fff;
  margin-top: -2px;
  border-color: #FE8278;
  background: #FE8278;
}
.resumes .post_content_title h1,
.jobs .post_content_title h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resumes .post_content_title h1 a.btn,
.jobs .post_content_title h1 a.btn {
  order: 2;
}

.geodir-page-cpt-gd_place.search-results .col {
  flex: 0 0 25%;
  max-width: 25%;
}
.geodir-page-cpt-gd_place.search-results .geodir-show-filters {
  max-width: 121px;
  padding: 8px 0;
  float: right;
  margin-top: 20px;
}
.geodir-page-cpt-gd_place.search-results .geodir_submit_search {
  max-width: 121px;
  margin-top: 0;
  padding: 8px 0;
  float: left;
}
.geodir-page-cpt-gd_place.search-results .gd-search-field-search.gd-search-field-search-filters {
  flex-grow: 0 !important;
  width: 120px;
}
.geodir-page-cpt-gd_place.search-results .gd-search-field-search.col-auto.flex-grow-1 {
  width: 120px !important;
}
.geodir-page-cpt-gd_place.search-results .geodir-more-filters .customize_filter_inner {
  background: none !important;
}
.geodir-page-cpt-gd_place.search-results .geodir-more-filters .customize_filter_inner label {
  display: none;
}
.geodir-page-cpt-gd_place.search-results .geodir-more-filters .customize_filter_inner .geodir-filter-cat {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.geodir-page-cpt-gd_place.search-results .geodir-more-filters .customize_filter_inner .geodir-filter-cat #geodir_search_street {
  color: #7A7E83;
  border: 1px solid #E4E4E4;
  border-radius: 60px;
  font-size: 12px;
  padding: 9px 15px;
  height: auto;
}
.geodir-page-cpt-gd_place.search-results .geodir-loop-actions-container.bsui {
  display: none;
}

.post-type-archive-tribe_events .post_content_title {
  margin-bottom: 0;
}
.post-type-archive-tribe_events .post_content_title h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-type-archive-tribe_events .post_content_title h1 a.btn {
  order: 2;
}
.post-type-archive-tribe_events .tribe-events-calendar-list {
  margin: 0;
  margin-left: 0px;
  flex-wrap: wrap;
  width: 30.5%;
}
.post-type-archive-tribe_events .tribe-events-calendar-list h2.tribe-events-calendar-list__month-separator {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper {
  padding-left: 0 !important;
  width: 74px !important;
  height: 74px;
  border-radius: 50%;
  margin: 0 0 24px;
  border-radius: 8px;
  padding-right: 0;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper a {
  width: 100%;
  height: 100%;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event {
  padding: 0;
  justify-content: space-between;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
  padding: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-datetime-wrapper:before {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-header {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-header h3.tribe-events-calendar-list__event-title {
  font-size: 18px;
  line-height: 24px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #071021;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
}
.post-type-archive-tribe_events .tribe-events-calendar-list address.tribe-events-calendar-list__event-venue {
  background: url(../../images/events/loc-icon.svg) no-repeat 0 0;
  padding: 0 0 0 24px !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-description.tribe-common-b2 {
  margin-top: 0;
  text-align: left;
}
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-description.tribe-common-b2 p {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
  margin: 0;
  font-weight: 300;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  width: 100%;
  background: #fff;
  border-radius: 24px !important;
  padding: 32px 32px 90px !important;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04) !important;
  margin: 0 2% 2% 0 !important;
  box-sizing: border-box;
  border: none;
  position: relative;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns a.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 38px;
  width: 45%;
  margin: 0 5px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns a.btn.empty.red {
  height: 40px;
  line-height: 38px;
  border-color: #FE8278;
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns a.btn.empty.red:hover {
  background: #FE8278;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns a.btn.empty.red:hover svg.arrow path {
  fill: #fff;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red {
  height: 40px;
  line-height: 38px;
  border-color: #FE8278;
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 0 5px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red .share-list {
  width: 100%;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(29, 38, 38, 0.0509803922);
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 0 0;
  opacity: 0;
  transition: ease 350ms opacity;
  visibility: hidden;
  box-sizing: border-box;
  height: 38px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red .share-list svg {
  height: 17px;
  width: auto;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red .share-list a {
  margin: 0 5px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red .share-list a path {
  fill: #25CBD4;
  transition: ease 350ms all;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red .share-list a:hover path {
  fill: #FE8278;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red svg.arrow {
  margin-top: 0px;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0);
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red:hover {
  background: #FE8278;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red:hover svg.arrow path {
  fill: #fff;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red:hover .share-list {
  opacity: 1;
  visibility: visible;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row.active {
  border: 2px solid #FE8278;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  flex: none;
  width: 100%;
}
.post-type-archive-tribe_events .tribe-events-header .tribe-events-header__events-bar {
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  margin: 0;
}
.post-type-archive-tribe_events .tribe-events-header .tribe-events-header__events-bar #tribe-events-search-container {
  background: #F1F3F6;
  border-radius: 16px;
  padding: 16px;
}
.post-type-archive-tribe_events .tribe-events-header #tribe-events-events-bar-keyword {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 60px;
  color: #1E1E1F;
}
.post-type-archive-tribe_events .tribe-events-header #tribe-events-events-bar-keyword::placeholder {
  color: #1E1E1F;
}
.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-top-bar {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-header #tribe-events-view-selector-content {
  display: none;
}
.post-type-archive-tribe_events .e-meta {
  padding-top: 20px;
}
.post-type-archive-tribe_events .e-meta .i {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  color: #1E1E1F;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.post-type-archive-tribe_events .e-meta .i svg {
  width: 16px;
  height: auto;
  margin: 0 8px 0 0;
}
.post-type-archive-tribe_events .single-event-meta-block {
  color: #1E1E1F !important;
}
.post-type-archive-tribe_events .single-event-meta-block dd {
  color: #1E1E1F !important;
}
.post-type-archive-tribe_events .single-event-meta-block a {
  color: #1E1E1F !important;
}
.post-type-archive-tribe_events .tribe-events-event-meta dt, .post-type-archive-tribe_events .tribe-events-meta-group .tribe-events-single-section-title, .post-type-archive-tribe_events .tribe-events-single > .tribe_events .tribe-events-event-meta dt {
  font-size: 20px !important;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  font-size: 12px !important;
  padding: 8px 27px !important;
  font-weight: 500 !important;
  color: #1E1E1F !important;
}
.post-type-archive-tribe_events .tribe-events-single-event-description.tribe-events-content {
  color: #1E1E1F !important;
}
.post-type-archive-tribe_events .tribe-events-single-event-description.tribe-events-content p {
  color: #1E1E1F !important;
}

.directory.groups.buddypress .post_content_title h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.directory.groups.buddypress .post_content_title a.btn {
  order: 2;
}

.single-item.groups .group-button.leave-group {
  display: none !important;
}
.single-item.groups .content_wrap > .content {
  width: 100% !important;
}
.single-item.groups .user-meta span:not(:first-of-type):before {
  padding: 0 !important;
}
.single-item.groups #whats-new-form {
  border-radius: 32px 32px 0 0 !important;
}
.single-item.groups .page_content_wrap {
  padding: 0;
}

.submit-resume .fieldset-job_type .select2-selection__rendered li.select2-selection__choice,
.post-a-job .fieldset-job_type .select2-selection__rendered li.select2-selection__choice {
  background: #25cbd4;
  color: #fff;
  border-radius: 60px;
  border-color: #25cbd4;
  padding: 4px 12px;
}
.submit-resume .fieldset-job_type .select2-selection__rendered li.select2-selection__choice span,
.post-a-job .fieldset-job_type .select2-selection__rendered li.select2-selection__choice span {
  color: #071021;
  margin-left: 0;
  padding-left: 0;
}
.submit-resume #submit-job-form,
.post-a-job #submit-job-form {
  background: #fff;
  border-radius: 32px;
  padding: 60px;
}
.submit-resume #submit-job-form label,
.post-a-job #submit-job-form label {
  font-size: 20px;
  color: #071021;
  font-weight: 600;
  color: #071021 !important;
}
.submit-resume #submit-job-form .job-manager-term-checklist label,
.post-a-job #submit-job-form .job-manager-term-checklist label {
  padding-left: 28px !important;
  font-size: 16px !important;
}
.submit-resume h1.sc_layouts_title_caption,
.post-a-job h1.sc_layouts_title_caption {
  font-size: 24px;
  font-family: 600;
  margin: 0 0 32px;
  padding: 0;
}
.submit-resume .short-desc,
.post-a-job .short-desc {
  font-weight: 300;
  font-size: 16px !important;
  color: #1E1E1F !important;
  display: block;
}
.submit-resume label small,
.post-a-job label small {
  font-weight: 300;
  font-size: 16px !important;
  color: #1E1E1F !important;
  display: block;
  display: inline;
}
.submit-resume .resume-manager-data-row fieldset .field,
.post-a-job .resume-manager-data-row fieldset .field {
  width: 90% !important;
}
.submit-resume fieldset input.input-text,
.post-a-job fieldset input.input-text {
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  padding: 17px 24px;
}
.submit-resume fieldset textarea,
.post-a-job fieldset textarea {
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  padding: 16px 24px;
  height: 224px;
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
}
.submit-resume fieldset textarea:focus,
.post-a-job fieldset textarea:focus {
  background: none !important;
}
.submit-resume fieldset textarea::placeholder,
.post-a-job fieldset textarea::placeholder {
  opacity: 1;
  color: #D1D2D3;
}
.submit-resume fieldset input[type=text],
.post-a-job fieldset input[type=text] {
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
}
.submit-resume fieldset input[type=text]:focus,
.post-a-job fieldset input[type=text]:focus {
  background: none !important;
}
.submit-resume fieldset input[type=text]::placeholder,
.post-a-job fieldset input[type=text]::placeholder {
  opacity: 1;
  color: #D1D2D3;
}
.submit-resume fieldset input[type=email],
.post-a-job fieldset input[type=email] {
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
}
.submit-resume fieldset input[type=email]:focus,
.post-a-job fieldset input[type=email]:focus {
  background: none !important;
}
.submit-resume fieldset input[type=email]::placeholder,
.post-a-job fieldset input[type=email]::placeholder {
  opacity: 1;
  color: #D1D2D3;
}
.submit-resume fieldset input[type=tel],
.post-a-job fieldset input[type=tel] {
  color: #1E1E1F;
  font-size: 16px;
  font-weight: 300;
}
.submit-resume fieldset input[type=tel]:focus,
.post-a-job fieldset input[type=tel]:focus {
  background: none !important;
}
.submit-resume fieldset input[type=tel]::placeholder,
.post-a-job fieldset input[type=tel]::placeholder {
  opacity: 1;
  color: #D1D2D3;
}
.submit-resume fieldset input[type=search]::placeholder,
.post-a-job fieldset input[type=search]::placeholder {
  opacity: 1;
  color: #D1D2D3;
}
.submit-resume .job-manager-term-checklist,
.post-a-job .job-manager-term-checklist {
  max-height: none;
  overflow: visible;
  padding-left: 0;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
}
.submit-resume .job-manager-term-checklist li,
.post-a-job .job-manager-term-checklist li {
  margin: 0 0 15px;
}
.submit-resume .job-manager-term-checklist li label,
.post-a-job .job-manager-term-checklist li label {
  font-weight: 300 !important;
  color: #071021 !important;
}
.submit-resume label.checkbox_label.checked:before,
.post-a-job label.checkbox_label.checked:before {
  background: #25CBD4 url("../../images/check.png") no-repeat 0 0;
  box-shadow: none;
  border-radius: 4px;
  background-size: auto 18px;
}
.submit-resume .select2-container .select2-search.select2-search--inline,
.post-a-job .select2-container .select2-search.select2-search--inline {
  margin-top: -12px !important;
  margin-bottom: -10px !important;
  padding-top: 20px;
  padding-left: 0 !important;
}
.submit-resume .select2-container.select2-container--default span.select2-selection,
.post-a-job .select2-container.select2-container--default span.select2-selection {
  border-radius: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 55px !important;
  background: none !important;
}
.submit-resume .select2-selection__choice,
.post-a-job .select2-selection__choice {
  background: #E0F5F6 !important;
  color: #071021 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 4px 12px !important;
}
.submit-resume .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.post-a-job .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #071021 !important;
}
.submit-resume .field small.description,
.post-a-job .field small.description {
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1F;
  font-weight: 300;
}
.submit-resume .button,
.post-a-job .button {
  font-style: 12px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #25CBD4;
  border-width: 1px;
}
.submit-resume .button[name=submit_job],
.post-a-job .button[name=submit_job] {
  background: #F1F3F6;
  color: #071021;
  border: 1px solid #25CBD4;
}
.submit-resume .select_container.select_container_multiple:hover,
.post-a-job .select_container.select_container_multiple:hover {
  background: none !important;
}

.home-page .widget.job_manager.widget_recent_jobs ul.job_listings {
  border: none;
  list-style: none;
  padding-left: 0;
}
.home-page .widget.job_manager.widget_recent_jobs ul.job_listings li:before {
  display: none;
}

div#buddypress #groups-list > li {
  padding: 32px !important;
}
div#buddypress #groups-list > li .action {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
div#buddypress #groups-list > li .action div.group-button {
  display: block;
  margin-top: 25px;
  background: none;
  text-align: left;
  box-shadow: none;
}
div#buddypress #groups-list > li .action div.group-button a {
  color: #071021 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border: 1px solid #25CBD4 !important;
  background: none;
  display: inline-block !important;
  vertical-align: top !important;
  border-radius: 60px;
  padding: 11px 34px !important;
  transition: ease 350ms all;
}
div#buddypress #groups-list > li .action div.group-button a:hover {
  background: #25CBD4;
  color: #fff !important;
}
div#buddypress #groups-list > li .action div.group-button:hover {
  background: none;
}
div#buddypress #groups-list > li .action .meta {
  color: #1E1E1F;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  text-align: left;
  display: none;
}
div#buddypress #groups-list > li .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}
div#buddypress #groups-list > li .item .item-cover {
  margin: 10px 12px;
  border-radius: 32px;
  background-size: auto 178px;
  display: none;
}
div#buddypress #groups-list > li .item .item-title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  color: #071021;
  order: 2;
  margin: 0;
}
div#buddypress #groups-list > li .item .item-meta {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: 71021;
  text-align: left;
  width: 100%;
  order: 1;
}
div#buddypress #groups-list > li .item .item-meta span.activity {
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div#buddypress #groups-list > li .item-avatar {
  float: right;
}
div#buddypress #groups-list > li .item-avatar img.avatar {
  float: none;
  margin: 15px auto 0;
  width: 70px;
  height: auto;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}
div#buddypress #groups-list > li .item-avatar a {
  margin: 0;
}
div#buddypress #item-body #whats-new-form + #subnav {
  border-radius: 0 0 32px 32px;
}
div#buddypress #item-header #item-header-cover-image #item-header-avatar img.avatar {
  border-radius: 50% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding-right: 0 !important;
}

.tribe-events-calendar-list__event-datetime {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-wrapper {
  text-align: left;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 300 !important;
  color: #1E1E1F !important;
  margin: 0 0 8px;
}
.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-common-form-control-text {
  margin-right: 16px;
}

.page_content_blocks.post-type-archive-tribe_events .tribe-events-header {
  width: calc(100% + 52px);
  padding: 60px 26px !important;
  margin: 0 0 32px -26px !important;
  background: url(../../images/events/event-header.jpg) no-repeat 50% 100%;
  background-size: cover;
  border-radius: 0 !important;
}

.btns {
  display: block;
  text-align: center;
}

a.btn.empty {
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #25CBD4;
  border-radius: 60px;
  text-align: center;
  color: #071021;
  padding: 11px 34px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
a.btn.empty:hover {
  background: #25CBD4;
  color: #fff;
}

.directory.buddypress.sidebar_right .content_wrap > .sidebar {
  margin-top: 62px;
  width: 375px;
}
.directory.buddypress.sidebar_right .content_wrap > .content {
  width: calc(100% - 410px);
}

.directory.buddypress #buddypress ul.item-list#groups-list li {
  width: 24% !important;
  border-radius: 32px !important;
  margin: 0 0.5% 0.5% 0 !important;
}
.directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(4n) {
  /*margin-right: 0 !important;*/
}
.directory.buddypress .item-list-tabs {
  display: none;
}
.directory.buddypress #subnav {
  display: none;
}
.directory.buddypress #pag-top {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 32px;
  color: #1E1E1F;
}
.directory.buddypress #search-groups-form label.bp-screen-reader-text {
  display: none !important;
}
.directory.buddypress #groups-dir-search {
  border-radius: 0 !important;
  margin: 0 0 0 0 !important;
  width: calc(100% + 52px);
  box-sizing: border-box;
  background: url("../../images/comm/comm-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
  margin-bottom: 30px !important;
}
.directory.buddypress #groups-dir-search #search-groups-form {
  background: #F1F3F6;
  position: relative;
  padding: 16px;
  border-radius: 16px;
}
.directory.buddypress #groups-dir-search #search-groups-form #groups_search {
  border: 1px solid #E4E4E4;
}
.directory.buddypress #groups-dir-search .wrap {
  padding: 32px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 16px !important;
}

.home-page.directory.buddypress #buddypress ul.item-list#groups-list li {
  width: 100% !important;
  box-sizing: border-box;
}

nav.job-manager-pagination {
  border-bottom: none !important;
}
nav.job-manager-pagination ul {
  margin: 0;
  border: none;
}
nav.job-manager-pagination ul li {
  margin: 0 4px 8px !important;
  border: none;
}
nav.job-manager-pagination ul li a {
  background: #fff !important;
  color: #071021 !important;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 !important;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  transform: 350ms ease all;
}
nav.job-manager-pagination ul li a:hover {
  background: #FE8278 !important;
  color: #fff !important;
}
nav.job-manager-pagination ul li span.current {
  background: #FE8278 !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  border-radius: 50%;
}
nav.job-manager-pagination ul li span.gap {
  width: 46px;
  height: 46px;
  line-height: 50px;
  color: #071021 !important;
  background: #fff;
  border-radius: 50%;
  padding: 0 !important;
  min-width: 0 !important;
}

.single-companies .content {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-companies .content .left-col {
  width: calc(100% - 520px);
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  border-radius: 32px;
}
.single-companies .content .left-col h1 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  color: #071021;
  display: inline-block;
  vertical-align: top;
  padding: 0 28px 0 0;
  background: url("../../images/jobs/check.svg") 100% 50% no-repeat;
}
.single-companies .content .left-col p {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
  margin: 0 0 8px;
  font-weight: 300;
}
.single-companies #sidebar {
  width: 500px;
}
.single-companies #sidebar .company-info {
  display: flex;
  align-items: stretch;
  margin: 0 0 20px;
}
.single-companies #sidebar .company-info .f-img {
  min-width: 160px;
  max-width: 160px;
  border-radius: 32px 0 0 32px;
  background: #fff;
}
.single-companies #sidebar .company-info .f-img img {
  width: 100%;
  height: 100%;
  border-radius: 32px 0 0 32px;
  object-fit: cover;
}
.single-companies #sidebar .company-info .meta {
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 32px 32px 0;
}
.single-companies #sidebar .company-info .meta p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #071021;
  margin: 0;
}
.single-companies #sidebar .company-info .meta p a {
  color: #25CBD4;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.single-companies #sidebar .company-info .meta p a:hover {
  text-decoration: underline;
}
.single-companies #sidebar .company-info p.email {
  margin: 0 0 12px;
}
.single-companies #sidebar .company-info span {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
}
.single-companies #sidebar .comments_list_wrap {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.single-companies #sidebar .comments_wrap {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  margin-top: 0;
}
.single-companies #sidebar .comments_wrap h3 {
  font-size: 24px;
  font-weight: 600;
}
.single-companies #sidebar .comments_wrap textarea {
  border-radius: 12px;
  height: 140px;
  padding: 12px 16px;
  box-sizing: border-box;
  margin: 0 0 24px;
  border-color: #E4E4E4;
}
.single-companies #sidebar .comments_wrap #send_comment {
  background: none !important;
  text-transform: none !important;
  border: 1px solid #25CBD4 !important;
  padding: 11px 34px;
  border-radius: 60px;
  color: #071021;
  font-size: 12px;
  transition: ease 350ms all;
  font-weight: 500;
}
.single-companies #sidebar .comments_wrap #send_comment:hover {
  background: #25CBD4 !important;
  color: #fff;
}

.list-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list-wrapper .job-details {
  width: 67%;
  display: none;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  z-index: 20;
}
.list-wrapper .job-details .application_details {
  position: absolute;
  top: 100%;
  left: -190px;
  border-radius: 16px !important;
  display: none;
}
.list-wrapper .job-details .application_details:before {
  position: absolute;
  top: 3px;
  right: 66px;
  width: 20px;
  height: 20px;
  content: "";
  background: #f1f3f6;
  transform: rotate(45deg);
  border: none !important;
  left: auto;
  display: block !important;
}
.list-wrapper .job-details .single_job_listing h1 {
  font-size: 24px;
  color: #071021;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0 25px 0 0;
}
.list-wrapper .job-details .single_job_listing span.date {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #76787C;
  margin: 0 0 16px;
  font-weight: 300;
}
.list-wrapper .job-details .company-tagline {
  font-size: 14px;
  line-height: 24px;
  color: #76787C;
  display: block;
  margin: 0 0 16px;
  font-weight: 300;
}
.list-wrapper .job-details .meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.list-wrapper .job-details .meta .location {
  padding: 4px 8px;
  background: #E0F5F6;
  color: #071021;
  border-radius: 4px;
  margin: 0 12px 12px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.list-wrapper .job-details .meta .job-type {
  padding: 4px 8px;
  background: #E0F5F6;
  color: #071021;
  border-radius: 4px;
  margin: 0 12px 12px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.list-wrapper .job-details .meta .work-exp {
  padding: 4px 8px;
  background: #E0F5F6;
  color: #071021;
  border-radius: 4px;
  margin: 0 12px 12px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  background: #E0F5F6 url("../../images/jobs/exp-black.svg") no-repeat 6px 50%;
  background-size: 19px auto;
  padding-left: 28px;
}
.list-wrapper .job-details .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
}
.list-wrapper .job-details .actions span.salary {
  color: #071021;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-right: 10px;
  line-height: 40px;
}
.list-wrapper .job-details .actions span.salary em.add-field {
  font-size: 14px;
  font-weight: 300;
  color: #1E1E1F;
  padding-left: 5px;
  font-style: normal;
}
.list-wrapper .job-details .actions .job_application {
  margin-top: 0;
  position: relative;
}
.list-wrapper .job-details .actions .application_button {
  padding: 11px 34px !important;
  border: 1px solid #25CBD4 !important;
  background: none;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  transition: ease 350ms all;
  cursor: pointer;
  color: #071021;
  text-transform: none;
}
.list-wrapper .job-details .actions .application_button:hover {
  background: #25CBD4;
  color: #fff;
}
.list-wrapper .job-details .actions .application_button.active {
  background: #25CBD4;
  color: #fff;
}
.list-wrapper .job-details .job_description {
  padding: 24px;
  background: #FCFCFC;
  border-radius: 16px;
  overflow: auto;
  box-sizing: border-box;
}
.list-wrapper .job-details .job_description .company-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 32px;
}
.list-wrapper .job-details .job_description .company-info .company-name {
  color: #071021;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  display: inline list-item;
  background: url("../../images/jobs/check.svg") 100% 0 no-repeat;
  padding-right: 28px;
  margin: 0 0 6px;
  list-style: none;
}
.list-wrapper .job-details .job_description .company-info .company-name::marker {
  display: none;
}
.list-wrapper .job-details .job_description .company-info .company_logo {
  margin: 0 24px 0 0;
  max-width: 160px;
  height: auto;
  border-radius: 8px;
}
.list-wrapper #sticky-wrapper {
  width: 67%;
}
.list-wrapper #sticky-wrapper.is-sticky .job-details {
  right: 26px;
}
.list-wrapper .job-details.active {
  right: 0;
}
.list-wrapper .job-item button.btn {
  border: 1px solid #25CBD4;
  color: #071021;
  background: none;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
}
.list-wrapper .job-item button.btn:hover {
  background: #25CBD4;
  color: #fff;
}
.list-wrapper .loader {
  width: 100%;
  height: 96px;
  background: url("../../images/jobs/loader.gif") no-repeat center 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.single_job_listing {
  position: relative;
}
.single_job_listing .job-content {
  color: #1E1E1F;
  font-size: 14px;
  font-weight: 300;
}
.single_job_listing .job-content p {
  color: #1E1E1F;
  font-size: 14px;
  font-weight: 300;
}
.single_job_listing ul.skills {
  padding: 0;
}
.single_job_listing ul.skills li {
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px;
  background: #E0F5F6;
  color: #071021;
  border-radius: 4px;
  margin: 0 12px 12px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.single_job_listing h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #071021;
}
.single_job_listing button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.single_job_listing button.close svg {
  width: 20px;
  transition: ease 350ms all;
}
.single_job_listing button.close:hover svg {
  fill: #FE8278;
}

.sticky-wrapper .job-details {
  width: 100%;
}

.location {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
  font-weight: 400;
}

.sc_layouts_login_menu .menu-item-has-children ul li.menu-item.menu-delimiter {
  display: none;
}
.sc_layouts_login_menu .menu-item-has-children ul li {
  border-top: 1px solid #e4e4e4;
  margin: 0 !important;
}
.sc_layouts_login_menu .menu-item-has-children ul li a {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.sc_layouts_login_menu .menu-item-has-children ul li:first-child {
  border: none;
}
.sc_layouts_login_menu .menu-item-has-children ul li:before {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
.sc_layouts_login_menu .menu-item-has-children > ul {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.groups.buddypress.sidebar_right .sidebar.widget_area {
  display: none;
}

.groups.directory.buddypress.sidebar_right .content_wrap > .content {
  width: 100% !important;
}
.groups.directory.buddypress.sidebar_right #pag-bottom {
  display: none;
}

.activity .activity-list .activity-item iframe {
  max-height: 250px;
}

.page_content_blocks.single-item.groups div#buddypress #item-header {
  border-radius: 32px 32px 0 0;
}
.page_content_blocks.single-item.groups div#buddypress #item-nav {
  border-radius: 0 0 32px 32px;
}

.directory.activity.buddypress #whats-new-form {
  border-radius: 32px !important;
}
.directory.activity.buddypress #whats-new-form #whats-new-post-in-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
}
.directory.activity.buddypress #whats-new-form #whats-new-submit {
  margin-top: 0 !important;
  margin-left: 10px !important;
}

.sidebar > .sidebar_inner > .widget {
  border-radius: 32px;
}

#epkb-main-page-container.epkb-tabs-template .epkb-panel-container .epkb-show-all-articles {
  text-align: left;
  padding-top: 20px;
}

.activation.activate .menu_mobile {
  display: none !important;
}
.activation.activate header {
  display: none !important;
}
.activation.activate footer {
  display: none !important;
}
.activation.activate .sidebar {
  display: none !important;
}

#activate-page #activation-form {
  display: flex;
  flex-wrap: wrap;
}
#activate-page #activation-form label {
  display: block;
  width: 100%;
}
#activate-page #activation-form input#key {
  width: 320px;
  margin: 0 20px 0 0 !important;
}
#activate-page #activation-form input[type=submit] {
  padding: 11px 34px;
  border: 1px solid #25CBD4 !important;
  color: #071021;
  background: none;
  font-size: 12px;
  border-radius: 60px;
}
#activate-page #activation-form input[type=submit]:hover {
  background: #25CBD4;
  color: #fff;
}

.knowledge-hub #epkb-main-page-container .wrap {
  border-radius: 0 !important;
  padding: 60px 26px !important;
  margin: 0 0 0 -26px !important;
  margin-bottom: 0px !important;
  width: calc(100% + 52px) !important;
  box-sizing: border-box !important;
  max-width: none !important;
  background: url(../../images/knowledge/knowledge-hub.jpg) no-repeat 50% 0 !important;
  background-size: cover !important;
}
.knowledge-hub #epkb-main-page-container .wrap .epkb-doc-search-container {
  background-color: transparent !important;
  border-radius: 32px !important;
  padding: 26px !important;
  margin: 0 !important;
}
.knowledge-hub #epkb-main-page-container .wrap .epkb-doc-search-container .epkb-doc-search-container__title {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 16px;
  border: none;
}
.knowledge-hub #epkb-main-page-container .epkb-doc-search-container .epkb-doc-search-container__title {
  margin-bottom: 20px;
}
.knowledge-hub #epkb-main-page-container .epkb-doc-search-container .epkb-doc-search-container__title:after {
  display: none !important;
}
.knowledge-hub #epkb-main-page-container .epkb-doc-search-container #epkb_search_form {
  border-radius: 16px !important;
}
.knowledge-hub .epkb-main-nav.epkb-down-pointer {
  background: none !important;
  box-shadow: none !important;
  padding-top: 32px !important;
}
.knowledge-hub .epkb-main-nav {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.knowledge-hub .epkb-nav-tabs.epkb-top-categories-list li.active .epkb-category-level-1 {
  color: #FE8278 !important;
  border-color: #FE8278 !important;
}
.knowledge-hub .epkb-nav-tabs.epkb-top-categories-list li.active .epkb-category-level-1 h2 {
  color: #FE8278 !important;
}
.knowledge-hub .epkb-nav-tabs.epkb-top-categories-list li:hover .epkb-category-level-1 {
  color: #FE8278 !important;
  border-color: #FE8278 !important;
}
.knowledge-hub .epkb-nav-tabs.epkb-top-categories-list li:hover .epkb-category-level-1 h2 {
  color: #FE8278 !important;
}

a.back-btn {
  width: 38px;
  height: 38px;
  border: 3px solid #727272;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 350ms all;
  position: absolute;
  top: -3px;
}
a.back-btn:hover {
  border-color: #FE8278;
}
a.back-btn:hover svg path {
  fill: #FE8278;
}
a.back-btn svg path {
  transition: ease 350ms all;
}

.search-heading {
  width: 100%;
  margin: 0 0 20px;
}
.search-heading a.show-more {
  font-size: 14px;
  color: #FE8278;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  margin: 0 0 0 24px;
}
.search-heading a.show-more span {
  color: #FE8278;
  font-size: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #FE8278;
  line-height: 22px;
  margin: 0 8px 0 0;
}
.search-heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #071021;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search-heading h2 span.count {
  color: #25CBD4;
  padding-left: 5px;
}

.communities-list .wrapper {
  width: 100%;
  display: flex;
}
.communities-list a.community-item {
  width: 23.5%;
  background: #fff;
  border-radius: 32px;
  padding: 32px 32px 64px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  margin: 0 2% 2% 0;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #fff;
  cursor: pointer;
  transition: ease 350ms all;
  display: flex;
  justify-content: space-between;
}
.communities-list a.community-item .btn {
  position: absolute;
  bottom: 24px;
  left: 32px;
}
.communities-list a.community-item:hover {
  border-color: #FE8278 !important;
}
.communities-list a.community-item .activity {
  font-size: 12px;
  font-weight: 300;
  color: #1E1E1F;
  display: block;
  margin: 0;
}
.communities-list a.community-item h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #071021;
}
.communities-list a.community-item .meta {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1F;
  font-weight: 300;
  margin: 0 0 25px;
}
.communities-list a.community-item .avatar {
  min-width: 74px;
  max-width: 74px;
  height: auto;
}

span.btn {
  border: 1px solid #25CBD4;
  color: #071021;
  background: none;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
}
span.btn:hover {
  color: #fff;
  background: #25CBD4;
}

a.btn {
  border: 1px solid #25CBD4;
  color: #071021;
  background: none;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
}
a.btn:hover {
  color: #fff;
  background: #25CBD4;
}

.bsui .embed-item-cover-xy {
  object-fit: contain !important;
}
.bsui .pagination {
  justify-content: center;
}
.bsui .pagination li {
  margin: 0 4px 8px;
}
.bsui .pagination .page-link {
  background: #fff !important;
  color: #071021 !important;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 !important;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  border-radius: 50% !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: none;
  box-shadow: none !important;
}
.bsui .pagination .page-link:hover {
  background: #FE8278 !important;
  color: #fff !important;
}
.bsui .pagination span.current {
  background: #FE8278 !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  border-radius: 50% !important;
  border: none;
}

#invite-anyone-member-list li input {
  position: static !important;
}

.home.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-inner-section {
  border-radius: 32px !important;
  padding: 30px !important;
}
.home.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .wp-widget-bp_core_members_widget {
  border-radius: 32px !important;
}
.home.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .sc_blogger:not(.is_block) .post_layout_excerpt {
  border-radius: 32px !important;
}
.home.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .sc_widget_calendar {
  border-radius: 32px !important;
}
.home.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) .elementor-alert[class*=elementor-alert-] {
  border-radius: 32px !important;
}

td#today {
  color: #25cbd4 !important;
  font-weight: bold;
}

.tribe-common.tribe-events {
  left: 0 !important;
  width: 100% !important;
}

body.menu_side_present.menu_side_left {
  margin-left: 85px;
}

.friendship-button {
  color: #25cbd4 !important;
  border-color: #25cbd4 !important;
}

.activity-button {
  color: #25cbd4 !important;
  border-color: #25cbd4 !important;
}

.send-message {
  color: #25cbd4 !important;
  border-color: #25cbd4 !important;
}

#item-body .activity {
  margin-bottom: 20px;
}

.select2-container.select2-container--default span.select2-selection--multiple:hover {
  background: none !important;
}

#submit-job-form p:last-child {
  margin-left: 0;
}
#submit-job-form input#job_location {
  background: url("../../images/listing/map-pin.svg") no-repeat 15px 50% !important;
  padding-left: 42px;
}
#submit-job-form input#job_location:focus {
  background: url("../../images/listing/map-pin.svg") no-repeat 15px 50% !important;
  padding-left: 42px;
}
#submit-job-form fieldset small.description {
  font-size: 16px;
  color: #1E1E1F;
  display: block;
  margin-top: 10px;
}
#submit-job-form .wp-editor-container {
  font-family: Inter, sans-serif;
}
#submit-job-form .select2-container.select2-container--default .select2-selection:after {
  color: #071021;
  font-size: 20px;
}
#submit-job-form .select2-container .select2-selection--multiple .select2-selection__rendered input {
  font-size: 16px;
  color: #1E1E1F;
}
#submit-job-form .select2-selection.select2-selection--multiple {
  background: url("../../images/listing/search.svg") no-repeat 17px 50% !important;
  padding-left: 45px !important;
  background-size: auto 24px !important;
}

header .elementor-section.elementor-top-section.elementor-element.panel-hide {
  transition: ease 350ms top;
  top: -200px !important;
}

.page-heading h1.main-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #071021;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-heading h1.main-title .back-btn {
  position: static;
  margin: 0 30px 0 0;
}
.page-heading .post_content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-filter {
  padding: 150px 26px;
  box-sizing: border-box;
  width: calc(100% + 52px);
  margin: 0 0 0 -26px;
  background: url("../../images/listing/listing-header.jpg") no-repeat 50% 0;
  background-size: cover;
  position: relative;
  min-height: 0 !important;
}
.listing-filter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 99, 95, 0.8) 0%, rgba(255, 99, 95, 0.8) 100%), lightgray 50%/cover no-repeat;
  opacity: 0.8;
}
.listing-filter .form-wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  background: rgba(21, 127, 132, 0.8);
  border-radius: 32px;
}
.listing-filter .wrap {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
}
.listing-filter form {
  background: #F1F3F6;
  border-radius: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.listing-filter .main-bar {
  display: flex;
  justify-content: space-between;
}
.listing-filter .main-bar .field.search input {
  background: #fff url("../../images/listing/search.svg") no-repeat 14px 50%;
  padding-left: 40px;
  background-size: 24px auto;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
}
.listing-filter .main-bar .field.search input::placeholder {
  color: #1E1E1F;
  opacity: 1;
}
.listing-filter .main-bar .field input {
  width: 100%;
  box-sizing: border-box;
}
.listing-filter .main-bar .field.location select {
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background-size: 24px auto;
  height: 100%;
}
.listing-filter .main-bar .field.categories select {
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background-size: 24px auto;
  height: 100%;
  background: #fff url("../../images/listing/cat.svg") no-repeat 14px 50% !important;
}
.listing-filter .field {
  width: 32.8%;
  height: 47px;
}
.listing-filter .add-bar {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  display: none;
}
.listing-filter .add-bar .field.rating select {
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background-size: 24px auto;
  height: 100%;
  background: #fff url("../../images/listing/star.svg") no-repeat 14px 50% !important;
}
.listing-filter .add-bar .field.lang {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 26px;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background: #fff url("../../images/listing/lang.svg") no-repeat 14px 50% !important;
  line-height: 47px;
  height: 47px;
}
.listing-filter .add-bar .field.lang select {
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background-size: 24px auto;
  height: 100%;
  background: #fff url("../../images/listing/lang.svg") no-repeat 14px 50% !important;
}
.listing-filter .add-bar .field.working-hrs select {
  background: #fff url("../../images/listing/map-pin.svg") no-repeat 14px 50% !important;
  padding-left: 40px;
  color: #1E1E1F;
  font-size: 12px;
  font-weight: 500;
  background-size: 24px auto;
  height: 100%;
  background: #fff url("../../images/listing/clock.svg") no-repeat 14px 50% !important;
}
.listing-filter .add-bar .field {
  width: 32.8%;
  box-sizing: border-box;
}
.listing-filter .add-bar .field .lang-holder {
  width: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 32px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
}
.listing-filter .add-bar .field .lang-holder label {
  display: block;
  margin: 0 0 12px;
}
.listing-filter .add-bar .field .lang-holder input {
  clip: inherit;
  opacity: 0;
}
.listing-filter .add-bar .field.active .lang-holder {
  display: block;
}
.listing-filter .select_container {
  height: 100% !important;
}
.listing-filter input.add-btn {
  display: none;
}
.listing-filter .more-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #fff;
  margin-top: 16px;
}
.listing-filter .more-filter svg {
  margin: 0 8px 0 0;
}

.post-type-archive-tribe_events .listing-filter {
  padding-top: 60px;
  padding-bottom: 60px;
}

.post-type-archive-tribe_events .page_content_wrap:before {
  background-image: url("../../images/events/event-header.jpg") !important;
}

.post-type-archive-gd_place:not(.geodir-page-term, .no-filters) .listing-filter {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.post-type-archive-gd_place:not(.geodir-page-term, .no-filters) .listing-filter .form-wrapper {
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.post-type-archive-gd_place:not(.geodir-page-term, .no-filters) .listing-filter:after {
  display: none;
}
.post-type-archive-gd_place:not(.geodir-page-term, .no-filters) .listing-list .hold {
  width: 100%;
}
.post-type-archive-gd_place:not(.geodir-page-term, .no-filters) .listing-list h2 {
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
}

.listing-filter.active input.main-btn {
  display: none;
}
.listing-filter.active .add-bar {
  display: flex;
}
.listing-filter.active input.add-btn {
  display: block;
}
.listing-filter.active .wrap {
  width: 100%;
  margin-right: 0;
}

.listing-list {
  width: 100%;
  padding: 30px 0;
}
.listing-list .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.listing-list .item {
  background: #fff;
  border-radius: 32px;
  border: 2px solid #fff;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  box-sizing: border-box;
  padding: 32px 32px 64px;
  width: 32.3%;
  margin: 0 1.5% 1.5% 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  transition: ease 350ms all;
  cursor: pointer;
}
.listing-list .item:hover {
  border-color: #FE8278;
}
.listing-list .item:nth-child(3n) {
  margin-right: 0;
}
.listing-list .item h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #071021;
  margin: 0 0 5px;
}
.listing-list .item p {
  color: #050505;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px;
}
.listing-list .item .left {
  width: calc(100% - 100px);
}
.listing-list .item img.b-logo {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
}
.listing-list .item .meta {
  position: relative;
  z-index: 20;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.listing-list .item .meta .data {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
  color: #050505;
  font-weight: 300;
}
.listing-list .item .meta .data svg {
  margin: 0 8px 0 0;
  min-width: 24px;
  max-width: 24px;
}
.listing-list .item .place-cat {
  display: inline-block;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 12px;
  background: #b0acac;
  line-height: normal;
}
.listing-list .item .bottom-meta {
  width: calc(100% - 64px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.listing-list .item .bottom-meta .status {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.listing-list .item .bottom-meta .status .schedule {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: ease 350ms all;
  width: 200px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  box-sizing: border-box;
  z-index: 20;
  padding: 15px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}
.listing-list .item .bottom-meta .status .schedule .el {
  width: 100%;
  margin-bottom: 5px;
  justify-content: space-between;
  display: flex;
  color: #16181b;
}
.listing-list .item .bottom-meta .status .el.active strong {
  color: #25cbd4;
}
.listing-list .item .bottom-meta .status svg {
  width: 15px;
  height: auto;
  position: relative;
  top: 3px;
  fill: #dc3545;
}
.listing-list .item .bottom-meta .status.ClosedNow {
  color: #dc3545;
  font-size: 14px;
}
.listing-list .item .bottom-meta .status.ClosedNow i {
  margin-right: 5px;
}
.listing-list .item .bottom-meta .status.ClosedNow .el.active span {
  color: #dc3545;
}
.listing-list .item .bottom-meta .status.ClosedToday {
  color: #dc3545;
  font-size: 14px;
}
.listing-list .item .bottom-meta .status.ClosedToday i {
  margin-right: 5px;
}
.listing-list .item .bottom-meta .status.OpenNow {
  color: #dc3545;
  font-size: 14px;
  color: #44c553;
}
.listing-list .item .bottom-meta .status.OpenNow i {
  margin-right: 5px;
}
.listing-list .item .bottom-meta .status.OpenNow svg {
  fill: #44c553;
}
.listing-list .item .bottom-meta .status.OpenNow .el.active span {
  color: #44c553;
}
.listing-list .item .bottom-meta .status.active .schedule {
  opacity: 1;
  visibility: visible;
}
.listing-list .item .bottom-meta .status.active svg {
  transform: rotate(180deg);
}
.listing-list .item.active {
  z-index: 20;
}
.listing-list .item a.single-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.listing-list .gd-rating-info-wrap {
  width: 95px;
}
.listing-list .gd-rating-info-wrap .position-absolute {
  position: absolute;
}
.listing-list .gd-rating-info-wrap .gd-rating-foreground {
  width: 0;
  overflow: hidden;
}
.listing-list .gd-rating-info-wrap .gd-rating-foreground i {
  color: #f90;
}
.listing-list .gd-rating-info-wrap .position-relative {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.listing-list .gd-rating-info-wrap[data-rating="1"] .gd-rating-foreground {
  width: 20%;
}
.listing-list .gd-rating-info-wrap[data-rating="2"] .gd-rating-foreground {
  width: 40%;
}
.listing-list .gd-rating-info-wrap[data-rating="3"] .gd-rating-foreground {
  width: 60%;
}
.listing-list .gd-rating-info-wrap[data-rating="4"] .gd-rating-foreground {
  width: 80%;
}
.listing-list .gd-rating-info-wrap[data-rating="5"] .gd-rating-foreground {
  width: 100%;
}
.listing-list .pagination {
  width: 100%;
  text-align: center;
}
.listing-list .pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #071021;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px 8px;
  font-weight: 600;
}
.listing-list .pagination .page-numbers:hover {
  background: #FE8278;
  color: #fff;
}
.listing-list .pagination .page-numbers.current {
  background: #FE8278;
  color: #fff;
}
.listing-list .pagination .page-numbers.dots:hover {
  color: #071021;
  background: #fff;
}
.listing-list .hold {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.listing-list .cat-item {
  width: 19%;
  margin: 0 0 1.5%;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: rgba(122, 126, 131, 0.04) 0px 8px 16px 0px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  color: #071021;
}
.listing-list .cat-item img {
  border-radius: 12px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  object-fit: cover;
  margin: 0;
}
.listing-list .cat-item span.overlay {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 12px;
  z-index: 20;
  background: #000;
  opacity: 0.4;
}
.listing-list .cat-item span.listings-count {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}
.listing-list .cat-item .left {
  position: relative;
  z-index: 30;
  text-align: left;
  box-sizing: border-box;
  padding-left: 12px;
}
.listing-list .cat-item h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  vertical-align: top;
  background: rgb(68, 197, 119);
  border-radius: 4px;
  margin: 101px 0 12px;
}

.no-posts {
  color: #fff;
  background-color: #25CBD4;
  border-color: #25CBD4;
  margin-top: 40px;
  padding: 0.75rem 1.25rem;
  border-radius: 32px;
}

.spinner-loader {
  width: 50px;
  height: 50px;
  background: url("../../images/jobs/loader.gif") no-repeat 50% 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.sidebar-wrapper {
  display: flex;
  justify-content: space-between;
}
.sidebar-wrapper .sidebar {
  width: 345px;
}
.sidebar-wrapper .sidebar .tribe-events-header {
  display: none;
}
.sidebar-wrapper .sidebar .tribe-events-widget-shortcode {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
}
.sidebar-wrapper .sidebar h5.widget_title {
  font-size: 24px;
  line-height: 29px;
  color: #071021;
  margin: 0 0 24px;
  font-weight: 600;
}
.sidebar-wrapper .sidebar .tribe-common.tribe-events-view--month {
  padding: 0;
  background: none;
  box-shadow: none;
}
.sidebar-wrapper .sidebar .tribe-events-calendar-month {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .sidebar .tribe-common.tribe-events.tribe-events-view.tribe-events-view--month.alignwide {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .tribe-events-calendar-list {
  width: calc(100% - 360px);
}

.page-banner {
  width: 100%;
}
.page-banner img {
  width: 100%;
  height: auto;
}

.privacy-policy {
  color: #071021;
}
.privacy-policy .page_content_wrap .content_wrap {
  max-width: 1030px;
  width: 100%;
  border-radius: 32px !important;
  margin: 0 auto 0 !important;
  padding: 90px 60px !important;
  background: #fff;
}
.privacy-policy .page_content_wrap .content_wrap * {
  color: #071021;
}
.privacy-policy .page_content_wrap .content_wrap h1 {
  font-size: 46px;
  font-weight: 600;
  color: #071021;
  margin: 0 0 25px;
}
.privacy-policy .page_content_wrap .content_wrap h2 {
  font-size: 24px;
  font-weight: 600;
  color: #071021;
}
.privacy-policy .page_content_wrap .content_wrap h3 {
  font-size: 24px;
  font-weight: 600;
  color: #071021;
}
.privacy-policy .page_content_wrap .content_wrap p {
  font-size: 14px;
  list-style: 24px;
  font-weight: 300;
}

.privacy-policy.f-img .page_content_wrap .content_wrap {
  margin-top: -130px !important;
}

.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 1000000;
}
.floating-chat button {
  max-width: 75px;
  max-height: 75px;
  min-width: 75px;
  min-height: 75px;
  background: #FE8278;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-chat .bp-messages-wrap-main {
  width: 450px;
}
.floating-chat .chat-hold {
  display: none;
}
.floating-chat .chat-hold svg.close {
  width: 30px;
  height: auto;
  cursor: pointer;
}
.floating-chat svg.main-icon {
  transform: scale(1.4);
  fill: #fff;
  margin-top: -3px;
}
.floating-chat button.active {
  width: 45px;
  height: 45px;
  background: none;
  width: 30px;
  height: auto;
}
.floating-chat button.active svg.main-icon {
  display: none;
}
.floating-chat button.active svg.close {
  display: block;
}

.trx_addons_scroll_to_top.trx_addons_icon-up.inited {
  right: 35px !important;
  bottom: 115px !important;
}

.bp-user.my-account #buddypress #item-header {
  width: 100%;
}
.bp-user.my-account #buddypress #item-nav {
  width: 100%;
}
.bp-user.my-account #buddypress #item-body {
  width: 100%;
}

.my-activity.my-account #buddypress ul.item-list li .bp-group-avatar-content img.avatar {
  border-radius: 50%;
}

.page-template-page-listings .listing-filter:after, .post-type-archive-gd_place .listing-filter:after {
  background: rgba(21, 127, 132, 0.5);
}

.post-type-archive-gd_place .listing-list {
  display: flex;
  flex-wrap: wrap;
}

.single-gd_place .column-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-gd_place .page-banner {
  width: 100%;
  position: relative;
  padding-top: 390px;
  padding-bottom: 64px;
}
.single-gd_place .page-banner img.b-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-gd_place .page-banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 71.08%), url(<path-to-image>), lightgray 50%/cover no-repeat;
  z-index: 10;
}
.single-gd_place .page-banner .meta {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  width: 100%;
  padding: 0 26px;
}
.single-gd_place .page-banner .meta h1 {
  color: #fff;
  margin: 0 250px 32px 0;
  font-size: 64px;
}
.single-gd_place .page-banner img.b-logo {
  position: absolute;
  right: 92px;
  bottom: 90px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  z-index: 20;
  object-fit: cover;
}
.single-gd_place .page-banner span.place-cat {
  display: inline-block;
  color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
  background: #b0acac;
}
.single-gd_place .page-banner a.btn {
  color: #071021;
  font-size: 20px;
  font-weight: 500;
  border-radius: 60px;
  padding: 16px 34px;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  background: rgb(241, 243, 246);
}
.single-gd_place .page-banner a.btn:hover {
  background: #25cbd4;
  color: #fff;
}
.single-gd_place .right-col {
  width: 74.5%;
  order: 2;
}
.single-gd_place .right-col .box {
  border-radius: 32px;
  padding: 32px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  color: #1E1E1F;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}
.single-gd_place .right-col h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.single-gd_place .left-col {
  width: 24%;
  box-sizing: border-box;
  padding: 32px;
  background: #fff;
  border-radius: 32px;
  order: 1;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.single-gd_place .left-col address {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}
.single-gd_place .left-col address i {
  width: 36px;
  height: 36px;
  background: rgb(241, 243, 246);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #25cbd4;
}
.single-gd_place .left-col address span {
  width: calc(100% - 48px);
  font-size: 14px;
  color: #1E1E1F;
  line-height: 24px;
}
.single-gd_place .left-col h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 24px;
}
.single-gd_place .left-col h3 span.status {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 1px 12px;
  border-radius: 2px;
  background: #44C577;
}
.single-gd_place .left-col .schedule-hold {
  margin-bottom: 24px;
}
.single-gd_place .left-col .schedule-hold h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-gd_place .left-col .schedule-hold .schedule .el {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #1E1E1F;
}
.single-gd_place .left-col .social .hold {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-gd_place .left-col .social .hold a {
  display: flex;
  vertical-align: top;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgb(241, 243, 246);
  margin: 0 12px 12px 0;
}
.single-gd_place .left-col .social .hold a svg {
  fill: #25cbd4;
  width: 20px;
  height: auto;
  border-radius: 2px;
}
.single-gd_place .comments-area {
  padding: 32px;
  border-radius: 32px;
  background: #fff;
  margin: 0 0 24px;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.single-gd_place .comments-area h3.comment-reply-title {
  margin: 0 0 24px;
}
.single-gd_place .comments-area textarea, .single-gd_place .comments-area textarea::placeholder {
  color: #071021;
  opacity: 1;
}
.single-gd_place .comments-area p.logged-in-as, .single-gd_place .comments-area p.comment-form-comment label {
  display: none !important;
}
.single-gd_place .comments-area #respond input#submit {
  background: none !important;
  color: #071021 !important;
  font-size: 12px;
  border: 1px solid #25cbd4 !important;
}
.single-gd_place .comments-area #respond input#submit:hover {
  background: #25cbd4 !important;
  color: #fff !important;
}
.single-gd_place .single-gd_place .geodir-wgt-recent-reviews.bsui {
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.single-gd_place .geodir-wgt-recent-reviews.bsui {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  box-sizing: border-box;
  margin: 0 0 24px;
}
.single-gd_place .geodir-wgt-recent-reviews.bsui .geodir_recent_reviews {
  margin-left: 0;
  margin-right: 0;
}
.single-gd_place .geodir-wgt-map.bsui {
  padding: 32px;
}

.tec_series_marker__title {
  color: #000;
}

.columns-hold {
  overflow: hidden;
  padding-bottom: 40px;
  /*
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  */
}
.columns-hold .left-column {
  width: calc(76% - 20px);
  float: left;
}
.columns-hold .right-column {
  width: 24%;
  margin-top: 32px;
  background: #fff;
  padding: 32px;
  border-radius: 32px;
  float: right;
}

.post-type-archive-gd_place #sticky-wrapper {
  width: 24%;
}
.post-type-archive-gd_place #sticky-wrapper .right-column {
  width: 100%;
}

#listing-filter .field {
  width: 100%;
  margin-bottom: 30px;
}
#listing-filter .field input[type=text],
#listing-filter .field select {
  color: #071021;
  width: 100%;
}
#listing-filter .field ::placeholder {
  color: #071021;
  opacity: 1;
}
#listing-filter .field .h > label {
  color: #071021;
}
#listing-filter .field > label {
  display: block;
  color: #071021;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.pagination {
  text-align: center;
}
.pagination li {
  margin: 0 4px 8px;
}
.pagination .page-numbers {
  background: #fff !important;
  color: #071021 !important;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 !important;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  border-radius: 50% !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: none;
  box-shadow: none !important;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-numbers:hover {
  background: #FE8278 !important;
  color: #fff !important;
}
.pagination span.current {
  background: #FE8278 !important;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin-bottom: 20px;
  border-radius: 50% !important;
  border: none;
}

span.free-badge {
  font-size: 22px;
  font-weight: 600;
  background: rgb(68, 197, 119);
  color: #fff;
  transform: rotate(-30deg);
  position: absolute;
  left: -60px;
  top: 0px;
  box-sizing: border-box;
  padding: 8px 90px 10px 40px;
}

.menu_mobile:not(.is-hovered) .menu_mobile_nav_area, body:not(.menu_mobile_is_opened) .menu_mobile_nav_area {
  padding-left: 22px;
}

.menu_mobile:not(.opened):not(.is_opened):not(.is_hovered) .menu_mobile_close {
  left: 32px !important;
}

.directory.groups form#groups-directory-form {
  width: 100%;
}

.directory.members.buddypress .sidebar.widget_area {
  display: none !important;
}

.directory.members.buddypress .content,
.directory.members.buddypress #members-dir-search {
  width: 100% !important;
}

.directory.members.buddypress #members-dir-search .field.languages {
  display: none !important;
}

.directory.members.buddypress #pag-top {
  display: none;
}

.directory.members.buddypress #search-members-form {
  display: flex;
}

.directory.members.buddypress #search-members-form .wrapper {
  width: 100%;
}

.directory.members.buddypress #search-members-form .field.search {
  width: calc(100% - 20px);
}

.directory.members.buddypress #search-members-form .field.search input {
  width: 100% !important;
}

nav.menu_mobile_nav_area li.fine-print {
  font-size: 10px;
  position: absolute;
  padding-right: 30px;
  bottom: 30px;
  left: 20px;
}
nav.menu_mobile_nav_area li.fine-print a {
  color: #fff;
}

nav.menu_mobile_nav_area li.apple-app,
nav.menu_mobile_nav_area li.android-app {
  position: absolute;
  bottom: 100px;
  left: 20px;
  width: 128px;
  height: 40px;
}
@media screen and (min-width: 577px) and (max-width: 1440px) {
  nav.menu_mobile_nav_area li.apple-app,
  nav.menu_mobile_nav_area li.android-app {
    width: 80px !important;
    height: 22px !important;
  }
}
@media screen and (max-width: 576px) {
  nav.menu_mobile_nav_area li.apple-app,
  nav.menu_mobile_nav_area li.android-app {
    width: 106px !important;
    height: 30px !important;
  }
}

nav.menu_mobile_nav_area li.apple-app a,
nav.menu_mobile_nav_area li.android-app a {
  display: block;
  width: 128px !important;
  height: 40px !important;
  background: url("../../images/app.png") no-repeat 50% 50%;
  background-size: auto 100%;
  text-indent: -9999px;
  display: none !important;
  transition: ease 350ms all;
}
@media screen and (min-width: 577px) and (max-width: 1440px) {
  nav.menu_mobile_nav_area li.apple-app a,
  nav.menu_mobile_nav_area li.android-app a {
    width: 80px !important;
    height: 22px !important;
  }
}
@media screen and (max-width: 576px) {
  nav.menu_mobile_nav_area li.apple-app a,
  nav.menu_mobile_nav_area li.android-app a {
    width: 106px !important;
    height: 30px !important;
  }
}
nav.menu_mobile_nav_area li.apple-app a:hover,
nav.menu_mobile_nav_area li.android-app a:hover {
  opacity: 0.8;
}

nav.menu_mobile_nav_area li.android-app {
  left: 155px;
}

nav.menu_mobile_nav_area li.android-app a {
  background: url("../../images/google.png") no-repeat 50% 50%;
  background-size: auto 100%;
}

.is_opened nav.menu_mobile_nav_area li.apple-app a,
.is_opened nav.menu_mobile_nav_area li.android-app a, .is_hovered nav.menu_mobile_nav_area li.apple-app a,
.is_hovered nav.menu_mobile_nav_area li.android-app a {
  display: block !important;
}

nav.menu_mobile_nav_area li.fine-print a:hover {
  color: #071021 !important;
  cursor: default;
}

.comment-respond form.comment-form input[type=text] {
  background: #fff !important;
}

#trx_addons_login_popup .trx_addons_tabs_content {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

#trx_addons_login_popup.trx_addons_tabs {
  max-width: 430px !important;
  margin: 0 auto;
}

.trx_addons_login_socials_list,
.trx_addons_login_alternative {
  display: none !important;
}

.trx_addons_popup_form .trx_addons_popup_form-title {
  text-align: center;
}

.page_content_blocks.single-tribe_events .comments_wrap {
  border-radius: 36px !important;
}

@media all and (max-width: 676px) {
  #trx_addons_login_popup .trx_addons_tabs_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media all and (max-width: 1199px) {
  .listing-list .cat-item {
    width: 32%;
  }
  .listing-list .item,
  .listing-list .item:nth-child(3n) {
    margin: 0 3% 3% 0;
    width: 48.5%;
  }
  .listing-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 992px) {
  .post-type-archive-gd_place #sticky-wrapper {
    display: block;
  }
}
@media (max-width: 1023px) {
  .sc_layouts_logo img {
    max-height: 72px !important;
  }
  header.top_panel .elementor-section.elementor-top-section {
    padding-top: 30px !important;
    padding-bottom: 28px !important;
  }
}
@media all and (max-width: 964px) {
  .post-type-archive-gd_place .geodir-search-form-wrapper .gd-search-field-search {
    margin-bottom: 20px;
  }
  .post-type-archive-gd_place .geodir-search-form-wrapper .gd-search-field-taxonomy {
    margin-bottom: 20px;
  }
  .post-type-archive-gd_place .geodir-search-form-wrapper .gd-search-field-near {
    margin-bottom: 20px;
  }
  .post-type-archive-gd_place .geodir-search-form-wrapper .flex-grow-1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 660px) {
  .geodir-listing-search .geodir-search .gd-search-field-categories {
    width: 100% !important;
  }
  .geodir-listing-search .geodir-search .gd-search-field-search {
    width: 100% !important;
  }
  .geodir-listing-search .geodir-search .gd-search-field-near {
    width: 100% !important;
  }
  .single-gd_place #gd-tabs {
    display: block;
  }
  .single-gd_place #gd-tabs .geodir-tab-head {
    margin-bottom: 20px;
    width: 100%;
  }
  .single-gd_place .geodir-tabs-content {
    padding-left: 0;
  }
  .single-gd_place .geodir-field-post_images .geodir-images {
    max-width: 100%;
    margin-right: 0;
  }
  .single-gd_place .carousel.slide.geodir-image-wrapper .carousel-indicators {
    display: none;
  }
  .single-gd_place .geodir-image-container .carousel-control-prev {
    left: 0;
  }
  .geodir-page-cpt-gd_place.search-results .gd-search-field-taxonomy {
    margin-bottom: 10px;
  }
  .geodir-page-cpt-gd_place.search-results .gd-search-field-search {
    margin-bottom: 10px;
  }
  .geodir-page-cpt-gd_place.geodir-page-add #post_images_row {
    flex-wrap: wrap !important;
  }
  .geodir-page-cpt-gd_place.geodir-page-add #logo_row {
    flex-wrap: wrap !important;
  }
  .list-wrapper .job-details {
    width: 80%;
  }
  .list-wrapper .job-details .actions span.salary {
    font-size: 24px;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .single-gd_place .geodir-wgt-recent-reviews.bsui .card .gd-rating-outer-wrap {
    position: static;
  }
}
@media all and (min-width: 1024px) {
  body.menu_side_present.home-page .page_content_wrap {
    padding-left: 12px;
  }
}
@media all and (max-width: 1960px) {
  .home div.job_listings ul.job_listings li {
    width: 100%;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
    padding-left: 0;
    padding-right: 0;
  }
  #buddypress ul.item-list#groups-list{
    margin-left: -0.5% !important;
    margin-right: -0.5% !important;
    display: block;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li {
    width: 32% !important;
    margin: 0 0.5% 1% !important;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(4n) {
    /*margin-right: 1% !important;*/
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(3n) {
    /*margin-right: 0 !important;*/
  }
}
@media (max-width: 1679px) {
  div#buddypress #item-header #header-cover-image {
    height: 225px;
  }
  div#buddypress #item-header #header-cover-image:before {
    display: none;
  }
  div#buddypress #item-header #item-header-cover-image {
    padding-top: 290px;
  }
  div#buddypress #item-header #item-header-cover-image #item-header-content #item-meta {
    color: #767676 !important;
  }
  div#buddypress #item-header #item-header-cover-image #item-header-content .user-meta .highlight {
    color: #071021 !important;
  }
  div#buddypress #item-header #item-header-cover-image #item-header-content #item-actions h2:not(.user-publicname) {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h1 {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h2 {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h3 {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h4 {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h5 {
    color: #071021 !important;
  }
  div#buddypress #item-header-content h6 {
    color: #071021 !important;
  }
}
@media all and (min-width: 768px) {
  .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 20px !important;
    font-size: 20px !important;
  }
  .tribe-events-event-meta dt {
    font-size: 20px !important;
  }
  .tribe-events-single > .tribe_events .tribe-events-event-meta dt {
    font-size: 20px !important;
  }
  .event-main-wrapper .event-left-side h1 {
    font-size: 24px !important;
  }
}
@media all and (max-width: 530px) {
  #activate-page #activation-form input[type=submit] {
    width: 100%;
    box-sizing: border-box;
  }
  #activate-page #activation-form input#key {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0 !important;
  }
  .floating-chat .bp-messages-wrap-main {
    width: 300px;
  }
}
@media all and (max-width: 1600px) {
  div.job_listings .job_filters {
    width: calc(100% + 52px);
  }
}
@media all and (max-width: 1485px) {
  .geodir-page-cpt-gd_place.search-results .geodir-show-filters {
    margin-top: 0;
  }
  .geodir-page-cpt-gd_place.search-results .gd-search-field-search.col-auto.flex-grow-1 {
    margin-top: 20px;
  }
}
@media all and (max-width: 1440px) {
  div.job_listings .job_filters {
    width: calc(100% + 60px);
    margin: 0 0 32px -30px;
  }
  div.job_listings ul.job_listings {
    margin-left: -5px;
  }
  div.job_listings ul.job_listings:not(:first-child) {
    margin-left: -5px;
  }
}
@media all and (max-width: 1320px) {
  .post-type-archive-gd_place .geodir-category-list-view .col {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .geodir-page-cpt-gd_place.search-results .col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media all and (max-width: 1280px) {
  div.job_listings ul.job_listings {
    width: 45.5%;
  }
  .list-wrapper .job-details {
    width: 52%;
  }
  .list-wrapper #sticky-wrapper {
    width: 52%;
  }
  .list-wrapper #sticky-wrapper .job-details {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .j-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
    top: 0;
    left: 0;
  }
  .list-wrapper .job-details {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80% !important;
    z-index: 10011;
  }
  .listing-list .item .meta .data {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .listing-list .item p {
    font-size: 13px;
    line-height: 20px;
  }
  .listing-list .item h3 {
    font-size: 16px;
    line-height: 20px;
  }
  div.job_listings ul.job_listings {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    justify-content: space-between;
  }
  div.job_listings ul.job_listings:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
  }
  div.job_listings ul.job_listings li {
    width: 48.5%;
  }
}
@media all and (max-width: 1185px) {
  .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details {
    width: 100% !important;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    padding-bottom: 150px !important;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns {
    padding: 0 25px;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns a.btn {
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row .btns span.btn.empty.red {
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .privacy-policy.f-img .page_content_wrap .content_wrap {
    margin-top: -50px !important;
  }
}
@media all and (max-width: 1100px) {
  .post-type-archive-gd_place .geodir-category-list-view .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .geodir-page-cpt-gd_place.search-results .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 1056px) and (min-width: 1025px) {
  .geodir-listing-search .geodir-search .gd-search-field-categories {
    margin-bottom: 20px;
  }
  .geodir-listing-search .geodir-search .gd-search-field-search {
    margin-bottom: 20px;
  }
  .geodir-listing-search .geodir-search .gd-search-field-near {
    margin-bottom: 20px;
  }
}
/*
@media all and (max-width:1085px) {
	.listing-list {
		.item {
			.left {
				width: 100%;
				order: 2;
			}
			img.b-logo {
				order: 1;
				margin-bottom: 15px;
			}
			&:nth-child(3n) {
				margin-right: 1.5%;
				width: 48.5%;
				margin-bottom: 30px;
			}
			margin-right: 1.5%;
			width: 48.5%;
			margin-bottom: 30px;
			&:nth-child(2n) {
				margin-right: 0;
			}
		}
	}
}
*/
@media all and (max-width: 960px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(2n) {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(3n) {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .search_listings .wpjmsf-job-section .fields-wrapper-normal-grid .vue-grid-layout {
    flex-wrap: wrap;
    height: auto !important;
  }
  .search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item {
    width: 47.5% !important;
    margin-bottom: 10px;
  }
  .search_listings .wpjmsf-button-field {
    margin-top: 10px;
  }
  /*
     .listing-filter{
         display: none;
     }
  */
  .post-type-archive-gd_place .columns-hold {
    display: flex;
    flex-wrap: wrap;
  }
  .post-type-archive-gd_place .columns-hold .left-column {
    width: 100%;
    order: 2;
  }
  .post-type-archive-gd_place .columns-hold #sticky-wrapper, .post-type-archive-gd_place .columns-hold .right-column {
    width: 100%;
    order: 1;
    position: static !important;
    margin-bottom: 32px;
  }
  .single-gd_place .page-banner {
    padding-top: 150px;
  }
  .single-gd_place .left-col {
    width: 35%;
  }
  .single-gd_place .right-col {
    width: 61.5%;
  }
  .single-gd_place .page-banner img.b-logo {
    right: 26px;
  }
  .single-gd_place .page-banner .meta h1 {
    margin-right: 155px;
    font-size: 54px;
  }
}
@media all and (max-width: 819px) {
  .tribe-events .tribe-events-c-events-bar__search-container {
    position: static !important;
    display: block !important;
  }
  .tribe-events .tribe-events-c-events-bar__search-button {
    display: none !important;
  }
  .tribe-events .tribe-events-c-view-selector {
    display: none !important;
  }
  .post-type-archive-tribe_events .tribe-events-header .tribe-events-header__events-bar {
    width: 100% !important;
    box-sizing: border-box;
    padding: 32px !important;
    border-radius: 32px !important;
  }
  .post-type-archive-tribe_events .tribe-events-header .tribe-events-header__events-bar #tribe-events-search-container {
    background: #F1F3F6;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    margin: 0;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-description.tribe-common-b2 {
    display: block !important;
    visibility: visible !important;
  }
  .tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-common-form-control-text {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 780px) {
  div.job_listings ul.job_listings li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li {
    width: 47.5% !important;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(3n) {
    margin-right: 2% !important;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  div#buddypress #item-header #header-cover-image {
    min-height: 0 !important;
    max-height: none !important;
  }
  div#buddypress #item-header #item-header-cover-image {
    padding-top: 150px !important;
  }
  div#buddypress #groups-list > li .item-avatar img.avatar {
    width: 54px !important;
  }
  div#buddypress #groups-list > li {
    padding: 16px !important;
  }
  .directory.buddypress #groups-dir-search .wrap {
    padding: 16px;
  }
  .listing-list .cat-item {
    width: 49%;
  }
  .post-type-archive-gd_place .page-heading h1.main-title {
    margin-bottom: 20px;
  }
  .post-type-archive-gd_place a.btn {
    float: none;
    display: block;
    padding: 12px 10px !important;
  }
  .post-type-archive-gd_place .page-heading .post_content_title {
    display: block;
  }
  .listing-list .cat-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-gd_place .page-banner img.b-logo {
    bottom: auto;
    right: auto;
    top: 20px;
    left: 26px;
  }
  .single-gd_place .page-banner {
    padding-top: 185px;
  }
  .single-gd_place .page-banner .meta h1 {
    margin-right: 0;
    font-size: 44px;
  }
  .elementor-8240 .elementor-element.elementor-element-4c2cf380 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    flex-wrap: wrap;
  }
  .gt_container-o1xlb4 .gt_switcher .gt_selected a {
    width: 115px;
  }
  body.menu_side_present.menu_side_left .top_panel {
    margin-left: 50px !important;
  }
  .gt_switcher.notranslate {
    width: 128px !important;
  }
}
@media all and (max-width: 600px) {
  .post-type-archive-gd_place .geodir-category-list-view .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .geodir-page-cpt-gd_place.search-results .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    width: 100%;
    margin-bottom: 30px !important;
    margin-right: 0 !important;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-row:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-wrapper .job-details .job_description .company-info {
    display: block;
  }
  .list-wrapper .job-details .job_description .company-info .company_logo {
    margin: 0 0 24px 0;
  }
  .directory.activity.buddypress #whats-new-form #whats-new-post-in-box {
    max-width: 100%;
  }
  .directory.buddypress #buddypress #whats-new-form #whats-new-submit {
    right: auto;
    left: 15px;
    margin-left: 0 !important;
  }
  .directory.buddypress #buddypress #whats-new-form #whats-new-options {
    padding-bottom: 80px !important;
  }
  .privacy-policy .page_content_wrap .content_wrap h1 {
    font-size: 32px;
  }
  .single-gd_place .page-banner a.btn {
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .single-gd_place .page-banner {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !important;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-description.tribe-common-b2 p {
    line-height: normal !important;
  }
  .post-type-archive-tribe_events .listing-filter input.main-btn {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .single-gd_place .comments-area .gd-rating-input-group {
    width: 100%;
    box-sizing: border-box;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li {
    width: 94% !important;
    margin-bottom: 8% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .directory.buddypress #buddypress ul.item-list#groups-list li:nth-child(2n) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .list-wrapper .job-details .actions {
    display: block;
  }
  .list-wrapper .job-details .actions .job_application {
    text-align: left;
  }
  .list-wrapper .job-details .actions .application_button {
    text-align: left;
  }
  .list-wrapper .job-details .application_details {
    width: 275px;
    left: 0;
  }
  .list-wrapper .job-details .application_details:before {
    right: auto;
    left: 40px;
  }
  .groups.directory.buddypress #groups-list > li .item .item-cover {
    background-size: auto 125px !important;
  }
  a.back-btn {
    width: 28px;
    height: 28px;
    top: 2px;
  }
  .post-type-archive-gd_place .post_content_title h1 {
    font-size: 18px;
  }
  .jobs .post_content_title h1 {
    font-size: 18px;
  }
  .post-type-archive-tribe_events .post_content_title h1 {
    font-size: 18px;
  }
  .directory.groups.buddypress .post_content_title h1 {
    font-size: 18px;
  }
  .listing-list .item {
    padding: 16px 16px 32px;
    margin-bottom: 20px !important;
  }
  .listing-list .item .bottom-meta {
    width: calc(100% - 32px);
    bottom: 16px;
    left: 16px;
  }
  .listing-list .item .bottom-meta span.Closed {
    font-size: 12px;
  }
  .listing-list .item .bottom-meta span.Opened {
    font-size: 12px;
  }
  .page-heading h1.main-title {
    font-size: 16px;
  }
  .page-heading h1.main-title .back-btn {
    margin-right: 5px;
  }
  body.menu_side_present .page_content_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .post-type-archive-tribe_events .post_content_title h1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .post-type-archive-tribe_events .post_content_title h1 a.btn {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .post-type-archive-tribe_events .page_wrap .page_content_wrap {
    padding-top: 130px !important;
  }
}
@media all and (max-width: 767px) {
  .home .video-slider .elementor-main-swiper.swiper {
    padding-bottom: 170px;
  }
  .directory.buddypress #buddypress #whats-new-form #whats-new-post-in-box {
    margin-top: 0 !important;
  }
  .directory.buddypress #buddypress #whats-new-form #whats-new-submit {
    float: none;
    width: 140px;
    position: absolute;
    right: 15px;
    bottom: 21px;
  }
  .directory.activity.buddypress #whats-new-form #whats-new-post-in-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }
  .directory.activity.buddypress .rtmedia-activity-container ul {
    padding-left: 0;
  }
  .listing-list .item {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .listing-list .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .listing-list .item:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .listing-list .pagination .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .listing-filter .wrap {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .listing-filter .main-bar {
    display: block;
  }
  .listing-filter .main-bar .field {
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .listing-filter .add-bar .field {
    width: 100%;
    margin-bottom: 20px;
  }
  .listing-filter .add-bar .field .lang-holder {
    z-index: 10;
  }
  .listing-filter.active .add-bar {
    display: block;
    padding-top: 0;
  }
  .sidebar-wrapper {
    width: 100%;
    display: block;
  }
  .sidebar-wrapper .tribe-events-calendar-list {
    width: 100%;
    display: block;
  }
  .sidebar-wrapper .sidebar {
    width: 100%;
  }
  .tribe-events-calendar-list-nav {
    margin-top: 60px !important;
  }
  .elementor-shortcode .list-wrapper .job-details {
    width: 85% !important;
  }
  .list-wrapper .job-details .meta {
    margin-bottom: 5px;
  }
  .list-wrapper .job-details .meta .location {
    font-size: 12px;
    padding: 2px 4px;
  }
  .list-wrapper .job-details .meta .job-type {
    font-size: 12px;
    padding: 2px 4px;
  }
  .list-wrapper .job-details .meta .work-exp {
    font-size: 12px;
    padding: 2px 4px;
    padding-left: 30px;
  }
  .list-wrapper .job-details .single_job_listing span.date {
    margin-bottom: 8px;
  }
  .single_job_listing h3 {
    font-size: 16px;
  }
  .single_job_listing .job-content {
    font-size: 12px;
  }
  .single_job_listing .job-content p {
    font-size: 12px;
    line-height: 14px;
  }
  .privacy-policy .page_content_wrap .content_wrap {
    padding: 30px 20px !important;
  }
  .search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item {
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .search_listings .wpjmsf-job-section .vue-grid-layout .vue-grid-item.wpjmsf-button-field-type {
    width: 100% !important;
  }
  .jobs .left-part {
    width: 100%;
    display: block;
  }
  .jobs .left-part a.btn.red {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .jobs .post_content_title h1 {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .jobs .post_content_title h1 a.btn {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .single-gd_place .column-holder {
    flex-wrap: wrap;
  }
  .single-gd_place .right-col,
  .single-gd_place .left-col {
    width: 100%;
  }
  .single-gd_place .left-col {
    margin-bottom: 24px;
  }
  body.jobs .page_content_wrap:before {
    height: 380px !important;
  }
}
@media all and (max-width: 479px) {
  div#buddypress #groups-dir-search #groups_search_submit {
    width: 100%;
  }
  .list-wrapper .job-details {
    width: 90%;
    padding: 20px;
  }
  .list-wrapper .job-details .single_job_listing .application_details {
    background: #f1f3f6 !important;
    padding: 16px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .knowledge-hub button#epkb-search-kb {
    width: 100% !important;
  }
  .post_content_title a.btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 400px) {
  div.job_listings ul.job_listings li {
    margin-bottom: 30px;
    padding-bottom: 32px;
    padding-bottom: 32px !important;
  }
  div.job_listings ul.job_listings li .job-item .right-col {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  div.job_listings ul.job_listings li .job-item .left-col {
    order: 2;
    width: 100%;
  }
  div.job_listings ul.job_listings li .bottom-meta {
    display: block;
    position: static;
    order: 3;
    padding-left: 0;
    padding-right: 0;
  }
  div.job_listings ul.job_listings li .bottom-meta a.btn {
    text-align: center;
    display: block;
  }
  div.job_listings ul.job_listings li .pos {
    margin-bottom: 20px;
  }
  .post_content_title a.btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-wrapper .job-item button.btn {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 350px) {
  .post-type-archive-gd_place .post_content_title h1 {
    flex-wrap: wrap;
  }
  .post-type-archive-gd_place .post_content_title h1 a.btn {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .directory.groups.buddypress .post_content_title h1 {
    font-size: 16px;
  }
}
#select2-address_country-results li:not([id="select2-address_country-result-dqes-United States"]) {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.resumes .page_content_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../../images/jobs/jobs-header.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.page_content_blocks.resumes .body_wrap .page_wrap .content_wrap .content .post_content > div.resumes form.resume_filters {
  width: calc(100% + 52px);
  padding: 32px 26px !important;
  margin: 0 0 0 -26px;
  background: #ffffff !important;
  border-radius: none !important;
}

body.resumes .post_content_title a.btn:not(.red) {
  background-color: #25cbd4;
  color: #ffffff;
  border: 8px solid #fff !important;
}

body.resumes .post_content_title a.btn {
  font-size: 14px !important;
}

.resumes .post_content_title h1 a.btn {
  order: 2;
}

.resumes .left-part a.btn.red {
  border: 8px solid #fff !important;
}

body.resumes .post_content_title a.btn:not(.red):hover {
  background-color: #ffffff;
  color: #25cbd4;
}

body.resumes .post_content_title a.btn:not(.red) {
  background-color: #25cbd4;
  color: #ffffff;
  border: 8px solid #fff !important;
}

/* AOS Styles */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.page_content_blocks .post_content .button[name=submit_job] {
  background-color: var(--theme-color-accent_link);
  color: #fff;
}
.page_content_blocks .post_content .button.save_draft {
  background-color: #F1F3F6;
  color: #071021;
}
.page_content_blocks .post_content #job_preview {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: unset;
}
.page_content_blocks .post_content #job_preview .job_listing_preview {
  padding-top: 10px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details {
  padding: 60px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info {
  width: 20%;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info img.company_logo {
  width: 100%;
  border-radius: 8px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info .info {
  margin-top: 30px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info .info .company-name {
  color: #071021;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  background: url(../../img/mark.svg) no-repeat 100% 50%;
  background-size: 24px auto;
  padding-right: 34px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info .info .location {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 5px 0;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .company-info .info .website {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .single_job_listing {
  width: 78%;
}
.page_content_blocks .post_content #job_preview .job_listing_preview .job-details .job-preview-wrap .single_job_listing .job-type {
  background: #e0f5f6 url(../../img/clock.svg) no-repeat 6px 50%;
  background-size: 19px auto;
  padding-left: 28px;
}

div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings {
  display: flex;
  flex-direction: column;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section {
  background: none;
  padding: 0 0 16px;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section .vue-grid-layout.wpjmsf-grid-breakpoint-lg {
  height: 24px !important;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section .vue-grid-layout.wpjmsf-grid-breakpoint-lg .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_types.wpjmsf-checklist-field-type {
  width: 100% !important;
  height: 24px !important;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section .vue-grid-layout.wpjmsf-grid-breakpoint-lg .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_types.wpjmsf-checklist-field-type ul.job_types li label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 2.15em;
  position: relative;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section .vue-grid-layout.wpjmsf-grid-breakpoint-lg .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_types.wpjmsf-checklist-field-type ul.job_types li label::before {
  color: #fff;
  content: " ";
  font-family: "fontello";
  font-size: 1.5em;
  display: block;
  text-align: center;
  border: 1px solid var(--theme-color-bd_color);
  width: 19px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #25cbd4 url(../../../assets/images/jobs/checkmark.svg) 50% 0 no-repeat;
  box-shadow: none;
  border: none;
}
div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings #wpjmsf-section-8359.wpjmsf-wrapper.wpjmsf-job-section .vue-grid-layout.wpjmsf-grid-breakpoint-lg .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_types.wpjmsf-checklist-field-type ul.job_types li label.checked::before {
  border: 1px solid var(--theme-color-bd_color);
  background: none;
  content: " ";
}

.home div.job_listings .job_filters.wpjmsf_filters .search_jobs.search_listings {
  background: none;
  padding: 0 32px;
}

.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-inner-section .elementor-widget-trx_sc_title:first-child .sc_item_title:first-child {
  margin-bottom: 0;
}

.property_form_page {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}
@media screen and (min-width: 767px) {
  .property_form_page {
    padding: 60px;
    border-radius: 32px;
  }
}
.property_form_page h1 {
  margin-top: 0;
}
.property_form_page .acf-fields .acf-field {
  margin: 0 0 var(--theme-var-grid_gap) 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 767px) {
  .property_form_page .acf-fields .acf-field {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .property_form_page .acf-input {
    padding-left: 15px;
    width: 75%;
  }
}
.property_form_page .acf-input input[type=date],
.property_form_page .acf-input input[type=datetime-local],
.property_form_page .acf-input input[type=email],
.property_form_page .acf-input input[type=image],
.property_form_page .acf-input input[type=month],
.property_form_page .acf-input input[type=number],
.property_form_page .acf-input input[type=password],
.property_form_page .acf-input input[type=search],
.property_form_page .acf-input input[type=tel],
.property_form_page .acf-input input[type=text],
.property_form_page .acf-input input[type=time],
.property_form_page .acf-input input[type=url],
.property_form_page .acf-input input[type=week],
.property_form_page .acf-input textarea,
.property_form_page .acf-input select,
.property_form_page .acf-input .select_container select {
  height: 48px;
  padding: 12px 24px;
  border-radius: 60px;
  border: 1px solid var(--dashboard-stroke-grey-light, #E4E4E4);
  background: var(--dashboard-background-white, #FFF);
  font-size: 16px;
  color: #071021;
}
.property_form_page .acf-input .acf-google-map {
  border: none;
}
.property_form_page .acf-input .acf-google-map .title {
  margin-bottom: 15px;
  border: none;
}
.property_form_page .acf-input .acf-checkbox-list li {
  margin-bottom: 10px;
}
.property_form_page .acf-input .checkbox_label {
  font-size: 16px !important;
}
.property_form_page .acf-input .checkbox_label .acf-switch {
  transform: translateY(-2px);
}
.property_form_page .acf-input .checkbox_label:before {
  top: 0;
  width: 20px;
  height: 20px;
}
.property_form_page .acf-input .acf-repeater .acf-actions .acf-button {
  color: var(--theme-color-accent_text);
  border-color: var(--theme-color-accent_link);
  background-color: var(--theme-color-accent_link);
  border-radius: var(--theme-var-rad);
  font-family: Inter, sans-serif;
  font-size: var(--theme-font-button_font-size);
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02);
  padding: var(--theme-var-btn_padding) var(--theme-var-btn_padding2);
  display: inline-block;
}
.property_form_page .acf-input .acf-repeater .acf-actions .acf-button:hover {
  color: var(--theme-color-accent_text);
  border-color: var(--theme-color-accent_hover);
  background-color: var(--theme-color-accent_hover);
  box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_hover_02);
}
.property_form_page .acf-input .acf-table .acf-label {
  font-size: 16px;
}
.property_form_page .acf-input .acf-table .acf-field {
  margin-bottom: 0;
}
.property_form_page .acf-input .acf-table .acf-row-handle .acf-icon {
  margin-top: 0;
}
.property_form_page .acf-label {
  font-size: 16px;
  color: #071021;
}
@media screen and (min-width: 767px) {
  .property_form_page .acf-label {
    font-size: 20px;
  }
}

body.page_content_blocks:not(.single-post):not(.single-job_listing):not(.elementor-page) .content table:not(.wp-calendar-table):not(.reports-list):not(.pmpro_table):not(.profile-fields):not(.shop_attributes):not(.variations):not(.doctable):not(.notification-settings):not(.toggle-table):not(.profile-settings):not(.post-revisions):not(.form-table):not(.lp-list-table), .page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-widget:not(.elementor-inner) table:not(.wp-calendar-table):not(.reports-list):not(.pmpro_table):not(.profile-fields):not(.shop_attributes):not(.variations):not(.doctable):not(.notification-settings):not(.toggle-table):not(.profile-settings):not(.post-revisions):not(.form-table):not(.lp-list-table) {
  border-radius: 0 !important;
}

.page_content_blocks .post_content .button[name=submit_job] {
  background-color: var(--theme-color-accent_link);
  color: #fff;
}
.page_content_blocks .post_content .button.save_draft {
  background-color: #f1f3f6;
  color: #071021;
}
.page_content_blocks .post_content #resume_preview {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: unset;
}
.page_content_blocks .post_content #resume_preview .job_listing_preview_title {
  padding-bottom: 30px;
  padding-top: 0;
}
.page_content_blocks .post_content #resume_preview .job_listing_preview_title h2 {
  color: #071021;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_content_blocks .post_content #resume_preview .resume_preview {
  padding: 60px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content h2 {
  color: #071021;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 0;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content p {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.8;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-card {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 30px;
  width: 272px;
  margin-bottom: 30px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-card img {
  width: 272px;
  height: auto;
  border-radius: 8px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content h1 {
  margin-bottom: 5px;
  color: #071021;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .date-posted {
  color: #d1d2d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .job-title {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-meta {
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-meta .location a {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-meta .email::before {
  font-family: "fontello" !important;
  color: inherit;
  margin-right: 7px;
  content: "\e819";
  font-size: 17px;
  line-height: 0.9em;
  vertical-align: middle;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-meta .email a {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-skills {
  gap: 8px;
  margin-bottom: 15px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-skills li {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background: #e0f5f6;
  padding: 4px 8px;
  margin: 0;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume_description,
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-education {
  margin-bottom: 30px;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-education dt small,
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-experience dt small {
  float: none;
}
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-education dt h3 .location,
.page_content_blocks .post_content #resume_preview .resume_preview .single-resume-content .resume-manager-experience dt h3 .location {
  display: initial;
}

.page_content_blocks.resumes .post_content .post_content_title.sc_layouts_title_title {
  display: block;
}
.page_content_blocks.resumes .body_wrap .page_wrap .content_wrap .content .post_content > div.resumes {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: unset;
}
.page_content_blocks.resumes .body_wrap .page_wrap .content_wrap .content .post_content > div.resumes form.resume_filters {
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 0;
  background: #fdc75f;
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
}
.page_content_blocks.resumes .body_wrap .page_wrap .content_wrap .content .post_content > div.resumes form.resume_filters .search_resumes {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: var(--dashboard-background-blue-light, #f1f3f6);
}
.page_content_blocks.resumes .resumes-list-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
.page_content_blocks.resumes .resumes-list-wrapper .loader {
  width: 100%;
  height: 96px;
  background: url(../../images/jobs/loader.gif) no-repeat center 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes {
  margin: 0;
  display: block;
  width: 100%;
  width: 30.5%;
  border: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .page_content_blocks.resumes .resumes-list-wrapper ul.resumes {
    width: 100%;
  }
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume {
  width: 100%;
  background: #fff;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 8px 16px 0 rgba(122, 126, 131, 0.04);
  margin: 0 0 20px 0;
  box-sizing: border-box;
  border: none;
  position: relative;
  border: 2px solid #fff;
  cursor: pointer;
  transition: ease 350ms all;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume.active {
  border-color: #fe8278;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col {
  width: calc(100% - 94px);
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .candidate-column date {
  color: var(--dashboard-stroke-grey-medium, #d1d2d3);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .candidate-column date::before {
  font-family: "fontello" !important;
  color: inherit;
  margin-right: 7px;
  content: "\e811";
  font-size: 14px;
  line-height: 0.9em;
  vertical-align: middle;
  min-width: 24px;
  text-align: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .candidate-column h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  color: var(--dashboard-text-dark, #071021);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .candidate-column .candidate-title {
  color: var(--dashboard-text-grey, #1e1e1e);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta {
  margin-top: 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta li {
  list-style: none;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta li a {
  display: initial;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta .location::before {
  font-family: "fontello" !important;
  color: inherit;
  margin-right: 7px;
  content: "\e9e0";
  font-size: 17px;
  line-height: 0.9em;
  vertical-align: middle;
  min-width: 24px;
  text-align: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta .resume-link::before {
  font-family: fontello !important;
  color: inherit;
  margin-right: 7px;
  content: "\e821";
  font-size: 17px;
  line-height: 0.9em;
  vertical-align: middle;
  min-width: 24px;
  text-align: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .left-col .resume-meta .email::before {
  font-family: fontello !important;
  color: inherit;
  margin-right: 7px;
  content: "\e819";
  font-size: 17px;
  line-height: 0.9em;
  vertical-align: middle;
  min-width: 24px;
  text-align: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .right-col {
  width: 74px;
  height: 74px;
  text-align: right;
  border-radius: 300px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .bottom-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 32px;
  box-sizing: border-box;
  align-items: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .bottom-meta .resume-manager-skills {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .bottom-meta .resume-manager-skills li {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background: #e0f5f6;
  padding: 4px 8px;
  margin: 0;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .bottom-meta .button {
  width: 25%;
  margin-left: 5%;
  border: 1px solid #25cbd4;
  color: #071021;
  background: 0 0;
  padding: 11px 34px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  transition: ease 350ms all;
  cursor: pointer;
  font-weight: 500;
  justify-content: center;
}
.page_content_blocks.resumes .resumes-list-wrapper ul.resumes li.resume .resume-item .bottom-meta .button:hover {
  background: #25cbd4;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .page_content_blocks.resumes .resumes-list-wrapper #sticky-wrapper.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80vh !important;
    z-index: 10011;
    display: block !important;
  }
  .page_content_blocks.resumes .resumes-list-wrapper #sticky-wrapper.active .resume-details {
    height: 100% !important;
  }
}

.resume-details {
  padding: 32px;
  border-radius: 32px;
  background: var(--dashboard-background-white, #fff);
  box-shadow: 0px 8px 16px 0px rgba(122, 126, 131, 0.04);
  display: none;
}
.resume-details.active {
  display: block;
}
.resume-details button.close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: auto;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .resume-details button.close {
    display: block;
  }
}
.resume-details .single-resume-content {
  overflow-y: scroll;
  height: calc(100% - 32px);
}
.resume-details .single-resume-content h2 {
  color: #071021;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 0;
}
.resume-details .single-resume-content p {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.8;
}
.resume-details .single-resume-content .resume-card {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 30px;
  width: 272px;
  margin-bottom: 30px;
}
.resume-details .single-resume-content .resume-card img {
  width: 272px;
  height: auto;
  border-radius: 8px;
}
.resume-details .single-resume-content h1 {
  margin-bottom: 5px;
  color: #071021;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.resume-details .single-resume-content .date-posted {
  color: #d1d2d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.resume-details .single-resume-content .job-title {
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.resume-details .single-resume-content .resume-meta {
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px;
}
.resume-details .single-resume-content .resume-meta .location a {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.resume-details .single-resume-content .resume-meta .email::before {
  font-family: "fontello" !important;
  color: inherit;
  margin-right: 7px;
  content: "\e819";
  font-size: 17px;
  line-height: 0.9em;
  vertical-align: middle;
}
.resume-details .single-resume-content .resume-meta .email a {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.resume-details .single-resume-content .resume-manager-skills {
  gap: 8px;
  margin-bottom: 15px;
  padding: 0;
}
.resume-details .single-resume-content .resume-manager-skills li {
  color: #071021;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background: #e0f5f6;
  padding: 4px 8px;
  margin: 0;
}
.resume-details .single-resume-content .resume_description,
.resume-details .single-resume-content .resume-manager-education {
  margin-bottom: 30px;
}
.resume-details .single-resume-content .resume-manager-education dt small,
.resume-details .single-resume-content .resume-manager-experience dt small {
  float: none;
}
.resume-details .single-resume-content .resume-manager-education dt h3 .location,
.resume-details .single-resume-content .resume-manager-experience dt h3 .location {
  display: initial;
}

body.menu_side_present .page_content_wrap {
  position: relative;
  padding-top: 130px !important;
}

.page_content_blocks .sc_layouts_title_caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mfp-content .trx_addons_popup {
  border-radius: 16px;
}
@media screen and (min-width: 676px) {
  .mfp-content .trx_addons_popup {
    width: 600px;
    max-width: 100%;
  }
  .mfp-content .trx_addons_popup .trx_addons_tabs {
    max-width: 364px;
    margin: 0 auto;
  }
}

.trx_addons_login_content * {
  box-sizing: border-box;
}
.trx_addons_login_content .buttons-container {
  margin: 20px auto 0 !important;
  max-width: 540px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
}
.trx_addons_login_content .buttons-container button {
  margin: 0 !important;
}
.trx_addons_login_content .trx_addons_popup_form_wrap .trx_addons_popup_form .trx_addons_popup_form_field {
  margin-bottom: calc(var(--theme-var-grid_gap) / 2);
}
.trx_addons_login_content .trx_addons_popup_form_wrap .trx_addons_popup_form .trx_addons_popup_form_field.trx_addons_popup_form_field_password {
  margin-bottom: 0;
}
.trx_addons_login_content .trx_addons_popup_form_field.trx_addons_popup_form_field_submit {
  margin-top: var(--theme-var-grid_gap);
}
.trx_addons_login_content .trx_addons_login_alternative {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: var(--theme-var-grid_gap) 0;
}
.trx_addons_login_content .trx_addons_login_alternative div {
  padding: 0 10px;
}
.trx_addons_login_content .trx_addons_login_alternative .border-block {
  width: 100%;
  border-top: 1px solid #F1F3F6;
  height: 1px;
}
.trx_addons_login_content .trx_addons_popup_form_field_forgot_password {
  padding: var(--theme-var-btn_padding) var(--theme-var-btn_padding2);
  font-size: 12px;
  width: 100%;
  border-color: var(--theme-color-accent_link);
  box-shadow: var(--theme-var-btn_shadow) var(--theme-color-accent_link_02);
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 22px;
  margin-top: 15px;
  text-transform: uppercase;
}
.trx_addons_login_content .trx_addons_popup_form_field_forgot_password:hover {
  color: #000;
}
.trx_addons_login_content .trx_addons_popup_form_register {
  margin-top: 30px;
}
.trx_addons_login_content .trx_addons_popup_form_register a {
  font-size: inherit;
}
.trx_addons_login_content .wp-social-login-connect-with {
  display: none;
}
.trx_addons_login_content .wp-social-login-provider-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.trx_addons_login_content .wp-social-login-provider-list a {
  width: 100%;
  padding: 0 25px;
}
.trx_addons_login_content .wp-social-login-provider {
  height: 46px;
  width: 100%;
  border-radius: 60px;
  border: 1px solid #25CBD4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #1E1E1F;
}
.trx_addons_login_content .wp-social-login-provider::after {
  content: attr(title);
  line-height: 0;
}
.trx_addons_login_content .wp-social-login-provider img {
  width: 18px;
  height: 18px;
  margin-left: 0;
}
.trx_addons_login_content a.btn {
  border: 0;
  color: rgb(29, 155, 240);
  background: 0 0;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.trx_addons_login_content a.btn:hover {
  background: 0;
  color: #0D4BC1;
}

.trx_addons_popup_form-title {
  font-size: var(--theme-font-h2_font-size);
  line-height: 1.142em;
  color: var(--theme-color-text_dark);
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

.icon-chatbot{
  width: 24px !important;
  height: 24px !important;
}

.icon-chatbot:before{
  content: '';
  background-image: url(/wp-content/themes/mishmish-theme-anesta/assets/images/icon-mishmish.png);
  background-size: cover;
  width: 24px !important;
  height: 24px !important;
}

.icon-ask:before {
  content: '';
  background-image: url(/wp-content/themes/mishmish-theme-anesta/assets/images/icon-mishmish.png);
  background-size: cover;
}

.mwai-open-button,
.mwai-close-button,
#wp-chatbot-chat-container,
.qcld_back_to_start_menu,
#wp-chatbot-desktop-close{
  display: none !important;
}

.mwai-chatbot-container,
.ai-chatbot-wrapper{
  width: 66.66%;
  left: 0;
  position: relative;
  border-radius: 32px !important;
  box-shadow: 0 3px 20px #1d26260d;
  overflow: hidden;
  margin-top: 20px;
  float: left;
}

#wp-chatbot-send-message{
  background: transparent !important;
}

.mwai-chatbot-container > .mwai-chat{
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.mwai-content{
  max-height: calc(100vh - 130px) !important;
  height: calc(100vh - 130px) !important;
}

.mwai-conversation{
  height: calc(100vh - 266px) !important;
}

.prepared-text{
  float: right;
  clear: both;
  text-align: right;
  color: #3d4962;
  transition: 0.4s all;
}

.prepared-text:hover,
.prepared-text:focus{
  color: #3d4962;
  opacity: 0.7;
}

.right-prepared-text .prepared-text{
  float: left;
  text-align: left;
}

.left-prepared-text{
  float: left;
  padding-right: 20px;
}

.right-prepared-text{
  float: right;
  padding-left: 20px;
}

.left-prepared-text,
.right-prepared-text{
  margin-top: 20px;
  width: 16.66%;
}

.left-prepared-text h3,
.right-prepared-text h3{
  margin-top: 0;
}

.left-prepared-text h3{
  text-align: right;
}

.mwai-conversation ~ .mwai-input{
  position: relative;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  border-top: 1px solid #ED887F !important;
}

.mwai-conversation ~ .mwai-input button{
  border: 1px solid #ED887F !important;
}


.mwai-conversation ~ .mwai-input button:hover,
.mwai-conversation ~ .mwai-input button:focus{
  background: #ED887F !important;
}

.mwai-text-notification{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ED887F;
}

.mwai-conversation .mwai-reply{
  background: #fff !important;
  border-bottom: 1px solid #ED887F !important;
}

.mwai-input-text textarea{
  background: #E2E2E2 !important;
}

.mwai-content > .mwai-input > .mwai-input-text{
  background: #E2E2E2 !important;
}

@media (max-width: 1200px) {

  .left-prepared-text h3{
    text-align: center;
  }

  .right-prepared-text h3{
    display: none;
  }

  .left-prepared-text,
  .right-prepared-text{
    margin-top: 0;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .prepared-text {
    display: block;
    float: none !important;
    text-align: center !important;
  }

  .mwai-chatbot-container,
  .ai-chatbot-wrapper{
    width: 100%;
  }
}

@media (max-width: 760px){
  .mwai-chat.mwai-window{
    width: 100% !important;
  }
}

.hide-by-text,
.hide-by-language,
.hide-by-category,
.hide-by-location{
  display: none !important;
}

.no-results-wrapper{
  display: none;
  text-align: center;
  padding-top: 20px;
}

.no-results-wrapper p{
  line-height: 41px;
}

div#buddypress #groups-dir-list .loader{
  display: none !important;
}

body.directory.buddypress.groups .page_content_wrap::before{
  background-image: url('/wp-content/themes/mishmish-theme-anesta/assets/images/comm/comm-bg.jpg') !important;
}

html div#buddypress form#search-groups-form .wrapper .field.languages select{
  background: #fff url('/wp-content/themes/mishmish-theme-anesta/assets/img/topic.png') no-repeat 14px 50% !important;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta a{
  padding: 6px 17px !important;
}

.group-home .post_content .wpulike{
  float: left;
  margin-right: 20px;
  transform: translate(0, 4px);
}

.group-home .post_content .activity-meta{
  float: left;
}

.group-home .post_content .view-more-meta{
  float: left;
  position: relative;
  z-index: 9;
}

.group-home .post_content .view-more-meta .button{
  display: none;
  position: absolute;
  right: 0;
  color: #000000 !important;
  font-size: 15px !important;
  margin: 0 !important;
  width: 80px;
}

.group-home .post_content .view-more-meta .delete-activity{
  top: 50px;
}

.group-home .post_content .view-more-meta .zlc-report-activity{
  top: 83px;
}

.group-home .post_content .view-more-meta.show .button{
  display: block;
}

.view-more-meta--button{
  line-height: 5px !important;
  display: inline-block;
  margin: 22px 0 22px 10px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 900;
  transition: 0.4s all;
}

.view-more-meta--button:hover,
.view-more-meta--button:focus{
  opacity: 0.4;
  color: #000;
}

.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after{
  filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(143%) contrast(100%) !important;
}

.service-buttons{
  float: left;
  margin-top: 8px;
}

html body .rtmedia-activity-container li.media-type-photo{
  width: auto !important;
  height: auto !important;
}

.rtmedia-list-item>a .rtmedia-item-thumbnail{
  text-align: left !important;
}

.bp-jobs,
.bp-single-ad,
.bp-multiple-ads,
.bp-right-sidebar .bp-membership{
  box-sizing: border-box;
  max-width: 100%;
  height: fit-content;
  box-shadow: 0 8px 16px 0 rgba(122, 126, 131, 0.0392156863);
  border-radius: 32px;
  padding: 20px 15px;
  background: #fff;
}

.bp-single-ad,
.bp-right-sidebar .bp-membership{
  margin-bottom: 20px;
}

.bp-jobs h3,
.bp-single-ad h3,
.bp-multiple-ads h3,
.bp-right-sidebar .bp-membership h3{
  margin: 0;
  font-size: 24px;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups .bp-membership_groups-single {
  display: flex;
  align-items: center;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_image img {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: auto;
  border-radius: 50%;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data {
  margin-left: 12px;
  max-width: 200px;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_data h4 {
  margin: unset;
  font-family: Inter, Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #071021;
}

body.groups.single-item .bp-right-sidebar .bp-membership .bp-membership_groups .bp-membership_groups-single .bp-membership_groups-single_add {
  margin-left: auto;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.bp-right-sidebar{
  width: 22%;
  height: fit-content;
  border-radius: 32px;
}

.bp-single-ad img{
  max-width: 400px;
  width: 100%;
}

.bp-multiple-ads img{
  max-width: 400px;
  width: 100%;
}

.bp-multiple-ad--item{
  margin-bottom: 30px;
}

.bp-multiple-ad--item:nth-last-of-type(1){
  margin-bottom: 0;
}

.bp-jobs h5{
  color: #3d4962;
  transition: 0.4s all;
}
.bp-jobs a:hover h5,
.bp-jobs a:focus h5{
  opacity: 0.6;
}

@media (max-width: 1280px) {
  .bp-right-sidebar{
    width: 100%;
  }
}

div#buddypress #item-body #whats-new-form + #subnav,
.wpulike-notification{
  display: none !important;
}

.group-home div#buddypress #item-body #whats-new-form {
  border-radius: 0 0 35px 35px !important;
  padding-bottom: 35px !important;
}

.wpulike-default .wp_ulike_is_liked .wp_ulike_btn,
.wpulike-default button.wp_ulike_btn{
  background: transparent;
}


.group-home div#buddypress #item-body button.rtmedia-comment-media-upload .dashicons{
    color: #65676b !important;
    transition: 0.4s all;
}

.group-home div#buddypress #item-body button.rtmedia-comment-media-upload{
  background: transparent !important;
  padding: 0 !important;
  margin-right: 20px !important;
}

.group-home div#buddypress #item-body button.rtmedia-comment-media-upload::after{
  display: none !important;
}

.group-home div#buddypress .activity-comments form input,
body.group-home div#buddypress .activity-comments form div.ac-reply-content a.ac-reply-cancel{
  background: transparent !important;
  color: #65676b !important;
  padding: 0 !important;
  border: none !important;
  margin-right: 20px !important;
  transition: 0.4s all;
}


.group-home div#buddypress #item-body button.rtmedia-comment-media-upload:hover .dashicons,
.group-home div#buddypress #item-body button.rtmedia-comment-media-upload:focus .dashicons,
.group-home div#buddypress .activity-comments form input:hover,
.group-home div#buddypress .activity-comments form input:focus,
body.group-home div#buddypress .activity-comments form div.ac-reply-content a.ac-reply-cancel:hover,
body.group-home div#buddypress .activity-comments form div.ac-reply-content a.ac-reply-cancel:focus{
  opacity: 0.6;
}

body.page-id-7700.single-item.groups #object-nav ul #bp-nav-more{
  position: relative;
}

body.page-id-7700.single-item.groups #object-nav ul #bp-nav-more:hover a:after{
  color: #fe8278;
}

body.page-id-7700.single-item.groups #object-nav ul #bp-nav-more a:after{
  content: '>';
  transform: rotate(90deg) scaleY(1.4);
  position: absolute;
  right: -10px;
  top: 12px;
  color: #000;
  font-size: 12px;
  transition: 0.3s ease all;
  font-weight: 500;
}

#nav-invite-anyone-groups-li{
  display: none !important;
}

.bp-nav-more-wrapper{
  position: relative;
  z-index: 999;
}

.bp-nav-more-wrapper li:not(#bp-nav-more){
  display: none;
  position: absolute !important;
  right: -26px;
  top: 0;
  width: 100px;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 0 !important;
}

.bp-nav-more-wrapper li a{
  text-align: center !important;
}

.bp-nav-more-wrapper li:nth-of-type(2){
  top: 47px !important;
}

.bp-nav-more-wrapper li:nth-of-type(3){
  top: 71px !important;
}

.bp-nav-more-wrapper li:nth-of-type(4){
  top: 96px !important;
}

.bp-nav-more-wrapper.opened li{
  display: block !important;
}

body.page-id-7700.single-item.groups #object-nav ul{
  overflow: visible !important;
}

.page_content_blocks.single-item.groups div#buddypress #item-nav{
  overflow: visible;
}

.bp-invite-by-email{
  padding: 0 30px;
}

.bp-invite-by-email a{
  margin: 10px 0;
  padding: 12px 34px;
  border: 1px solid #25cbd4;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #071021;
  transition: 0.25s;
  border-radius: 60px;
  display: inline-block;
}

.bp-invite-by-email a:hover,
.bp-invite-by-email a:focus{
  background: #25cbd4;
  color: #ffffff;
}

.wp-chatbot-board-container{
  width: 100%;
  display: block !important;
}